Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v2 0/6] Add tests for solid fill planes
@ 2024-01-23 23:28 Jessica Zhang
  2024-01-23 23:28 ` [PATCH i-g-t v2 1/6] tests/kms_atomic: Free pipe_crc object Jessica Zhang
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Jessica Zhang @ 2024-01-23 23:28 UTC (permalink / raw)
  To: igt-dev, Petri Latvala
  Cc: Pekka Paalanen, Simon Ser, Rob Clark, Dmitry Baryshkov

Add corresponding IGT tests for solid fill planes [1] in kms_atomic.

This series does the following:
- Fix a dangling pipe_crc_t object in the plane_immutable_zpos test
- Add solid_fill and pixel_source to IGT plane property enum
- Update drm-uapi headers
- Change IGT commit behavior to support solid fill planes
- Add dynamic subtests for solid fill planes in kms_atomic

[1] https://patchwork.freedesktop.org/series/110283/

---
Changes in v2:
- Updated drm-uapi headers
- Added documentation for new igt_kms public function (Kamil)
- Added documentation for new kms_atomic subtests (Kamil)
- Dropped stray newline (Kamil)
- Use pre-existing helpers to calculate rect height and width
- Add more test cases (Pekka)
- Fixed incorrect UNORM values (Pekka)

---
Jessica Zhang (6):
      tests/kms_atomic: Free pipe_crc object
      drm-uapi: Sync with drm-next
      drm-uapi: Add drm_mode_solid_fill
      lib: Add support for solid_fill and pixel_source plane properties
      tests/kms_atomic: Add solid fill plane subtest
      tests/kms_atomic: Add subtest for solid fill cursor planes

 include/drm-uapi/drm.h              |   92 +-
 include/drm-uapi/drm_fourcc.h       |   12 +-
 include/drm-uapi/drm_mode.h         |   85 +-
 include/drm-uapi/habanalabs_accel.h | 2368 +++++++++++++++++++++++++++++++++++
 include/drm-uapi/i810_drm.h         |  292 -----
 include/drm-uapi/ivpu_accel.h       |  327 +++++
 include/drm-uapi/mga_drm.h          |  427 -------
 include/drm-uapi/msm_drm.h          |    3 +
 include/drm-uapi/pvr_drm.h          | 1295 +++++++++++++++++++
 include/drm-uapi/qaic_accel.h       |  410 ++++++
 include/drm-uapi/r128_drm.h         |  336 -----
 include/drm-uapi/savage_drm.h       |  220 ----
 include/drm-uapi/sis_drm.h          |   77 --
 include/drm-uapi/v3d_drm.h          |  245 +++-
 include/drm-uapi/via_drm.h          |  282 -----
 include/drm-uapi/virtgpu_drm.h      |    2 +
 lib/igt_kms.c                       |   46 +-
 lib/igt_kms.h                       |    4 +
 tests/kms_atomic.c                  |  208 ++-
 19 files changed, 5058 insertions(+), 1673 deletions(-)
---
base-commit: aa45298ff675abbe6bf8f04ae186e2388c35f03a
change-id: 20230810-solid-fill-5acd9b2d42fc

Best regards,
-- 
Jessica Zhang <quic_jesszhan@quicinc.com>


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-02-29 13:14 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-23 23:28 [PATCH i-g-t v2 0/6] Add tests for solid fill planes Jessica Zhang
2024-01-23 23:28 ` [PATCH i-g-t v2 1/6] tests/kms_atomic: Free pipe_crc object Jessica Zhang
2024-01-23 23:28 ` [PATCH i-g-t v2 2/6] drm-uapi: Sync with drm-next Jessica Zhang
2024-01-23 23:28 ` [PATCH i-g-t v2 3/6] drm-uapi: Add drm_mode_solid_fill Jessica Zhang
2024-01-24  8:47   ` Pekka Paalanen
2024-01-23 23:28 ` [PATCH i-g-t v2 4/6] lib: Add support for solid_fill and pixel_source plane properties Jessica Zhang
2024-01-24  9:03   ` Modem, Bhanuprakash
2024-01-25  1:29     ` Jessica Zhang
2024-01-23 23:28 ` [PATCH i-g-t v2 5/6] tests/kms_atomic: Add solid fill plane subtest Jessica Zhang
2024-01-24  9:13   ` Pekka Paalanen
2024-02-02 18:14     ` Jessica Zhang
2024-02-05 10:35       ` Pekka Paalanen
2024-02-28 18:28         ` Jessica Zhang
2024-02-29 13:14           ` Pekka Paalanen
2024-01-23 23:28 ` [PATCH i-g-t v2 6/6] tests/kms_atomic: Add subtest for solid fill cursor planes Jessica Zhang
2024-01-23 23:56 ` ✓ CI.xeBAT: success for Add tests for solid fill planes (rev2) Patchwork
2024-01-23 23:58 ` ✓ Fi.CI.BAT: " Patchwork
2024-01-24  8:41 ` ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox