mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
hdmi:rk3288/rk3368: support lte_340mcsc_scramble.
If EDID indicate sink support lte_340mcsc_scramble, we enable scrambing mode. Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
This commit is contained in:
parent
301b827dd5
commit
ffa8d43e6d
|
|
@ -590,7 +590,9 @@ static int rockchip_hdmiv2_video_framecomposer(struct hdmi *hdmi_drv,
|
|||
hdmi_msk_reg(hdmi_dev, FC_INVIDCONF,
|
||||
m_FC_HDCP_KEEPOUT, v_FC_HDCP_KEEPOUT(1));
|
||||
if (hdmi_drv->edid.scdc_present == 1) {
|
||||
if (tmdsclk > 340000000) {/* used for HDMI 2.0 TX */
|
||||
if (tmdsclk > 340000000 ||
|
||||
hdmi_drv->edid.lte_340mcsc_scramble) {
|
||||
/* used for HDMI 2.0 TX */
|
||||
mutex_lock(&hdmi_dev->ddc_lock);
|
||||
rockchip_hdmiv2_scdc_init(hdmi_dev);
|
||||
sink_version =
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user