Re: [PATCH 18/26] video: sandbox: Add support for the copy framebuffer

2020-05-22 Thread Anatolij Gustschin
On Tue, 19 May 2020 17:10:50 -0600 Simon Glass s...@chromium.org wrote: > Enable this feature on sandbox by updating the SDL driver to have two > framebuffers. > > Update the video tests to check that the copy framebuffer is kept in sync. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij

[PATCH 18/26] video: sandbox: Add support for the copy framebuffer

2020-05-19 Thread Simon Glass
Enable this feature on sandbox by updating the SDL driver to have two framebuffers. Update the video tests to check that the copy framebuffer is kept in sync. Signed-off-by: Simon Glass --- configs/sandbox_defconfig | 1 + drivers/video/sandbox_sdl.c | 9 +- test/dm/video.c