summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPankaj Bharadiya <pankaj.laxminarayan.bharadiya@intel.com>2021-05-04 11:10:27 +0530
committerKunal Joshi <kunal1.joshi@intel.com>2021-05-06 10:29:48 +0530
commit1c450c3d4df19cf1087b8ccff3b62cb51addacae (patch)
tree862e23e47c96faae240d671ac9194bd04e5f90b9
parentea189d81b02288c678d1bda985490447cb653dc3 (diff)
tests/kms_psr2_su: Add subtest description
Add description for all subtests. Signed-off-by: Pankaj Bharadiya <pankaj.laxminarayan.bharadiya@intel.com> Reviewed-by: Karthik B S <karthik.b.s@intel.com>
-rw-r--r--tests/kms_psr2_su.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/kms_psr2_su.c b/tests/kms_psr2_su.c
index 9215c59d6..c709065f5 100644
--- a/tests/kms_psr2_su.c
+++ b/tests/kms_psr2_su.c
@@ -272,6 +272,7 @@ igt_main
}
for (data.op = PAGE_FLIP; data.op < LAST; data.op++) {
+ igt_describe("Test that selective update works when screen changes");
igt_subtest_f("%s", op_str(data.op)) {
prepare(&data);
run(&data);