Skip to content

Commit 5d97c0c

Browse files
committed
Merge tag 'drm-misc-fixes-2019-11-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
- One fix to the dotclock dividers range for sun4i Signed-off-by: Dave Airlie <[email protected]> From: Maxime Ripard <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2 parents a168cab + 0b8e7bb commit 5d97c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/sun4i/sun4i_tcon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ static void sun4i_tcon0_mode_set_rgb(struct sun4i_tcon *tcon,
488488

489489
WARN_ON(!tcon->quirks->has_channel_0);
490490

491-
tcon->dclk_min_div = 6;
491+
tcon->dclk_min_div = 1;
492492
tcon->dclk_max_div = 127;
493493
sun4i_tcon0_mode_set_common(tcon, mode);
494494

0 commit comments

Comments
 (0)