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 74F2810E47E for ; Thu, 24 Aug 2023 05:49:11 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Thu, 24 Aug 2023 11:11:07 +0530 Message-Id: <20230824054123.820518-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t 00/16] Add tiling support for display tests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Add tiling support for display tests. Bhanuprakash Modem (16): lib: Add tiling support for XE tests/kms_cursor_edge_walk: Fix intel specific checks tests/kms_getfb: Extended ccs tests to support XE tests/kms_addfb_basic: Add tiling support for XE tests/kms_plane: Add tiling support for XE tests/kms_plane_lowres: Add tiling support for XE tests/kms_plane_scaling: Add tiling support for XE tests/kms_rotation_crc: Add tiling support for XE tests/i915/kms_big_fb: Add tiling support for XE tests/i915/kms_draw_crc: Add tiling support for XE tests/i915/kms_flip_scaled_crc: Add tiling support for XE tests/i915/kms_flip_tiling: Add tiling support for XE tests/intel-ci: Drop tiling tests from xe blocklist tests/intel-ci: Update Xe BAT & blocklist for kms FBT tests/intel-ci: Add tiling tests to XE BAT HAX: Run tiling tests in XE fast-feedback lib/igt_draw.c | 5 +- lib/igt_fb.c | 8 +- lib/intel_bufops.c | 13 +- tests/i915/kms_big_fb.c | 23 +- tests/i915/kms_draw_crc.c | 4 - tests/i915/kms_flip_scaled_crc.c | 6 - tests/i915/kms_flip_tiling.c | 6 - tests/intel-ci/xe-fast-feedback.testlist | 525 ++++++++++++++--------- tests/intel-ci/xe.blocklist.txt | 12 +- tests/kms_addfb_basic.c | 17 +- tests/kms_cursor_edge_walk.c | 2 +- tests/kms_getfb.c | 10 +- tests/kms_plane.c | 4 - tests/kms_plane_lowres.c | 3 - tests/kms_plane_scaling.c | 4 - tests/kms_rotation_crc.c | 8 +- 16 files changed, 371 insertions(+), 279 deletions(-) -- 2.40.0