mbox series

[0/3] kms-tests: Small fixes and enhancements

Message ID 20200806022802.22813-1-laurent.pinchart@ideasonboard.com (mailing list archive)
Headers show
Series kms-tests: Small fixes and enhancements | expand

Message

Laurent Pinchart Aug. 6, 2020, 2:27 a.m. UTC
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(-)