[igt-dev] [PATCH 1/2] tests/i915/kms_draw_crc.c: Convert test to dynamic
Nidhi Gupta
nidhi1.gupta at intel.com
Fri Jun 10 04:31:30 UTC 2022
Covert the existing subtests to dynamic subtests.
Signed-off-by: Nidhi Gupta <nidhi1.gupta at intel.com>
---
tests/i915/kms_draw_crc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/i915/kms_draw_crc.c b/tests/i915/kms_draw_crc.c
index 33fefed4..3e68479e 100644
--- a/tests/i915/kms_draw_crc.c
+++ b/tests/i915/kms_draw_crc.c
@@ -340,7 +340,7 @@ igt_main
for (modifier_idx = 0; modifier_idx < ARRAY_SIZE(modifiers); modifier_idx++) {
igt_describe("This subtest verfies igt_draw library works "
"with different modifiers, DRM_FORMATS, DRAW_METHODS.");
- igt_subtest_f("draw-method-%s-%s-%s",
+ igt_subtest_with_dynamic_f("draw-method-%s-%s-%s",
format_str(format_idx),
igt_draw_get_method_name(method),
modifier_str(modifier_idx))
@@ -350,7 +350,7 @@ igt_main
igt_describe("This subtest verifies CRC after filling fb with x-tiling "
"or none.");
- igt_subtest("fill-fb")
+ igt_subtest_with_dynamic("fill-fb")
fill_fb_subtest();
igt_fixture
--
2.26.2
More information about the igt-dev
mailing list