[U-Boot] [PATCH] cfb_console: flush FB cache at end of public functions

Anatolij Gustschin agust at denx.de
Mon May 6 15:02:18 CEST 2013


On Sat, 22 Sep 2012 16:29:38 -0700
Eric Nelson <eric.nelson at boundarydevices.com> 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 <eric.nelson at boundarydevices.com>
> 
> ---
>  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


More information about the U-Boot mailing list