[igt-dev] [PATCH i-g-t] tests/i915/kms_dsc: Rename subtest

Swati Sharma swati2.sharma at intel.com
Fri Feb 3 11:04:31 UTC 2023


Test is renamed from basic-dsc to dsc-basic for consistency
with other subtest names.

Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
---
 tests/i915/kms_dsc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/i915/kms_dsc.c b/tests/i915/kms_dsc.c
index 21addb234..b3c5e60c7 100644
--- a/tests/i915/kms_dsc.c
+++ b/tests/i915/kms_dsc.c
@@ -225,7 +225,7 @@ igt_main
 	igt_describe("Tests basic display stream compression functionality if supported "
 		     "by a connector by forcing DSC on all connectors that support it "
 		     "with default parameters");
-	igt_subtest_with_dynamic("basic-dsc")
+	igt_subtest_with_dynamic("dsc-basic")
 			test_dsc(&data, TEST_DSC_BASIC, 0, DRM_FORMAT_XRGB8888);
 
 	igt_describe("Tests basic display stream compression functionality if supported "
-- 
2.25.1



More information about the igt-dev mailing list