1. 05 5月, 2014 3 次提交
  2. 14 4月, 2014 1 次提交
  3. 11 4月, 2014 2 次提交
  4. 10 4月, 2014 3 次提交
  5. 09 4月, 2014 1 次提交
  6. 03 4月, 2014 1 次提交
    • D
      drm/i915: Add debug module option for VTd validation · 7a10dfa6
      Daniel Vetter 提交于
      VTd has a few too many "outright disable the damn thing" workarounds
      accumulated and for validation we want a simple knob to make sure we
      disable them all.
      
      Since this is for bdw+ validation and atm we don't have any
      workarounds for bdw this option currently does nothing. So currently
      this is just a placeholder to make sure reality will match with the
      documented process for our validation people.
      
      v2: Fix up param description (Jani).
      
      v3: Actually git add ...
      
      Cc: Jani Nikula <jani.nikula@linux.intel.com>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Reviewed-by: NJani Nikula <jani.nikula@intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      7a10dfa6
  7. 02 4月, 2014 13 次提交
  8. 31 3月, 2014 2 次提交
  9. 29 3月, 2014 2 次提交
    • C
      drm/i915: Broadwell expands ACTHD to 64bit · 50877445
      Chris Wilson 提交于
      As Broadwell has an increased virtual address size, it requires more
      than 32 bits to store offsets into its address space. This includes the
      debug registers to track the current HEAD of the individual rings, which
      may be anywhere within the per-process address spaces. In order to find
      the full location, we need to read the high bits from a second register.
      We then also need to expand our storage to keep track of the larger
      address.
      
      v2: Carefully read the two registers to catch wraparound between
          the reads.
      v3: Use a WARN_ON rather than loop indefinitely on an unstable
          register read.
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      Cc: Ben Widawsky <benjamin.widawsky@intel.com>
      Cc: Timo Aaltonen <tjaalton@ubuntu.com>
      Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
      Reviewed-by: NBen Widawsky <ben@bwidawsk.net>
      [danvet: Drop spurious hunk which conflicted.]
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      50877445
    • D
      drm/i915: Track the enabled PM interrupts in dev_priv. · a6706b45
      Deepak S 提交于
      When we use different rps events for different platforms or due to wa,
      we might end up needing this logic in a lot of places. Instead of
      this let's use a variable in dev_priv to track the enabled PM
      interrupts.
      
      v2: Initialize pm_rps_events in intel_irq_init() (Ville).
      Signed-off-by: NDeepak S <deepak.s@linux.intel.com>
      Reviewed-by: NVille Syrjälä <ville.syrjala@linux.intel.com>
      [danvet: Frob the commit message a bit since the English was a bit too
      garbled ;-) ]
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      a6706b45
  10. 21 3月, 2014 1 次提交
  11. 20 3月, 2014 3 次提交
  12. 19 3月, 2014 8 次提交