Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [i-g-t V3 0/7] Separate display PM tests from Core
@ 2023-09-07 16:11 Bhanuprakash Modem
  2023-09-07 16:11 ` [igt-dev] [i-g-t V3 1/7] tests/intel/pm: Rename i915_pm_backlight to kms_pm_backlight Bhanuprakash Modem
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Bhanuprakash Modem @ 2023-09-07 16:11 UTC (permalink / raw)
  To: igt-dev

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

V2: - Rebase
V3: - Restore old Copyright
    - Separate more tests from i915_pm_rpm

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                     | 1125 ----------
 ...i915_pm_backlight.c => kms_pm_backlight.c} |   36 +-
 tests/intel/{i915_pm_dc.c => kms_pm_dc.c}     |   66 +-
 tests/intel/{i915_pm_lpsp.c => kms_pm_lpsp.c} |   15 +-
 tests/intel/kms_pm_rpm.c                      | 1840 +++++++++++++++++
 tests/meson.build                             |    7 +-
 9 files changed, 1938 insertions(+), 1169 deletions(-)
 rename tests/intel/{i915_pm_backlight.c => kms_pm_backlight.c} (91%)
 rename tests/intel/{i915_pm_dc.c => kms_pm_dc.c} (92%)
 rename tests/intel/{i915_pm_lpsp.c => kms_pm_lpsp.c} (95%)
 create mode 100644 tests/intel/kms_pm_rpm.c

--
2.40.0

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

end of thread, other threads:[~2023-09-08 12:29 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-07 16:11 [igt-dev] [i-g-t V3 0/7] Separate display PM tests from Core Bhanuprakash Modem
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 1/7] tests/intel/pm: Rename i915_pm_backlight to kms_pm_backlight Bhanuprakash Modem
2023-09-08  8:25   ` Sharma, Swati2
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 2/7] tests/intel/kms_pm_backlight: Fix testplan documentation Bhanuprakash Modem
2023-09-08  8:29   ` Sharma, Swati2
2023-09-08 12:17   ` [igt-dev] [i-g-t V4 " Bhanuprakash Modem
2023-09-08 12:29     ` Sharma, Swati2
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 3/7] tests/intel/pm: Rename i915_pm_dc to kms_pm_dc Bhanuprakash Modem
2023-09-08  8:30   ` Sharma, Swati2
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 4/7] tests/intel/kms_pm_dc: Fix testplan documentation Bhanuprakash Modem
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 5/7] tests/intel/pm: Rename i915_pm_lpsp to kms_pm_lpsp Bhanuprakash Modem
2023-09-08  8:32   ` Sharma, Swati2
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 6/7] tests/intel/kms_pm_lpsp: Fix testplan documentation Bhanuprakash Modem
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 7/7] tests/intel/pm: Separate display specific tests from i915_pm_rpm Bhanuprakash Modem
2023-09-08  8:42   ` Sharma, Swati2
2023-09-07 18:38 ` [igt-dev] ✓ Fi.CI.BAT: success for Separate display PM tests from Core (rev3) Patchwork
2023-09-07 19:17 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-09-07 20:52 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

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