aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/4738-drm-amd-display-Convert-quotes-to-Ascii-quotes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/4738-drm-amd-display-Convert-quotes-to-Ascii-quotes.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/4738-drm-amd-display-Convert-quotes-to-Ascii-quotes.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/4738-drm-amd-display-Convert-quotes-to-Ascii-quotes.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/4738-drm-amd-display-Convert-quotes-to-Ascii-quotes.patch
new file mode 100644
index 00000000..b20f94f0
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/4738-drm-amd-display-Convert-quotes-to-Ascii-quotes.patch
@@ -0,0 +1,29 @@
+From a5843f41a5adbc00376073d263d27ad8e7225af5 Mon Sep 17 00:00:00 2001
+From: Krunoslav Kovac <Krunoslav.Kovac@amd.com>
+Date: Wed, 30 May 2018 10:59:11 -0400
+Subject: [PATCH 4738/5725] drm/amd/display: Convert quotes to Ascii quotes
+
+Signed-off-by: Harry Wentland <harry.wentland@amd.com>
+Signed-off-by: Krunoslav Kovac <Krunoslav.Kovac@amd.com>
+Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
+index 32a4997..c6a13d0 100644
+--- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
++++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
+@@ -301,7 +301,7 @@ void enc1_stream_encoder_dp_set_stream_attribute(
+ /* For YCbCr420 and BT2020 Colorimetry Formats, VSC SDP shall be used.
+ * When MISC1, bit 6, is Set to 1, a Source device uses a VSC SDP to indicate the
+ * Pixel Encoding/Colorimetry Format and that a Sink device shall ignore MISC1, bit 7,
+- * and MISC0, bits 7:1 (MISC1, bit 7, and MISC0, bits 7:1, become “don’t care”).
++ * and MISC0, bits 7:1 (MISC1, bit 7, and MISC0, bits 7:1, become "don't care").
+ */
+ if ((crtc_timing->pixel_encoding == PIXEL_ENCODING_YCBCR420) ||
+ (output_color_space == COLOR_SPACE_2020_YCBCR) ||
+--
+2.7.4
+