summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2017-09-21 10:48:54 +0200
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2017-10-02 11:30:18 +0200
commit7bc1fd8638356f728f200b9377e76f286d964c7e (patch)
tree9aa893c75019c78817c79e266041f49d5797aeac
parent09f8cb1a3758fa9868a07b83a3d3db2973d795cc (diff)
tests: Rename kms_pipe_color to kms_color
Rename kms_pipe_color to kms_color, and rename the invalid tests to pipe-invalid. To prepare for adding support for plane color management. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Reviewed-by: Mika Kahola <mika.kahola@intel.com>
-rw-r--r--tests/Makefile.sources2
-rw-r--r--tests/kms_color.c (renamed from tests/kms_pipe_color.c)4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 0adc28a01..c4d320ebc 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -177,6 +177,7 @@ TESTS_progs = \
kms_busy \
kms_ccs \
kms_chv_cursor_fail \
+ kms_color \
kms_concurrent \
kms_crtc_background_color \
kms_cursor_crc \
@@ -197,7 +198,6 @@ TESTS_progs = \
kms_mmio_vs_cs_flip \
kms_panel_fitting \
kms_pipe_b_c_ivb \
- kms_pipe_color \
kms_pipe_crc_basic \
kms_plane \
kms_plane_lowres \
diff --git a/tests/kms_pipe_color.c b/tests/kms_color.c
index ccfc08e6b..060a60152 100644
--- a/tests/kms_pipe_color.c
+++ b/tests/kms_color.c
@@ -1205,10 +1205,10 @@ igt_main
igt_subtest_group
run_tests_for_pipe(&data, pipe);
- igt_subtest_f("invalid-lut-sizes")
+ igt_subtest_f("pipe-invalid-lut-sizes")
invalid_lut_sizes(&data);
- igt_subtest_f("invalid-ctm-matrix-sizes")
+ igt_subtest_f("pipe-invalid-ctm-matrix-sizes")
invalid_ctm_matrix_sizes(&data);
igt_fixture {