diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index d5b421330145..58cb6987b078 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |||
@@ -1788,6 +1788,7 @@ int amdgpu_resume_kms(struct drm_device *dev, bool resume, bool fbcon) | |||
1788 | } | 1788 | } |
1789 | 1789 | ||
1790 | drm_kms_helper_poll_enable(dev); | 1790 | drm_kms_helper_poll_enable(dev); |
1791 | drm_helper_hpd_irq_event(dev); | ||
1791 | 1792 | ||
1792 | if (fbcon) { | 1793 | if (fbcon) { |
1793 | amdgpu_fbdev_set_suspend(adev, 0); | 1794 | amdgpu_fbdev_set_suspend(adev, 0); |