Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1347357 > unrolled thread

[PATCH 4.4 173/342] drm/amdgpu: call hpd_irq_event on resume

Started byGreg Kroah-Hartman <gregkh@linuxfoundation.org>
First post2016-03-02 02:00 +0100
Last post2016-03-02 02:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 4.4 173/342] drm/amdgpu: call hpd_irq_event on resume Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-03-02 02:00 +0100

#1347357 — [PATCH 4.4 173/342] drm/amdgpu: call hpd_irq_event on resume

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2016-03-02 02:00 +0100
Subject[PATCH 4.4 173/342] drm/amdgpu: call hpd_irq_event on resume
Message-ID<r83iW-8oR-17@gated-at.bofh.it>
4.4-stable review patch.  If anyone has any objections, please let me know.

------------------

From: Alex Deucher <alexander.deucher@amd.com>

commit 54fb2a5cd0baf8e97d743de411e2f832d1afa68d upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c |    1 +
 1 file changed, 1 insertion(+)

--- 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
 	}
 
 	drm_kms_helper_poll_enable(dev);
+	drm_helper_hpd_irq_event(dev);
 
 	if (fbcon) {
 		amdgpu_fbdev_set_suspend(adev, 0);

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web