]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerAnatolij Gustschin <agust@denx.de>
Mon, 6 May 2013 12:53:10 +0000 (14:53 +0200)
commitdb0d47dd433bc7ba60b927fb0ff6835758a8893d
tree0a778cec054f3cd7d941bbe0804466f88f4da229
parent5ed6f447af60aabd2669d913f673793c1ce48f47
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