aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0853-drm-amd-dal-Fix-amdgpu-build-error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0853-drm-amd-dal-Fix-amdgpu-build-error.patch')
-rw-r--r--common/recipes-kernel/linux/files/0853-drm-amd-dal-Fix-amdgpu-build-error.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/common/recipes-kernel/linux/files/0853-drm-amd-dal-Fix-amdgpu-build-error.patch b/common/recipes-kernel/linux/files/0853-drm-amd-dal-Fix-amdgpu-build-error.patch
deleted file mode 100644
index 6ac479de..00000000
--- a/common/recipes-kernel/linux/files/0853-drm-amd-dal-Fix-amdgpu-build-error.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From cff034e456966c1fa24c767781feeff6ae5e1bb2 Mon Sep 17 00:00:00 2001
-From: Harry Wentland <harry.wentland@amd.com>
-Date: Sat, 27 Feb 2016 14:18:30 -0500
-Subject: [PATCH 0853/1110] drm/amd/dal: Fix amdgpu build error
-
-Signed-off-by: Harry Wentland <harry.wentland@amd.com>
-Acked-by: Harry Wentland <harry.wentland@amd.com>
----
- drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm.c
-index 6902861..0f60db4 100644
---- a/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm.c
-+++ b/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm.c
-@@ -204,7 +204,7 @@ static void dm_crtc_high_irq(void *interrupt_params)
- {
- struct common_irq_params *irq_params = interrupt_params;
- struct amdgpu_device *adev = irq_params->adev;
-- const struct dc *dc = irq_params->adev->dm.dc;
-+ const struct core_dc *dc = irq_params->adev->dm.dc;
- const struct dc_target *dc_target =
- dc_get_target_on_irq_source(dc, irq_params->irq_src);
- uint8_t crtc_index = 0;
---
-2.7.4
-