Re: [U-Boot] [PATCH v5 5/5] bcm2835 video: Map fb as cached

2016-03-24 Thread Stephen Warren
On 03/24/2016 03:31 AM, Alexander Graf wrote: 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. Tested-by: Stephen Warren Acked-by: Stephen Warren ___ U-Boot mailin

[U-Boot] [PATCH v5 5/5] bcm2835 video: Map fb as cached

2016-03-24 Thread Alexander Graf
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 --- v2 -> v3: - Fix align parameters - Fix whitespace v3 -> v4: - Align start of fb as well to align with segments - Al