Skip to content

Commit c0f69f9

Browse files
committed
drm: rockchip: Set cur_ctr to 0 for clocks between 150MHz and 600MHz
1 parent 89e4e99 commit c0f69f9

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
@@ -179,6 +179,8 @@ static const struct dw_hdmi_curr_ctrl rockchip_cur_ctr[] = {
179179
}, {
180180
148500000, { 0x0000, 0x0038, 0x0038 },
181181
}, {
182+
600000000, { 0x0000, 0x0000, 0x0000 },
183+
}, {
182184
~0UL, { 0x0000, 0x0000, 0x0000},
183185
}
184186
};

0 commit comments

Comments
 (0)