[PATCH i-g-t 1/1] tests/intel: rename drm_fdinfo into i915_fdinfo
Kamil Konieczny
kamil.konieczny at linux.intel.com
Wed Oct 16 11:01:44 UTC 2024
This test works only for i915 driver and also uses i915 specific
workload to validate fdinfo so rename it to avoid confusion.
Also while at this, sort out few i915 build names in meson.
Cc: Ashutosh Dixit <ashutosh.dixit at intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
Cc: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>
Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
---
tests/intel/{drm_fdinfo.c => i915_fdinfo.c} | 2 +-
tests/meson.build | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
rename tests/intel/{drm_fdinfo.c => i915_fdinfo.c} (99%)
diff --git a/tests/intel/drm_fdinfo.c b/tests/intel/i915_fdinfo.c
similarity index 99%
rename from tests/intel/drm_fdinfo.c
rename to tests/intel/i915_fdinfo.c
index b66ac9e1b..c26ae9737 100644
--- a/tests/intel/drm_fdinfo.c
+++ b/tests/intel/i915_fdinfo.c
@@ -34,7 +34,7 @@
#include "i915/gem_vm.h"
#include "intel_ctx.h"
/**
- * TEST: drm fdinfo
+ * TEST: i915 fdinfo
* Description: Test the i915 drm fdinfo data
* Category: Core
* Mega feature: General Core features
diff --git a/tests/meson.build b/tests/meson.build
index 34b87b125..d2b81b38d 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -88,7 +88,6 @@ intel_i915_xe_progs = [
intel_i915_progs = [
'api_intel_bb',
'debugfs_test',
- 'drm_fdinfo',
'gen3_mixed_blits',
'gen3_render_linear_blits',
'gen3_render_mixed_blits',
@@ -211,15 +210,14 @@ intel_i915_progs = [
'gem_wait',
'gem_watchdog',
'gem_workarounds',
- 'perf',
- 'perf_pmu',
'i915_fb_tiling',
+ 'i915_fdinfo',
'i915_getparams_basic',
- 'i915_pm_freq_api',
'i915_hangman',
'i915_module_load',
'i915_pciid',
'i915_pipe_stress',
+ 'i915_pm_freq_api',
'i915_pm_freq_mult',
'i915_pm_rpm',
'i915_pm_rc6_residency',
@@ -229,6 +227,8 @@ intel_i915_progs = [
'i915_query',
'i915_selftest',
'i915_suspend',
+ 'perf',
+ 'perf_pmu',
'prime_busy',
'prime_mmap',
'prime_mmap_coherency',
--
2.47.0
More information about the igt-dev
mailing list