public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [v2 0/4] Enable HDR in IGT Frontbuffer Feature Tests
@ 2026-01-02  9:54 Swati Sharma
  2026-01-02  9:54 ` [v2 1/4] lib/igt_hdr: Move HDR helpers from kms_hdr into shared library Swati Sharma
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Swati Sharma @ 2026-01-02  9:54 UTC (permalink / raw)
  To: igt-dev; +Cc: suraj.kandpal, Swati Sharma

Patches add HDR support to the kms_frontbuffer_tracking tests.
This update integrates HDR into the feature test matrix, ensuring HDR
scenarios are exercised in RTE, suspend, and other feature-based
subtests. The patch also includes handling to skip CRC checks and CRTC
resets when HDR is active, preventing test failures due to display
resets.

Swati Sharma (4):
  lib/igt_hdr: Move HDR helpers from kms_hdr into shared library
  tests/intel/kms_frontbuffer_tracking: Add HDR feature support
  lib/igt_hdr: Add helpers to enable and disable HDR on an output
  tests/intel/kms_frontbuffer_tracking: Enable HDR in feature tests

 lib/igt_hdr.c                          | 217 ++++++++
 lib/igt_hdr.h                          |  36 ++
 lib/meson.build                        |   1 +
 tests/intel/kms_frontbuffer_tracking.c | 724 ++++++++++++++++++++++++-
 tests/kms_hdr.c                        | 298 ++--------
 5 files changed, 1012 insertions(+), 264 deletions(-)
 create mode 100644 lib/igt_hdr.c
 create mode 100644 lib/igt_hdr.h

-- 
2.25.1


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

end of thread, other threads:[~2026-01-29 16:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-02  9:54 [v2 0/4] Enable HDR in IGT Frontbuffer Feature Tests Swati Sharma
2026-01-02  9:54 ` [v2 1/4] lib/igt_hdr: Move HDR helpers from kms_hdr into shared library Swati Sharma
2026-01-05  3:59   ` Kandpal, Suraj
2026-01-29 16:41   ` Kamil Konieczny
2026-01-02  9:54 ` [v2 2/4] tests/intel/kms_frontbuffer_tracking: Add HDR feature support Swati Sharma
2026-01-05  4:01   ` Kandpal, Suraj
2026-01-02  9:54 ` [v2 3/4] lib/igt_hdr: Add helpers to enable and disable HDR on an output Swati Sharma
2026-01-05  4:03   ` Kandpal, Suraj
2026-01-02  9:54 ` [v2 4/4] tests/intel/kms_frontbuffer_tracking: Enable HDR in feature tests Swati Sharma
2026-01-05  4:30   ` Kandpal, Suraj
2026-01-02 12:51 ` ✓ Xe.CI.BAT: success for Enable HDR in IGT Frontbuffer Feature Tests (rev2) Patchwork
2026-01-02 13:05 ` ✓ i915.CI.BAT: " Patchwork
2026-01-02 14:17 ` ✗ Xe.CI.Full: failure " Patchwork
2026-01-02 16:38 ` ✗ i915.CI.Full: " Patchwork

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