[igt-dev] [PATCH i-g-t] tests/kms_vrr : Added subtest description
Nidhi Gupta
nidhi1.gupta at intel.com
Tue Apr 6 04:32:04 UTC 2021
Added subtest description.
Signed-off-by: Nidhi Gupta <nidhi1.gupta at intel.com>
---
tests/kms_vrr.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c
index 5b854100..e28864f5 100644
--- a/tests/kms_vrr.c
+++ b/tests/kms_vrr.c
@@ -469,12 +469,18 @@ igt_main
igt_display_require_output(&data.display);
}
+ igt_describe("Tests that VRR is enabled and that the difference between flip "
+ "timestamps converges to the requested rate");
igt_subtest("flip-basic")
run_vrr_test(&data, test_basic, 0);
+ igt_describe("Tests with DPMS that VRR is enabled and that the difference between flip "
+ "timestamps converges to the requested rate.");
igt_subtest("flip-dpms")
run_vrr_test(&data, test_basic, TEST_DPMS);
+ igt_describe("Tests that VRR is enabled and that the difference between flip "
+ "timestamps converges to the requested rate in a suspend test");
igt_subtest("flip-suspend")
run_vrr_test(&data, test_basic, TEST_SUSPEND);
--
2.26.2
More information about the igt-dev
mailing list