From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4D47310E38B for ; Mon, 7 Aug 2023 20:02:41 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Tue, 8 Aug 2023 01:24:52 +0530 Message-Id: <20230807195500.4103092-13-bhanuprakash.modem@intel.com> In-Reply-To: <20230807195500.4103092-1-bhanuprakash.modem@intel.com> References: <20230807195500.4103092-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V3 12/20] tests/i915/kms_flip_tiling: Add tiling support for XE List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Remove the tiling restrictions in Xe specific tests Fixes: 77e9c217f (tests/i915/kms_flip_tiling: Add XE support) Signed-off-by: Bhanuprakash Modem --- tests/i915/kms_flip_tiling.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/i915/kms_flip_tiling.c b/tests/i915/kms_flip_tiling.c index 02a5fe8e3..af42af05c 100644 --- a/tests/i915/kms_flip_tiling.c +++ b/tests/i915/kms_flip_tiling.c @@ -217,12 +217,6 @@ igt_main if (plane->formats[j] != data.testformat) continue; - /* No tiling support in XE. */ - if (is_xe_device(data.drm_fd) && - (plane->modifiers[i] != DRM_FORMAT_MOD_LINEAR || - plane->modifiers[j] != DRM_FORMAT_MOD_LINEAR)) - continue; - igt_dynamic_f("%s-pipe-%s-%s-to-%s", igt_output_name(output), kmstest_pipe_name(pipe), -- 2.40.0