]> git.sur5r.net Git - u-boot/commit
bcm2835 video: Map fb as cached
authorAlexander Graf <agraf@suse.de>
Thu, 24 Mar 2016 09:31:11 +0000 (10:31 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 27 Mar 2016 13:12:19 +0000 (09:12 -0400)
commit99de254e8de9a73ac6baee05786e2e3f70e4813b
treeb177ccb8392e3c41b6f6dd475d9b940abe6cf374
parentccd9d51ede69f08f60d9ab3c824b93ceda73afc8
bcm2835 video: Map fb as cached

The bcm2835 frame buffer is in RAM, so we can easily map it as cached and gain
all the glorious performance boost that brings with it.

Signed-off-by: Alexander Graf <agraf@suse.de>
Tested-by: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
drivers/video/bcm2835.c