* [PATCH i-g-t] intel-ci: Add dc3co tests to LNL, PTL, BMG and I915 blocklist
@ 2026-06-22 5:16 Jeevan B
2026-06-22 5:24 ` Karthik B S
2026-06-22 10:35 ` Kamil Konieczny
0 siblings, 2 replies; 3+ messages in thread
From: Jeevan B @ 2026-06-22 5:16 UTC (permalink / raw)
To: igt-dev; +Cc: karthik.b.s, Jeevan B
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH i-g-t] intel-ci: Add dc3co tests to LNL, PTL, BMG and I915 blocklist
2026-06-22 5:16 [PATCH i-g-t] intel-ci: Add dc3co tests to LNL, PTL, BMG and I915 blocklist Jeevan B
@ 2026-06-22 5:24 ` Karthik B S
2026-06-22 10:35 ` Kamil Konieczny
1 sibling, 0 replies; 3+ messages in thread
From: Karthik B S @ 2026-06-22 5:24 UTC (permalink / raw)
To: Jeevan B, igt-dev
Hi Jeevan,
Nit: May be subject could be just "intel-ci: Add dc3co tests to
blocklist". Details could be added in the commit message.
This can be updated during merge.
Reviewed-by: Karthik B S <karthik.b.s@intel.com>
On 6/22/2026 10:46 AM, Jeevan B wrote:
> 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
> ########################################
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH i-g-t] intel-ci: Add dc3co tests to LNL, PTL, BMG and I915 blocklist
2026-06-22 5:16 [PATCH i-g-t] intel-ci: Add dc3co tests to LNL, PTL, BMG and I915 blocklist Jeevan B
2026-06-22 5:24 ` Karthik B S
@ 2026-06-22 10:35 ` Kamil Konieczny
1 sibling, 0 replies; 3+ messages in thread
From: Kamil Konieczny @ 2026-06-22 10:35 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev, karthik.b.s
Hi Jeevan,
On 2026-06-22 at 10:46:41 +0530, Jeevan B wrote:
> 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>
Thank you all, merged with corrected subject and description.
Regards,
Kamil
> ---
> 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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-22 10:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-22 5:16 [PATCH i-g-t] intel-ci: Add dc3co tests to LNL, PTL, BMG and I915 blocklist Jeevan B
2026-06-22 5:24 ` Karthik B S
2026-06-22 10:35 ` Kamil Konieczny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox