Skip to content

Commit 1213b65

Browse files
Kwiboommind
authored andcommitted
drm/rockchip: dw_hdmi: Allow High TMDS Bit Rates
Call dw_hdmi_set_high_tmds_clock_ratio in phy init ops to allow support of High TMDS Bit Rates used by HDMI2.0 display modes. Signed-off-by: Jonas Karlman <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent a5d0245 commit 1213b65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@ static int dw_hdmi_rockchip_genphy_init(struct dw_hdmi *dw_hdmi, void *data,
356356
{
357357
struct rockchip_hdmi *hdmi = (struct rockchip_hdmi *)data;
358358

359+
dw_hdmi_set_high_tmds_clock_ratio(dw_hdmi, display);
360+
359361
return phy_power_on(hdmi->phy);
360362
}
361363

0 commit comments

Comments
 (0)