On Mon, 21 Aug 2023 at 07:51, Alper Nebi Yasak <[email protected]> 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 only the modified regions are copied to the > copy frame buffer, since we will want the two to be different in very > specific ways. > > Add a boolean argument to the existing helper function to indicate which > frame buffer we want to inspect, and update the existing callers. > > Signed-off-by: Alper Nebi Yasak <[email protected]> > --- > > Changes in v5: > - Add patch "video: test: Support checking copy frame buffer contents" > > test/dm/video.c | 76 ++++++++++++++++++++++++++----------------------- > 1 file changed, 41 insertions(+), 35 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

