[FOR_CI 0/3] lrc and reset path patches

Arun Siluvery arun.siluvery at linux.intel.com
Wed Aug 3 10:08:01 UTC 2016


Patches that simplify elsp request tracking and update reset path to fixup
incomplete requests. These patches help for engine reset feature.

Chris Wilson (3):
  drm/i915: Record the position of the start of the request
  drm/i915: Simplify ELSP queue request tracking
  drm/i915: Update reset path to fix incomplete requests

 drivers/gpu/drm/i915/i915_debugfs.c     |   2 +-
 drivers/gpu/drm/i915/i915_drv.c         |   4 +-
 drivers/gpu/drm/i915/i915_drv.h         |   3 +-
 drivers/gpu/drm/i915/i915_gem.c         |  78 ++++--
 drivers/gpu/drm/i915/i915_gem_context.c |  16 --
 drivers/gpu/drm/i915/i915_gem_request.c |  13 +-
 drivers/gpu/drm/i915/i915_gem_request.h |  24 +-
 drivers/gpu/drm/i915/i915_gpu_error.c   |   6 +-
 drivers/gpu/drm/i915/intel_lrc.c        | 454 ++++++++++++--------------------
 drivers/gpu/drm/i915/intel_lrc.h        |   2 -
 drivers/gpu/drm/i915/intel_ringbuffer.c |  32 ++-
 drivers/gpu/drm/i915/intel_ringbuffer.h |   9 +-
 12 files changed, 272 insertions(+), 371 deletions(-)

-- 
1.9.1



More information about the Intel-gfx-trybot mailing list