Re: [PATCH v5 02/13] video: test: Support checking copy frame buffer contents

2023-08-21 Thread Simon Glass
On Mon, 21 Aug 2023 at 07:51, Alper Nebi Yasak wrote: > > The video tests have a helper function to generate a pseudo-digest of > frame buffer contents, but it only does so for the main one. There is > another check that the copy frame buffer is the same as that. But > neither is enough to test if

[PATCH v5 02/13] video: test: Support checking copy frame buffer contents

2023-08-21 Thread Alper Nebi Yasak
The video tests have a helper function to generate a pseudo-digest of frame buffer contents, but it only does so for the main one. There is another check that the copy frame buffer is the same as that. But neither is enough to test if only the modified regions are copied to the copy frame buffer, s