From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 54E1D6E906 for ; Tue, 21 Sep 2021 07:57:08 +0000 (UTC) From: Jeevan B Date: Tue, 21 Sep 2021 13:27:46 +0530 Message-Id: <20210921075749.13049-1-jeevan.b@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 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: daniel@ffwll.ch, jose.souza@intel.com, Jeevan B List-ID: Make kms_psr2_sf 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 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 | 18 ++- 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, 262 insertions(+), 24 deletions(-) -- 2.19.1