aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0716-drm-amdgpu-call-hpd_irq_event-on-resume.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0716-drm-amdgpu-call-hpd_irq_event-on-resume.patch')
-rw-r--r--common/recipes-kernel/linux/files/0716-drm-amdgpu-call-hpd_irq_event-on-resume.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/common/recipes-kernel/linux/files/0716-drm-amdgpu-call-hpd_irq_event-on-resume.patch b/common/recipes-kernel/linux/files/0716-drm-amdgpu-call-hpd_irq_event-on-resume.patch
deleted file mode 100644
index 84c16ccf..00000000
--- a/common/recipes-kernel/linux/files/0716-drm-amdgpu-call-hpd_irq_event-on-resume.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 9b9f8aa900aa70f6c9c3cf97047842bdb1168c43 Mon Sep 17 00:00:00 2001
-From: Alex Deucher <alexander.deucher@amd.com>
-Date: Tue, 24 Nov 2015 14:30:56 -0500
-Subject: [PATCH 0716/1565] drm/amdgpu: call hpd_irq_event on resume
-
-Need to call this on resume if displays changes during
-suspend in order to properly be notified of changes.
-
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-Cc: stable@vger.kernel.org
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
-index d5b4213..58cb698 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)
- }
-
- drm_kms_helper_poll_enable(dev);
-+ drm_helper_hpd_irq_event(dev);
-
- if (fbcon) {
- amdgpu_fbdev_set_suspend(adev, 0);
---
-1.9.1
-