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 114F5113338 for ; Tue, 28 Jun 2022 18:50:30 +0000 (UTC) From: Swati Sharma To: igt-dev@lists.freedesktop.org Date: Wed, 29 Jun 2022 00:21:24 +0530 Message-Id: <20220628185128.19692-1-swati2.sharma@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [v6 PATCH i-g-t 0/4] tests/i915/kms_flip_scaled_crc: New tests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Convert subtest to dynamic subtests. Add new tests in the list covering pixel formats and tiling. Also, 2 additional patches are added to validate NN scaling filter. Swati Sharma (4): tests/i915/kms_flip_scaled_crc: Convert tests to dynamic tests/i915/kms_flip_scaled_crc: Add new tests covering modifiers and pixel-formats lib/igt_kms: Add scaling filter property tests/kms_flip_scaled_crc: Validate NN scaling filter lib/igt_kms.c | 30 +++ lib/igt_kms.h | 3 + tests/i915/kms_flip_scaled_crc.c | 403 +++++++++++++++++++++++++------ 3 files changed, 358 insertions(+), 78 deletions(-) -- 2.25.1