diff options
author | Chris Wilson <[email protected]> | 2020-07-11 21:32:36 +0100 |
---|---|---|
committer | Jani Nikula <[email protected]> | 2020-07-14 20:31:14 +0300 |
commit | 858f1299fd6f7518ddef19ddd304c8398ac79fa5 (patch) | |
tree | b7d33ec3331ae87d06c1cb8c0ab4f5e3341818bc /scripts/gen_compile_commands.py | |
parent | aee62e02c48bd62b9b07f5e297ecfc9aaa964937 (diff) |
drm/i915/gt: Ignore irq enabling on the virtual engines
We do not use the virtual engines for interrupts (they have physical
components), but we do use them to decouple the fence signaling during
submission. Currently, when we submit a completed request, we try to
enable the interrupt handler for the virtual engine, but we never disarm
it. A quick fix is then to mark the irq as enabled, and it will then
remain enabled -- and this prevents us from waking the device and never
letting it sleep again.
Fixes: f8db4d051b5e ("drm/i915: Initialise breadcrumb lists on the virtual engine")
Signed-off-by: Chris Wilson <[email protected]>
Cc: Mika Kuoppala <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Cc: <[email protected]> # v5.5+
Reviewed-by: Tvrtko Ursulin <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
(cherry picked from commit 4fe6abb8f51355224808ab02a9febf65d184c40b)
Signed-off-by: Jani Nikula <[email protected]>
Diffstat (limited to 'scripts/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions