]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Stop retiring along engine
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 14 Jun 2019 16:46:05 +0000 (17:46 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 14 Jun 2019 18:03:39 +0000 (19:03 +0100)
commit9db0c5caa7471b463627e1a87c58de874be1c55f
tree51f96f3a5c60e5344e585766c14a7244beb2f163
parentce476c80b8bfa8a8e4c9182cdb686c5aea2431a6
drm/i915: Stop retiring along engine

We no longer track the execution order along the engine and so no longer
need to enforce ordering of retire along the engine.

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