mbox series

[0/3] Test pixel blend mode

Message ID 20220704025632.3911253-1-taki@igel.co.jp (mailing list archive)
Headers show
Series Test pixel blend mode | expand

Message

Takanari Hayama July 4, 2022, 2:56 a.m. UTC
Hello,

This patch series extends the kms-test scripts to test pixel blend mode.

The patches are based on series of patches posted by Laurent ([1]).

[1] https://lore.kernel.org/linux-renesas-soc/20220609234031.14803-1-laurent.pinchart@ideasonboard.com/T/#t

Takanari Hayama (3):
  tests: Support enum property type
  kmstest: Support specifying pixel blend mode for planes
  tests: Add pixel blend mode test

 tests/kms-test-plane-blendmode.py | 100 ++++++++++++++++++++++++++++++
 tests/kmstest.py                  |  16 ++++-
 2 files changed, 114 insertions(+), 2 deletions(-)
 create mode 100755 tests/kms-test-plane-blendmode.py