All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [v4 00/15] Add IGT support for plane color management
@ 2022-05-06  5:44 Bhanuprakash Modem
  2022-05-06  5:44 ` [igt-dev] [v4 01/15] HAX: Get uapi headers to compile the IGT Bhanuprakash Modem
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Bhanuprakash Modem @ 2022-05-06  5:44 UTC (permalink / raw)
  To: igt-dev

From the Plane Color Management feature design, userspace can
take the smart blending decisions based on hardware supported
plane color features to obtain an accurate color profile.

These IGT patches extend the existing pipe color management
tests to the plane level.

Kernel implementation:
https://patchwork.freedesktop.org/series/90825/

V2: Rebase

Bhanuprakash Modem (13):
  HAX: Get uapi headers to compile the IGT
  lib/igt_kms: Add plane color mgmt properties
  kms_color_helper: Add helper functions for plane color mgmt
  tests/kms_color: New subtests for Plane gamma
  tests/kms_color: New subtests for Plane degamma
  tests/kms_color: New subtests for Plane CTM
  tests/kms_color: New negative tests for plane level color mgmt
  tests/kms_color_chamelium: New subtests for Plane gamma
  tests/kms_color_chamelium: New subtests for Plane degamma
  tests/kms_color_chamelium: New subtests for Plane CTM
  tests/kms_color: Extended IGT tests to support logarithmic gamma mode
  tests/kms_color_chamelium: Extended IGT tests to support logarithmic
    gamma mode
  HAX: Add color mgmt tests to BAT

Mukunda Pramodh Kumar (2):
  lib/igt_kms: Add pipe color mgmt properties
  kms_color_helper: Add helper functions to support logarithmic gamma
    mode

 include/drm-uapi/drm.h                |  10 +
 include/drm-uapi/drm_mode.h           |  28 ++
 lib/igt_kms.c                         |   6 +
 lib/igt_kms.h                         |   6 +
 tests/intel-ci/fast-feedback.testlist | 113 +++++
 tests/kms_color.c                     | 672 +++++++++++++++++++++++++-
 tests/kms_color_chamelium.c           | 597 ++++++++++++++++++++++-
 tests/kms_color_helper.c              | 303 +++++++++++-
 tests/kms_color_helper.h              |  44 ++
 9 files changed, 1762 insertions(+), 17 deletions(-)

--
2.35.1

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

end of thread, other threads:[~2022-05-06  8:10 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-06  5:44 [igt-dev] [v4 00/15] Add IGT support for plane color management Bhanuprakash Modem
2022-05-06  5:44 ` [igt-dev] [v4 01/15] HAX: Get uapi headers to compile the IGT Bhanuprakash Modem
2022-05-06  5:44 ` [igt-dev] [v4 02/15] lib/igt_kms: Add plane color mgmt properties Bhanuprakash Modem
2022-05-06  5:44 ` [igt-dev] [v4 03/15] kms_color_helper: Add helper functions for plane color mgmt Bhanuprakash Modem
2022-05-06  5:44 ` [igt-dev] [v4 04/15] tests/kms_color: New subtests for Plane gamma Bhanuprakash Modem
2022-05-06  5:44 ` [igt-dev] [v4 05/15] tests/kms_color: New subtests for Plane degamma Bhanuprakash Modem
2022-05-06  5:44 ` [igt-dev] [v4 06/15] tests/kms_color: New subtests for Plane CTM Bhanuprakash Modem
2022-05-06  5:44 ` [igt-dev] [v4 07/15] tests/kms_color: New negative tests for plane level color mgmt Bhanuprakash Modem
2022-05-06  5:44 ` [igt-dev] [v4 08/15] tests/kms_color_chamelium: New subtests for Plane gamma Bhanuprakash Modem
2022-05-06  5:44 ` [igt-dev] [v4 09/15] tests/kms_color_chamelium: New subtests for Plane degamma Bhanuprakash Modem
2022-05-06  5:44 ` [igt-dev] [v4 10/15] tests/kms_color_chamelium: New subtests for Plane CTM Bhanuprakash Modem
2022-05-06  5:44 ` [igt-dev] [v4 11/15] lib/igt_kms: Add pipe color mgmt properties Bhanuprakash Modem
2022-05-06  5:44 ` [igt-dev] [v4 12/15] kms_color_helper: Add helper functions to support logarithmic gamma mode Bhanuprakash Modem
2022-05-06  5:44 ` [igt-dev] [v4 13/15] tests/kms_color: Extended IGT tests " Bhanuprakash Modem
2022-05-06  5:44 ` [igt-dev] [v4 14/15] tests/kms_color_chamelium: " Bhanuprakash Modem
2022-05-06  5:44 ` [igt-dev] [v4 15/15] HAX: Add color mgmt tests to BAT Bhanuprakash Modem
2022-05-06  6:41 ` [igt-dev] ✓ Fi.CI.BAT: success for Add IGT support for plane color management (rev5) Patchwork
2022-05-06  8:10 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.