[igt-dev] [PATCH i-g-t 1/3] tests/kms_feature_discovery: check display support only

Swati Sharma swati2.sharma at intel.com
Thu Nov 23 06:44:03 UTC 2023


This test to be used only to check display support.

Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
---
 tests/kms_feature_discovery.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/kms_feature_discovery.c b/tests/kms_feature_discovery.c
index 428f97ffe..56da009b7 100644
--- a/tests/kms_feature_discovery.c
+++ b/tests/kms_feature_discovery.c
@@ -30,8 +30,7 @@
  *		anything else means we have a serious problem.
  *
  * SUBTEST: display
- * Description: Make sure that we have display support with
- * 		some outputs connected.
+ * Description: Make sure that we have display support.
  * Driver requirement: i915, xe
  * Functionality: feature_discovery
  * Mega feature: General Display Features
@@ -104,7 +103,7 @@ igt_main {
 			igt_display_require(&display, fd);
 		}
 
-		igt_describe("Make sure that we have display support with some outputs connected.");
+		igt_describe("Make sure that we have display support.");
 		igt_subtest("display") {
 			/* will skip because of the fixture */
 		}
-- 
2.25.1



More information about the igt-dev mailing list