Hello, This small patch series fixes a problem in kms-test-crc.py (patch 1/3), and improves kms-test-formats.py with better progress and error reporting (2/3 and 3/3). While working on this, I noticed that many formats were skipped in kms-test-formats.py, as they were not supported by kmsxx. This is now fixed, and the patches have been sent to the linux-renesas-soc mailing list in "[PATCH 0/8] kmsxx: Various fixes and improvements". Another discovery during this work was that fully planar formats are broken in the DU driver. The fix has also been submitted in "[PATCH] drm: rcar-du: Fix pitch handling for fully planar YUV formats". Laurent Pinchart (3): tests: crc: Fix AtomicRequest usage tests: formats: Add progress reporting tests: formats: Improve error reporting tests/kms-test-crc.py | 2 +- tests/kms-test-formats.py | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) -- Regards, Laurent Pinchart