From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id C76B56E3E3 for ; Wed, 25 Aug 2021 17:09:00 +0000 (UTC) From: Jeevan B Date: Wed, 25 Aug 2021 22:40:16 +0530 Message-Id: <20210825171018.10821-1-jeevan.b@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/2] Fix kms_psr2_sf test List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: igt-dev@lists.freedesktop.org Cc: jose.souza@intel.com, daniel@ffwll.ch, Jeevan B List-ID: Make this test generic, rename igt_debug_manual_check, patch the igt functions igt_debug_manual_check() and igt_debug_wait_for_keypress() to assert if "all" is supplied and change testcase design. Jeevan B (2): lib/igt_aux: Rename igt_debug_manual_check and assert check if all is supplied tests/kms_psr2_sf: Make this a generic test and change testcase design lib/igt_aux.c | 16 +++++++++++----- lib/igt_aux.h | 2 +- tests/kms_dsc.c | 2 +- tests/kms_psr.c | 2 +- tests/kms_psr2_sf.c | 30 +++++++++++++++--------------- 5 files changed, 29 insertions(+), 23 deletions(-) -- 2.19.1