aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3010-drm-amd-display-Add-hdr_supported-flag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3010-drm-amd-display-Add-hdr_supported-flag.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3010-drm-amd-display-Add-hdr_supported-flag.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3010-drm-amd-display-Add-hdr_supported-flag.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3010-drm-amd-display-Add-hdr_supported-flag.patch
new file mode 100644
index 00000000..74c1d450
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3010-drm-amd-display-Add-hdr_supported-flag.patch
@@ -0,0 +1,27 @@
+From cfbeed0072b566cbd1ef4d9867dcd531adf2928f Mon Sep 17 00:00:00 2001
+From: Yongqiang Sun <yongqiang.sun@amd.com>
+Date: Wed, 6 Dec 2017 16:29:21 -0500
+Subject: [PATCH 3010/4131] drm/amd/display: Add hdr_supported flag
+
+Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com>
+Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
+Acked-by: Harry Wentland <harry.wentland@amd.com>
+---
+ drivers/gpu/drm/amd/display/dc/dc_types.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/drivers/gpu/drm/amd/display/dc/dc_types.h b/drivers/gpu/drm/amd/display/dc/dc_types.h
+index 9291a60..9faddfa 100644
+--- a/drivers/gpu/drm/amd/display/dc/dc_types.h
++++ b/drivers/gpu/drm/amd/display/dc/dc_types.h
+@@ -218,6 +218,7 @@ struct dc_edid_caps {
+ bool lte_340mcsc_scramble;
+
+ bool edid_hdmi;
++ bool hdr_supported;
+ };
+
+ struct view {
+--
+2.7.4
+