public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t, v8 0/5] Add plane color pipeline tests for Intel hardware
@ 2025-12-30  6:45 Swati Sharma
  2025-12-30  6:45 ` [PATCH i-g-t, v8 2/5] tests/kms_colorop_helper: Add helpers to clear colorops data Swati Sharma
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Swati Sharma @ 2025-12-30  6:45 UTC (permalink / raw)
  To: igt-dev; +Cc: chaitanya.kumar.borah, Swati Sharma

This series add plane color pipeline tests for Intel hardware.

v2: -dropped CTM 3x3 colorop and used CTM 3x4 colorop instead
    -added new plane test with 1D LUT and CTM 3x4 colorops
v3: -rebase on v10
v4: -splits the series into smaller, modular patches for
     easier review
    -introduces safe skips on platforms lacking KMD support
    -add 3D-LUT subtest
v5: -rebase on top on AMD's colorop changes
    -refactor color pipeline helpers
v6: -reused frame work by defining igt_color_tf for
     linear and max
    -improved commit messages
v7: -rebase
v8: -add plane colorop tests to new igt kms_color_pipeline

Swati Sharma (5):
  lib: Refactor color pipeline helpers
  tests/kms_colorop_helper: Add helpers to clear colorops data
  tests/kms_colorop_helper: Cast pixel values to double
  tests/kms_color_pipeline: Add Intel plane pipeline tests with LUT1D
    and CTM
  tests/kms_color_pipeline: Add 3D LUT subtest for green-only output
    with RGB traversal

 lib/igt_color.c            |   59 +
 lib/igt_color.h            |   54 +-
 lib/igt_color_lut.c        | 9839 ++++++++++++++++++++++++++++++++++++
 lib/igt_color_lut.h        | 4917 +-----------------
 lib/meson.build            |    1 +
 tests/kms_color_helper.h   |    1 +
 tests/kms_color_pipeline.c |  336 ++
 tests/kms_colorop.c        |  206 +-
 tests/kms_colorop.h        |  266 -
 tests/kms_colorop_helper.c |  430 ++
 tests/kms_colorop_helper.h |  108 +
 tests/meson.build          |    3 +
 12 files changed, 10795 insertions(+), 5425 deletions(-)
 create mode 100644 lib/igt_color_lut.c
 create mode 100644 tests/kms_color_pipeline.c
 delete mode 100644 tests/kms_colorop.h
 create mode 100644 tests/kms_colorop_helper.c
 create mode 100644 tests/kms_colorop_helper.h

-- 
2.25.1


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

end of thread, other threads:[~2026-01-05  7:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-30  6:45 [PATCH i-g-t, v8 0/5] Add plane color pipeline tests for Intel hardware Swati Sharma
2025-12-30  6:45 ` [PATCH i-g-t, v8 2/5] tests/kms_colorop_helper: Add helpers to clear colorops data Swati Sharma
2025-12-30  6:45 ` [PATCH i-g-t, v8 3/5] tests/kms_colorop_helper: Cast pixel values to double Swati Sharma
2025-12-30  6:45 ` [PATCH i-g-t, v8 4/5] tests/kms_color_pipeline: Add Intel plane pipeline tests with LUT1D and CTM Swati Sharma
2026-01-05  7:47   ` [PATCH i-g-t,v8 " Borah, Chaitanya Kumar
2025-12-30  6:45 ` [PATCH i-g-t, v8 5/5] tests/kms_color_pipeline: Add 3D LUT subtest for green-only output with RGB traversal Swati Sharma
2025-12-30  7:16 ` ✓ Xe.CI.BAT: success for Add plane color pipeline tests for Intel hardware (rev9) Patchwork
2025-12-30  7:46 ` ✓ i915.CI.BAT: " Patchwork
2025-12-30  8:51 ` ✓ Xe.CI.Full: " Patchwork
2025-12-30  9:26 ` ✗ i915.CI.Full: failure " Patchwork

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