[igt-dev] [PATCH i-g-t 4/4] tests/psr: Rename kms_psr_sink_crc.c to kms_psr.c
Dhinakaran Pandiyan
dhinakaran.pandiyan at intel.com
Thu Jul 12 08:09:43 UTC 2018
We don't use sink CRC anymore in this test.
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan at intel.com>
---
tests/Makefile.sources | 2 +-
tests/intel-ci/fast-feedback.testlist | 2 +-
tests/{kms_psr_sink_crc.c => kms_psr.c} | 0
tests/meson.build | 2 +-
4 files changed, 3 insertions(+), 3 deletions(-)
rename tests/{kms_psr_sink_crc.c => kms_psr.c} (100%)
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 54b4a3c2..8fec6ffe 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -199,7 +199,7 @@ TESTS_progs = \
kms_plane_multiple \
kms_plane_scaling \
kms_properties \
- kms_psr_sink_crc \
+ kms_psr \
kms_pwrite_crc \
kms_rmfb \
kms_rotation_crc \
diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist
index b08ef770..aa861d39 100644
--- a/tests/intel-ci/fast-feedback.testlist
+++ b/tests/intel-ci/fast-feedback.testlist
@@ -243,7 +243,7 @@ igt at kms_pipe_crc_basic@read-crc-pipe-c-frame-sequence
igt at kms_pipe_crc_basic@suspend-read-crc-pipe-a
igt at kms_pipe_crc_basic@suspend-read-crc-pipe-b
igt at kms_pipe_crc_basic@suspend-read-crc-pipe-c
-igt at kms_psr_sink_crc@basic
+igt at kms_psr@basic
igt at kms_setmode@basic-clone-single-crtc
igt at kms_sink_crc_basic
igt at pm_backlight@basic-brightness
diff --git a/tests/kms_psr_sink_crc.c b/tests/kms_psr.c
similarity index 100%
rename from tests/kms_psr_sink_crc.c
rename to tests/kms_psr.c
diff --git a/tests/meson.build b/tests/meson.build
index 029b8043..704bd13f 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -175,7 +175,7 @@ test_progs = [
'kms_plane_multiple',
'kms_plane_scaling',
'kms_properties',
- 'kms_psr_sink_crc',
+ 'kms_psr',
'kms_pwrite_crc',
'kms_rmfb',
'kms_rotation_crc',
--
2.14.1
More information about the igt-dev
mailing list