aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0365-drm-amd-amdgpu-Whitespace-typo-fix-in-sw_init-DCEv11.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0365-drm-amd-amdgpu-Whitespace-typo-fix-in-sw_init-DCEv11.patch')
-rw-r--r--common/recipes-kernel/linux/files/0365-drm-amd-amdgpu-Whitespace-typo-fix-in-sw_init-DCEv11.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/common/recipes-kernel/linux/files/0365-drm-amd-amdgpu-Whitespace-typo-fix-in-sw_init-DCEv11.patch b/common/recipes-kernel/linux/files/0365-drm-amd-amdgpu-Whitespace-typo-fix-in-sw_init-DCEv11.patch
deleted file mode 100644
index ad3835b7..00000000
--- a/common/recipes-kernel/linux/files/0365-drm-amd-amdgpu-Whitespace-typo-fix-in-sw_init-DCEv11.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From f49534290a39ffc5188005854258d4808af903ff Mon Sep 17 00:00:00 2001
-From: Tom St Denis <tom.stdenis@amd.com>
-Date: Wed, 2 Mar 2016 09:10:50 -0500
-Subject: [PATCH 0365/1110] drm/amd/amdgpu: Whitespace typo fix in sw_init
- (DCEv11)
-
-Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
-index 9c1d120..1b8abaf 100644
---- a/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
-+++ b/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
-@@ -2964,7 +2964,7 @@ static int dce_v11_0_sw_init(void *handle)
- for (i = 0; i < adev->mode_info.num_crtc; i++) {
- r = amdgpu_irq_add_id(adev, i + 1, &adev->crtc_irq);
- if (r)
-- return r;
-+ return r;
- }
-
- for (i = 8; i < 20; i += 2) {
-@@ -2976,7 +2976,7 @@ static int dce_v11_0_sw_init(void *handle)
- /* HPD hotplug */
- r = amdgpu_irq_add_id(adev, 42, &adev->hpd_irq);
- if (r)
-- return r;
-+ return r;
-
- adev->mode_info.mode_config_initialized = true;
-
---
-2.7.4
-