Re: [PATCH v5 07/13] video: test: Test video damage tracking via vidconsole

2023-08-21 Thread Simon Glass
On Mon, 21 Aug 2023 at 07:51, Alper Nebi Yasak wrote: > > With VIDEO_DAMAGE, the video uclass tracks updated regions of the frame > buffer in order to avoid unnecessary work during a video sync. Enable > the config in sandbox and add a test for it, by printing strings at a > few locations and chec

[PATCH v5 07/13] video: test: Test video damage tracking via vidconsole

2023-08-21 Thread Alper Nebi Yasak
With VIDEO_DAMAGE, the video uclass tracks updated regions of the frame buffer in order to avoid unnecessary work during a video sync. Enable the config in sandbox and add a test for it, by printing strings at a few locations and checking the tracked region. Signed-off-by: Alper Nebi Yasak --- Th