From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5A6A510E440 for ; Tue, 9 Jan 2024 13:21:31 +0000 (UTC) From: =?UTF-8?q?Zbigniew=20Kempczy=C5=84ski?= To: igt-dev@lists.freedesktop.org Subject: [PATCH i-g-t v2 3/3] tests/xe_intel_bb: Use Tile4 instead Y on render subtest Date: Tue, 9 Jan 2024 14:21:05 +0100 Message-Id: <20240109132105.10958-4-zbigniew.kempczynski@intel.com> In-Reply-To: <20240109132105.10958-1-zbigniew.kempczynski@intel.com> References: <20240109132105.10958-1-zbigniew.kempczynski@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Discrete and beyond (Xe2) replaced Y tiling with 4Tile. Reflect this in render subtest as it is used only on those platforms on Xe. Signed-off-by: Zbigniew KempczyƄski Cc: Juha-Pekka Heikkila Cc: Dominik Grzegorzek Acked-by: Dominik Grzegorzek --- tests/intel/xe_intel_bb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/intel/xe_intel_bb.c b/tests/intel/xe_intel_bb.c index d3d7a4fb69..161f766a05 100644 --- a/tests/intel/xe_intel_bb.c +++ b/tests/intel/xe_intel_bb.c @@ -1052,7 +1052,7 @@ igt_main_args("dpib", NULL, help_str, opt_handler, NULL) } tests[] = { { I915_TILING_NONE, "none" }, { I915_TILING_X, "x" }, - { I915_TILING_Y, "y" }, + { I915_TILING_4, "4" }, }; igt_fixture { -- 2.34.1