aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/0398-drm-amd-display-i2c-Remove-link-index.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/0398-drm-amd-display-i2c-Remove-link-index.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/0398-drm-amd-display-i2c-Remove-link-index.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/0398-drm-amd-display-i2c-Remove-link-index.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/0398-drm-amd-display-i2c-Remove-link-index.patch
deleted file mode 100644
index 11ee1349..00000000
--- a/common/recipes-kernel/linux/linux-yocto-4.14.71/0398-drm-amd-display-i2c-Remove-link-index.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 4beb4a3591111df1f74c3a00de0155b98c00c50e Mon Sep 17 00:00:00 2001
-From: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
-Date: Sun, 30 Apr 2017 09:20:55 -0400
-Subject: [PATCH 0398/4131] drm/amd/display: i2c Remove link index.
-
-Header change for DAL change under same name.
-
-Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
-index 3bfebab..5590862 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
-@@ -555,8 +555,8 @@ struct amdgpu_dm_dp_aux {
-
- struct amdgpu_i2c_adapter {
- struct i2c_adapter base;
-- struct amdgpu_display_manager *dm;
-- uint32_t link_index;
-+
-+ struct ddc_service *ddc_service;
- };
-
- #define TO_DM_AUX(x) container_of((x), struct amdgpu_dm_dp_aux, aux)
---
-2.7.4
-