[igt-dev] [PATCH i-g-t] i915/i915_getparams_basic: Added test description for test case
apoorva1.singh at intel.com
apoorva1.singh at intel.com
Sat Sep 5 16:27:36 UTC 2020
From: Apoorva Singh <apoorva1.singh at intel.com>
Added test description to all the available subtests.
Cc: Melkaveri, Arjun <arjun.melkaveri at intel.com>
Signed-off-by: Apoorva Singh <apoorva1.singh at intel.com>
---
tests/i915/i915_getparams_basic.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/i915/i915_getparams_basic.c b/tests/i915/i915_getparams_basic.c
index 7cb210df..3464d951 100644
--- a/tests/i915/i915_getparams_basic.c
+++ b/tests/i915/i915_getparams_basic.c
@@ -156,9 +156,11 @@ igt_main
init();
}
+ igt_describe("Examine the export of SUBSLICE_TOTAL parameter");
igt_subtest("basic-subslice-total")
subslice_total();
+ igt_describe("Examine the export of EU_TOTAL parameter");
igt_subtest("basic-eu-total")
eu_total();
}
--
2.28.0
More information about the igt-dev
mailing list