aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0574-drm-amdgpu-fix-num_crtc-on-CZ.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0574-drm-amdgpu-fix-num_crtc-on-CZ.patch')
-rw-r--r--common/recipes-kernel/linux/files/0574-drm-amdgpu-fix-num_crtc-on-CZ.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/common/recipes-kernel/linux/files/0574-drm-amdgpu-fix-num_crtc-on-CZ.patch b/common/recipes-kernel/linux/files/0574-drm-amdgpu-fix-num_crtc-on-CZ.patch
deleted file mode 100644
index df3113ff..00000000
--- a/common/recipes-kernel/linux/files/0574-drm-amdgpu-fix-num_crtc-on-CZ.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 26d0c21db1fd1679fcf07863741c13ba5ce37a65 Mon Sep 17 00:00:00 2001
-From: Alex Deucher <alexander.deucher@amd.com>
-Date: Mon, 5 Oct 2015 10:15:14 -0400
-Subject: [PATCH 0574/1565] drm/amdgpu: fix num_crtc on CZ
-
-Hw only has 3 crtcs. copy paste typo.
-
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-Cc: stable@vger.kernel.org
----
- drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
-index 6411e82..fcd2ed5 100644
---- a/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
-+++ b/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
-@@ -2888,7 +2888,7 @@ static int dce_v11_0_early_init(void *handle)
-
- switch (adev->asic_type) {
- case CHIP_CARRIZO:
-- adev->mode_info.num_crtc = 4;
-+ adev->mode_info.num_crtc = 3;
- adev->mode_info.num_hpd = 6;
- adev->mode_info.num_dig = 9;
- break;
---
-1.9.1
-