- Notifications
You must be signed in to change notification settings - Fork113
Commitfd3e3a0
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 receivenotifications for HPD or AUX from DMUB - leading to timeout andblack screen with (or without) DPIA links connected.[How]Re-enable the interrupt after S3/S4/reset like we do for the otherDC interrupts.Guard both instances of the outbox interrupt enable or we'll hangduring restore on ASIC that don't support it.Fixes: 19fde255f248 ("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>1 parent2d31404 commitfd3e3a0
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2452 | 2452 | | |
2453 | 2453 | | |
2454 | 2454 | | |
2455 | | - | |
| 2455 | + | |
| 2456 | + | |
2456 | 2457 | | |
2457 | 2458 | | |
2458 | 2459 | | |
| |||
2503 | 2504 | | |
2504 | 2505 | | |
2505 | 2506 | | |
| 2507 | + | |
| 2508 | + | |
| 2509 | + | |
| 2510 | + | |
2506 | 2511 | | |
2507 | 2512 | | |
2508 | 2513 | | |
| |||
0 commit comments
Comments
(0)