projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7dbdf1
)
drm/amd/display: Add FORCE_HDR timing flag
author
Zeyu Fan
<Zeyu.Fan@amd.com>
Fri, 19 May 2017 19:52:00 +0000
(15:52 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:07:35 +0000
(18:07 -0400)
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
patch
|
blob
|
history
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 58a3bcd5131f493ce2d57ba153b2917513ef2c6e..b6e677786cbcec27d81e17626c14a2b742187c59 100644
(file)
--- 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;