[igt-dev] [i-g-t V2 0/7] Separate display PM tests from Core

Bhanuprakash Modem bhanuprakash.modem at intel.com
Tue Sep 5 12:53:49 UTC 2023


Separate display specific tests from Core and maintain the
binary names with kms_ prefix.

V2: - Rebase

Bhanuprakash Modem (7):
  tests/intel/pm: Rename i915_pm_backlight to kms_pm_backlight
  tests/intel/kms_pm_backlight: Fix testplan documentation
  tests/intel/pm: Rename i915_pm_dc to kms_pm_dc
  tests/intel/kms_pm_dc: Fix testplan documentation
  tests/intel/pm: Rename i915_pm_lpsp to kms_pm_lpsp
  tests/intel/kms_pm_lpsp: Fix testplan documentation
  tests/intel/pm: Separate display specific tests from i915_pm_rpm

 tests/intel-ci/blacklist-pre-merge.txt        |    8 +-
 tests/intel-ci/blacklist.txt                  |    2 +-
 tests/intel-ci/fast-feedback.testlist         |    8 +-
 tests/intel/i915_pm_rpm.c                     |  869 ---------
 ...i915_pm_backlight.c => kms_pm_backlight.c} |   65 +-
 tests/intel/{i915_pm_dc.c => kms_pm_dc.c}     |   88 +-
 tests/intel/{i915_pm_lpsp.c => kms_pm_lpsp.c} |   39 +-
 tests/intel/kms_pm_rpm.c                      | 1628 +++++++++++++++++
 tests/meson.build                             |    7 +-
 9 files changed, 1734 insertions(+), 980 deletions(-)
 rename tests/intel/{i915_pm_backlight.c => kms_pm_backlight.c} (84%)
 rename tests/intel/{i915_pm_dc.c => kms_pm_dc.c} (91%)
 rename tests/intel/{i915_pm_lpsp.c => kms_pm_lpsp.c} (81%)
 create mode 100644 tests/intel/kms_pm_rpm.c

--
2.40.0



More information about the igt-dev mailing list