Re: [PATCH v4 4/9] video: Add damage notification on bmp display

2023-01-06 Thread Simon Glass
On Tue, 3 Jan 2023 at 14:50, Alexander Graf wrote: > > Let's report the video damage when we draw a bitmap on the screen. This > way we can later lazily flush only relevant regions to hardware. > > Signed-off-by: Alexander Graf > Reported-by: Da Xue > --- > drivers/video/video_bmp.c | 2 ++ > 1

[PATCH v4 4/9] video: Add damage notification on bmp display

2023-01-03 Thread Alexander Graf
Let's report the video damage when we draw a bitmap on the screen. This way we can later lazily flush only relevant regions to hardware. Signed-off-by: Alexander Graf Reported-by: Da Xue --- drivers/video/video_bmp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/video/video_bmp.