aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/4671-drm-amdgpu-s-disp_detetion_ports-disp_detection_port.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/4671-drm-amdgpu-s-disp_detetion_ports-disp_detection_port.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/4671-drm-amdgpu-s-disp_detetion_ports-disp_detection_port.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/4671-drm-amdgpu-s-disp_detetion_ports-disp_detection_port.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/4671-drm-amdgpu-s-disp_detetion_ports-disp_detection_port.patch
new file mode 100644
index 00000000..af707137
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/4671-drm-amdgpu-s-disp_detetion_ports-disp_detection_port.patch
@@ -0,0 +1,40 @@
+From 5365c6f700ca6b33ab8f4cb4b2119061e4e6df05 Mon Sep 17 00:00:00 2001
+From: Lyude Paul <lyude@redhat.com>
+Date: Mon, 25 Jun 2018 21:09:05 -0400
+Subject: [PATCH 4671/5725] drm/amdgpu:
+ s/disp_detetion_ports/disp_detection_ports/
+
+Fix typo.
+
+Reviewed-by: Jim Qu <Jim.Qu@amd.com>
+Signed-off-by: Lyude Paul <lyude@redhat.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
+index 7f46d1a..7ddf169 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
+@@ -32,7 +32,7 @@ struct amdgpu_atpx_functions {
+ bool switch_start;
+ bool switch_end;
+ bool disp_connectors_mapping;
+- bool disp_detetion_ports;
++ bool disp_detection_ports;
+ };
+
+ struct amdgpu_atpx {
+@@ -156,7 +156,7 @@ static void amdgpu_atpx_parse_functions(struct amdgpu_atpx_functions *f, u32 mas
+ f->switch_start = mask & ATPX_GRAPHICS_DEVICE_SWITCH_START_NOTIFICATION_SUPPORTED;
+ f->switch_end = mask & ATPX_GRAPHICS_DEVICE_SWITCH_END_NOTIFICATION_SUPPORTED;
+ f->disp_connectors_mapping = mask & ATPX_GET_DISPLAY_CONNECTORS_MAPPING_SUPPORTED;
+- f->disp_detetion_ports = mask & ATPX_GET_DISPLAY_DETECTION_PORTS_SUPPORTED;
++ f->disp_detection_ports = mask & ATPX_GET_DISPLAY_DETECTION_PORTS_SUPPORTED;
+ }
+
+ /**
+--
+2.7.4
+