diff options
author | Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> | 2021-11-23 11:56:38 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-12-07 13:08:14 -0500 |
commit | be1ac692c08971486d68a88f39fc4e2cecb80a8e (patch) | |
tree | bb9aafbfe71380512ed912f72aeb8e77c395379a /drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c | |
parent | 81bb9bc95355055e2fa297b9a81e9d786eca9903 (diff) | |
download | linux-be1ac692c08971486d68a88f39fc4e2cecb80a8e.tar.gz linux-be1ac692c08971486d68a88f39fc4e2cecb80a8e.tar.bz2 linux-be1ac692c08971486d68a88f39fc4e2cecb80a8e.zip |
drm/amd/display: Fix DPIA outbox timeout after S3/S4/reset
[Why]
The HW interrupt gets disabled after S3/S4/reset so we don't receive
notifications for HPD or AUX from DMUB - leading to timeout and
black screen with (or without) DPIA links connected.
[How]
Re-enable the interrupt after S3/S4/reset like we do for the other
DC interrupts.
Guard both instances of the outbox interrupt enable or we'll hang
during restore on ASIC that don't support it.
Fixes: 524a0ba6fab955 ("drm/amd/display: Fix DPIA outbox timeout after GPU reset")
Reviewed-by: Jude Shih <Jude.Shih@amd.com>
Acked-by: Pavle Kotarac <Pavle.Kotarac@amd.com>
Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c')
0 files changed, 0 insertions, 0 deletions