Skip to content

Commit f04d333

Browse files
alexdeuchersashalevin
authored andcommitted
drm/radeon: call hpd_irq_event on resume
[ Upstream commit dbb17a2 ] Need to call this on resume if displays changes during suspend in order to properly be notified of changes. Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] Signed-off-by: Sasha Levin <[email protected]>
1 parent f019394 commit f04d333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/radeon/radeon_device.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,6 +1734,7 @@ int radeon_resume_kms(struct drm_device *dev, bool resume, bool fbcon)
17341734
}
17351735

17361736
drm_kms_helper_poll_enable(dev);
1737+
drm_helper_hpd_irq_event(dev);
17371738

17381739
/* set the power state here in case we are a PX system or headless */
17391740
if ((rdev->pm.pm_method == PM_METHOD_DPM) && rdev->pm.dpm_enabled)

0 commit comments

Comments
 (0)