summaryrefslogtreecommitdiff
path: root/tests/kms_plane_cursor.c
diff options
context:
space:
mode:
authorArundhati Hagaragi <arundhati.hagaragi@intel.com>2021-01-03 03:42:36 +0530
committerKunal Joshi <kunal1.joshi@intel.com>2021-01-28 11:27:20 +0530
commit1d3b7bde430dd7ea946682d1df46a483b6a93272 (patch)
tree634aca1d7868aff167790f7c98a4a8a6be804c49 /tests/kms_plane_cursor.c
parente2a754840c4d413b7b7a642caca47f7d174d6304 (diff)
tests/kms_plane_cursor:added subtest description
Added description for all subtests Signed-off-by: Arundhati Hagaragi <arundhati.hagaragi@intel.com> Cc: Gupta, Nidhi1 <nidhi1.gupta@intel.com> Cc: B S, Karthik <Karthik.B.S@intel.com> Reviewed-by: Kunal Joshi <kunal1.joshi@intel.com>
Diffstat (limited to 'tests/kms_plane_cursor.c')
-rw-r--r--tests/kms_plane_cursor.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/kms_plane_cursor.c b/tests/kms_plane_cursor.c
index f6766d36..bc9d4294 100644
--- a/tests/kms_plane_cursor.c
+++ b/tests/kms_plane_cursor.c
@@ -320,14 +320,18 @@ igt_main
for (i = 0; i < ARRAY_SIZE(cursor_sizes); ++i) {
int size = cursor_sizes[i];
+ igt_describe("Tests atomic cursor positioning on primary plane and overlay plane");
igt_subtest_f("pipe-%s-overlay-size-%d",
kmstest_pipe_name(pipe), size)
test_cursor_overlay(&data, size, pipe);
+ igt_describe("Tests atomic cursor positioning on primary plane");
igt_subtest_f("pipe-%s-primary-size-%d",
kmstest_pipe_name(pipe), size)
test_cursor_primary(&data, size, pipe);
+ igt_describe("Tests atomic cursor positioning on primary plane and overlay plane"
+ "with buffer larger than viewport used for display");
igt_subtest_f("pipe-%s-viewport-size-%d",
kmstest_pipe_name(pipe), size)
test_cursor_viewport(&data, size, pipe);