All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-renesas-soc@vger.kernel.org
Cc: Kieran Bingham <kieran.bingham@ideasonboard.com>
Subject: [kms-test] [PATCH 00/10] Test plane alpha and zpos control
Date: Fri, 10 Jun 2022 02:40:21 +0300	[thread overview]
Message-ID: <20220609234031.14803-1-laurent.pinchart@ideasonboard.com> (raw)

Hello,

This patch series extends the kms-test scripts ([1]) with two tests, for
plane alpha and zpos control.

The first two patches are cleanups, and patch 03/10 improves logging in
the allplanes test. Patches 04/10 to 06/10 prepare the test library for
alpha support, and patch 07/10 adds the alpha test. Similarly, patches
08/10 and 09/10 respectively add zpos support to the library and in a
new test. Finally, patch 10/10 renames the planeposition test file to
match the naming scheme of other tests.

[1] https://git.ideasonboard.com/renesas/kms-tests.git

Laurent Pinchart (10):
  tests: Replace double quotes with single quotes
  tests: Convert to formatted string literals
  tests: allplanes: Log the plane IDs
  kmstest: Move props value formatting to AtomicRequest
  kmstest: Support specifying property values in percents
  kmstest: Support specifying alpha value for planes
  tests: Add plane alpha test
  kmstest: Support specifying zpos value for planes
  tests: Add plane zpos test
  tests: Rename kms-test-planeposition.py to kms-test-plane-position.py

 tests/kms-test-allplanes.py                   |  23 ++--
 tests/kms-test-brxalloc.py                    |  38 +++----
 tests/kms-test-connectors.py                  |   6 +-
 tests/kms-test-crc.py                         |  33 +++---
 tests/kms-test-formats.py                     |  18 +--
 tests/kms-test-legacy-modeset.py              |  20 ++--
 tests/kms-test-modes.py                       |  20 ++--
 tests/kms-test-modeset.py                     |  20 ++--
 tests/kms-test-pageflip.py                    |  28 ++---
 tests/kms-test-plane-alpha.py                 |  97 +++++++++++++++++
 ...position.py => kms-test-plane-position.py} |  32 +++---
 tests/kms-test-plane-zpos.py                  | 102 +++++++++++++++++
 tests/kms-test-routing.py                     |  16 +--
 tests/kmstest.py                              | 103 +++++++++++-------
 14 files changed, 388 insertions(+), 168 deletions(-)
 create mode 100755 tests/kms-test-plane-alpha.py
 rename tests/{kms-test-planeposition.py => kms-test-plane-position.py} (77%)
 create mode 100755 tests/kms-test-plane-zpos.py


base-commit: 322821a1381f81c4dd480d065bec13803c7e69dc
-- 
Regards,

Laurent Pinchart


             reply	other threads:[~2022-06-09 23:40 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-09 23:40 Laurent Pinchart [this message]
2022-06-09 23:40 ` [kms-test] [PATCH 01/10] tests: Replace double quotes with single quotes Laurent Pinchart
2022-06-29 13:22   ` Kieran Bingham
2022-06-09 23:40 ` [kms-test] [PATCH 02/10] tests: Convert to formatted string literals Laurent Pinchart
2022-06-29 15:28   ` Kieran Bingham
2022-06-09 23:40 ` [kms-test] [PATCH 03/10] tests: allplanes: Log the plane IDs Laurent Pinchart
2022-06-29 15:30   ` Kieran Bingham
2022-06-29 18:06     ` Laurent Pinchart
2022-06-09 23:40 ` [kms-test] [PATCH 04/10] kmstest: Move props value formatting to AtomicRequest Laurent Pinchart
2022-06-29 15:36   ` Kieran Bingham
2022-06-29 18:13     ` Laurent Pinchart
2022-06-09 23:40 ` [kms-test] [PATCH 05/10] kmstest: Support specifying property values in percents Laurent Pinchart
2022-06-29 15:39   ` Kieran Bingham
2022-06-09 23:40 ` [kms-test] [PATCH 06/10] kmstest: Support specifying alpha value for planes Laurent Pinchart
2022-06-29 15:45   ` Kieran Bingham
2022-06-09 23:40 ` [kms-test] [PATCH 07/10] tests: Add plane alpha test Laurent Pinchart
2022-06-29 15:48   ` Kieran Bingham
2022-06-09 23:40 ` [kms-test] [PATCH 08/10] kmstest: Support specifying zpos value for planes Laurent Pinchart
2022-06-29 15:48   ` Kieran Bingham
2022-06-09 23:40 ` [kms-test] [PATCH 09/10] tests: Add plane zpos test Laurent Pinchart
2022-06-29 15:52   ` Kieran Bingham
2022-06-29 18:08     ` Laurent Pinchart
2022-06-09 23:40 ` [kms-test] [PATCH 10/10] tests: Rename kms-test-planeposition.py to kms-test-plane-position.py Laurent Pinchart
2022-06-29 15:44   ` Kieran Bingham

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220609234031.14803-1-laurent.pinchart@ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=kieran.bingham@ideasonboard.com \
    --cc=linux-renesas-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.