[igt-dev] [i-g-t V3 5/7] tests/intel/pm: Rename i915_pm_lpsp to kms_pm_lpsp
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Thu Sep 7 16:11:53 UTC 2023
As i915_pm_lpsp is a display specific test, rename it with
the "kms_" prefix, i.e kms_pm_lpsp.
V2: - Rebase
V3: - Restore old Copyright
Cc: Swati Sharma <swati2.sharma at intel.com>
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
tests/intel/{i915_pm_lpsp.c => kms_pm_lpsp.c} | 0
tests/meson.build | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename tests/intel/{i915_pm_lpsp.c => kms_pm_lpsp.c} (100%)
diff --git a/tests/intel/i915_pm_lpsp.c b/tests/intel/kms_pm_lpsp.c
similarity index 100%
rename from tests/intel/i915_pm_lpsp.c
rename to tests/intel/kms_pm_lpsp.c
diff --git a/tests/meson.build b/tests/meson.build
index ea8b60282..92729e0c3 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -222,7 +222,6 @@ intel_i915_progs = [
'i915_pciid',
'i915_pipe_stress',
'i915_pm_freq_mult',
- 'i915_pm_lpsp',
'i915_pm_rpm',
'i915_pm_rc6_residency',
'i915_pm_rps',
@@ -262,6 +261,7 @@ intel_kms_progs = [
'kms_pipe_b_c_ivb',
'kms_pm_backlight',
'kms_pm_dc',
+ 'kms_pm_lpsp',
'kms_psr',
'kms_psr2_sf',
'kms_psr2_su',
--
2.40.0
More information about the igt-dev
mailing list