igt-dev.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Louis Chauvet <louis.chauvet@bootlin.com>
To: igt-dev@lists.freedesktop.org
Cc: miquel.raynal@bootlin.com, jeremie.dautheribes@bootlin.com,
	 thomas.petazzoni@bootlin.com,
	Louis Chauvet <louis.chauvet@bootlin.com>
Subject: [PATCH i-g-t 0/9] Enable more tests for VKMS
Date: Wed, 06 Mar 2024 18:28:34 +0100	[thread overview]
Message-ID: <20240306-b4-kms_tests-v1-0-8fe451efd2ac@bootlin.com> (raw)

This series was built while writing the vkms series [1]. All those 
modification were used to test VKMS more extensively.

This series:
- removes few intel guards on some tests;
- add support for DRM_FORMAT_NV24/NV42/R1
- increase the coverage of kms_plane for colored formats
- increase the coverage of kms_plane for black and white formats

[1]: https://lore.kernel.org/dri-devel/20240304-yuv-v4-0-76beac8e9793@bootlin.com

To: igt-dev@lists.freedesktop.org
Cc: miquel.raynal@bootlin.com
Cc: jeremie.dautheribes@bootlin.com
Cc: thomas.petazzoni@bootlin.com

Signed-off-by: Louis Chauvet <louis.chauvet@bootlin.com>
---
This is my first (technically second) submission here, please let me know 
if I've done anything wrong. I've tried to follow the same rules as in 
the kernel.

---
Louis Chauvet (9):
      tests/kms_rotation_crc: Remove intel guards
      tests/kms_plane: Fix some formatting and alignment
      tests/kms_plane: Rename test_planar_settings to test_odd_size_with_yuv  and remove intel guards
      lib/color_encoding: Add support for NV24 and NV42 pixel formats
      tests/kms_plane: Use a complex pattern to test plane color conversion.
      tests/kms_plane: Use the square pattern even when using multiple planes
      lib/igt_fb: Add DRM_FORMAT_R1 support
      tests/kms_plane: Allow choosing the number of colors when drawing the color array
      tests/kms_plane: Add black and white test

 lib/igt_color_encoding.c |   2 +
 lib/igt_fb.c             | 127 ++++++++++++++++
 lib/igt_fb.h             |   1 +
 tests/kms_plane.c        | 376 +++++++++++++++++++++++++++++++++++------------
 tests/kms_rotation_crc.c |  23 +--
 5 files changed, 427 insertions(+), 102 deletions(-)
---
base-commit: 2fd91b8c3cf9aa2b0bb78537a6b5e2bc3de50e0e
change-id: 20240306-b4-kms_tests-007f3b567bc5

Best regards,
-- 
Louis Chauvet <louis.chauvet@bootlin.com>


             reply	other threads:[~2024-03-06 17:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-06 17:28 Louis Chauvet [this message]
2024-03-06 17:28 ` [PATCH i-g-t 1/9] tests/kms_rotation_crc: Remove intel guards Louis Chauvet
2024-03-06 17:28 ` [PATCH i-g-t 2/9] tests/kms_plane: Fix some formatting and alignment Louis Chauvet
2024-03-06 17:28 ` [PATCH i-g-t 3/9] tests/kms_plane: Rename test_planar_settings to test_odd_size_with_yuv and remove intel guards Louis Chauvet
2024-03-06 17:28 ` [PATCH i-g-t 4/9] lib/color_encoding: Add support for NV24 and NV42 pixel formats Louis Chauvet
2024-03-06 17:28 ` [PATCH i-g-t 5/9] tests/kms_plane: Use a complex pattern to test plane color conversion Louis Chauvet
2024-03-06 17:28 ` [PATCH i-g-t 6/9] tests/kms_plane: Use the square pattern even when using multiple planes Louis Chauvet
2024-03-06 17:28 ` [PATCH i-g-t 7/9] lib/igt_fb: Add DRM_FORMAT_R1 support Louis Chauvet
2024-03-06 17:28 ` [PATCH i-g-t 8/9] tests/kms_plane: Allow choosing the number of colors when drawing the color array Louis Chauvet
2024-03-06 17:28 ` [PATCH i-g-t 9/9] tests/kms_plane: Add black and white test Louis Chauvet
2024-03-06 17:53 ` ✗ Fi.CI.BUILD: failure for Enable more tests for VKMS Patchwork
2024-03-06 18:07 ` ✗ GitLab.Pipeline: warning " Patchwork
2024-03-08  9:00   ` Louis Chauvet

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=20240306-b4-kms_tests-v1-0-8fe451efd2ac@bootlin.com \
    --to=louis.chauvet@bootlin.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=jeremie.dautheribes@bootlin.com \
    --cc=miquel.raynal@bootlin.com \
    --cc=thomas.petazzoni@bootlin.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).