disp: msm: add colorimetry block parsing to SDE EDID parser
Add colorimetry data block parsing to SDE EDID parser so that we can eliminate usage of the same information parsed in upstream EDID parser. Change-Id: I53692bb90eeee1f8a865da54ce0e8932c381489a Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

vanhempi
f1959d903b
commit
6082221107
@@ -424,6 +424,7 @@ struct sde_connector_dyn_hdr_metadata {
|
||||
* @hdr_avg_luminance: desired avg luminance obtained from HDR block
|
||||
* @hdr_min_luminance: desired min luminance obtained from HDR block
|
||||
* @hdr_supported: does the sink support HDR content
|
||||
* @color_enc_fmt: Colorimetry encoding formats of sink
|
||||
* @allow_bl_update: Flag to indicate if BL update is allowed currently or not
|
||||
* @qsync_mode: Cached Qsync mode, 0=disabled, 1=continuous mode
|
||||
* @qsync_updated: Qsync settings were updated
|
||||
@@ -484,6 +485,8 @@ struct sde_connector {
|
||||
u32 hdr_min_luminance;
|
||||
bool hdr_supported;
|
||||
|
||||
u32 color_enc_fmt;
|
||||
|
||||
u8 hdr_plus_app_ver;
|
||||
u32 qsync_mode;
|
||||
bool qsync_updated;
|
||||
|
Viittaa uudesa ongelmassa
Block a user