aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0472-drm-amd-display-Add-FORCE_HDR-timing-flag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0472-drm-amd-display-Add-FORCE_HDR-timing-flag.patch')
-rw-r--r--meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0472-drm-amd-display-Add-FORCE_HDR-timing-flag.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0472-drm-amd-display-Add-FORCE_HDR-timing-flag.patch b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0472-drm-amd-display-Add-FORCE_HDR-timing-flag.patch
deleted file mode 100644
index baaf8e23..00000000
--- a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/0472-drm-amd-display-Add-FORCE_HDR-timing-flag.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 73aedfaf604f154cc5815774fed4487711c86e0c Mon Sep 17 00:00:00 2001
-From: Zeyu Fan <Zeyu.Fan@amd.com>
-Date: Fri, 19 May 2017 15:52:00 -0400
-Subject: [PATCH 0472/4131] drm/amd/display: Add FORCE_HDR timing flag
-
-Signed-off-by: Zeyu Fan <Zeyu.Fan@amd.com>
-Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
-Acked-by: Harry Wentland <Harry.Wentland@amd.com>
-Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
----
- drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/drivers/gpu/drm/amd/display/dc/dc_hw_types.h b/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
-index 58a3bcd..b6e6777 100644
---- a/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
-+++ b/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
-@@ -635,6 +635,8 @@ struct dc_crtc_timing_flags {
- uint32_t YCBCR420 :1; /* TODO: shouldn't need this flag, should be a separate pixel format */
- uint32_t DTD_COUNTER :5; /* values 1 to 16 */
-
-+ uint32_t FORCE_HDR :1;
-+
- /* HDMI 2.0 - Support scrambling for TMDS character
- * rates less than or equal to 340Mcsc */
- uint32_t LTE_340MCSC_SCRAMBLE:1;
---
-2.7.4
-