* [igt-dev] [i-g-t] tests/kms_plane_cursor:added subtest description
@ 2021-01-13 7:00 Kunal Joshi
0 siblings, 0 replies; only message in thread
From: Kunal Joshi @ 2021-01-13 7:00 UTC (permalink / raw)
To: 20210102221236.3391596-1-arundhati.hagaragi, patchwork,
arundhati.hagaragi, igt-dev
>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);
LGTM
Reviewed-by: Kunal Joshi <kunal1.joshi@intel.com>
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-01-13 6:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-13 7:00 [igt-dev] [i-g-t] tests/kms_plane_cursor:added subtest description Kunal Joshi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.