From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 06 May 2013 08:15:24 -0700 Subject: [U-Boot] [PATCH] cfb_console: flush FB cache at end of public functions In-Reply-To: <20130506150218.37d5cd1b@crub> References: <5057E13C.2090507@boundarydevices.com> <1348356578-10522-1-git-send-email-eric.nelson@boundarydevices.com> <20130506150218.37d5cd1b@crub> Message-ID: <5187C90C.6050604@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/06/2013 06:02 AM, Anatolij Gustschin wrote: > 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.