OSDN Git Service

drm/i915: Update ring position from request on retiring
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 7 Mar 2018 13:42:23 +0000 (13:42 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 9 Mar 2018 14:13:31 +0000 (14:13 +0000)
commit36620032ceccb4bf07bbe780a3998e88a585ad69
tree12c94ac1425ef05ab6c406f5df8be9c94f0159e1
parent2d4ecace3a7861c6071235a6cc88067b8c3eec4a
drm/i915: Update ring position from request on retiring

When wedged, we do not update the ring->tail as we submit the requests
causing us to leak the ring->space upon cleaning up the wedged driver.
We can just use the value stored in rq->tail, and keep the submission
backend details away from set-wedge.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180307134226.25492-3-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_request.c
drivers/gpu/drm/i915/intel_ringbuffer.c