From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 6 May 2013 15:02:18 +0200 Subject: [U-Boot] [PATCH] cfb_console: flush FB cache at end of public functions In-Reply-To: <1348356578-10522-1-git-send-email-eric.nelson@boundarydevices.com> References: <5057E13C.2090507@boundarydevices.com> <1348356578-10522-1-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <20130506150218.37d5cd1b@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 22 Sep 2012 16:29:38 -0700 Eric Nelson wrote: > Removed internal cache_flush operations and placed a flush of the > entire frame-buffer at the end of each public function. > > Changed logo_plot() to static because it isn't called externally or > declared in a header. > > Signed-off-by: Eric Nelson > > --- > drivers/video/cfb_console.c | 16 +++++++++------- > 1 files changed, 9 insertions(+), 7 deletions(-) Applied to u-boot-video/master after rebasing and moving the cache flush from drv_video_init() to video_init(). Thanks, Anatolij