Skip to content

Commit 3d5080c

Browse files
yueshuck_zhang
authored andcommitted
drm/rockchip: add hdmi 4k@50hz/60hz mode rate
add 594Mhz hdmi rate to enable 4k@50hz/60hz Change-Id: I08374e54f7a016385d753dc4e6586b189371ce70 Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
1 parent 845c14b commit 3d5080c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ static const int dw_hdmi_rates[] = {
8888
154000000,
8989
162000000,
9090
297000000,
91+
594000000,
9192
};
9293

9394
/*
@@ -216,7 +217,8 @@ static const struct dw_hdmi_phy_config rockchip_phy_config[] = {
216217
/*pixelclk symbol term vlev*/
217218
{ 74250000, 0x8009, 0x0004, 0x0272},
218219
{ 165000000, 0x802b, 0x0004, 0x0209},
219-
{ 297000000, 0x802d, 0x0001, 0x0149},
220+
{ 297000000, 0x8039, 0x0000, 0x0149},
221+
{ 594000000, 0x8039, 0x0000, 0x019d},
220222
{ ~0UL, 0x0000, 0x0000, 0x0000}
221223
};
222224

0 commit comments

Comments
 (0)