From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2C93910E627 for ; Fri, 25 Aug 2023 07:39:05 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Fri, 25 Aug 2023 13:00:50 +0530 Message-Id: <20230825073059.856371-8-bhanuprakash.modem@intel.com> In-Reply-To: <20230825073059.856371-1-bhanuprakash.modem@intel.com> References: <20230825073059.856371-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V2 07/16] tests/kms_plane_scaling: Add tiling support for XE List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kunal Joshi Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Remove the tiling restrictions in Xe specific tests Fixes: 28bc56a8b (tests/kms_plane_scaling: Add XE support) Signed-off-by: Bhanuprakash Modem Reviewed-by: Kunal Joshi --- tests/kms_plane_scaling.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c index 89e5e6d3d..a7d60d6fc 100644 --- a/tests/kms_plane_scaling.c +++ b/tests/kms_plane_scaling.c @@ -596,10 +596,6 @@ static void test_scaler_with_modifier_pipe(data_t *d, for (int i = 0; i < ARRAY_SIZE(modifiers); i++) { uint64_t modifier = modifiers[i]; - if (is_xe_device(d->drm_fd) && - modifier != DRM_FORMAT_MOD_LINEAR) - continue; - if (igt_plane_has_format_mod(plane, format, modifier)) check_scaling_pipe_plane_rot(d, plane, format, modifier, -- 2.40.0