From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id B0B706E0DF for ; Wed, 13 Oct 2021 17:08:50 +0000 (UTC) From: Jeevan B Date: Wed, 13 Oct 2021 22:40:48 +0530 Message-Id: <20211013171051.26287-1-jeevan.b@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v2 0/3] Fix kms_psr2_sf test and add new test for FB_DAMAGE_CLIPS plane property 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: petri.latvala@intel.com, jose.souza@intel.com, daniel@ffwll.ch, Jeevan B List-ID: Make kms_psr2_sf test generic, rename igt_debug_manual_check, patch the igt functions igt_debug_wait_for_keypress() to assert if "all" is supplied and change testcase design and add simple test cases to use FB_DAMAGE_CLIPS plane property. Deepak Rawat (1): tests/kms_atomic: Add a new test case for FB_DAMAGE_CLIPS plane property 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 | 9 +- lib/igt_aux.h | 2 +- tests/i915/kms_dsc.c | 2 +- tests/i915/kms_psr.c | 2 +- tests/i915/kms_psr2_sf.c | 30 ++--- tests/kms_atomic.c | 232 +++++++++++++++++++++++++++++++++++++++ 6 files changed, 256 insertions(+), 21 deletions(-) -- 2.19.1