* [PATCH i-g-t] intel-ci: Block unsupported test on chamelium v1
@ 2025-09-01 8:21 Kunal Joshi
2025-09-01 11:06 ` Kamil Konieczny
2025-09-12 7:26 ` Sharma, Swati2
0 siblings, 2 replies; 3+ messages in thread
From: Kunal Joshi @ 2025-09-01 8:21 UTC (permalink / raw)
To: igt-dev; +Cc: Kunal Joshi, Kamil Konieczny, Karthik B S, Swati Sharma
Chamelium V1 HDMI reciever can support max 4k@30
Test forces EDID with 4k@60 which isn't supported
Blocklist test untill we have newer V3 boards
v2: Fix typo and rephrase (Swati)
Fix commit subject (Kamil/Swati)
Block i915 as well (Kamil)
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Karthik B S <karthik.b.s@intel.com>
Cc: Swati Sharma <swati2.sharma@intel.com>
Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com>
---
tests/intel-ci/i915.blocklist.txt | 8 ++++++++
tests/intel-ci/xe.blocklist.txt | 7 +++++++
2 files changed, 15 insertions(+)
diff --git a/tests/intel-ci/i915.blocklist.txt b/tests/intel-ci/i915.blocklist.txt
index ac9bb2f0b..b36015b53 100644
--- a/tests/intel-ci/i915.blocklist.txt
+++ b/tests/intel-ci/i915.blocklist.txt
@@ -178,3 +178,11 @@ igt@kms_fbc_dirty_rect.*
# platforms connected to different displays.
###############################################
igt@kms_sysfs_edid_timing
+##################################################################
+# Chamelium V1 HDMI receiver supports a maximum resolution
+# of 4K @ 30Hz. This test enforces an EDID with 4K @ 60Hz,
+# which exceeds the capabilities of V1 hardware and results
+# in failures. Temporarily blocklist this test until V3 Chamelium
+# boards (which support 4K @ 60Hz) are available in the test environment.
+##################################################################
+igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k
diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index 14e0b9482..2e1ebf299 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -117,3 +117,10 @@ igt@xe_evict@.*-multi-vm-cm.*
igt@xe_evict@.*-threads-.*
# igt@xe_evict@.*-cm.* # Rebind and VM_BIND may race.
##################################################################
+# Chamelium V1 HDMI receiver supports a maximum resolution
+# of 4K @ 30Hz. This test enforces an EDID with 4K @ 60Hz,
+# which exceeds the capabilities of V1 hardware and results
+# in failures. Temporarily blocklist this test until V3 Chamelium
+# boards (which support 4K @ 60Hz) are available in the test environment.
+##################################################################
+igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH i-g-t] intel-ci: Block unsupported test on chamelium v1
2025-09-01 8:21 [PATCH i-g-t] intel-ci: Block unsupported test on chamelium v1 Kunal Joshi
@ 2025-09-01 11:06 ` Kamil Konieczny
2025-09-12 7:26 ` Sharma, Swati2
1 sibling, 0 replies; 3+ messages in thread
From: Kamil Konieczny @ 2025-09-01 11:06 UTC (permalink / raw)
To: Kunal Joshi; +Cc: igt-dev, Karthik B S, Swati Sharma
Hi Kunal,
On 2025-09-01 at 13:51:30 +0530, Kunal Joshi wrote:
> Chamelium V1 HDMI reciever can support max 4k@30
> Test forces EDID with 4k@60 which isn't supported
> Blocklist test untill we have newer V3 boards
>
> v2: Fix typo and rephrase (Swati)
> Fix commit subject (Kamil/Swati)
> Block i915 as well (Kamil)
>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Karthik B S <karthik.b.s@intel.com>
> Cc: Swati Sharma <swati2.sharma@intel.com>
> Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com>
Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> ---
> tests/intel-ci/i915.blocklist.txt | 8 ++++++++
> tests/intel-ci/xe.blocklist.txt | 7 +++++++
> 2 files changed, 15 insertions(+)
>
> diff --git a/tests/intel-ci/i915.blocklist.txt b/tests/intel-ci/i915.blocklist.txt
> index ac9bb2f0b..b36015b53 100644
> --- a/tests/intel-ci/i915.blocklist.txt
> +++ b/tests/intel-ci/i915.blocklist.txt
> @@ -178,3 +178,11 @@ igt@kms_fbc_dirty_rect.*
> # platforms connected to different displays.
> ###############################################
> igt@kms_sysfs_edid_timing
> +##################################################################
> +# Chamelium V1 HDMI receiver supports a maximum resolution
> +# of 4K @ 30Hz. This test enforces an EDID with 4K @ 60Hz,
> +# which exceeds the capabilities of V1 hardware and results
> +# in failures. Temporarily blocklist this test until V3 Chamelium
> +# boards (which support 4K @ 60Hz) are available in the test environment.
> +##################################################################
> +igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k
> diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
> index 14e0b9482..2e1ebf299 100644
> --- a/tests/intel-ci/xe.blocklist.txt
> +++ b/tests/intel-ci/xe.blocklist.txt
> @@ -117,3 +117,10 @@ igt@xe_evict@.*-multi-vm-cm.*
> igt@xe_evict@.*-threads-.*
> # igt@xe_evict@.*-cm.* # Rebind and VM_BIND may race.
> ##################################################################
> +# Chamelium V1 HDMI receiver supports a maximum resolution
> +# of 4K @ 30Hz. This test enforces an EDID with 4K @ 60Hz,
> +# which exceeds the capabilities of V1 hardware and results
> +# in failures. Temporarily blocklist this test until V3 Chamelium
> +# boards (which support 4K @ 60Hz) are available in the test environment.
> +##################################################################
> +igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k
> --
> 2.25.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH i-g-t] intel-ci: Block unsupported test on chamelium v1
2025-09-01 8:21 [PATCH i-g-t] intel-ci: Block unsupported test on chamelium v1 Kunal Joshi
2025-09-01 11:06 ` Kamil Konieczny
@ 2025-09-12 7:26 ` Sharma, Swati2
1 sibling, 0 replies; 3+ messages in thread
From: Sharma, Swati2 @ 2025-09-12 7:26 UTC (permalink / raw)
To: Kunal Joshi, igt-dev; +Cc: Kamil Konieczny, Karthik B S
Hi Kunal,
Patch LGTM
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
On 01-09-2025 01:51 pm, Kunal Joshi wrote:
> Chamelium V1 HDMI reciever can support max 4k@30
> Test forces EDID with 4k@60 which isn't supported
> Blocklist test untill we have newer V3 boards
>
> v2: Fix typo and rephrase (Swati)
> Fix commit subject (Kamil/Swati)
> Block i915 as well (Kamil)
>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Karthik B S <karthik.b.s@intel.com>
> Cc: Swati Sharma <swati2.sharma@intel.com>
> Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com>
> ---
> tests/intel-ci/i915.blocklist.txt | 8 ++++++++
> tests/intel-ci/xe.blocklist.txt | 7 +++++++
> 2 files changed, 15 insertions(+)
>
> diff --git a/tests/intel-ci/i915.blocklist.txt b/tests/intel-ci/i915.blocklist.txt
> index ac9bb2f0b..b36015b53 100644
> --- a/tests/intel-ci/i915.blocklist.txt
> +++ b/tests/intel-ci/i915.blocklist.txt
> @@ -178,3 +178,11 @@ igt@kms_fbc_dirty_rect.*
> # platforms connected to different displays.
> ###############################################
> igt@kms_sysfs_edid_timing
> +##################################################################
> +# Chamelium V1 HDMI receiver supports a maximum resolution
> +# of 4K @ 30Hz. This test enforces an EDID with 4K @ 60Hz,
> +# which exceeds the capabilities of V1 hardware and results
> +# in failures. Temporarily blocklist this test until V3 Chamelium
> +# boards (which support 4K @ 60Hz) are available in the test environment.
> +##################################################################
> +igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k
> diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
> index 14e0b9482..2e1ebf299 100644
> --- a/tests/intel-ci/xe.blocklist.txt
> +++ b/tests/intel-ci/xe.blocklist.txt
> @@ -117,3 +117,10 @@ igt@xe_evict@.*-multi-vm-cm.*
> igt@xe_evict@.*-threads-.*
> # igt@xe_evict@.*-cm.* # Rebind and VM_BIND may race.
> ##################################################################
> +# Chamelium V1 HDMI receiver supports a maximum resolution
> +# of 4K @ 30Hz. This test enforces an EDID with 4K @ 60Hz,
> +# which exceeds the capabilities of V1 hardware and results
> +# in failures. Temporarily blocklist this test until V3 Chamelium
> +# boards (which support 4K @ 60Hz) are available in the test environment.
> +##################################################################
> +igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-12 7:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-01 8:21 [PATCH i-g-t] intel-ci: Block unsupported test on chamelium v1 Kunal Joshi
2025-09-01 11:06 ` Kamil Konieczny
2025-09-12 7:26 ` Sharma, Swati2
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.