On Mon, 21 Aug 2023 at 07:51, Alper Nebi Yasak <[email protected]> wrote: > > With VIDEO_COPY enabled, only the modified parts of the frame buffer are > intended to be copied to the hardware. Add a test that checks this, by > overwriting contents we prepared without telling the video uclass and > then checking if the overwritten contents have been redrawn on the next > sync. > > Signed-off-by: Alper Nebi Yasak <[email protected]> > --- > > Changes in v5: > - Add patch "video: test: Test partial updates of hardware frame buffer" > > test/dm/video.c | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 54 insertions(+)
Reviewed-by: Simon Glass <[email protected]>

