drm/i915/gt: Move the heartbeat into the high priority system wq
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 2 Jul 2020 09:52:19 +0000 (10:52 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 2 Jul 2020 11:30:24 +0000 (12:30 +0100)
commit8f125dafb390162723884510af074a3ef0dc667a
treeb95260540bcc1176a3542292f1e596e5525fd96e
parentaab4707fdd754d4c4f0df718f3c7546b6eb40d20
drm/i915/gt: Move the heartbeat into the high priority system wq

As we ensure that the heartbeat is reasonably fast (and should not
block), move the heartbeat work into the system_highpri_wq to avoid
having this essential task be blocked behind other slow work, such as
our own retire_work_handler.

References: https://gitlab.freedesktop.org/drm/intel/-/issues/2119
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/20200702095219.963-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c