Re: [PATCH v5 01/13] video: test: Split copy frame buffer check into a function

2023-08-21 Thread Simon Glass
On Mon, 21 Aug 2023 at 07:51, Alper Nebi Yasak wrote: > > While checking frame buffer contents, the video tests also check if the > copy frame buffer contents match the main frame buffer. To test if only > the modified regions are updated after a sync, we will need to create > situations where the

[PATCH v5 01/13] video: test: Split copy frame buffer check into a function

2023-08-21 Thread Alper Nebi Yasak
While checking frame buffer contents, the video tests also check if the copy frame buffer contents match the main frame buffer. To test if only the modified regions are updated after a sync, we will need to create situations where the two are mismatched. Split this check into another function that