mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
drm/bridge: synopsys: dw-hdmi: set scrambler bypassed when hdmi1.4
Set resolution to 4K when connect an HDMI2.0 monitor will enable scrambler feature. At this time, change to connect an hdmi1.4 monitor will cause black screen because we do not set scrambler feature bypassed. So fix this. Change-Id: Ic14b683719c8234c316dc1cacaa62c72a38e0294 Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
This commit is contained in:
parent
ad96f1fe44
commit
ad92b10c0e
|
|
@ -2186,6 +2186,8 @@ static void hdmi_av_composer(struct dw_hdmi *hdmi,
|
|||
HDMI_MC_SWRSTZ);
|
||||
drm_scdc_set_scrambling(&hdmi->i2c->adap, 0);
|
||||
}
|
||||
} else {
|
||||
hdmi_writeb(hdmi, 0, HDMI_FC_SCRAMBLER_CTRL);
|
||||
}
|
||||
|
||||
/* Set up horizontal active pixel width */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user