]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
drm/i915/execlists: Fixup cancel_port_requests()
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 25 Nov 2019 11:25:20 +0000 (11:25 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 25 Nov 2019 13:17:18 +0000 (13:17 +0000)
commitda0ef77e1e0ccff703efee82406c629d5c4f4bbb
treeae4a7d620727087eab8101fe96ca8a931d2d450c
parent331bf90591573dfe6c8e892239713ef9702f1396
drm/i915/execlists: Fixup cancel_port_requests()

I rushed a last minute correction to cancel_port_requests() to prevent
the snooping of *execlists->active as the inflight array was being
updated, without noticing we iterated the inflight array starting from
active! Oops.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=112387
Fixes: 331bf9059157 ("drm/i915/gt: Mark the execlists->active as the primary volatile access")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191125112520.1760492-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_lrc.c