Re: [PATCH v5 13/13] video: Enable VIDEO_DAMAGE for drivers that need it

2023-08-21 Thread Simon Glass
On Mon, 21 Aug 2023 at 07:51, Alper Nebi Yasak wrote: > > From: Alexander Graf > > Some drivers call video_set_flush_dcache() to indicate that they want to > have the dcache flushed for the frame buffer. These drivers benefit from > our new video damage control, because we can reduce the amount o

[PATCH v5 13/13] video: Enable VIDEO_DAMAGE for drivers that need it

2023-08-21 Thread Alper Nebi Yasak
From: Alexander Graf Some drivers call video_set_flush_dcache() to indicate that they want to have the dcache flushed for the frame buffer. These drivers benefit from our new video damage control, because we can reduce the amount of memory that gets flushed significantly. This patch enables vide