aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0671-drm-amd-dal-Fix-eDP-to-use-non-mst-codepath-for-link.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0671-drm-amd-dal-Fix-eDP-to-use-non-mst-codepath-for-link.patch')
-rw-r--r--common/recipes-kernel/linux/files/0671-drm-amd-dal-Fix-eDP-to-use-non-mst-codepath-for-link.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/files/0671-drm-amd-dal-Fix-eDP-to-use-non-mst-codepath-for-link.patch b/common/recipes-kernel/linux/files/0671-drm-amd-dal-Fix-eDP-to-use-non-mst-codepath-for-link.patch
new file mode 100644
index 00000000..667d315b
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0671-drm-amd-dal-Fix-eDP-to-use-non-mst-codepath-for-link.patch
@@ -0,0 +1,28 @@
+From 5a998f2872363cc1ed90b018cf89b835610dcad9 Mon Sep 17 00:00:00 2001
+From: Jordan Lazare <Jordan.Lazare@amd.com>
+Date: Wed, 6 Jan 2016 17:41:42 -0500
+Subject: [PATCH 0671/1110] drm/amd/dal: Fix eDP to use non-mst codepath for
+ link phy enablement
+
+Signed-off-by: Jordan Lazare <Jordan.Lazare@amd.com>
+Acked-by: Jordan Lazare <Jordan.Lazare@amd.com>
+---
+ drivers/gpu/drm/amd/dal/dc/core/dc_link_hwss.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/dal/dc/core/dc_link_hwss.c b/drivers/gpu/drm/amd/dal/dc/core/dc_link_hwss.c
+index 715aa9f..1356238 100644
+--- a/drivers/gpu/drm/amd/dal/dc/core/dc_link_hwss.c
++++ b/drivers/gpu/drm/amd/dal/dc/core/dc_link_hwss.c
+@@ -56,7 +56,7 @@ void dp_enable_link_phy(
+ enum signal_type signal,
+ const struct link_settings *link_settings)
+ {
+- if (signal == SIGNAL_TYPE_DISPLAY_PORT)
++ if (dc_is_dp_sst_signal(signal))
+ link->dc->hwss.encoder_enable_dp_output(
+ link->link_enc,
+ link_settings,
+--
+2.7.4
+