From 7eea8957c621bca742c6afd830f4c7de1f9bb89d Mon Sep 17 00:00:00 2001 From: Ondrej Jirman Date: Wed, 25 Nov 2020 20:28:40 +0100 Subject: [PATCH 232/351] Revert "drm/sun4i: Fix mipi-dsi panel framerate being 2/3 of the expected value" This reverts commit ad763c88b662f9d5da50cc86db387f6ee01311f2. --- drivers/gpu/drm/sun4i/sun4i_tcon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/sun4i/sun4i_tcon.c b/drivers/gpu/drm/sun4i/sun4i_tcon.c index 1c56b4fb9ac8..ab06f5e1fc95 100644 --- a/drivers/gpu/drm/sun4i/sun4i_tcon.c +++ b/drivers/gpu/drm/sun4i/sun4i_tcon.c @@ -398,8 +398,8 @@ static void sun4i_tcon0_mode_set_cpu(struct sun4i_tcon *tcon, u32 block_space, start_delay; u32 tcon_div; - tcon->dclk_min_div = 6; - tcon->dclk_max_div = 6; + tcon->dclk_min_div = SUN6I_DSI_TCON_DIV; + tcon->dclk_max_div = SUN6I_DSI_TCON_DIV; sun4i_tcon0_mode_set_common(tcon, mode); -- 2.34.0