Re: [PATCH 16/26] video: Update the copy framebuffer when writing bitmaps

2020-05-22 Thread Anatolij Gustschin
On Tue, 19 May 2020 17:10:48 -0600 Simon Glass s...@chromium.org wrote: > Adjust the bitmap code to sync to the copy framebuffer when done. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin

[PATCH 16/26] video: Update the copy framebuffer when writing bitmaps

2020-05-19 Thread Simon Glass
Adjust the bitmap code to sync to the copy framebuffer when done. Signed-off-by: Simon Glass --- drivers/video/video_bmp.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/drivers/video/video_bmp.c b/drivers/video/video_bmp.c index eb9636541d..732ce3bcc1