From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4846C10E3F3 for ; Thu, 5 Oct 2023 13:08:45 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Thu, 5 Oct 2023 18:29:47 +0530 Message-Id: <20231005125948.2986826-2-bhanuprakash.modem@intel.com> In-Reply-To: <20231005125948.2986826-1-bhanuprakash.modem@intel.com> References: <20231005125948.2986826-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V2 1/2] intel-ci/xe: Update kms blocklist documentation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Add justification to kms blocklist. V2: - Add justification for multidisplay blocklist Cc: Swati Sharma Signed-off-by: Bhanuprakash Modem --- tests/intel-ci/xe.blocklist.txt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt index e73018ec6..f4a57aa01 100644 --- a/tests/intel-ci/xe.blocklist.txt +++ b/tests/intel-ci/xe.blocklist.txt @@ -44,20 +44,18 @@ igt@syncobj_.* igt@template igt@tools_test ################################################################## -# Pipe E, F, G and H +# KMS: Pipe E, F, G and H are not available on Intel hardware, +# hence can't use more than 4 displays. ################################################################## igt@.*@.*pipe-(e|f|g|h).* -################################################################## -# Multidisplay -################################################################## igt@kms_bw@.*-(5|6|7|8)-displays-.* ################################################################## +# KMS: Tests specific to i915 driver +################################################################## igt@kms_draw_crc@draw-method-(mmap-cpu|mmap-gtt|pwrite) igt@kms_pipe_b_c_ivb@.* igt@kms_pwrite_crc -igt@kms_ccs@.* igt@kms_frontbuffer_tracking@.*-(cpu|gtt|pwrite) -igt@kms_fbcon_fbt@(fbc|psr)(-suspend) igt@kms_fence_pin_leak igt@kms_busy@.* igt@kms_psr@.*_mmap_(cpu|gtt) @@ -69,3 +67,8 @@ igt@kms_addfb_basic@clobberred-modifier igt@kms_rotation_crc@exhaust-fences igt@kms_force_connector_basic@force-load-detect ################################################################## +# KMS: Yet to add/missing XE support +################################################################## +igt@kms_ccs@.* +igt@kms_fbcon_fbt@(fbc|psr)(-suspend) +################################################################## -- 2.40.0