Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5161473e authored by Ajay Singh Parmar's avatar Ajay Singh Parmar
Browse files

msm: mdss: hdmi: correct 480p pixel clock



Use correct pixel clock for 480p (VIC #3) which is 27.027MHz.

Change-Id: I7a5ca0fe84ea49070fbb4bf3a983b3ef2edd417a
Signed-off-by: default avatarAjay Singh Parmar <aparmar@codeaurora.org>
parent ff447714
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ struct msm_hdmi_mode_timing_info {
	 480, 9, 6, 30, true, 27027, 60000, false, true, HDMI_RES_AR_4_3}
#define HDMI_VFRMT_720x480p60_16_9_TIMING				\
	{HDMI_VFRMT_720x480p60_16_9, 720, 16, 62, 60, true,		\
	 480, 9, 6, 30, true, 27030, 60000, false, HDMI_RES_AR_16_9}
	 480, 9, 6, 30, true, 27027, 60000, false, HDMI_RES_AR_16_9}
#define HDMI_VFRMT_1280x720p60_16_9_TIMING				\
	{HDMI_VFRMT_1280x720p60_16_9, 1280, 110, 40, 220, false,	\
	 720, 5, 5, 20, false, 74250, 60000, false, HDMI_RES_AR_16_9}