From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 24 Mar 2016 21:28:53 -0600 Subject: [U-Boot] [PATCH v5 5/5] bcm2835 video: Map fb as cached In-Reply-To: <1458811871-27139-1-git-send-email-agraf@suse.de> References: <1458139284-86132-6-git-send-email-agraf@suse.de> <1458811871-27139-1-git-send-email-agraf@suse.de> Message-ID: <56F4B075.2070906@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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