[igt-dev] [PATCH 0/4] Add support for connector & crtc debugfs

Bhanuprakash Modem bhanuprakash.modem at intel.com
Fri Apr 8 06:51:39 UTC 2022


Add helper functions to read debugfs & update the subtests
to use newly added helper functions:
    - Read maximum bpc from connector debugfs
    - Read Current bpc from crtc debugfs
    - Assert if Current & Requested bpc are not equal

Bhanuprakash Modem (4):
  lib/igt_kms: Add helper functions to read few debugfs
  tests/kms_color: Used debugfs apis for deep-color
  tests/kms_hdr: Adopt to use updated debugfs functions
  tests/amdgpu: Adopt to use updated debugfs functions

 lib/igt_kms.c              | 84 ++++++++++++++++++++++++++++++++++++++
 lib/igt_kms.h              |  5 +++
 tests/amdgpu/amd_dp_dsc.c  | 56 ++-----------------------
 tests/amdgpu/amd_max_bpc.c | 47 +--------------------
 tests/kms_color.c          |  6 ++-
 tests/kms_color_helper.c   | 46 +++------------------
 tests/kms_color_helper.h   |  2 +-
 tests/kms_hdr.c            | 69 ++++---------------------------
 8 files changed, 113 insertions(+), 202 deletions(-)

--
2.35.1



More information about the igt-dev mailing list