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, 31 insertions, 0 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
new file mode 100644
index 00000000..11ee1349
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/0398-drm-amd-display-i2c-Remove-link-index.patch
@@ -0,0 +1,31 @@
+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
+