Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jeevan B <jeevan.b@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: karthik.b.s@intel.com, Jeevan B <jeevan.b@intel.com>
Subject: [PATCH i-g-t] intel-ci: Add dc3co tests to LNL, PTL, BMG and I915 blocklist
Date: Mon, 22 Jun 2026 10:46:41 +0530	[thread overview]
Message-ID: <20260622051641.3007639-1-jeevan.b@intel.com> (raw)

dc3co tests are only valid on display ver 35 and above. Block these
subtest on older platforms.

Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
 tests/intel-ci/i915.blocklist.txt           | 2 ++
 tests/intel-ci/xe.bmg.display.blocklist.txt | 3 ++-
 tests/intel-ci/xe.lnl.display.blocklist.txt | 3 ++-
 tests/intel-ci/xe.ptl.display.blocklist.txt | 6 ++----
 4 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/tests/intel-ci/i915.blocklist.txt b/tests/intel-ci/i915.blocklist.txt
index 1068e2e15..17b2f1f3f 100644
--- a/tests/intel-ci/i915.blocklist.txt
+++ b/tests/intel-ci/i915.blocklist.txt
@@ -206,4 +206,6 @@ igt@kms_color_pipeline@plane-lut3d-green-only
 ##################################################################
 igt@kms_frontbuffer_tracking@.*a(bgr|rgb)161616f.*
 igt@kms_flip_scaled_crc@.*linear-reflect-x
+igt@kms_pm_dc@dc3co-.*
+igt@kms_vrr@lobf-dc3co
 ##################################################################
diff --git a/tests/intel-ci/xe.bmg.display.blocklist.txt b/tests/intel-ci/xe.bmg.display.blocklist.txt
index 04f23af28..4c2a7390a 100644
--- a/tests/intel-ci/xe.bmg.display.blocklist.txt
+++ b/tests/intel-ci/xe.bmg.display.blocklist.txt
@@ -121,7 +121,6 @@ igt@kms_plane@pixel-format.*(mtl|dg2).*
 ##########################################
 # Valid skip :- Simulation specific
 ##########################################
-igt@kms_pm_dc@dc3co-vpb-simulation
 igt@kms_simulation_hpd@sim-hpd
 #########################################
 #########################################
@@ -179,4 +178,6 @@ igt@kms_color_pipeline@plane-lut3d-green-only
 ########################################
 igt@kms_frontbuffer_tracking@.*a(bgr|rgb)161616f.*
 igt@kms_flip_scaled_crc@.*linear-reflect-x
+igt@kms_pm_dc@dc3co-.*
+igt@kms_vrr@lobf-dc3co
 ########################################
diff --git a/tests/intel-ci/xe.lnl.display.blocklist.txt b/tests/intel-ci/xe.lnl.display.blocklist.txt
index 5f918a003..1dbb24ae3 100644
--- a/tests/intel-ci/xe.lnl.display.blocklist.txt
+++ b/tests/intel-ci/xe.lnl.display.blocklist.txt
@@ -91,7 +91,6 @@ igt@kms_plane@pixel-format.*(mtl|dg2).*
 ##########################################
 # Valid skip :- Simulation specific
 ##########################################
-igt@kms_pm_dc@dc3co-vpb-simulation
 igt@kms_simulation_hpd@sim-hpd
 #########################################
 # HDMI/VGA subtests on chamelium are
@@ -189,4 +188,6 @@ igt@kms_color_pipeline@plane-lut3d-green-only
 ########################################
 igt@kms_frontbuffer_tracking@.*a(bgr|rgb)161616f.*
 igt@kms_flip_scaled_crc@.*linear-reflect-x
+igt@kms_pm_dc@dc3co-.*
+igt@kms_vrr@lobf-dc3co
 ########################################
diff --git a/tests/intel-ci/xe.ptl.display.blocklist.txt b/tests/intel-ci/xe.ptl.display.blocklist.txt
index c897f3c69..1041931a1 100644
--- a/tests/intel-ci/xe.ptl.display.blocklist.txt
+++ b/tests/intel-ci/xe.ptl.display.blocklist.txt
@@ -88,10 +88,6 @@ igt@kms_plane_scaling@.*downscale-factor-0-25.*
 igt@kms_plane_scaling@planes-downscale-factor-0-(5|75)$
 igt@kms_plane_scaling@planes-.*upscale-.*downscale.*
 ##############################################################################
-# Valid skip: Simulation specific
-##############################################################################
-igt@kms_pm_dc@dc3co-vpb-simulation
-##############################################################################
 # Feature Currently not supported
 ##############################################################################
 igt@kms_pm_power_saving@.*
@@ -183,4 +179,6 @@ igt@kms_color_pipeline@plane-lut3d-green-only
 ########################################
 igt@kms_frontbuffer_tracking@.*a(bgr|rgb)161616f.*
 igt@kms_flip_scaled_crc@.*linear-reflect-x
+igt@kms_pm_dc@dc3co-.*
+igt@kms_vrr@lobf-dc3co
 ########################################
-- 
2.43.0


             reply	other threads:[~2026-06-22  5:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-22  5:16 Jeevan B [this message]
2026-06-22  5:24 ` [PATCH i-g-t] intel-ci: Add dc3co tests to LNL, PTL, BMG and I915 blocklist Karthik B S
2026-06-22 10:35 ` Kamil Konieczny
2026-06-22 20:06 ` ✗ Fi.CI.BAT: failure for " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260622051641.3007639-1-jeevan.b@intel.com \
    --to=jeevan.b@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=karthik.b.s@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox