diff options
author | Dave Airlie <airlied@redhat.com> | 2019-11-15 10:38:11 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2019-11-15 10:38:16 +1000 |
commit | 5d97c0ce2a3a0e97d60497ad3cd8ea38a8aeef32 (patch) | |
tree | aec59f86a200e05bb13ab948b6281eec412f0ddc /drivers/gpu | |
parent | a168cabd426e9cdcb2abace5eb8837ec44def26f (diff) | |
parent | 0b8e7bbde5e7e2c419567e1ee29587dae3b78ee3 (diff) | |
download | linux-5d97c0ce2a3a0e97d60497ad3cd8ea38a8aeef32.tar.bz2 |
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 <airlied@redhat.com>
From: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20191113142645.GA967172@gilmour.lan
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/sun4i/sun4i_tcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sun4i/sun4i_tcon.c b/drivers/gpu/drm/sun4i/sun4i_tcon.c index 04c721d0d3b9..b89439ed210d 100644 --- a/drivers/gpu/drm/sun4i/sun4i_tcon.c +++ b/drivers/gpu/drm/sun4i/sun4i_tcon.c @@ -488,7 +488,7 @@ static void sun4i_tcon0_mode_set_rgb(struct sun4i_tcon *tcon, WARN_ON(!tcon->quirks->has_channel_0); - tcon->dclk_min_div = 6; + tcon->dclk_min_div = 1; tcon->dclk_max_div = 127; sun4i_tcon0_mode_set_common(tcon, mode); |