Re: [PATCH v4 0/9] Add video damage tracking

2023-04-18 Thread Simon Glass
Hi Antonio, +Alex Graf +Heinrich Schuchardt On Fri, 14 Apr 2023 at 08:55, Antonio Murdaca wrote: > > Hi, this patch set applies cleanly on 2023.01 and solves the issue on the > rockpro64 where the grub would take forever to draw on the screen. Could we get some tests added for this so we can

Re: [PATCH v4 0/9] Add video damage tracking

2023-04-14 Thread Antonio Murdaca
Hi, this patch set applies cleanly on 2023.01 and solves the issue on the rockpro64 where the grub would take forever to draw on the screen. Thanks

Re: [PATCH v4 0/9] Add video damage tracking

2023-01-06 Thread Simon Glass
Hi Alex, On Tue, 3 Jan 2023 at 14:50, Alexander Graf wrote: > > This patch set speeds up graphics output on ARM by a factor of 60x. > > On most ARM SBCs, we keep the frame buffer in DRAM and map it as cached, > but need it accessible by the display controller which reads directly > from a later

[PATCH v4 0/9] Add video damage tracking

2023-01-03 Thread Alexander Graf
This patch set speeds up graphics output on ARM by a factor of 60x. On most ARM SBCs, we keep the frame buffer in DRAM and map it as cached, but need it accessible by the display controller which reads directly from a later point of consistency. Hence, we flush the frame buffer to DRAM on every