aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0321-drm-amdgpu-dce10-Re-set-VBLANK-interrupt-state-when-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0321-drm-amdgpu-dce10-Re-set-VBLANK-interrupt-state-when-.patch')
-rw-r--r--common/recipes-kernel/linux/files/0321-drm-amdgpu-dce10-Re-set-VBLANK-interrupt-state-when-.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/common/recipes-kernel/linux/files/0321-drm-amdgpu-dce10-Re-set-VBLANK-interrupt-state-when-.patch b/common/recipes-kernel/linux/files/0321-drm-amdgpu-dce10-Re-set-VBLANK-interrupt-state-when-.patch
deleted file mode 100644
index 99321866..00000000
--- a/common/recipes-kernel/linux/files/0321-drm-amdgpu-dce10-Re-set-VBLANK-interrupt-state-when-.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 5e6775abb5ce7ada76fa17c67857576176d0b60f Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Michel=20D=C3=A4nzer?= <michel.daenzer@amd.com>
-Date: Fri, 17 Jul 2015 11:20:18 +0900
-Subject: [PATCH 0321/1050] drm/amdgpu/dce10: Re-set VBLANK interrupt state
- when enabling a CRTC
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-This doesn't seem strictly necessary with Tonga right now, but that might
-change with future power management enhancements.
-
-Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
-Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
-index 6e77964..e70a26f 100644
---- a/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
-+++ b/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
-@@ -2632,6 +2632,7 @@ static void dce_v10_0_crtc_dpms(struct drm_crtc *crtc, int mode)
- struct drm_device *dev = crtc->dev;
- struct amdgpu_device *adev = dev->dev_private;
- struct amdgpu_crtc *amdgpu_crtc = to_amdgpu_crtc(crtc);
-+ unsigned type;
-
- switch (mode) {
- case DRM_MODE_DPMS_ON:
-@@ -2640,6 +2641,9 @@ static void dce_v10_0_crtc_dpms(struct drm_crtc *crtc, int mode)
- dce_v10_0_vga_enable(crtc, true);
- amdgpu_atombios_crtc_blank(crtc, ATOM_DISABLE);
- dce_v10_0_vga_enable(crtc, false);
-+ /* Make sure VBLANK interrupt is still enabled */
-+ type = amdgpu_crtc_idx_to_irq_type(adev, amdgpu_crtc->crtc_id);
-+ amdgpu_irq_update(adev, &adev->crtc_irq, type);
- drm_vblank_post_modeset(dev, amdgpu_crtc->crtc_id);
- dce_v10_0_crtc_load_lut(crtc);
- break;
---
-1.9.1
-