[U-Boot] [PATCH] cfb_console: flush FB cache at end of public functions
Eric Nelson
eric.nelson at boundarydevices.com
Mon May 6 17:15:24 CEST 2013
On 05/06/2013 06:02 AM, Anatolij Gustschin wrote:
> 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