commit | 99de254e8de9a73ac6baee05786e2e3f70e4813b | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Mar 24 10:31:11 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sun Mar 27 09:12:19 2016 -0400 |
tree | b177ccb8392e3c41b6f6dd475d9b940abe6cf374 | |
parent | ccd9d51ede69f08f60d9ab3c824b93ceda73afc8 [diff] |
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>