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 6D58010E625 for ; Fri, 25 Aug 2023 07:39:01 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Fri, 25 Aug 2023 13:00:48 +0530 Message-Id: <20230825073059.856371-6-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 05/16] tests/kms_plane: 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 V2: - Rebase Fixes: 2b9637086 (tests/kms_plane: Add XE support) Signed-off-by: Bhanuprakash Modem Reviewed-by: Kunal Joshi --- tests/kms_plane.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/kms_plane.c b/tests/kms_plane.c index 721d3b533..d8b5dca9c 100644 --- a/tests/kms_plane.c +++ b/tests/kms_plane.c @@ -1064,10 +1064,6 @@ static bool test_format_plane(data_t *data, enum pipe pipe, .modifier = plane->modifiers[i], }; - if (is_xe_device(data->drm_fd) && - f.modifier != DRM_FORMAT_MOD_LINEAR) - continue; - /* igt doesn't know how to sw generate UBWC: */ if (is_msm_device(data->drm_fd) && f.modifier == DRM_FORMAT_MOD_QCOM_COMPRESSED) -- 2.40.0