aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0899-drm-amdgpu-Remove-is_mst_connector-flag-from-amdgpu_.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0899-drm-amdgpu-Remove-is_mst_connector-flag-from-amdgpu_.patch')
-rw-r--r--common/recipes-kernel/linux/files/0899-drm-amdgpu-Remove-is_mst_connector-flag-from-amdgpu_.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/files/0899-drm-amdgpu-Remove-is_mst_connector-flag-from-amdgpu_.patch b/common/recipes-kernel/linux/files/0899-drm-amdgpu-Remove-is_mst_connector-flag-from-amdgpu_.patch
new file mode 100644
index 00000000..38a8eb16
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0899-drm-amdgpu-Remove-is_mst_connector-flag-from-amdgpu_.patch
@@ -0,0 +1,36 @@
+From ff59726c523947b07b8a90dc47707a8c23ac579a Mon Sep 17 00:00:00 2001
+From: David Rokhvarg <David.Rokhvarg@amd.com>
+Date: Tue, 29 Dec 2015 14:56:04 -0500
+Subject: [PATCH 0899/1110] drm/amdgpu: Remove 'is_mst_connector' flag from
+ 'amdgpu_connector'.
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The flag is not used.
+
+Reviewed-by: Christian König <christian.koenig@amd.com>
+Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
+Signed-off-by: David Rokhvarg <David.Rokhvarg@amd.com>
+Reviewed-by: Harry Wentland <harry.wentland@amd.com>
+Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
+index 076d2c0..3d8c7c5 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
+@@ -562,7 +562,6 @@ struct amdgpu_connector {
+ struct amdgpu_dm_dp_aux dm_dp_aux;
+ struct drm_dp_mst_port *port;
+ struct amdgpu_connector *mst_port;
+- bool is_mst_connector;
+ struct amdgpu_encoder *mst_encoder;
+ struct semaphore mst_sem;
+
+--
+2.7.4
+