From: Paul Mundt Date: Wed, 1 Jul 2009 06:50:31 +0000 (+0000) Subject: sh: LCDC dcache flush for deferred io X-Git-Tag: v2.6.31-rc2~17^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c6a307a54668eda556f499c94e75086aaf8f80f;p=platform%2Fkernel%2Flinux-stable.git sh: LCDC dcache flush for deferred io Since writenotify on uncached vmas is unsupported in 2.6.31, live with cached framebuffer memory in the deferred io case for now and flush the dcache before forcing refresh. Signed-off-by: Paul Mundt Acked-by: Magnus damm --- diff --git a/drivers/video/sh_mobile_lcdcfb.c b/drivers/video/sh_mobile_lcdcfb.c index f10d2fb..da983b7 100644 --- a/drivers/video/sh_mobile_lcdcfb.c +++ b/drivers/video/sh_mobile_lcdcfb.c @@ -17,6 +17,7 @@ #include #include #include +#include #include