From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5F0F310E135 for ; Fri, 30 Sep 2022 03:58:28 +0000 (UTC) From: Jeevan B To: igt-dev@lists.freedesktop.org Date: Fri, 30 Sep 2022 09:22:47 +0530 Message-Id: <20220930035249.6633-1-jeevan.b@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v6 0/2] Convert PSR2 sf & su test to dynamic List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Convert psr2_sf & psr2_su patch to dynamic subtests. We check psr2 support for each pipe and if the pipe supports then its added as part of dynamic subtest instead to running through all pipe. v6: Refloat Jeevan B (2): tests/i915/kms_psr2_sf: Convert tests to dynamic tests/i915/kms_psr2_su: Convert tests to dynamic tests/i915/kms_psr2_sf.c | 293 ++++++++++++++++++++++++++------------- tests/i915/kms_psr2_su.c | 93 ++++++++----- 2 files changed, 258 insertions(+), 128 deletions(-) -- 2.36.0