mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
hdmi:rk3288/rk3368: Reset tmdsclk after configure frame composer regiseter.
It is required to perform a reset tmdsclk action on one of the frame composer registers changed. Or transport video and audio sample may mistake. Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
This commit is contained in:
@@ -685,7 +685,8 @@ static int rockchip_hdmiv2_video_framecomposer(struct hdmi *hdmi_drv,
|
||||
*/
|
||||
hdmi_writel(hdmi_dev, FC_EXCTRLSPAC,
|
||||
(hdmi_dev->tmdsclk/1000) * 50 / (256 * 512));
|
||||
|
||||
hdmi_msk_reg(hdmi_dev, MC_SWRSTZREQ,
|
||||
m_TMDS_SWRST, v_TMDS_SWRST(0));
|
||||
#if 0
|
||||
/*Set PreambleFilter*/
|
||||
for (i = 0; i < 3; i++) {
|
||||
|
||||
Reference in New Issue
Block a user