Re: [PATCH v2 06/13] efi: Support copy framebuffer

2023-02-23 Thread Simon Glass
Hi Heinrich, On Thu, 23 Feb 2023 at 04:58, Heinrich Schuchardt wrote: > > On 2/22/23 20:12, Simon Glass wrote: > > Add support for this to EFI in case it becomes useful. At present it just > > slows things down. You can enable CONFIG_VIDEO_COPY to turn it on. > > > > Signed-off-by: Simon Glass >

Re: [PATCH v2 06/13] efi: Support copy framebuffer

2023-02-23 Thread Heinrich Schuchardt
On 2/22/23 20:12, Simon Glass wrote: Add support for this to EFI in case it becomes useful. At present it just slows things down. You can enable CONFIG_VIDEO_COPY to turn it on. Signed-off-by: Simon Glass --- Changes in v2: - Obtain copy framebuffer size from EFI instead of using a fixed value

[PATCH v2 06/13] efi: Support copy framebuffer

2023-02-22 Thread Simon Glass
Add support for this to EFI in case it becomes useful. At present it just slows things down. You can enable CONFIG_VIDEO_COPY to turn it on. Signed-off-by: Simon Glass --- Changes in v2: - Obtain copy framebuffer size from EFI instead of using a fixed value - Dropping debugging printf() - use ne