On Mon, 21 Aug 2023 at 07:51, Alper Nebi Yasak <[email protected]> wrote: > > From: Alexander Graf <[email protected]> > > Let's report the video damage when we fill parts of the screen. This > way we can later lazily flush only relevant regions to hardware. > > Signed-off-by: Alexander Graf <[email protected]> > Reported-by: Da Xue <[email protected]> > [Alper: Call video_damage() in video_fill_part(), edit commit message] > Signed-off-by: Alper Nebi Yasak <[email protected]> > --- > Does video_fill_part() need a video_sync(dev, false) here? > > Changes in v5: > - Call video_damage() also in video_fill_part() > > drivers/video/video-uclass.c | 4 ++++ > 1 file changed, 4 insertions(+) >
Reviewed-by: Simon Glass <[email protected]>

