From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 988A110E07A for ; Thu, 23 Nov 2023 06:43:00 +0000 (UTC) From: Swati Sharma To: igt-dev@lists.freedesktop.org Date: Thu, 23 Nov 2023 12:14:03 +0530 Message-Id: <20231123064405.157754-1-swati2.sharma@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 1/3] tests/kms_feature_discovery: check display support only List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: This test to be used only to check display support. Signed-off-by: Swati Sharma --- 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