[igt-dev] [PATCH i-g-t][RFC] tests/kms_universal_plane: move to i915 directory
Alex Hung
alex.hung at amd.com
Tue May 3 21:49:43 UTC 2022
kms_universal_plane test heavily depends on Intel devices so it can be
moved to i915 directory.
Signed-off-by: Alex Hung <alex.hung at amd.com>
---
tests/{ => i915}/kms_universal_plane.c | 0
tests/meson.build | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename tests/{ => i915}/kms_universal_plane.c (100%)
diff --git a/tests/kms_universal_plane.c b/tests/i915/kms_universal_plane.c
similarity index 100%
rename from tests/kms_universal_plane.c
rename to tests/i915/kms_universal_plane.c
diff --git a/tests/meson.build b/tests/meson.build
index fb0f1e37..c08f876d 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -58,7 +58,6 @@ test_progs = [
'kms_setmode',
'kms_sysfs_edid_timing',
'kms_tv_load_detect',
- 'kms_universal_plane',
'kms_vblank',
'kms_vrr',
'kms_writeback',
@@ -243,6 +242,7 @@ i915_progs = [
'kms_psr2_sf',
'kms_psr_stress_test',
'kms_pwrite_crc',
+ 'kms_universal_plane',
'sysfs_clients',
'sysfs_defaults',
'sysfs_heartbeat_interval',
--
2.25.1
More information about the igt-dev
mailing list