From 75b4841b5e70cae8492870068c9b96e33b151376 Mon Sep 17 00:00:00 2001 From: Tatenda Chipeperekwa Date: Thu, 16 Feb 2017 16:00:37 -0800 Subject: msm: hdmi: edid: update incorrect interlaced field Update the interlaced field for the 1920x1080i60 resolution to show that the mode is in fact interlaced. This will provide external display clients with the correct information regarding this resolution. CRs-Fixed: 2006873 Change-Id: I30f5da1e49e35a81f65508f2766118a58d12ceb4 Signed-off-by: Tatenda Chipeperekwa --- include/uapi/video/msm_hdmi_modes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/uapi/video/msm_hdmi_modes.h b/include/uapi/video/msm_hdmi_modes.h index 43ca6bab4c62..5b4b2b492be4 100644 --- a/include/uapi/video/msm_hdmi_modes.h +++ b/include/uapi/video/msm_hdmi_modes.h @@ -271,7 +271,7 @@ struct msm_hdmi_mode_timing_info { 720, 5, 5, 20, false, 74250, 60000, false, true, HDMI_RES_AR_16_9, 0} #define HDMI_VFRMT_1920x1080i60_16_9_TIMING \ {HDMI_VFRMT_1920x1080i60_16_9, 1920, 88, 44, 148, false, \ - 540, 2, 5, 5, false, 74250, 60000, false, true, HDMI_RES_AR_16_9, 0} + 540, 2, 5, 5, false, 74250, 60000, true, true, HDMI_RES_AR_16_9, 0} #define HDMI_VFRMT_1440x480i60_4_3_TIMING \ {HDMI_VFRMT_1440x480i60_4_3, 1440, 38, 124, 114, true, \ 240, 4, 3, 15, true, 27000, 60000, true, true, HDMI_RES_AR_4_3, 0} -- cgit v1.2.3