From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3407CC43458 for ; Mon, 13 Jul 2026 08:57:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BE8D910E5B3; Mon, 13 Jul 2026 08:57:32 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="FG2hBcUp"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id 81EC010E5B3 for ; Mon, 13 Jul 2026 08:56:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1783932983; x=1815468983; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=yJMWbL+Yb6W6Nk7o5ePb0H5b9qJ2vewkaBNfFnI7SbM=; b=FG2hBcUpl7GZu/35keIJ0taF6P9HVCi26szecEsZ4W6wE0L7ocI4HNRl zvXRdHrDzp2fY9y/s0X2R0yx6jBMElO4RDA9DMJSRcs3aZjqjjR/APdiQ yQJWQ1v+YWjGq0SKXFch3l5B/zQYLbYeDAHlZ8BjI8BRc/Z9lUEh/tHZQ hQgi65UxVZ5mt/Jb1M8znGB1gavtHy5PyvRstTmKddW41AV920osyDBAH l/e6qqMA87S7hEo3tzZJD8W89e3huATb7M0zcrjoJKJipATWwIIAFTMXh zpQz8zLhxHseR91ZDNCRFjUwO91cfIOeoWYrZ/ZJAH86Ns/FZ/rEBzz8K w==; X-CSE-ConnectionGUID: y9gleK3rQ/eRa/nA/iVbzQ== X-CSE-MsgGUID: gt0iwi0VQkq++QV7ikmcpw== X-IronPort-AV: E=McAfee;i="6800,10657,11841"; a="87081337" X-IronPort-AV: E=Sophos;i="6.25,154,1779174000"; d="scan'208";a="87081337" Received: from fmviesa005.fm.intel.com ([10.60.135.145]) by fmvoesa107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jul 2026 01:56:23 -0700 X-CSE-ConnectionGUID: uu2SVuNRTJGrNtF3rfU3RQ== X-CSE-MsgGUID: kf3tbsGwQvSMVeT/LWYe3w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.25,154,1779174000"; d="scan'208";a="260385968" Received: from dev-417.igk.intel.com ([10.91.214.181]) by fmviesa005.fm.intel.com with ESMTP; 13 Jul 2026 01:56:21 -0700 From: =?UTF-8?q?Micha=C5=82=20Grzelak?= To: igt-dev@lists.freedesktop.org Cc: Mohammed Thasleem , =?UTF-8?q?Micha=C5=82=20Grzelak?= Subject: [PATCH i-g-t v1 15/16] tests/kms_ccs: limit #outputs tested during suspend Date: Mon, 13 Jul 2026 10:55:14 +0200 Message-ID: <20260713085515.463575-16-michal.grzelak@intel.com> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20260713085515.463575-1-michal.grzelak@intel.com> References: <20260713085515.463575-1-michal.grzelak@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Organization: Intel Technology Poland sp. z o.o. - ul. Slowackiego 173, 80-298 Gdansk - KRS 101882 - NIP 957-07-52-316 Content-Transfer-Encoding: 8bit X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" Each suspend test is executed per output. Limit number of outputs tested to 3 by default. Add command-line option enabling execution on every output. Signed-off-by: MichaƂ Grzelak --- tests/intel/kms_ccs.c | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/tests/intel/kms_ccs.c b/tests/intel/kms_ccs.c index 9ac0ac8e2b..0c57b0cd5c 100644 --- a/tests/intel/kms_ccs.c +++ b/tests/intel/kms_ccs.c @@ -141,6 +141,8 @@ * @yf-tiled-ccs: YF tiled ccs */ +#define OUTPUT_LIMIT 3 + #define SDR_PLANE_BASE 3 IGT_TEST_DESCRIPTION("Test render compression (RC), in which the main surface " @@ -188,6 +190,7 @@ typedef struct { enum igt_commit_style commit; int fb_list_length; bool do_hibernate; + bool all_outputs; struct { struct igt_fb fb; int width, height; @@ -1128,6 +1131,7 @@ static void test_output(data_t *data, const int testnum) { igt_crtc_t *crtc; uint16_t dev_id; + int output_count = 0; igt_fixture() dev_id = intel_get_drm_devid(data->drm_fd); @@ -1153,6 +1157,12 @@ static void test_output(data_t *data, const int testnum) } for_each_connected_output(&data->display, data->output) { + if (!data->all_outputs && (data->flags & TEST_SUSPEND) && + output_count > OUTPUT_LIMIT) + continue; + + output_count++; + for_each_crtc(&data->display, crtc) { if (!igt_crtc_connector_valid(crtc, data->output)) continue; @@ -1221,6 +1231,9 @@ static int opt_handler(int opt, int opt_index, void *opt_data) case 'r': data->do_hibernate = true; break; + case 'n': + data->all_outputs = true; + break; default: return IGT_OPT_HANDLER_ERROR; } @@ -1234,9 +1247,10 @@ static const char *help_str = " -c\t\tCheck the presence of compression meta-data\n" " -s \tSeed for random number generator\n" " -r\t\tOn suspend test do full hibernate with reboot\n" +" -n\t\tRun on all connectors. (By default suspend subtests will run on 2 connectors)\n" ; -int igt_main_args("csr:", NULL, help_str, opt_handler, &data) +int igt_main_args("csrn:", NULL, help_str, opt_handler, &data) { igt_fixture() { data.drm_fd = drm_open_driver_master(DRIVER_INTEL | DRIVER_XE); -- 2.45.2