From 8f31289aa4fe44b568740e5d5300941b415d2fb9 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 2 Jul 2016 18:57:57 +0300 Subject: [PATCH] pandora/video: enable cache flushing for the lcd --- board/pandora/video.c | 1 + 1 file changed, 1 insertion(+) diff --git a/board/pandora/video.c b/board/pandora/video.c index 8e0205153fe..fdf2a58815e 100644 --- a/board/pandora/video.c +++ b/board/pandora/video.c @@ -182,6 +182,7 @@ void lcd_enable(void) void lcd_ctrl_init(void *lcdbase) { lcd_init(); + lcd_set_flush_dcache(1); } /* Calculate fb size for VIDEOLFB_ATAG. */ -- 2.39.5