]> code.ossystems Code Review - bsp/u-boot.git/commit
cfb_console: flush FB cache at end of public functions
authorEric Nelson <eric.nelson@boundarydevices.com>
Mon, 6 May 2013 12:27:28 +0000 (14:27 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 26 May 2013 02:26:08 +0000 (23:26 -0300)
commita71c61520d5edd07a79bc14783a3e2dbee939a8f
tree4ef4230f7f8333bff8364879977f65af18d61d96
parent08868dbb801a87cf2f98a6bd6faf93bb76feb776
cfb_console: flush FB cache at end of public functions

Removed internal cache_flush operations and placed a flush of the
entire frame-buffer at the end of each public function.

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
drivers/video/cfb_console.c