]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Protect request peeking with RCU
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 3 Nov 2019 16:23:05 +0000 (16:23 +0000)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Tue, 5 Nov 2019 07:56:03 +0000 (09:56 +0200)
commite0bccf47d546b0947eb3d0411116eddf340b8bce
tree609ccf8b5d80699cab78194934bd6c2c699db07d
parent0020cc997b762cf9addb90f73a6c1cfd4e0ddf49
drm/i915: Protect request peeking with RCU

Since the execlists_active() is no longer protected by the
engine->active.lock, we need to protect the request pointer with RCU to
prevent it being freed as we evaluate whether or not we need to preempt.

Fixes: 4a24537b5914 ("drm/i915/execlists: Lift process_csb() out of the irq-off spinlock")
Fixes: 034d370ae900 ("drm/i915: Don't set queue_priority_hint if we don't kick the submission")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191104090158.2959-2-chris@chris-wilson.co.uk
(cherry picked from commit 7d148635253328dda7cfe55d57e3c828e9564427)
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/i915_scheduler.c