[igt-dev] [PATCH i-g-t, v2] i915/i915_getparams_basic: Added test description for test case
apoorva1.singh at intel.com
apoorva1.singh at intel.com
Wed Feb 16 05:16:36 UTC 2022
From: Apoorva Singh <apoorva1.singh at intel.com>
Added test description to all the available subtests.
v2: Rebase
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 09b38d8a..5422d585 100644
--- a/tests/i915/i915_getparams_basic.c
+++ b/tests/i915/i915_getparams_basic.c
@@ -153,9 +153,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.25.1
More information about the igt-dev
mailing list