[igt-dev] [PATCH 1/2] tests/kms_setmode: Add test description
Aurabindo Pillai
mail at aurabindo.in
Sun Jan 31 03:28:41 UTC 2021
Add top level test description
Signed-off-by: Aurabindo Pillai <mail at aurabindo.in>
---
tests/kms_setmode.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/kms_setmode.c b/tests/kms_setmode.c
index 878e149a..448ea6a6 100644
--- a/tests/kms_setmode.c
+++ b/tests/kms_setmode.c
@@ -37,6 +37,11 @@
/* max combinations with repetitions */
#define MAX_COMBINATION_ELEMS MAX_CRTCS
+IGT_TEST_DESCRIPTION(
+ "Sets a mode and verifies whether the applied mode timings"
+ " are congruent with the requested mode, by deriving the timing"
+ " information from vblank timestamp");
+
static int drm_fd;
static drmModeRes *drm_resources;
static int filter_test_id;
--
2.30.0
More information about the igt-dev
mailing list