From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6C97410E48E for ; Thu, 24 Aug 2023 05:49:30 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Thu, 24 Aug 2023 11:11:18 +0530 Message-Id: <20230824054123.820518-12-bhanuprakash.modem@intel.com> In-Reply-To: <20230824054123.820518-1-bhanuprakash.modem@intel.com> References: <20230824054123.820518-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t 11/16] tests/i915/kms_flip_scaled_crc: 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: - Update XE blocklist V3: - New patch for blocklist changes Fixes: 113fc78d0 (tests/i915/kms_flip_scaled_crc: Add XE support) Signed-off-by: Bhanuprakash Modem Reviewed-by: Kunal Joshi --- tests/i915/kms_flip_scaled_crc.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/i915/kms_flip_scaled_crc.c b/tests/i915/kms_flip_scaled_crc.c index ad68f2474..3d7991890 100644 --- a/tests/i915/kms_flip_scaled_crc.c +++ b/tests/i915/kms_flip_scaled_crc.c @@ -835,12 +835,6 @@ igt_main for (int index = 0; index < ARRAY_SIZE(flip_scenario_test); index++) { igt_describe(flip_scenario_test[index].describe); igt_subtest_with_dynamic(flip_scenario_test[index].name) { - /* No tiling support in XE. */ - if (is_xe_device(data.drm_fd) && - (flip_scenario_test[index].firstmodifier != DRM_FORMAT_MOD_LINEAR || - flip_scenario_test[index].secondmodifier != DRM_FORMAT_MOD_LINEAR)) - continue; - free_fbs(&data); for_each_pipe(&data.display, pipe) { bool found = false; -- 2.40.0