[igt-dev] [PATCH i-g-t 0/3] Add interpolated gamma tests

Raphael Gallais-Pou raphael.gallais-pou at foss.st.com
Fri Aug 5 10:16:51 UTC 2022


The series aims to add two specific tests for interpolated gamma LUT.

The first patch is purely from a practical POV. It adds a blacklist for tests
that do not run on STM devices.

The second patch adds support of STM drivers, which is needed since this type of
gamma LUT is hardware-specific and not supported on all platforms.

Last part of the patchset focuses on the implementation of the test itself. It
adds two subsets in which working indexes of gamma LUTs are set at expected
value and then checked between interpolated LUT and standard LUT thanks to CR
state.

Raphael Gallais-Pou (2):
  stm-ci: Add STM blacklist
  lib/drmtest: add support for STM drivers

Raphaël Gallais-Pou (1):
  tests/kms_color: add interpolated gamma LUT test

 lib/drmtest.c                  |  13 +++
 lib/drmtest.h                  |   3 +
 tests/kms_color.c              | 147 +++++++++++++++++++++++++++++++++
 tests/kms_color_helper.c       |  34 ++++++++
 tests/kms_color_helper.h       |   8 ++
 tests/meson.build              |   2 +
 tests/stm-ci/blacklist-stm.txt |  41 +++++++++
 tests/stm-ci/meson.build       |   6 ++
 8 files changed, 254 insertions(+)
 create mode 100644 tests/stm-ci/blacklist-stm.txt
 create mode 100644 tests/stm-ci/meson.build

-- 
2.25.1



More information about the igt-dev mailing list