summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2019-04-02 13:43:43 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2019-04-03 12:42:57 +0200
commitbcf2f21996b2ee5c6177f5412046690ff8017772 (patch)
tree0f9103c1dede03cdb5c56995f10ac93b9580bd4f
parent6285eec4f3b8f21833d9d2d852883569d6551822 (diff)
tests: Rename kms_chv_cursor_fail to kms_cursor_edge_walk
It's a generic testcase, originally for a chv issue, but we can hit legit bugs with this on any platforms. And we do, which then results in confused managers. Let's rename for clarity. Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Cc: "Peres, Martin" <martin.peres@intel.com> Cc: Ville Syrjala <ville.syrjala@linux.intel.com> Acked-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: "Peres, Martin" <martin.peres@intel.com> Acked-by: James Ausmus <james.ausmus@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
-rw-r--r--tests/Makefile.sources2
-rw-r--r--tests/kms_cursor_edge_walk.c (renamed from tests/kms_chv_cursor_fail.c)0
-rw-r--r--tests/meson.build2
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 71ccf00a..86ad301e 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -29,12 +29,12 @@ TESTS_progs = \
kms_available_modes_crc \
kms_busy \
kms_ccs \
- kms_chv_cursor_fail \
kms_color \
kms_concurrent \
kms_content_protection\
kms_crtc_background_color \
kms_cursor_crc \
+ kms_cursor_edge_walk \
kms_cursor_legacy \
kms_dp_dsc \
kms_draw_crc \
diff --git a/tests/kms_chv_cursor_fail.c b/tests/kms_cursor_edge_walk.c
index 86629555..86629555 100644
--- a/tests/kms_chv_cursor_fail.c
+++ b/tests/kms_cursor_edge_walk.c
diff --git a/tests/meson.build b/tests/meson.build
index 9015f809..8e1ae4fd 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -16,12 +16,12 @@ test_progs = [
'kms_available_modes_crc',
'kms_busy',
'kms_ccs',
- 'kms_chv_cursor_fail',
'kms_color',
'kms_concurrent',
'kms_content_protection',
'kms_crtc_background_color',
'kms_cursor_crc',
+ 'kms_cursor_edge_walk',
'kms_cursor_legacy',
'kms_dp_dsc',
'kms_draw_crc',