Re: [PATCH 11/26] video: Clear the copy framebuffer when clearing the screen

2020-05-22 Thread Anatolij Gustschin
On Tue, 19 May 2020 17:10:43 -0600 Simon Glass s...@chromium.org wrote: > Update video_clear() to also sync to the copy framebuffer. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin

[PATCH 11/26] video: Clear the copy framebuffer when clearing the screen

2020-05-19 Thread Simon Glass
Update video_clear() to also sync to the copy framebuffer. Signed-off-by: Simon Glass --- drivers/video/video-uclass.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/video/video-uclass.c b/drivers/video/video-uclass.c index 0c97377ea9..4d6f950eab 100644 --- a/drivers/video/vide