video: Add damage notification on bmp display
authorAlexander Graf <agraf@csgraf.de>
Thu, 9 Jun 2022 22:59:18 +0000 (00:59 +0200)
committerSimon Glass <sjg@chromium.org>
Thu, 1 May 2025 10:31:36 +0000 (04:31 -0600)
commit4b19425b35d1134a53ecbb58357128bd5096e784
treed13d55c3f332a229384ba9b62ce58828ec6164b4
parent9ffa352c82285ef2d0d2312140e82e041ec8b9b4
video: Add damage notification on bmp display

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 <agraf@csgraf.de>
Reported-by: Da Xue <da@libre.computer>
Reviewed-by: Simon Glass <sjg@chromium.org>
Link: https://lore.kernel.org/u-boot/20230821135111.3558478-9-alpernebiyasak@gmail.com/
drivers/video/video_bmp.c