[PATCH 1/5] sandbox: video: Display copy framebuffer if enabled

Simon Glass sjg at chromium.org
Tue Aug 22 00:10:50 CEST 2023


On Mon, 21 Aug 2023 at 12:13, Alper Nebi Yasak <alpernebiyasak at gmail.com> wrote:
>
> When VIDEO_COPY is enabled, the "main" framebuffer is a cached work area
> in U-Boot allocated memory and the "copy" framebuffer is the hardware
> frame buffer displayed on the screen. The sandbox SDL video driver sets
> copy_base to indicate support for this, but it displays the work area
> instead. Change it to display the copy buffer if enabled.
>
> Signed-off-by: Alper Nebi Yasak <alpernebiyasak at gmail.com>
> ---
>
>  drivers/video/video-uclass.c | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list