]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/sun4i/sun4i_tcon.c
Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm-misc...
[linux.git] / drivers / gpu / drm / sun4i / sun4i_tcon.c
index ca713d2002804fcc9d7a775f9fa97d26e0c4d26c..fa92e992a2827b6cd5590d0096d4238ec2318ccd 100644 (file)
@@ -341,8 +341,8 @@ static void sun4i_tcon0_mode_set_cpu(struct sun4i_tcon *tcon,
        u32 block_space, start_delay;
        u32 tcon_div;
 
-       tcon->dclk_min_div = 4;
-       tcon->dclk_max_div = 127;
+       tcon->dclk_min_div = SUN6I_DSI_TCON_DIV;
+       tcon->dclk_max_div = SUN6I_DSI_TCON_DIV;
 
        sun4i_tcon0_mode_set_common(tcon, mode);
 
This page took 0.032818 seconds and 4 git commands to generate.