mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
hdmi:rk3288/rk3368: No need to reset tmdsclk in uboot mode.
If hdcp is enalbed, reset tmdsclk in uboot mode will make hdcp unstable, which make sink check hdcp failed and show black picture. Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
This commit is contained in:
@@ -690,8 +690,9 @@ 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 (!hdmi_drv->uboot)
|
||||
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