aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/2614-drm-amd-display-Fix-typo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/2614-drm-amd-display-Fix-typo.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/2614-drm-amd-display-Fix-typo.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/2614-drm-amd-display-Fix-typo.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/2614-drm-amd-display-Fix-typo.patch
new file mode 100644
index 00000000..767505d2
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/2614-drm-amd-display-Fix-typo.patch
@@ -0,0 +1,39 @@
+From 8d79bd8d6996b2b57518702490e4edfeb97a6756 Mon Sep 17 00:00:00 2001
+From: "Leo (Sunpeng) Li" <sunpeng.li@amd.com>
+Date: Wed, 11 Oct 2017 17:18:10 -0400
+Subject: [PATCH 2614/4131] drm/amd/display: Fix typo
+
+undersacn -> underscan
+
+Signed-off-by: Leo (Sunpeng) Li <sunpeng.li@amd.com>
+Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
+Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
+---
+ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+index be6439e..0273a6d 100644
+--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
++++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+@@ -4335,7 +4335,7 @@ static void amdgpu_dm_atomic_commit_tail(struct drm_atomic_state *state)
+ }
+ }
+
+- /* Handle scaling and undersacn changes*/
++ /* Handle scaling and underscan changes*/
+ for_each_oldnew_connector_in_state(state, connector, old_con_state, new_con_state, i) {
+ struct dm_connector_state *dm_new_con_state = to_dm_connector_state(new_con_state);
+ struct dm_connector_state *dm_old_con_state = to_dm_connector_state(old_con_state);
+@@ -4952,7 +4952,7 @@ static int amdgpu_dm_atomic_check(struct drm_device *dev,
+ if (ret)
+ goto fail;
+
+- /* Check scaling and undersacn changes*/
++ /* Check scaling and underscan changes*/
+ /*TODO Removed scaling changes validation due to inability to commit
+ * new stream into context w\o causing full reset. Need to
+ * decide how to handle.
+--
+2.7.4
+