summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>2018-07-12 01:09:43 -0700
committerRodrigo Vivi <rodrigo.vivi@intel.com>2018-07-13 15:30:25 -0700
commitd8e97e1710b27a3931a1c53d1dd88c0e709c085b (patch)
tree5d78bcc9012132cbb66770f71b68e6c6f1567383 /tests
parent20b67778f58f7f615b7fa59584b4c2aff4d54f6c (diff)
tests/psr: Rename kms_psr_sink_crc.c to kms_psr.c
We don't use sink CRC anymore in this test. Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.sources2
-rw-r--r--tests/intel-ci/fast-feedback.testlist2
-rw-r--r--tests/kms_psr.c (renamed from tests/kms_psr_sink_crc.c)0
-rw-r--r--tests/meson.build2
4 files changed, 3 insertions, 3 deletions
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@kms_pipe_crc_basic@read-crc-pipe-c-frame-sequence
igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a
igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b
igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c
-igt@kms_psr_sink_crc@basic
+igt@kms_psr@basic
igt@kms_setmode@basic-clone-single-crtc
igt@kms_sink_crc_basic
igt@pm_backlight@basic-brightness
diff --git a/tests/kms_psr_sink_crc.c b/tests/kms_psr.c
index 4eca51da..4eca51da 100644
--- a/tests/kms_psr_sink_crc.c
+++ b/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',