From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 983C2E9B356 for ; Mon, 2 Mar 2026 10:22:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 42C3910E47C; Mon, 2 Mar 2026 10:22:07 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="RKlwN6xj"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.12]) by gabe.freedesktop.org (Postfix) with ESMTPS id 72EC810E480 for ; Mon, 2 Mar 2026 10:22:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1772446926; x=1803982926; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=tft2DlX7rUFJ79vTOppypAv6NrJ/tvkOMOt2uXsmrgQ=; b=RKlwN6xjMt/7B/BzXlzPXejCC2XE2vyPH1w00Pi3SmFBbLRNZu/670Po Fh/VaQVxpDxWqHWLvpgyPGqx37UcdpBRZcL9LnLhzGswW8sA9/FxpMhSs 1kODs2UJFAXLUMBsEazwPYc33YuttqRkqtjwx/TaW7YgRTefrxDL0WqY6 NPywyb8d06npxRFcRT4C5uc87Pe2eh+N7nNytUa02eNR9at8tF1Vq+Uka PfIK15tWfJoKjW6hc6LGOY6wuvf+nLOMP6u5xwKdnPMcJrqq+AzefyLdN CkrJC0pCxglQxdjXlcnkFsRg8A/dGCyBiiEk9s+8RsIU6uQP6z+33Shv/ w==; X-CSE-ConnectionGUID: iEb5rbX3TECrcGAw63PfTQ== X-CSE-MsgGUID: IqP88p5SSeuMWTjtQKAJCg== X-IronPort-AV: E=McAfee;i="6800,10657,11716"; a="84917529" X-IronPort-AV: E=Sophos;i="6.21,319,1763452800"; d="scan'208";a="84917529" Received: from fmviesa006.fm.intel.com ([10.60.135.146]) by orvoesa104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2026 02:22:06 -0800 X-CSE-ConnectionGUID: k6X+AR8iQImMXC5DQ7C9Dw== X-CSE-MsgGUID: xisebZOdRpiiuY1KZUFiig== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,319,1763452800"; d="scan'208";a="214844329" Received: from bilal-nuc7i7bnh.iind.intel.com ([10.190.239.45]) by fmviesa006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2026 02:22:03 -0800 From: Mohammed Bilal To: igt-dev@lists.freedesktop.org Cc: swati2.sharma@intel.com, kamil.konieczny@intel.com, kunal1.joshi@intel.com, karol.krol@intel.com, ryszard.knop@intel.com, Mohammed Bilal Subject: [PATCH v4 4/5] intel-ci: Copy i915 chamelium testlist for xe Date: Mon, 2 Mar 2026 15:49:25 +0530 Message-ID: <20260302101926.3015380-5-mohammed.bilal@intel.com> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20260302101926.3015380-1-mohammed.bilal@intel.com> References: <20260302101926.3015380-1-mohammed.bilal@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" Create driver-specific chamelium testlist for xe v3: -Use move-fix-add approach (Kamil) v4: -Restructure move-fix-add approach (Kamil) -Rename run-type labels(Swati) Signed-off-by: Mohammed Bilal --- tests/intel-ci/meson.build | 1 + tests/intel-ci/xe.chamelium-only.testlist | 80 +++++++++++++++++++++++ tests/intel/kms_test_config.json | 5 +- 3 files changed, 84 insertions(+), 2 deletions(-) create mode 100644 tests/intel-ci/xe.chamelium-only.testlist diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build index 1a13dd52a..36c6bc9c4 100644 --- a/tests/intel-ci/meson.build +++ b/tests/intel-ci/meson.build @@ -14,6 +14,7 @@ intelci_files = [ 'xe.bmg.core.blocklist.txt', 'xe.bmg.display.blocklist.txt', 'xe.bmg.eudebug.blocklist.txt', + 'xe.chamelium-only.testlist', 'xe.eudebug.blocklist.txt', 'xe.fast-feedback.testlist', 'xe-fast-feedback.testlist', diff --git a/tests/intel-ci/xe.chamelium-only.testlist b/tests/intel-ci/xe.chamelium-only.testlist new file mode 100644 index 000000000..56bffd8de --- /dev/null +++ b/tests/intel-ci/xe.chamelium-only.testlist @@ -0,0 +1,80 @@ +igt@kms_feature_discovery@chamelium +igt@kms_chamelium_audio@dp-audio +igt@kms_chamelium_audio@dp-audio-edid +igt@kms_chamelium_color@ctm-0-25 +igt@kms_chamelium_color@ctm-0-50 +igt@kms_chamelium_color@ctm-0-75 +igt@kms_chamelium_color@ctm-blue-to-red +igt@kms_chamelium_color@ctm-green-to-red +igt@kms_chamelium_color@ctm-limited-range +igt@kms_chamelium_color@ctm-max +igt@kms_chamelium_color@ctm-negative +igt@kms_chamelium_color@ctm-red-to-blue +igt@kms_chamelium_color@degamma +igt@kms_chamelium_color@gamma +igt@kms_chamelium_edid@dp-edid-read +igt@kms_chamelium_edid@dp-edid-resolution-list +igt@kms_chamelium_edid@dp-edid-stress-resolution-4k +igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k +igt@kms_chamelium_edid@dp-mode-timings +igt@kms_chamelium_edid@hdmi-edid-read +# Chamelium v1 board HDMI receiver supports max 4k@30 resolution +# removed test as its having a mode 4k@60 resulting +# TMDS config errors on v1 board +#igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k +igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k +igt@kms_chamelium_edid@hdmi-mode-timings +igt@kms_chamelium_edid@vga-edid-read +igt@kms_chamelium_frames@dp-crc-fast +igt@kms_chamelium_frames@dp-crc-multiple +igt@kms_chamelium_frames@dp-crc-single +igt@kms_chamelium_frames@dp-frame-dump +igt@kms_chamelium_frames@hdmi-aspect-ratio +igt@kms_chamelium_frames@hdmi-cmp-planar-formats +# Tests are exhaustive and pick random configurations +# removed tests as results are non-deterministic on each run +#igt@kms_chamelium_frames@hdmi-cmp-planes-random +#igt@kms_chamelium_frames@hdmi-crc-planes-random +igt@kms_chamelium_frames@hdmi-crc-fast +igt@kms_chamelium_frames@hdmi-crc-multiple +igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats +igt@kms_chamelium_frames@hdmi-crc-single +igt@kms_chamelium_frames@hdmi-frame-dump +igt@kms_chamelium_frames@vga-frame-dump +igt@kms_chamelium_hpd@dp-hpd +igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode +igt@kms_chamelium_hpd@dp-hpd-fast +igt@kms_chamelium_hpd@dp-hpd-for-each-pipe +igt@kms_chamelium_hpd@dp-hpd-storm +igt@kms_chamelium_hpd@dp-hpd-storm-disable +igt@kms_chamelium_hpd@dp-hpd-with-enabled-mode +igt@kms_chamelium_hpd@hdmi-hpd +igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode +igt@kms_chamelium_hpd@hdmi-hpd-fast +igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe +igt@kms_chamelium_hpd@hdmi-hpd-storm +igt@kms_chamelium_hpd@hdmi-hpd-storm-disable +igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode +igt@kms_chamelium_audio@hdmi-audio +igt@kms_chamelium_audio@hdmi-audio-edid +igt@kms_chamelium_hpd@vga-hpd +igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode +igt@kms_chamelium_hpd@vga-hpd-fast +igt@kms_chamelium_hpd@vga-hpd-for-each-pipe +igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode +igt@kms_chamelium_hpd@vga-hpd-without-ddc +igt@kms_chamelium_sharpness_filter@filter-basic +igt@kms_tiled_display@basic-test-pattern-with-chamelium +#Place suspend tests at end +igt@kms_chamelium_hpd@common-hpd-after-suspend +igt@kms_chamelium_hpd@dp-hpd-after-suspend +igt@kms_chamelium_hpd@hdmi-hpd-after-suspend +igt@kms_chamelium_hpd@vga-hpd-after-suspend +igt@kms_chamelium_edid@dp-edid-change-during-suspend +igt@kms_chamelium_edid@hdmi-edid-change-during-suspend +#Place hibernate tests at end +igt@kms_chamelium_edid@dp-edid-change-during-hibernate +igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate +igt@kms_chamelium_hpd@common-hpd-after-hibernate +igt@kms_chamelium_hpd@dp-hpd-after-hibernate +igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate diff --git a/tests/intel/kms_test_config.json b/tests/intel/kms_test_config.json index 4ed6e5405..f40be218c 100644 --- a/tests/intel/kms_test_config.json +++ b/tests/intel/kms_test_config.json @@ -18,11 +18,12 @@ { "i915 FULL chamelium": "../intel-ci/i915.chamelium-only.testlist" }, { "Xe BAT": "../intel-ci/xe.fast-feedback.testlist" }, - { "Xe BAT chamelium": "../intel-ci/xe.fast-feedback-chamelium-only.testlist" } + { "Xe BAT chamelium": "../intel-ci/xe.fast-feedback-chamelium-only.testlist" }, + { "Xe FULL chamelium": "../intel-ci/xe.chamelium-only.testlist" } ], "exclude": [ { "i915 BAT, i915 BAT chamelium, i915 FULL chamelium, i915 FULL": "../intel-ci/i915.blocklist.txt" }, - { "Xe BAT, Xe BAT chamelium, Xe FULL": "../intel-ci/xe.blocklist.txt" } + { "Xe BAT, Xe BAT chamelium, Xe FULL chamelium, Xe FULL": "../intel-ci/xe.blocklist.txt" } ] } }, -- 2.48.1