diff options
author | Daniele Ceraolo Spurio <[email protected]> | 2022-11-07 18:06:00 -0800 |
---|---|---|
committer | Daniele Ceraolo Spurio <[email protected]> | 2022-11-14 10:11:47 -0800 |
commit | a187f13d51fa0da0005003a63d3f7eb4c1d466b4 (patch) | |
tree | 8ef5b55118cb564241070d5b20bb4428bd85c066 /drivers/gpu/drm/i915/selftests/i915_request.c | |
parent | b910f716f6ef78f0c06f6e53d0a48966366b11af (diff) |
drm/i915/guc: handle interrupts from media GuC
The render and media GuCs share the same interrupt enable register, so
we can no longer disable interrupts when we disable communication for
one of the GuCs as this would impact the other GuC. Instead, we keep the
interrupts always enabled in HW and use a variable in the GuC structure
to determine if we want to service the received interrupts or not.
v2: use MTL_ prefix for reg definition (Matt)
Signed-off-by: Daniele Ceraolo Spurio <[email protected]>
Cc: Matt Roper <[email protected]>
Cc: John Harrison <[email protected]>
Cc: Alan Previn <[email protected]>
Reviewed-by: Matt Roper <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/i915/selftests/i915_request.c')
0 files changed, 0 insertions, 0 deletions