]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/exynos_fb.c
video:cache:fix: Enable dcache flush at LCD subsystem for Exynos based boards
[u-boot] / drivers / video / exynos_fb.c
index d9a3f9ab18976ba597d779ec9e0fab6ffcc70414..aac74a3c68efc5349685fba8a10ae8f0819e5f0d 100644 (file)
@@ -63,6 +63,9 @@ static void exynos_lcd_init_mem(void *lcdbase, vidinfo_t *vid)
 static void exynos_lcd_init(vidinfo_t *vid)
 {
        exynos_fimd_lcd_init(vid);
+
+       /* Enable flushing after LCD writes if requested */
+       lcd_set_flush_dcache(1);
 }
 
 static void draw_logo(void)