* [PATCH v3 1/5] intel-ci: Move suspend/resume chamelium tests to end
2026-03-16 7:56 [PATCH v3 0/5] intel-ci: Add Xe FULL chamelium run type and testlist improvements Mohammed Bilal
@ 2026-03-16 7:56 ` Mohammed Bilal
2026-03-18 11:15 ` Sharma, Swati2
2026-03-16 7:56 ` [PATCH v3 2/5] intel: Add Xe FULL chamelium run type to kms_test_config Mohammed Bilal
` (7 subsequent siblings)
8 siblings, 1 reply; 16+ messages in thread
From: Mohammed Bilal @ 2026-03-16 7:56 UTC (permalink / raw)
To: igt-dev; +Cc: swati2.sharma, kunal1.joshi, kamil.konieczny, Mohammed Bilal
Suspend operations can cause system hangs or connection timeouts,
so isolating them at the tail ensures stability of main test
execution.
v3:
-Sort tests alphabetically (Kamil)
Signed-off-by: Mohammed Bilal <mohammed.bilal@intel.com>
---
tests/intel-ci/chamelium-only.testlist | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/tests/intel-ci/chamelium-only.testlist b/tests/intel-ci/chamelium-only.testlist
index 9adace28c..adc9aea92 100644
--- a/tests/intel-ci/chamelium-only.testlist
+++ b/tests/intel-ci/chamelium-only.testlist
@@ -12,13 +12,11 @@ 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-change-during-suspend
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-change-during-suspend
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
@@ -41,9 +39,7 @@ igt@kms_chamelium_frames@hdmi-crc-planes-random
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@common-hpd-after-suspend
igt@kms_chamelium_hpd@dp-hpd
-igt@kms_chamelium_hpd@dp-hpd-after-suspend
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
@@ -51,7 +47,6 @@ 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-after-suspend
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
@@ -61,7 +56,6 @@ 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-after-suspend
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
@@ -75,3 +69,10 @@ 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
+#Place suspend tests at end
+igt@kms_chamelium_edid@dp-edid-change-during-suspend
+igt@kms_chamelium_edid@hdmi-edid-change-during-suspend
+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
--
2.48.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [PATCH v3 1/5] intel-ci: Move suspend/resume chamelium tests to end
2026-03-16 7:56 ` [PATCH v3 1/5] intel-ci: Move suspend/resume chamelium tests to end Mohammed Bilal
@ 2026-03-18 11:15 ` Sharma, Swati2
0 siblings, 0 replies; 16+ messages in thread
From: Sharma, Swati2 @ 2026-03-18 11:15 UTC (permalink / raw)
To: Mohammed Bilal, igt-dev; +Cc: kunal1.joshi, kamil.konieczny
Hi Bilal,
On 16-03-2026 01:26 pm, Mohammed Bilal wrote:
> Suspend operations can cause system hangs or connection timeouts,
> so isolating them at the tail ensures stability of main test
> execution.
>
> v3:
> -Sort tests alphabetically (Kamil)
>
> Signed-off-by: Mohammed Bilal <mohammed.bilal@intel.com>
> ---
> tests/intel-ci/chamelium-only.testlist | 13 +++++++------
> 1 file changed, 7 insertions(+), 6 deletions(-)
>
> diff --git a/tests/intel-ci/chamelium-only.testlist b/tests/intel-ci/chamelium-only.testlist
> index 9adace28c..adc9aea92 100644
> --- a/tests/intel-ci/chamelium-only.testlist
> +++ b/tests/intel-ci/chamelium-only.testlist
> @@ -12,13 +12,11 @@ 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-change-during-suspend
> 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-change-during-suspend
> 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
> @@ -41,9 +39,7 @@ igt@kms_chamelium_frames@hdmi-crc-planes-random
> 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@common-hpd-after-suspend
> igt@kms_chamelium_hpd@dp-hpd
> -igt@kms_chamelium_hpd@dp-hpd-after-suspend
> 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
> @@ -51,7 +47,6 @@ 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-after-suspend
> 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
> @@ -61,7 +56,6 @@ 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-after-suspend
> 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
> @@ -75,3 +69,10 @@ 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
> +#Place suspend tests at end
Instead of this, write what you wrote in subject.
> +igt@kms_chamelium_edid@dp-edid-change-during-suspend
> +igt@kms_chamelium_edid@hdmi-edid-change-during-suspend
> +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
^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH v3 2/5] intel: Add Xe FULL chamelium run type to kms_test_config
2026-03-16 7:56 [PATCH v3 0/5] intel-ci: Add Xe FULL chamelium run type and testlist improvements Mohammed Bilal
2026-03-16 7:56 ` [PATCH v3 1/5] intel-ci: Move suspend/resume chamelium tests to end Mohammed Bilal
@ 2026-03-16 7:56 ` Mohammed Bilal
2026-03-18 11:29 ` Sharma, Swati2
2026-03-16 7:56 ` [PATCH v3 3/5] intel-ci: Add VGA chamelium exclusion to Xe blocklist Mohammed Bilal
` (6 subsequent siblings)
8 siblings, 1 reply; 16+ messages in thread
From: Mohammed Bilal @ 2026-03-16 7:56 UTC (permalink / raw)
To: igt-dev; +Cc: swati2.sharma, kunal1.joshi, kamil.konieczny, Mohammed Bilal
Add Xe FULL chamelium include mapping pointing to the shared
chamelium-only.testlist and update exclude labels to apply
xe.blocklist.txt to the new run type. Also rename i915 chamelium
to i915 FULL chamelium for consistency.
Signed-off-by: Mohammed Bilal <mohammed.bilal@intel.com>
---
tests/intel/kms_test_config.json | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/tests/intel/kms_test_config.json b/tests/intel/kms_test_config.json
index 61a70a9bb..7eab10b04 100644
--- a/tests/intel/kms_test_config.json
+++ b/tests/intel/kms_test_config.json
@@ -15,14 +15,15 @@
"include": [
{ "i915 BAT": "../intel-ci/i915.fast-feedback.testlist" },
{ "i915 BAT chamelium": "../intel-ci/i915.fast-feedback-chamelium-only.testlist" },
- { "i915 chamelium": "../intel-ci/chamelium-only.testlist" },
+ { "i915 FULL chamelium": "../intel-ci/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/chamelium-only.testlist" }
],
"exclude": [
- { "i915 BAT, i915 BAT chamelium, i915 chamelium, i915 FULL": "../intel-ci/i915.blocklist.txt" },
- { "Xe BAT, Xe BAT chamelium, Xe FULL": "../intel-ci/xe.blocklist.txt" }
+ { "i915 BAT, i915 BAT chamelium, i915 FULL chamelium, i915 FULL": "../intel-ci/i915.blocklist.txt" },
+ { "Xe BAT, Xe BAT chamelium, Xe FULL chamelium, Xe FULL": "../intel-ci/xe.blocklist.txt" }
]
}
},
--
2.48.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [PATCH v3 2/5] intel: Add Xe FULL chamelium run type to kms_test_config
2026-03-16 7:56 ` [PATCH v3 2/5] intel: Add Xe FULL chamelium run type to kms_test_config Mohammed Bilal
@ 2026-03-18 11:29 ` Sharma, Swati2
0 siblings, 0 replies; 16+ messages in thread
From: Sharma, Swati2 @ 2026-03-18 11:29 UTC (permalink / raw)
To: Mohammed Bilal, igt-dev; +Cc: kunal1.joshi, kamil.konieczny
Hi Bilal,
Patch LGTM
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
On 16-03-2026 01:26 pm, Mohammed Bilal wrote:
> Add Xe FULL chamelium include mapping pointing to the shared
> chamelium-only.testlist and update exclude labels to apply
> xe.blocklist.txt to the new run type. Also rename i915 chamelium
> to i915 FULL chamelium for consistency.
>
> Signed-off-by: Mohammed Bilal <mohammed.bilal@intel.com>
> ---
> tests/intel/kms_test_config.json | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/tests/intel/kms_test_config.json b/tests/intel/kms_test_config.json
> index 61a70a9bb..7eab10b04 100644
> --- a/tests/intel/kms_test_config.json
> +++ b/tests/intel/kms_test_config.json
> @@ -15,14 +15,15 @@
> "include": [
> { "i915 BAT": "../intel-ci/i915.fast-feedback.testlist" },
> { "i915 BAT chamelium": "../intel-ci/i915.fast-feedback-chamelium-only.testlist" },
> - { "i915 chamelium": "../intel-ci/chamelium-only.testlist" },
> + { "i915 FULL chamelium": "../intel-ci/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/chamelium-only.testlist" }
> ],
> "exclude": [
> - { "i915 BAT, i915 BAT chamelium, i915 chamelium, i915 FULL": "../intel-ci/i915.blocklist.txt" },
> - { "Xe BAT, Xe BAT chamelium, Xe FULL": "../intel-ci/xe.blocklist.txt" }
> + { "i915 BAT, i915 BAT chamelium, i915 FULL chamelium, i915 FULL": "../intel-ci/i915.blocklist.txt" },
> + { "Xe BAT, Xe BAT chamelium, Xe FULL chamelium, Xe FULL": "../intel-ci/xe.blocklist.txt" }
> ]
> }
> },
^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH v3 3/5] intel-ci: Add VGA chamelium exclusion to Xe blocklist
2026-03-16 7:56 [PATCH v3 0/5] intel-ci: Add Xe FULL chamelium run type and testlist improvements Mohammed Bilal
2026-03-16 7:56 ` [PATCH v3 1/5] intel-ci: Move suspend/resume chamelium tests to end Mohammed Bilal
2026-03-16 7:56 ` [PATCH v3 2/5] intel: Add Xe FULL chamelium run type to kms_test_config Mohammed Bilal
@ 2026-03-16 7:56 ` Mohammed Bilal
2026-03-18 11:30 ` Sharma, Swati2
2026-03-16 7:56 ` [PATCH v3 4/5] intel-ci: Add *-planes-random chamelium test " Mohammed Bilal
` (5 subsequent siblings)
8 siblings, 1 reply; 16+ messages in thread
From: Mohammed Bilal @ 2026-03-16 7:56 UTC (permalink / raw)
To: igt-dev; +Cc: swati2.sharma, kunal1.joshi, kamil.konieczny, Mohammed Bilal
Remove VGA-related subtests from the Xe chamelium testlist as Xe
driver does not support VGA connector types.
Signed-off-by: Mohammed Bilal <mohammed.bilal@intel.com>
---
tests/intel-ci/xe.blocklist.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index edc5039a9..80a0ee904 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -128,3 +128,7 @@ igt@xe_exec_compute_mode@non-blocking
##################################################################
igt@kms_async_flips@async-flip-with-page-flip-events-linear.*
##################################################################
+# Remove VGA-related subtests from the Xe chamelium testlist as Xe
+# driver does not support VGA connector types.
+##################################################################
+igt@kms_chamelium.*@.*vga.*
--
2.48.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [PATCH v3 3/5] intel-ci: Add VGA chamelium exclusion to Xe blocklist
2026-03-16 7:56 ` [PATCH v3 3/5] intel-ci: Add VGA chamelium exclusion to Xe blocklist Mohammed Bilal
@ 2026-03-18 11:30 ` Sharma, Swati2
0 siblings, 0 replies; 16+ messages in thread
From: Sharma, Swati2 @ 2026-03-18 11:30 UTC (permalink / raw)
To: Mohammed Bilal, igt-dev; +Cc: kunal1.joshi, kamil.konieczny
Hi Bilal,
Patch LGTM
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
On 16-03-2026 01:26 pm, Mohammed Bilal wrote:
> Remove VGA-related subtests from the Xe chamelium testlist as Xe
> driver does not support VGA connector types.
>
> Signed-off-by: Mohammed Bilal <mohammed.bilal@intel.com>
> ---
> tests/intel-ci/xe.blocklist.txt | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
> index edc5039a9..80a0ee904 100644
> --- a/tests/intel-ci/xe.blocklist.txt
> +++ b/tests/intel-ci/xe.blocklist.txt
> @@ -128,3 +128,7 @@ igt@xe_exec_compute_mode@non-blocking
> ##################################################################
> igt@kms_async_flips@async-flip-with-page-flip-events-linear.*
> ##################################################################
> +# Remove VGA-related subtests from the Xe chamelium testlist as Xe
> +# driver does not support VGA connector types.
> +##################################################################
> +igt@kms_chamelium.*@.*vga.*
^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH v3 4/5] intel-ci: Add *-planes-random chamelium test to Xe blocklist
2026-03-16 7:56 [PATCH v3 0/5] intel-ci: Add Xe FULL chamelium run type and testlist improvements Mohammed Bilal
` (2 preceding siblings ...)
2026-03-16 7:56 ` [PATCH v3 3/5] intel-ci: Add VGA chamelium exclusion to Xe blocklist Mohammed Bilal
@ 2026-03-16 7:56 ` Mohammed Bilal
2026-03-18 18:21 ` Sharma, Swati2
2026-03-16 7:56 ` [PATCH v3 5/5] intel-ci: Enable hdmi 4k resolution test in chamelium testlist Mohammed Bilal
` (4 subsequent siblings)
8 siblings, 1 reply; 16+ messages in thread
From: Mohammed Bilal @ 2026-03-16 7:56 UTC (permalink / raw)
To: igt-dev; +Cc: swati2.sharma, kunal1.joshi, kamil.konieczny, Mohammed Bilal
Tests are exhaustive and pick random configurations, results are
non-deterministic on each run.
Signed-off-by: Mohammed Bilal <mohammed.bilal@intel.com>
---
tests/intel-ci/xe.blocklist.txt | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index 80a0ee904..80cc98608 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -132,3 +132,14 @@ igt@kms_async_flips@async-flip-with-page-flip-events-linear.*
# driver does not support VGA connector types.
##################################################################
igt@kms_chamelium.*@.*vga.*
+###############################################
+# Tends to generate invalid configurations
+# using CCS planes or configurations that
+# exceed HW capabilities resulting in sporadic
+# failure with -EINVAL.
+#
+# Maintaining extra constraints for Intel's HW
+# is too costly in comparison to the value
+# provided.
+###############################################
+igt@kms_chamelium_frames@hdmi-.*-planes-random
--
2.48.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [PATCH v3 4/5] intel-ci: Add *-planes-random chamelium test to Xe blocklist
2026-03-16 7:56 ` [PATCH v3 4/5] intel-ci: Add *-planes-random chamelium test " Mohammed Bilal
@ 2026-03-18 18:21 ` Sharma, Swati2
2026-03-23 5:47 ` Bilal, Mohammed
0 siblings, 1 reply; 16+ messages in thread
From: Sharma, Swati2 @ 2026-03-18 18:21 UTC (permalink / raw)
To: Mohammed Bilal, igt-dev; +Cc: kunal1.joshi, kamil.konieczny
Hi Bilal,
Since we have fix for this
https://patchwork.freedesktop.org/series/163296/
lets drop this patch.
On 16-03-2026 01:26 pm, Mohammed Bilal wrote:
> Tests are exhaustive and pick random configurations, results are
> non-deterministic on each run.
>
> Signed-off-by: Mohammed Bilal <mohammed.bilal@intel.com>
> ---
> tests/intel-ci/xe.blocklist.txt | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
> index 80a0ee904..80cc98608 100644
> --- a/tests/intel-ci/xe.blocklist.txt
> +++ b/tests/intel-ci/xe.blocklist.txt
> @@ -132,3 +132,14 @@ igt@kms_async_flips@async-flip-with-page-flip-events-linear.*
> # driver does not support VGA connector types.
> ##################################################################
> igt@kms_chamelium.*@.*vga.*
> +###############################################
> +# Tends to generate invalid configurations
> +# using CCS planes or configurations that
> +# exceed HW capabilities resulting in sporadic
> +# failure with -EINVAL.
> +#
> +# Maintaining extra constraints for Intel's HW
> +# is too costly in comparison to the value
> +# provided.
> +###############################################
> +igt@kms_chamelium_frames@hdmi-.*-planes-random
^ permalink raw reply [flat|nested] 16+ messages in thread
* RE: [PATCH v3 4/5] intel-ci: Add *-planes-random chamelium test to Xe blocklist
2026-03-18 18:21 ` Sharma, Swati2
@ 2026-03-23 5:47 ` Bilal, Mohammed
0 siblings, 0 replies; 16+ messages in thread
From: Bilal, Mohammed @ 2026-03-23 5:47 UTC (permalink / raw)
To: Sharma, Swati2, igt-dev@lists.freedesktop.org
Cc: Joshi, Kunal1, Konieczny, Kamil
Hi Swati ,
> -----Original Message-----
> From: Sharma, Swati2 <swati2.sharma@intel.com>
> Sent: 18 March 2026 23:51
> To: Bilal, Mohammed <mohammed.bilal@intel.com>; igt-
> dev@lists.freedesktop.org
> Cc: Joshi, Kunal1 <kunal1.joshi@intel.com>; Konieczny, Kamil
> <kamil.konieczny@intel.com>
> Subject: Re: [PATCH v3 4/5] intel-ci: Add *-planes-random chamelium test to Xe
> blocklist
>
> Hi Bilal,
>
> Since we have fix for this
>
> https://patchwork.freedesktop.org/series/163296/
>
> lets drop this patch.
>
The test is already blocklisted in i915.blocklist.txt. Should we unblock it now that we have a fix?
> On 16-03-2026 01:26 pm, Mohammed Bilal wrote:
> > Tests are exhaustive and pick random configurations, results are
> > non-deterministic on each run.
> >
> > Signed-off-by: Mohammed Bilal <mohammed.bilal@intel.com>
> > ---
> > tests/intel-ci/xe.blocklist.txt | 11 +++++++++++
> > 1 file changed, 11 insertions(+)
> >
> > diff --git a/tests/intel-ci/xe.blocklist.txt
> > b/tests/intel-ci/xe.blocklist.txt index 80a0ee904..80cc98608 100644
> > --- a/tests/intel-ci/xe.blocklist.txt
> > +++ b/tests/intel-ci/xe.blocklist.txt
> > @@ -132,3 +132,14 @@ igt@kms_async_flips@async-flip-with-page-flip-
> events-linear.*
> > # driver does not support VGA connector types.
> >
> #################################################################
> #
> > igt@kms_chamelium.*@.*vga.*
> > +###############################################
> > +# Tends to generate invalid configurations # using CCS planes or
> > +configurations that # exceed HW capabilities resulting in sporadic #
> > +failure with -EINVAL.
> > +#
> > +# Maintaining extra constraints for Intel's HW # is too costly in
> > +comparison to the value # provided.
> > +###############################################
> > +igt@kms_chamelium_frames@hdmi-.*-planes-random
^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH v3 5/5] intel-ci: Enable hdmi 4k resolution test in chamelium testlist
2026-03-16 7:56 [PATCH v3 0/5] intel-ci: Add Xe FULL chamelium run type and testlist improvements Mohammed Bilal
` (3 preceding siblings ...)
2026-03-16 7:56 ` [PATCH v3 4/5] intel-ci: Add *-planes-random chamelium test " Mohammed Bilal
@ 2026-03-16 7:56 ` Mohammed Bilal
2026-03-18 18:30 ` Sharma, Swati2
2026-03-16 23:17 ` ✓ Xe.CI.BAT: success for intel-ci: Add Xe FULL chamelium run type and testlist improvements (rev3) Patchwork
` (3 subsequent siblings)
8 siblings, 1 reply; 16+ messages in thread
From: Mohammed Bilal @ 2026-03-16 7:56 UTC (permalink / raw)
To: igt-dev; +Cc: swati2.sharma, kunal1.joshi, kamil.konieczny, Mohammed Bilal
Remove inline comment and enable the test in the testlist as the
exclusion is already handled via i915 and Xe blocklists.
Signed-off-by: Mohammed Bilal <mohammed.bilal@intel.com>
---
tests/intel-ci/chamelium-only.testlist | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/tests/intel-ci/chamelium-only.testlist b/tests/intel-ci/chamelium-only.testlist
index adc9aea92..bbc28d7e1 100644
--- a/tests/intel-ci/chamelium-only.testlist
+++ b/tests/intel-ci/chamelium-only.testlist
@@ -18,10 +18,7 @@ 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-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
--
2.48.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [PATCH v3 5/5] intel-ci: Enable hdmi 4k resolution test in chamelium testlist
2026-03-16 7:56 ` [PATCH v3 5/5] intel-ci: Enable hdmi 4k resolution test in chamelium testlist Mohammed Bilal
@ 2026-03-18 18:30 ` Sharma, Swati2
0 siblings, 0 replies; 16+ messages in thread
From: Sharma, Swati2 @ 2026-03-18 18:30 UTC (permalink / raw)
To: Mohammed Bilal, igt-dev; +Cc: kunal1.joshi, kamil.konieczny
Hi Bilal,
Patch LGTM
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
Can you please add one comment on top of chamelium-only.testlist -
not to edit this file, blocklist tests to be added to xe/i915 blocklist.
On 16-03-2026 01:26 pm, Mohammed Bilal wrote:
> Remove inline comment and enable the test in the testlist as the
> exclusion is already handled via i915 and Xe blocklists.
>
> Signed-off-by: Mohammed Bilal <mohammed.bilal@intel.com>
> ---
> tests/intel-ci/chamelium-only.testlist | 5 +----
> 1 file changed, 1 insertion(+), 4 deletions(-)
>
> diff --git a/tests/intel-ci/chamelium-only.testlist b/tests/intel-ci/chamelium-only.testlist
> index adc9aea92..bbc28d7e1 100644
> --- a/tests/intel-ci/chamelium-only.testlist
> +++ b/tests/intel-ci/chamelium-only.testlist
> @@ -18,10 +18,7 @@ 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-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
^ permalink raw reply [flat|nested] 16+ messages in thread
* ✓ Xe.CI.BAT: success for intel-ci: Add Xe FULL chamelium run type and testlist improvements (rev3)
2026-03-16 7:56 [PATCH v3 0/5] intel-ci: Add Xe FULL chamelium run type and testlist improvements Mohammed Bilal
` (4 preceding siblings ...)
2026-03-16 7:56 ` [PATCH v3 5/5] intel-ci: Enable hdmi 4k resolution test in chamelium testlist Mohammed Bilal
@ 2026-03-16 23:17 ` Patchwork
2026-03-17 10:09 ` ✓ i915.CI.BAT: " Patchwork
` (2 subsequent siblings)
8 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2026-03-16 23:17 UTC (permalink / raw)
To: Bilal, Mohammed; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1319 bytes --]
== Series Details ==
Series: intel-ci: Add Xe FULL chamelium run type and testlist improvements (rev3)
URL : https://patchwork.freedesktop.org/series/163129/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8806_BAT -> XEIGTPW_14769_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (14 -> 14)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_14769_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@unbind-rebind:
- bat-bmg-2: [PASS][1] -> [ABORT][2] ([Intel XE#7249])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html
[Intel XE#7249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7249
Build changes
-------------
* IGT: IGT_8806 -> IGTPW_14769
IGTPW_14769: 14769
IGT_8806: 8806
xe-4731-a25d8c583e1e52bde77d371081a7c3fcd0a2e820: a25d8c583e1e52bde77d371081a7c3fcd0a2e820
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/index.html
[-- Attachment #2: Type: text/html, Size: 1881 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread* ✓ i915.CI.BAT: success for intel-ci: Add Xe FULL chamelium run type and testlist improvements (rev3)
2026-03-16 7:56 [PATCH v3 0/5] intel-ci: Add Xe FULL chamelium run type and testlist improvements Mohammed Bilal
` (5 preceding siblings ...)
2026-03-16 23:17 ` ✓ Xe.CI.BAT: success for intel-ci: Add Xe FULL chamelium run type and testlist improvements (rev3) Patchwork
@ 2026-03-17 10:09 ` Patchwork
2026-03-17 23:04 ` ✗ i915.CI.Full: failure " Patchwork
2026-03-18 0:04 ` ✓ Xe.CI.FULL: success " Patchwork
8 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2026-03-17 10:09 UTC (permalink / raw)
To: Bilal, Mohammed; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2499 bytes --]
== Series Details ==
Series: intel-ci: Add Xe FULL chamelium run type and testlist improvements (rev3)
URL : https://patchwork.freedesktop.org/series/163129/
State : success
== Summary ==
CI Bug Log - changes from IGT_8806 -> IGTPW_14769
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/index.html
Participating hosts (42 -> 39)
------------------------------
Missing (3): bat-dg2-13 fi-snb-2520m bat-jsl-5
Known issues
------------
Here are the changes found in IGTPW_14769 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@workarounds:
- bat-arls-5: [PASS][1] -> [DMESG-FAIL][2] ([i915#12061]) +1 other test dmesg-fail
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/bat-arls-5/igt@i915_selftest@live@workarounds.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/bat-arls-5/igt@i915_selftest@live@workarounds.html
- bat-dg2-9: [PASS][3] -> [DMESG-FAIL][4] ([i915#12061]) +1 other test dmesg-fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/bat-dg2-9/igt@i915_selftest@live@workarounds.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/bat-dg2-9/igt@i915_selftest@live@workarounds.html
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-mtlp-8: [DMESG-FAIL][5] ([i915#12061]) -> [PASS][6] +1 other test pass
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/bat-mtlp-8/igt@i915_selftest@live.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/bat-mtlp-8/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- bat-mtlp-9: [DMESG-FAIL][7] ([i915#12061]) -> [PASS][8] +1 other test pass
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8806 -> IGTPW_14769
CI-20190529: 20190529
CI_DRM_18160: a25d8c583e1e52bde77d371081a7c3fcd0a2e820 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14769: 14769
IGT_8806: 8806
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/index.html
[-- Attachment #2: Type: text/html, Size: 3385 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread* ✗ i915.CI.Full: failure for intel-ci: Add Xe FULL chamelium run type and testlist improvements (rev3)
2026-03-16 7:56 [PATCH v3 0/5] intel-ci: Add Xe FULL chamelium run type and testlist improvements Mohammed Bilal
` (6 preceding siblings ...)
2026-03-17 10:09 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-03-17 23:04 ` Patchwork
2026-03-18 0:04 ` ✓ Xe.CI.FULL: success " Patchwork
8 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2026-03-17 23:04 UTC (permalink / raw)
To: Bilal, Mohammed; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 136447 bytes --]
== Series Details ==
Series: intel-ci: Add Xe FULL chamelium run type and testlist improvements (rev3)
URL : https://patchwork.freedesktop.org/series/163129/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8806_full -> IGTPW_14769_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_14769_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_14769_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/index.html
Participating hosts (10 -> 10)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_14769_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_vblank@query-forked-hang@pipe-d-edp-1:
- shard-mtlp: [PASS][1] -> [ABORT][2] +1 other test abort
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-mtlp-1/igt@kms_vblank@query-forked-hang@pipe-d-edp-1.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-4/igt@kms_vblank@query-forked-hang@pipe-d-edp-1.html
Known issues
------------
Here are the changes found in IGTPW_14769_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-dg2: NOTRUN -> [SKIP][3] ([i915#8411]) +1 other test skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-8/igt@api_intel_bb@blit-reloc-keep-cache.html
- shard-rkl: NOTRUN -> [SKIP][4] ([i915#14544] / [i915#8411])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@api_intel_bb@object-reloc-purge-cache:
- shard-mtlp: NOTRUN -> [SKIP][5] ([i915#8411])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-6/igt@api_intel_bb@object-reloc-purge-cache.html
- shard-dg1: NOTRUN -> [SKIP][6] ([i915#8411])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-17/igt@api_intel_bb@object-reloc-purge-cache.html
* igt@drm_buddy@drm_buddy:
- shard-tglu-1: NOTRUN -> [SKIP][7] ([i915#15678])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@drm_buddy@drm_buddy.html
* igt@gem_ccs@block-multicopy-compressed:
- shard-rkl: NOTRUN -> [SKIP][8] ([i915#14544] / [i915#9323])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@gem_ccs@block-multicopy-compressed.html
- shard-dg1: NOTRUN -> [SKIP][9] ([i915#9323])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-13/igt@gem_ccs@block-multicopy-compressed.html
- shard-tglu: NOTRUN -> [SKIP][10] ([i915#9323])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-6/igt@gem_ccs@block-multicopy-compressed.html
- shard-mtlp: NOTRUN -> [SKIP][11] ([i915#9323])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-1/igt@gem_ccs@block-multicopy-compressed.html
* igt@gem_ccs@ctrl-surf-copy:
- shard-rkl: NOTRUN -> [SKIP][12] ([i915#3555] / [i915#9323])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-8/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-tglu-1: NOTRUN -> [SKIP][13] ([i915#9323])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: [PASS][14] -> [INCOMPLETE][15] ([i915#12392] / [i915#13356])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-dg2-3/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-1/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_close_race@multigpu-basic-process:
- shard-rkl: NOTRUN -> [SKIP][16] ([i915#7697])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-5/igt@gem_close_race@multigpu-basic-process.html
- shard-tglu-1: NOTRUN -> [SKIP][17] ([i915#7697])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-tglu: NOTRUN -> [SKIP][18] ([i915#6335])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-8/igt@gem_create@create-ext-cpu-access-big.html
- shard-dg2: NOTRUN -> [FAIL][19] ([i915#15454])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-1/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_ctx_persistence@legacy-engines-mixed-process:
- shard-snb: NOTRUN -> [SKIP][20] ([i915#1099]) +1 other test skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-snb7/igt@gem_ctx_persistence@legacy-engines-mixed-process.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: NOTRUN -> [SKIP][21] ([i915#280])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-5/igt@gem_ctx_sseu@mmap-args.html
- shard-rkl: NOTRUN -> [SKIP][22] ([i915#280]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@gem_ctx_sseu@mmap-args.html
- shard-dg1: NOTRUN -> [SKIP][23] ([i915#280])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-14/igt@gem_ctx_sseu@mmap-args.html
- shard-tglu: NOTRUN -> [SKIP][24] ([i915#280])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-3/igt@gem_ctx_sseu@mmap-args.html
- shard-mtlp: NOTRUN -> [SKIP][25] ([i915#280])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-7/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_exec_balancer@bonded-semaphore:
- shard-dg2: NOTRUN -> [SKIP][26] ([i915#4812])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-8/igt@gem_exec_balancer@bonded-semaphore.html
* igt@gem_exec_balancer@parallel-contexts:
- shard-tglu: NOTRUN -> [SKIP][27] ([i915#4525]) +1 other test skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-6/igt@gem_exec_balancer@parallel-contexts.html
* igt@gem_exec_balancer@parallel-dmabuf-import-out-fence:
- shard-rkl: NOTRUN -> [SKIP][28] ([i915#4525])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html
* igt@gem_exec_balancer@parallel-keep-submit-fence:
- shard-tglu-1: NOTRUN -> [SKIP][29] ([i915#4525])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@gem_exec_balancer@parallel-keep-submit-fence.html
* igt@gem_exec_big@single:
- shard-tglu: [PASS][30] -> [FAIL][31] ([i915#15816])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-tglu-8/igt@gem_exec_big@single.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-4/igt@gem_exec_big@single.html
- shard-mtlp: [PASS][32] -> [DMESG-FAIL][33] ([i915#15478])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-mtlp-2/igt@gem_exec_big@single.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-5/igt@gem_exec_big@single.html
* igt@gem_exec_capture@capture-recoverable:
- shard-tglu-1: NOTRUN -> [SKIP][34] ([i915#6344])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@gem_exec_capture@capture-recoverable.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg2: NOTRUN -> [FAIL][35] ([i915#11965]) +4 other tests fail
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_flush@basic-wb-pro-default:
- shard-dg2: NOTRUN -> [SKIP][36] ([i915#3539] / [i915#4852]) +1 other test skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@gem_exec_flush@basic-wb-pro-default.html
* igt@gem_exec_reloc@basic-cpu-noreloc:
- shard-rkl: NOTRUN -> [SKIP][37] ([i915#14544] / [i915#3281])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@gem_exec_reloc@basic-cpu-noreloc.html
* igt@gem_exec_reloc@basic-gtt-cpu:
- shard-rkl: NOTRUN -> [SKIP][38] ([i915#3281]) +8 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-1/igt@gem_exec_reloc@basic-gtt-cpu.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- shard-dg2: NOTRUN -> [SKIP][39] ([i915#3281]) +6 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-3/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-dg1: NOTRUN -> [SKIP][40] ([i915#3281]) +3 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-14/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_reloc@basic-write-wc:
- shard-mtlp: NOTRUN -> [SKIP][41] ([i915#3281])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-7/igt@gem_exec_reloc@basic-write-wc.html
* igt@gem_exec_schedule@preempt-queue:
- shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4537] / [i915#4812])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-2/igt@gem_exec_schedule@preempt-queue.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-dg2: NOTRUN -> [SKIP][43] ([i915#4537] / [i915#4812]) +1 other test skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-8/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_exec_schedule@semaphore-power:
- shard-dg1: NOTRUN -> [SKIP][44] ([i915#4812]) +2 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-14/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_exec_suspend@basic-s3:
- shard-glk: [PASS][45] -> [INCOMPLETE][46] ([i915#13196] / [i915#13356]) +1 other test incomplete
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-glk4/igt@gem_exec_suspend@basic-s3.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk6/igt@gem_exec_suspend@basic-s3.html
* igt@gem_fence_thrash@bo-write-verify-threaded-none:
- shard-dg1: NOTRUN -> [SKIP][47] ([i915#4860])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-13/igt@gem_fence_thrash@bo-write-verify-threaded-none.html
- shard-mtlp: NOTRUN -> [SKIP][48] ([i915#4860])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-2/igt@gem_fence_thrash@bo-write-verify-threaded-none.html
* igt@gem_fenced_exec_thrash@2-spare-fences:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#4860]) +2 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-3/igt@gem_fenced_exec_thrash@2-spare-fences.html
* igt@gem_huc_copy@huc-copy:
- shard-rkl: NOTRUN -> [SKIP][50] ([i915#2190])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@gem_huc_copy@huc-copy.html
- shard-glk: NOTRUN -> [SKIP][51] ([i915#2190])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk9/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-tglu-1: NOTRUN -> [SKIP][52] ([i915#4613] / [i915#7582])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@heavy-multi:
- shard-rkl: NOTRUN -> [SKIP][53] ([i915#4613])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@gem_lmem_swapping@heavy-multi.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-glk: NOTRUN -> [SKIP][54] ([i915#4613]) +2 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk1/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-tglu: NOTRUN -> [SKIP][55] ([i915#4613]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-2/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][56] ([i915#4613]) +2 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_mmap_gtt@coherency:
- shard-dg1: NOTRUN -> [SKIP][57] ([i915#4077]) +1 other test skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-16/igt@gem_mmap_gtt@coherency.html
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4077])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-4/igt@gem_mmap_gtt@coherency.html
* igt@gem_mmap_gtt@cpuset-big-copy-odd:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#4077]) +11 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-5/igt@gem_mmap_gtt@cpuset-big-copy-odd.html
* igt@gem_mmap_wc@copy:
- shard-dg2: NOTRUN -> [SKIP][60] ([i915#4083]) +5 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-3/igt@gem_mmap_wc@copy.html
* igt@gem_mmap_wc@write-read:
- shard-dg1: NOTRUN -> [SKIP][61] ([i915#4083]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-12/igt@gem_mmap_wc@write-read.html
- shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4083]) +2 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-2/igt@gem_mmap_wc@write-read.html
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
- shard-dg2: NOTRUN -> [SKIP][63] ([i915#3282]) +5 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
* igt@gem_partial_pwrite_pread@writes-after-reads-snoop:
- shard-dg1: NOTRUN -> [SKIP][64] ([i915#3282]) +1 other test skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-13/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#3282]) +1 other test skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-2/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
* igt@gem_pwrite@basic-self:
- shard-rkl: NOTRUN -> [SKIP][66] ([i915#3282]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@gem_pwrite@basic-self.html
* igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
- shard-dg2: NOTRUN -> [SKIP][67] ([i915#4270]) +4 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-5/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
* igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
- shard-dg1: NOTRUN -> [SKIP][68] ([i915#4270]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-12/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
* igt@gem_render_copy@y-tiled:
- shard-mtlp: NOTRUN -> [SKIP][69] ([i915#8428]) +2 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-8/igt@gem_render_copy@y-tiled.html
* igt@gem_render_copy@y-tiled-to-vebox-linear:
- shard-dg2: NOTRUN -> [SKIP][70] ([i915#5190] / [i915#8428]) +5 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@gem_render_copy@y-tiled-to-vebox-linear.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-rkl: NOTRUN -> [SKIP][71] ([i915#8411]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#4079]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_softpin@evict-snoop:
- shard-dg2: NOTRUN -> [SKIP][73] ([i915#4885])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@gem_softpin@evict-snoop.html
* igt@gem_tiled_pread_basic@basic:
- shard-dg2: NOTRUN -> [SKIP][74] ([i915#15657])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@gem_tiled_pread_basic@basic.html
- shard-dg1: NOTRUN -> [SKIP][75] ([i915#15657])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-19/igt@gem_tiled_pread_basic@basic.html
- shard-mtlp: NOTRUN -> [SKIP][76] ([i915#15657])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-1/igt@gem_tiled_pread_basic@basic.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-tglu-1: NOTRUN -> [SKIP][77] ([i915#3297]) +1 other test skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#3297])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-8/igt@gem_userptr_blits@create-destroy-unsync.html
- shard-rkl: NOTRUN -> [SKIP][79] ([i915#14544] / [i915#3297])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@gem_userptr_blits@create-destroy-unsync.html
- shard-tglu: NOTRUN -> [SKIP][80] ([i915#3297]) +1 other test skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-6/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-rkl: NOTRUN -> [SKIP][81] ([i915#3297] / [i915#3323])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-3/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@readonly-unsync:
- shard-rkl: NOTRUN -> [SKIP][82] ([i915#3297])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-8/igt@gem_userptr_blits@readonly-unsync.html
* igt@gem_workarounds@suspend-resume-context:
- shard-glk: NOTRUN -> [INCOMPLETE][83] ([i915#13356])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk6/igt@gem_workarounds@suspend-resume-context.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-rkl: [PASS][84] -> [ABORT][85] ([i915#15152])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-5/igt@gem_workarounds@suspend-resume-fd.html
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-1/igt@gem_workarounds@suspend-resume-fd.html
- shard-glk: NOTRUN -> [INCOMPLETE][86] ([i915#13356] / [i915#14586])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk8/igt@gem_workarounds@suspend-resume-fd.html
* igt@gen7_exec_parse@chained-batch:
- shard-rkl: NOTRUN -> [SKIP][87] ([i915#14544]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@gen7_exec_parse@chained-batch.html
* igt@gen9_exec_parse@basic-rejected:
- shard-tglu: NOTRUN -> [SKIP][88] ([i915#2527] / [i915#2856]) +2 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-2/igt@gen9_exec_parse@basic-rejected.html
- shard-mtlp: NOTRUN -> [SKIP][89] ([i915#2856]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-3/igt@gen9_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@bb-large:
- shard-dg1: NOTRUN -> [SKIP][90] ([i915#2527]) +2 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-19/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@bb-oversize:
- shard-rkl: NOTRUN -> [SKIP][91] ([i915#2527]) +3 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-3/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@bb-start-far:
- shard-tglu-1: NOTRUN -> [SKIP][92] ([i915#2527] / [i915#2856]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@gen9_exec_parse@bb-start-far.html
* igt@gen9_exec_parse@secure-batches:
- shard-dg2: NOTRUN -> [SKIP][93] ([i915#2856]) +3 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@gen9_exec_parse@secure-batches.html
* igt@gen9_exec_parse@unaligned-access:
- shard-rkl: NOTRUN -> [SKIP][94] ([i915#14544] / [i915#2527])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@gen9_exec_parse@unaligned-access.html
* igt@i915_drm_fdinfo@isolation@rcs0:
- shard-dg1: NOTRUN -> [SKIP][95] ([i915#14073]) +5 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-13/igt@i915_drm_fdinfo@isolation@rcs0.html
- shard-mtlp: NOTRUN -> [SKIP][96] ([i915#14073]) +6 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-5/igt@i915_drm_fdinfo@isolation@rcs0.html
* igt@i915_drm_fdinfo@most-busy-idle-check-all@vecs1:
- shard-dg2: NOTRUN -> [SKIP][97] ([i915#14073]) +15 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@i915_drm_fdinfo@most-busy-idle-check-all@vecs1.html
* igt@i915_module_load@fault-injection:
- shard-dg2: NOTRUN -> [ABORT][98] ([i915#15342] / [i915#15481])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@i915_module_load@fault-injection.html
- shard-dg1: NOTRUN -> [ABORT][99] ([i915#11815] / [i915#15481]) +1 other test abort
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-18/igt@i915_module_load@fault-injection.html
- shard-mtlp: NOTRUN -> [ABORT][100] ([i915#15342] / [i915#15481])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-5/igt@i915_module_load@fault-injection.html
* igt@i915_module_load@fault-injection@__uc_init:
- shard-dg2: NOTRUN -> [ABORT][101] ([i915#15481])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@i915_module_load@fault-injection@__uc_init.html
- shard-rkl: NOTRUN -> [SKIP][102] ([i915#15479]) +4 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-8/igt@i915_module_load@fault-injection@__uc_init.html
- shard-mtlp: NOTRUN -> [ABORT][103] ([i915#15481])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-5/igt@i915_module_load@fault-injection@__uc_init.html
* igt@i915_module_load@fault-injection@i915_driver_mmio_probe:
- shard-dg1: NOTRUN -> [INCOMPLETE][104] ([i915#15481])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-18/igt@i915_module_load@fault-injection@i915_driver_mmio_probe.html
* igt@i915_module_load@fault-injection@intel_connector_register:
- shard-rkl: NOTRUN -> [ABORT][105] ([i915#15342]) +1 other test abort
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-8/igt@i915_module_load@fault-injection@intel_connector_register.html
- shard-snb: NOTRUN -> [ABORT][106] ([i915#15342]) +1 other test abort
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-snb5/igt@i915_module_load@fault-injection@intel_connector_register.html
- shard-tglu: NOTRUN -> [ABORT][107] ([i915#15342]) +1 other test abort
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-4/igt@i915_module_load@fault-injection@intel_connector_register.html
- shard-mtlp: NOTRUN -> [DMESG-WARN][108] ([i915#15342])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-5/igt@i915_module_load@fault-injection@intel_connector_register.html
- shard-dg2: NOTRUN -> [DMESG-WARN][109] ([i915#15342])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@i915_module_load@fault-injection@intel_connector_register.html
* igt@i915_module_load@fault-injection@intel_guc_ct_init:
- shard-snb: NOTRUN -> [SKIP][110] +71 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-snb5/igt@i915_module_load@fault-injection@intel_guc_ct_init.html
* igt@i915_module_load@fault-injection@uc_fw_rsa_data_create:
- shard-tglu: NOTRUN -> [SKIP][111] ([i915#15479]) +4 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-4/igt@i915_module_load@fault-injection@uc_fw_rsa_data_create.html
* igt@i915_module_load@reload-no-display:
- shard-dg2: [PASS][112] -> [DMESG-WARN][113] ([i915#13029] / [i915#14545])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-dg2-6/igt@i915_module_load@reload-no-display.html
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@i915_module_load@reload-no-display.html
- shard-dg1: [PASS][114] -> [DMESG-WARN][115] ([i915#13029] / [i915#14545])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-dg1-14/igt@i915_module_load@reload-no-display.html
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-16/igt@i915_module_load@reload-no-display.html
* igt@i915_module_load@resize-bar:
- shard-dg2: NOTRUN -> [DMESG-WARN][116] ([i915#14545])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-8/igt@i915_module_load@resize-bar.html
- shard-tglu: NOTRUN -> [SKIP][117] ([i915#6412])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-3/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-reset-multiple:
- shard-rkl: NOTRUN -> [SKIP][118] ([i915#8399]) +1 other test skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@i915_pm_freq_api@freq-reset-multiple.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-tglu: NOTRUN -> [SKIP][119] ([i915#8399])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-9/igt@i915_pm_freq_api@freq-suspend.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-tglu-1: NOTRUN -> [SKIP][120] ([i915#14498])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rps@thresholds-idle-park:
- shard-dg2: NOTRUN -> [SKIP][121] ([i915#11681])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@i915_pm_rps@thresholds-idle-park.html
- shard-dg1: NOTRUN -> [SKIP][122] ([i915#11681])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-17/igt@i915_pm_rps@thresholds-idle-park.html
- shard-mtlp: NOTRUN -> [SKIP][123] ([i915#11681])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-1/igt@i915_pm_rps@thresholds-idle-park.html
* igt@i915_pm_sseu@full-enable:
- shard-dg2: NOTRUN -> [SKIP][124] ([i915#4387])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-8/igt@i915_pm_sseu@full-enable.html
- shard-rkl: NOTRUN -> [SKIP][125] ([i915#4387])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@i915_pm_sseu@full-enable.html
* igt@i915_query@hwconfig_table:
- shard-rkl: NOTRUN -> [SKIP][126] ([i915#6245])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-5/igt@i915_query@hwconfig_table.html
* igt@i915_selftest@live@workarounds:
- shard-dg2: NOTRUN -> [DMESG-FAIL][127] ([i915#12061]) +1 other test dmesg-fail
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-3/igt@i915_selftest@live@workarounds.html
* igt@i915_suspend@debugfs-reader:
- shard-glk11: NOTRUN -> [INCOMPLETE][128] ([i915#4817])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk11/igt@i915_suspend@debugfs-reader.html
* igt@i915_suspend@forcewake:
- shard-glk: NOTRUN -> [INCOMPLETE][129] ([i915#4817])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk1/igt@i915_suspend@forcewake.html
- shard-rkl: NOTRUN -> [INCOMPLETE][130] ([i915#4817]) +1 other test incomplete
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@i915_suspend@forcewake.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg2: NOTRUN -> [SKIP][131] ([i915#9531])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
- shard-tglu: NOTRUN -> [SKIP][132] ([i915#9531])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-7/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-glk: NOTRUN -> [SKIP][133] ([i915#1769])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
- shard-rkl: NOTRUN -> [SKIP][134] ([i915#1769] / [i915#3555])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][135] ([i915#14544] / [i915#5286])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-180:
- shard-tglu-1: NOTRUN -> [SKIP][136] ([i915#5286]) +2 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][137] ([i915#4538] / [i915#5286]) +1 other test skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-19/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-tglu: NOTRUN -> [SKIP][138] ([i915#5286]) +4 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-rkl: NOTRUN -> [SKIP][139] ([i915#5286]) +4 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip:
- shard-rkl: NOTRUN -> [SKIP][140] ([i915#3828]) +1 other test skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][141] ([i915#3638]) +1 other test skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-19/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
- shard-mtlp: NOTRUN -> [SKIP][142] +1 other test skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-4/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][143] ([i915#4538] / [i915#5190]) +4 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-6/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][144] ([i915#3638]) +1 other test skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2: NOTRUN -> [SKIP][145] ([i915#5190]) +2 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
- shard-mtlp: NOTRUN -> [SKIP][146] ([i915#6187])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-8/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][147] ([i915#4538]) +1 other test skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-17/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][148] ([i915#6095]) +174 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-16/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-4.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-rkl: NOTRUN -> [SKIP][149] ([i915#12313])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-8/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2:
- shard-glk: NOTRUN -> [SKIP][150] +438 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk5/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc:
- shard-glk10: NOTRUN -> [SKIP][151] +53 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk10/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#12313])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][153] ([i915#6095]) +19 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-2/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-edp-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc:
- shard-tglu: NOTRUN -> [SKIP][154] ([i915#6095]) +64 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-9/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][155] ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs-cc:
- shard-glk11: NOTRUN -> [SKIP][156] +85 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk11/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][157] ([i915#12805])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][158] ([i915#6095]) +47 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][159] ([i915#14098] / [i915#6095]) +41 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-7/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][160] ([i915#12805])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][161] ([i915#14544] / [i915#6095])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][162] ([i915#14098] / [i915#14544] / [i915#6095])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
- shard-rkl: [PASS][163] -> [INCOMPLETE][164] ([i915#15582])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-2/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][165] ([i915#15582])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
- shard-glk10: NOTRUN -> [INCOMPLETE][166] ([i915#15582]) +1 other test incomplete
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk10/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][167] ([i915#12313]) +1 other test skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-tglu: NOTRUN -> [SKIP][168] ([i915#12313]) +2 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][169] ([i915#10307] / [i915#6095]) +123 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-c-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][170] ([i915#6095]) +29 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-c-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][171] ([i915#6095]) +62 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_cdclk@mode-transition:
- shard-tglu-1: NOTRUN -> [SKIP][172] ([i915#3742]) +1 other test skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][173] ([i915#13783]) +4 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-rkl: NOTRUN -> [SKIP][174] ([i915#11151] / [i915#14544] / [i915#7828]) +1 other test skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_frames@hdmi-crc-fast:
- shard-dg2: NOTRUN -> [SKIP][175] ([i915#11151] / [i915#7828]) +8 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-6/igt@kms_chamelium_frames@hdmi-crc-fast.html
- shard-tglu-1: NOTRUN -> [SKIP][176] ([i915#11151] / [i915#7828]) +5 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_chamelium_frames@hdmi-crc-fast.html
- shard-mtlp: NOTRUN -> [SKIP][177] ([i915#11151] / [i915#7828]) +3 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-4/igt@kms_chamelium_frames@hdmi-crc-fast.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-tglu: NOTRUN -> [SKIP][178] ([i915#11151] / [i915#7828]) +9 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-5/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@dp-hpd-storm-disable:
- shard-dg1: NOTRUN -> [SKIP][179] ([i915#11151] / [i915#7828]) +5 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-19/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-rkl: NOTRUN -> [SKIP][180] ([i915#11151] / [i915#7828]) +9 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-5/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_color@deep-color:
- shard-rkl: NOTRUN -> [SKIP][181] ([i915#12655] / [i915#3555])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-5/igt@kms_color@deep-color.html
* igt@kms_content_protection@atomic:
- shard-rkl: NOTRUN -> [SKIP][182] ([i915#6944] / [i915#7118] / [i915#9424])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@atomic-hdcp14:
- shard-tglu-1: NOTRUN -> [SKIP][183] ([i915#6944])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_content_protection@atomic-hdcp14.html
* igt@kms_content_protection@content-type-change:
- shard-rkl: NOTRUN -> [SKIP][184] ([i915#6944] / [i915#9424])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-5/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
- shard-tglu: NOTRUN -> [SKIP][185] ([i915#15330])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-5/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-rkl: NOTRUN -> [SKIP][186] ([i915#15330] / [i915#3116]) +2 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@dp-mst-type-0-suspend-resume:
- shard-tglu-1: NOTRUN -> [SKIP][187] ([i915#15330]) +1 other test skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-dg2: NOTRUN -> [SKIP][188] ([i915#15330] / [i915#3299]) +1 other test skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-8/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-dg2: NOTRUN -> [SKIP][189] ([i915#6944]) +1 other test skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-3/igt@kms_content_protection@legacy-hdcp14.html
- shard-rkl: NOTRUN -> [SKIP][190] ([i915#6944]) +1 other test skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-8/igt@kms_content_protection@legacy-hdcp14.html
- shard-dg1: NOTRUN -> [SKIP][191] ([i915#6944])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-18/igt@kms_content_protection@legacy-hdcp14.html
- shard-tglu: NOTRUN -> [SKIP][192] ([i915#6944]) +2 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-2/igt@kms_content_protection@legacy-hdcp14.html
- shard-mtlp: NOTRUN -> [SKIP][193] ([i915#6944])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-3/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@lic-type-1:
- shard-dg1: NOTRUN -> [SKIP][194] ([i915#6944] / [i915#9424])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-16/igt@kms_content_protection@lic-type-1.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-tglu: NOTRUN -> [SKIP][195] ([i915#13049]) +1 other test skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-3/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-128x42:
- shard-rkl: [PASS][196] -> [FAIL][197] ([i915#13566])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-4/igt@kms_cursor_crc@cursor-random-128x42.html
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@kms_cursor_crc@cursor-random-128x42.html
* igt@kms_cursor_crc@cursor-random-32x10:
- shard-mtlp: NOTRUN -> [SKIP][198] ([i915#3555] / [i915#8814])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-1/igt@kms_cursor_crc@cursor-random-32x10.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-dg2: NOTRUN -> [SKIP][199] ([i915#13049]) +1 other test skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@kms_cursor_crc@cursor-random-512x170.html
- shard-tglu-1: NOTRUN -> [SKIP][200] ([i915#13049])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-dg1: NOTRUN -> [SKIP][201] ([i915#13049]) +1 other test skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-16/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [FAIL][202] ([i915#13566]) +2 other tests fail
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html
- shard-tglu-1: NOTRUN -> [FAIL][203] ([i915#13566]) +3 other tests fail
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-dg2: NOTRUN -> [SKIP][204] ([i915#3555]) +3 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-1/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][205] ([i915#12358] / [i915#14152] / [i915#7882])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk8/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [INCOMPLETE][206] ([i915#12358] / [i915#14152])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk8/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-rkl: NOTRUN -> [SKIP][207] +16 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-5/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][208] ([i915#4103] / [i915#4213]) +1 other test skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-tglu: NOTRUN -> [SKIP][209] ([i915#4103]) +2 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-dg2: NOTRUN -> [SKIP][210] ([i915#13046] / [i915#5354]) +3 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-tglu-1: NOTRUN -> [SKIP][211] ([i915#9067])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-rkl: NOTRUN -> [SKIP][212] ([i915#4103])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-dg2: NOTRUN -> [SKIP][213] ([i915#9833]) +1 other test skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
- shard-rkl: NOTRUN -> [SKIP][214] ([i915#9723])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-3/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
- shard-dg1: NOTRUN -> [SKIP][215] ([i915#9723])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-14/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
- shard-tglu: NOTRUN -> [SKIP][216] ([i915#9723]) +1 other test skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-6/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-rkl: NOTRUN -> [SKIP][217] ([i915#3555] / [i915#3804])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-8/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][218] ([i915#3804])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-8/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_dither@fb-8bpc-vs-panel-8bpc:
- shard-dg1: NOTRUN -> [SKIP][219] ([i915#3555]) +2 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-13/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html
* igt@kms_dp_aux_dev:
- shard-tglu: NOTRUN -> [SKIP][220] ([i915#1257])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-8/igt@kms_dp_aux_dev.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-tglu-1: NOTRUN -> [SKIP][221] ([i915#13749])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_dp_link_training@uhbr-sst:
- shard-rkl: NOTRUN -> [SKIP][222] ([i915#13748])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-3/igt@kms_dp_link_training@uhbr-sst.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][223] ([i915#8812])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-rkl: NOTRUN -> [SKIP][224] ([i915#3840])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-1/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-formats:
- shard-dg2: NOTRUN -> [SKIP][225] ([i915#3555] / [i915#3840])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-3/igt@kms_dsc@dsc-with-formats.html
- shard-rkl: NOTRUN -> [SKIP][226] ([i915#3555] / [i915#3840])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@kms_dsc@dsc-with-formats.html
* igt@kms_fbcon_fbt@psr:
- shard-dg2: NOTRUN -> [SKIP][227] ([i915#3469]) +1 other test skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-5/igt@kms_fbcon_fbt@psr.html
- shard-rkl: NOTRUN -> [SKIP][228] ([i915#3955])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@kms_fbcon_fbt@psr.html
- shard-dg1: NOTRUN -> [SKIP][229] ([i915#3469])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-12/igt@kms_fbcon_fbt@psr.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-tglu: NOTRUN -> [SKIP][230] ([i915#3469]) +1 other test skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-5/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-2x:
- shard-dg2: NOTRUN -> [SKIP][231] ([i915#1839])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-1/igt@kms_feature_discovery@display-2x.html
- shard-dg1: NOTRUN -> [SKIP][232] ([i915#1839])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-19/igt@kms_feature_discovery@display-2x.html
- shard-tglu: NOTRUN -> [SKIP][233] ([i915#1839])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-9/igt@kms_feature_discovery@display-2x.html
- shard-mtlp: NOTRUN -> [SKIP][234] ([i915#1839])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-4/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-3x:
- shard-tglu-1: NOTRUN -> [SKIP][235] ([i915#1839]) +1 other test skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-rkl: NOTRUN -> [SKIP][236] ([i915#1839])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-7/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@dp-mst:
- shard-tglu: NOTRUN -> [SKIP][237] ([i915#9337])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-2/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr1:
- shard-dg2: NOTRUN -> [SKIP][238] ([i915#658])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-5/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-busy-flip:
- shard-dg1: NOTRUN -> [SKIP][239] ([i915#9934])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-17/igt@kms_flip@2x-busy-flip.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][240] ([i915#3637] / [i915#9934]) +9 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-3/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-dpms:
- shard-tglu-1: NOTRUN -> [SKIP][241] ([i915#3637] / [i915#9934]) +5 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_flip@2x-flip-vs-dpms.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-dg2: NOTRUN -> [SKIP][242] ([i915#9934]) +4 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
- shard-rkl: NOTRUN -> [SKIP][243] ([i915#14544] / [i915#9934])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-glk10: NOTRUN -> [INCOMPLETE][244] ([i915#12745] / [i915#4839])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk10/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-snb: [PASS][245] -> [TIMEOUT][246] ([i915#14033] / [i915#14350])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-snb7/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-snb5/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1:
- shard-snb: [PASS][247] -> [TIMEOUT][248] ([i915#14033])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-snb7/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1.html
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-snb5/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1.html
* igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2:
- shard-glk10: NOTRUN -> [INCOMPLETE][249] ([i915#4839])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk10/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip@2x-plain-flip:
- shard-rkl: NOTRUN -> [SKIP][250] ([i915#9934]) +7 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@plain-flip-fb-recreate:
- shard-tglu: [PASS][251] -> [FAIL][252] ([i915#14600]) +1 other test fail
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-tglu-6/igt@kms_flip@plain-flip-fb-recreate.html
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-6/igt@kms_flip@plain-flip-fb-recreate.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][253] ([i915#15643]) +3 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
- shard-tglu: NOTRUN -> [SKIP][254] ([i915#15643]) +1 other test skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
- shard-mtlp: NOTRUN -> [SKIP][255] ([i915#3555] / [i915#8810] / [i915#8813]) +2 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
- shard-dg1: NOTRUN -> [SKIP][256] ([i915#15643])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-13/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][257] ([i915#8810] / [i915#8813])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling:
- shard-rkl: NOTRUN -> [SKIP][258] ([i915#15643]) +2 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-dg2: NOTRUN -> [SKIP][259] ([i915#15643]) +2 other tests skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][260] ([i915#15643] / [i915#5190]) +3 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][261] ([i915#15104])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][262] ([i915#8708]) +12 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][263] +12 other tests skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
- shard-mtlp: NOTRUN -> [SKIP][264] ([i915#1825]) +5 other tests skip
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-rkl: NOTRUN -> [SKIP][265] ([i915#5439])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][266] ([i915#15104]) +1 other test skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][267] ([i915#15102]) +3 other tests skip
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][268] ([i915#15104])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
- shard-tglu-1: NOTRUN -> [SKIP][269] ([i915#15102]) +13 other tests skip
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][270] ([i915#8708]) +7 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move:
- shard-rkl: NOTRUN -> [SKIP][271] ([i915#14544] / [i915#15102] / [i915#3023]) +2 other tests skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-pri-indfb-multidraw:
- shard-tglu-1: NOTRUN -> [SKIP][272] +35 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][273] ([i915#14544] / [i915#1825]) +4 other tests skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: NOTRUN -> [SKIP][274] ([i915#1825]) +35 other tests skip
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][275] ([i915#15102] / [i915#3023]) +18 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt:
- shard-dg1: NOTRUN -> [SKIP][276] ([i915#15102] / [i915#3458]) +5 other tests skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-rkl: NOTRUN -> [SKIP][277] ([i915#9766])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-7/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
- shard-tglu-1: NOTRUN -> [SKIP][278] ([i915#9766])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][279] ([i915#15102]) +24 other tests skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-8/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-pwrite:
- shard-rkl: NOTRUN -> [SKIP][280] ([i915#15102]) +1 other test skip
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
- shard-dg2: NOTRUN -> [SKIP][281] ([i915#15102] / [i915#3458]) +11 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][282] ([i915#5354]) +20 other tests skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][283] +57 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][284] ([i915#8708]) +2 other tests skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt.html
* igt@kms_hdr@static-toggle-suspend:
- shard-dg2: NOTRUN -> [SKIP][285] ([i915#3555] / [i915#8228])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-5/igt@kms_hdr@static-toggle-suspend.html
- shard-rkl: NOTRUN -> [SKIP][286] ([i915#3555] / [i915#8228])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-tglu: NOTRUN -> [SKIP][287] ([i915#15458])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-6/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@basic-max-non-joiner:
- shard-tglu: NOTRUN -> [SKIP][288] ([i915#13688])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-7/igt@kms_joiner@basic-max-non-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-dg2: NOTRUN -> [SKIP][289] ([i915#15815])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-tglu: NOTRUN -> [SKIP][290] ([i915#15815])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
- shard-dg2: NOTRUN -> [SKIP][291] +10 other tests skip
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-glk: NOTRUN -> [INCOMPLETE][292] ([i915#12756] / [i915#13409] / [i915#13476])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk9/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][293] ([i915#13409] / [i915#13476])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk9/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier:
- shard-dg2: NOTRUN -> [SKIP][294] ([i915#15709]) +2 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-3/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html
- shard-dg1: NOTRUN -> [SKIP][295] ([i915#15709]) +1 other test skip
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-18/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html
- shard-mtlp: NOTRUN -> [SKIP][296] ([i915#15709])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-3/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping:
- shard-tglu: NOTRUN -> [SKIP][297] ([i915#15709]) +3 other tests skip
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-5/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-y-tiled-ccs-modifier:
- shard-rkl: NOTRUN -> [SKIP][298] ([i915#15709]) +4 other tests skip
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@kms_plane@pixel-format-y-tiled-ccs-modifier.html
* igt@kms_plane@pixel-format-y-tiled-modifier@pipe-b-plane-5:
- shard-rkl: NOTRUN -> [SKIP][299] ([i915#15608]) +1 other test skip
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-5/igt@kms_plane@pixel-format-y-tiled-modifier@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-yf-tiled-modifier:
- shard-tglu-1: NOTRUN -> [SKIP][300] ([i915#15709]) +2 other tests skip
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_plane@pixel-format-yf-tiled-modifier.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][301] ([i915#13026]) +1 other test incomplete
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk4/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_alpha_blend@alpha-basic:
- shard-glk11: NOTRUN -> [FAIL][302] ([i915#12178])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk11/igt@kms_plane_alpha_blend@alpha-basic.html
* igt@kms_plane_alpha_blend@alpha-basic@pipe-a-hdmi-a-1:
- shard-glk11: NOTRUN -> [FAIL][303] ([i915#7862]) +1 other test fail
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk11/igt@kms_plane_alpha_blend@alpha-basic@pipe-a-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-y:
- shard-dg2: NOTRUN -> [SKIP][304] ([i915#8821])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-5/igt@kms_plane_lowres@tiling-y.html
- shard-mtlp: NOTRUN -> [SKIP][305] ([i915#3555] / [i915#8821])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-7/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_multiple@2x-tiling-4:
- shard-rkl: NOTRUN -> [SKIP][306] ([i915#13958]) +1 other test skip
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-8/igt@kms_plane_multiple@2x-tiling-4.html
* igt@kms_plane_multiple@2x-tiling-y:
- shard-tglu: NOTRUN -> [SKIP][307] ([i915#13958])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-4/igt@kms_plane_multiple@2x-tiling-y.html
* igt@kms_plane_multiple@tiling-4:
- shard-tglu: NOTRUN -> [SKIP][308] ([i915#14259])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-5/igt@kms_plane_multiple@tiling-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b:
- shard-rkl: NOTRUN -> [SKIP][309] ([i915#15329]) +3 other tests skip
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-3/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
- shard-tglu: NOTRUN -> [SKIP][310] ([i915#15329]) +4 other tests skip
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-3/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
- shard-tglu-1: NOTRUN -> [SKIP][311] ([i915#15329]) +4 other tests skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25:
- shard-mtlp: NOTRUN -> [SKIP][312] ([i915#15329] / [i915#6953])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-1/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-b:
- shard-mtlp: NOTRUN -> [SKIP][313] ([i915#15329]) +7 other tests skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-1/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-b.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75:
- shard-mtlp: NOTRUN -> [SKIP][314] ([i915#15329] / [i915#3555] / [i915#6953])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75.html
* igt@kms_pm_backlight@bad-brightness:
- shard-rkl: NOTRUN -> [SKIP][315] ([i915#5354]) +1 other test skip
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-3/igt@kms_pm_backlight@bad-brightness.html
- shard-tglu: NOTRUN -> [SKIP][316] ([i915#9812])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-5/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_backlight@basic-brightness:
- shard-tglu-1: NOTRUN -> [SKIP][317] ([i915#9812])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-tglu-1: NOTRUN -> [SKIP][318] ([i915#12343])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg2: NOTRUN -> [SKIP][319] ([i915#9685]) +1 other test skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-1/igt@kms_pm_dc@dc6-psr.html
- shard-rkl: NOTRUN -> [SKIP][320] ([i915#9685]) +1 other test skip
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-3/igt@kms_pm_dc@dc6-psr.html
- shard-dg1: NOTRUN -> [SKIP][321] ([i915#9685]) +1 other test skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-19/igt@kms_pm_dc@dc6-psr.html
- shard-tglu: NOTRUN -> [SKIP][322] ([i915#9685])
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-3/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: NOTRUN -> [SKIP][323] ([i915#15128])
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-6/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-rkl: NOTRUN -> [SKIP][324] ([i915#9340])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-tglu: NOTRUN -> [SKIP][325] ([i915#8430])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-9/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-tglu-1: NOTRUN -> [SKIP][326] ([i915#15073])
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-dg2: [PASS][327] -> [SKIP][328] ([i915#15073])
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp.html
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-8/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-rkl: NOTRUN -> [SKIP][329] ([i915#15073])
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
- shard-dg1: [PASS][330] -> [SKIP][331] ([i915#15073]) +1 other test skip
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-12/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-rkl: [PASS][332] -> [INCOMPLETE][333] ([i915#14419])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-8/igt@kms_pm_rpm@system-suspend-modeset.html
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_prime@basic-crc-hybrid:
- shard-dg2: NOTRUN -> [SKIP][334] ([i915#6524] / [i915#6805])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-3/igt@kms_prime@basic-crc-hybrid.html
- shard-tglu: NOTRUN -> [SKIP][335] ([i915#6524])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-2/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_prime@d3hot:
- shard-tglu-1: NOTRUN -> [SKIP][336] ([i915#6524])
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_prime@d3hot.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf:
- shard-glk11: NOTRUN -> [SKIP][337] ([i915#11520]) +3 other tests skip
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk11/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf:
- shard-dg1: NOTRUN -> [SKIP][338] ([i915#11520]) +4 other tests skip
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-14/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][339] ([i915#11520]) +15 other tests skip
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk2/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area:
- shard-tglu: NOTRUN -> [SKIP][340] ([i915#11520]) +5 other tests skip
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-8/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][341] ([i915#11520] / [i915#14544])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html
- shard-glk10: NOTRUN -> [SKIP][342] ([i915#11520])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk10/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area:
- shard-snb: NOTRUN -> [SKIP][343] ([i915#11520]) +1 other test skip
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-snb6/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
- shard-mtlp: NOTRUN -> [SKIP][344] ([i915#12316]) +1 other test skip
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-6/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
- shard-dg2: NOTRUN -> [SKIP][345] ([i915#11520]) +7 other tests skip
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][346] ([i915#11520]) +6 other tests skip
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-7/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
- shard-tglu-1: NOTRUN -> [SKIP][347] ([i915#11520]) +4 other tests skip
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr@fbc-pr-sprite-plane-onoff:
- shard-dg1: NOTRUN -> [SKIP][348] ([i915#1072] / [i915#9732]) +7 other tests skip
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-12/igt@kms_psr@fbc-pr-sprite-plane-onoff.html
* igt@kms_psr@fbc-psr-cursor-plane-onoff:
- shard-tglu: NOTRUN -> [SKIP][349] ([i915#9732]) +20 other tests skip
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-4/igt@kms_psr@fbc-psr-cursor-plane-onoff.html
* igt@kms_psr@fbc-psr2-dpms:
- shard-mtlp: NOTRUN -> [SKIP][350] ([i915#9688]) +3 other tests skip
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-4/igt@kms_psr@fbc-psr2-dpms.html
* igt@kms_psr@pr-cursor-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][351] ([i915#1072] / [i915#9732]) +14 other tests skip
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@kms_psr@pr-cursor-mmap-cpu.html
* igt@kms_psr@pr-no-drrs:
- shard-rkl: NOTRUN -> [SKIP][352] ([i915#1072] / [i915#14544] / [i915#9732]) +4 other tests skip
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_psr@pr-no-drrs.html
* igt@kms_psr@psr2-cursor-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][353] ([i915#1072] / [i915#9732]) +17 other tests skip
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-7/igt@kms_psr@psr2-cursor-mmap-gtt.html
- shard-tglu-1: NOTRUN -> [SKIP][354] ([i915#9732]) +11 other tests skip
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_psr@psr2-cursor-mmap-gtt.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-tglu-1: NOTRUN -> [SKIP][355] ([i915#9685])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-dg2: NOTRUN -> [SKIP][356] ([i915#12755])
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-5/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@multiplane-rotation-cropping-bottom:
- shard-glk: NOTRUN -> [INCOMPLETE][357] ([i915#15500])
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk5/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-mtlp: NOTRUN -> [SKIP][358] ([i915#5289])
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
- shard-dg2: NOTRUN -> [SKIP][359] ([i915#12755] / [i915#5190])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-rkl: NOTRUN -> [SKIP][360] ([i915#5289])
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-tglu: NOTRUN -> [SKIP][361] ([i915#5289])
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-tglu-1: NOTRUN -> [SKIP][362] ([i915#5289])
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_scaling_modes@scaling-mode-full:
- shard-tglu: NOTRUN -> [SKIP][363] ([i915#3555]) +5 other tests skip
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-3/igt@kms_scaling_modes@scaling-mode-full.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-rkl: NOTRUN -> [SKIP][364] ([i915#3555]) +3 other tests skip
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-5/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-mtlp: [PASS][365] -> [FAIL][366] ([i915#15106]) +2 other tests fail
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-mtlp-1/igt@kms_setmode@basic@pipe-b-edp-1.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-5/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-tglu-1: NOTRUN -> [SKIP][367] ([i915#8623])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vblank@ts-continuation-dpms-suspend:
- shard-rkl: [PASS][368] -> [INCOMPLETE][369] ([i915#12276])
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-5/igt@kms_vblank@ts-continuation-dpms-suspend.html
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-3/igt@kms_vblank@ts-continuation-dpms-suspend.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [INCOMPLETE][370] ([i915#12276]) +1 other test incomplete
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk9/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][371] ([i915#12276])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-3/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-2.html
* igt@kms_vrr@flip-dpms:
- shard-rkl: NOTRUN -> [SKIP][372] ([i915#15243] / [i915#3555])
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-5/igt@kms_vrr@flip-dpms.html
- shard-tglu-1: NOTRUN -> [SKIP][373] ([i915#3555]) +3 other tests skip
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-1/igt@kms_vrr@flip-dpms.html
* igt@kms_vrr@negative-basic:
- shard-dg2: NOTRUN -> [SKIP][374] ([i915#3555] / [i915#9906])
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-6/igt@kms_vrr@negative-basic.html
- shard-tglu: NOTRUN -> [SKIP][375] ([i915#3555] / [i915#9906])
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-9/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-dg2: NOTRUN -> [SKIP][376] ([i915#9906])
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@kms_vrr@seamless-rr-switch-drrs.html
- shard-tglu: NOTRUN -> [SKIP][377] ([i915#9906])
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-9/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-dg2: NOTRUN -> [SKIP][378] ([i915#2436])
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@perf@gen8-unprivileged-single-ctx-counters.html
- shard-rkl: NOTRUN -> [SKIP][379] ([i915#2436])
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-5/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf_pmu@busy-idle-check-all@ccs0:
- shard-mtlp: [PASS][380] -> [FAIL][381] ([i915#4349]) +4 other tests fail
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-mtlp-3/igt@perf_pmu@busy-idle-check-all@ccs0.html
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-8/igt@perf_pmu@busy-idle-check-all@ccs0.html
* igt@perf_pmu@busy-idle-check-all@vcs0:
- shard-dg2: [PASS][382] -> [FAIL][383] ([i915#4349]) +5 other tests fail
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-dg2-4/igt@perf_pmu@busy-idle-check-all@vcs0.html
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-3/igt@perf_pmu@busy-idle-check-all@vcs0.html
* igt@perf_pmu@busy-idle-check-all@vecs0:
- shard-dg1: [PASS][384] -> [FAIL][385] ([i915#4349]) +3 other tests fail
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-dg1-14/igt@perf_pmu@busy-idle-check-all@vecs0.html
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-19/igt@perf_pmu@busy-idle-check-all@vecs0.html
* igt@perf_pmu@module-unload:
- shard-glk: NOTRUN -> [ABORT][386] ([i915#15778])
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk3/igt@perf_pmu@module-unload.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-rkl: NOTRUN -> [SKIP][387] ([i915#8516])
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-8/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@prime_vgem@coherency-gtt:
- shard-rkl: NOTRUN -> [SKIP][388] ([i915#3708])
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@prime_vgem@coherency-gtt.html
* igt@prime_vgem@fence-read-hang:
- shard-dg2: NOTRUN -> [SKIP][389] ([i915#3708])
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-5/igt@prime_vgem@fence-read-hang.html
* igt@prime_vgem@fence-write-hang:
- shard-dg1: NOTRUN -> [SKIP][390] ([i915#3708])
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-16/igt@prime_vgem@fence-write-hang.html
* igt@sriov_basic@enable-vfs-bind-unbind-each:
- shard-rkl: NOTRUN -> [SKIP][391] ([i915#9917])
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@sriov_basic@enable-vfs-bind-unbind-each.html
#### Possible fixes ####
* igt@gem_ctx_isolation@preservation-s3@rcs0:
- shard-tglu: [ABORT][392] ([i915#15652]) -> [PASS][393] +1 other test pass
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-tglu-7/igt@gem_ctx_isolation@preservation-s3@rcs0.html
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-9/igt@gem_ctx_isolation@preservation-s3@rcs0.html
* igt@gem_eio@kms:
- shard-rkl: [DMESG-WARN][394] ([i915#13363]) -> [PASS][395]
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-7/igt@gem_eio@kms.html
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@gem_eio@kms.html
- shard-tglu: [ABORT][396] ([i915#13363]) -> [PASS][397]
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-tglu-3/igt@gem_eio@kms.html
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-9/igt@gem_eio@kms.html
* igt@i915_module_load@reload-no-display:
- shard-tglu: [DMESG-WARN][398] ([i915#13029] / [i915#14545]) -> [PASS][399]
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-tglu-4/igt@i915_module_load@reload-no-display.html
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-10/igt@i915_module_load@reload-no-display.html
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-dg2: [FAIL][400] ([i915#12964]) -> [PASS][401] +1 other test pass
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-dg2-6/igt@i915_pm_rc6_residency@rc6-accuracy.html
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-6/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-glk: [INCOMPLETE][402] ([i915#4817]) -> [PASS][403]
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-glk4/igt@i915_suspend@basic-s3-without-i915.html
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-glk6/igt@i915_suspend@basic-s3-without-i915.html
* igt@i915_suspend@debugfs-reader:
- shard-rkl: [INCOMPLETE][404] ([i915#4817]) -> [PASS][405]
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@i915_suspend@debugfs-reader.html
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-7/igt@i915_suspend@debugfs-reader.html
* igt@kms_3d@basic:
- shard-mtlp: [SKIP][406] ([i915#15726]) -> [PASS][407]
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-mtlp-1/igt@kms_3d@basic.html
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-8/igt@kms_3d@basic.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-mtlp: [FAIL][408] ([i915#15733] / [i915#5138]) -> [PASS][409]
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-tglu: [FAIL][410] ([i915#13566]) -> [PASS][411] +5 other tests pass
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-tglu-5/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-6/igt@kms_cursor_crc@cursor-onscreen-256x85.html
- shard-rkl: [FAIL][412] ([i915#13566]) -> [PASS][413]
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-2/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-rkl: [INCOMPLETE][414] ([i915#9878]) -> [PASS][415]
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_fbcon_fbt@fbc-suspend.html
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-7/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_force_connector_basic@force-connector-state:
- shard-mtlp: [SKIP][416] ([i915#15672]) -> [PASS][417]
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-mtlp-1/igt@kms_force_connector_basic@force-connector-state.html
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-7/igt@kms_force_connector_basic@force-connector-state.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt:
- shard-dg2: [FAIL][418] ([i915#15389] / [i915#6880]) -> [PASS][419]
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_hdmi_inject@inject-audio:
- shard-tglu: [FAIL][420] ([i915#14867]) -> [PASS][421]
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-tglu-2/igt@kms_hdmi_inject@inject-audio.html
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-5/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@static-toggle:
- shard-rkl: [SKIP][422] ([i915#3555] / [i915#8228]) -> [PASS][423]
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-4/igt@kms_hdr@static-toggle.html
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-1/igt@kms_hdr@static-toggle.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-rkl: [SKIP][424] ([i915#15073]) -> [PASS][425] +1 other test pass
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-8/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_setmode@basic@pipe-a-hdmi-a-1:
- shard-snb: [FAIL][426] ([i915#15106]) -> [PASS][427] +1 other test pass
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-snb4/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-snb4/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html
* igt@perf_pmu@busy-double-start@vcs1:
- shard-mtlp: [FAIL][428] ([i915#4349]) -> [PASS][429] +2 other tests pass
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-mtlp-4/igt@perf_pmu@busy-double-start@vcs1.html
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-mtlp-6/igt@perf_pmu@busy-double-start@vcs1.html
#### Warnings ####
* igt@api_intel_bb@object-reloc-keep-cache:
- shard-rkl: [SKIP][430] ([i915#14544] / [i915#8411]) -> [SKIP][431] ([i915#8411])
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@api_intel_bb@object-reloc-keep-cache.html
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@api_intel_bb@object-reloc-keep-cache.html
* igt@device_reset@unbind-cold-reset-rebind:
- shard-rkl: [SKIP][432] ([i915#11078]) -> [SKIP][433] ([i915#11078] / [i915#14544])
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-3/igt@device_reset@unbind-cold-reset-rebind.html
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@device_reset@unbind-cold-reset-rebind.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-rkl: [SKIP][434] ([i915#7697]) -> [SKIP][435] ([i915#14544] / [i915#7697])
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-7/igt@gem_close_race@multigpu-basic-threads.html
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_exec_balancer@parallel-contexts:
- shard-rkl: [SKIP][436] ([i915#4525]) -> [SKIP][437] ([i915#14544] / [i915#4525])
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-8/igt@gem_exec_balancer@parallel-contexts.html
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@gem_exec_balancer@parallel-contexts.html
* igt@gem_exec_reloc@basic-write-gtt-noreloc:
- shard-rkl: [SKIP][438] ([i915#3281]) -> [SKIP][439] ([i915#14544] / [i915#3281]) +1 other test skip
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-7/igt@gem_exec_reloc@basic-write-gtt-noreloc.html
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@gem_exec_reloc@basic-write-gtt-noreloc.html
* igt@gem_exec_reloc@basic-write-read-noreloc:
- shard-rkl: [SKIP][440] ([i915#14544] / [i915#3281]) -> [SKIP][441] ([i915#3281]) +1 other test skip
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@gem_exec_reloc@basic-write-read-noreloc.html
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-8/igt@gem_exec_reloc@basic-write-read-noreloc.html
* igt@gem_lmem_swapping@verify:
- shard-rkl: [SKIP][442] ([i915#4613]) -> [SKIP][443] ([i915#14544] / [i915#4613]) +1 other test skip
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-5/igt@gem_lmem_swapping@verify.html
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@gem_lmem_swapping@verify.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: [SKIP][444] ([i915#3282]) -> [SKIP][445] ([i915#14544] / [i915#3282]) +1 other test skip
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-7/igt@gem_partial_pwrite_pread@writes-after-reads.html
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
- shard-rkl: [SKIP][446] ([i915#14544] / [i915#3282]) -> [SKIP][447] ([i915#3282]) +1 other test skip
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-8/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
* igt@i915_module_load@resize-bar:
- shard-rkl: [SKIP][448] ([i915#14544] / [i915#6412]) -> [SKIP][449] ([i915#6412])
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@i915_module_load@resize-bar.html
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@i915_module_load@resize-bar.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-rkl: [SKIP][450] ([i915#5286]) -> [SKIP][451] ([i915#14544] / [i915#5286]) +1 other test skip
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-3/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-rkl: [SKIP][452] ([i915#14544] / [i915#5286]) -> [SKIP][453] ([i915#5286])
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-rkl: [SKIP][454] ([i915#3638]) -> [SKIP][455] ([i915#14544] / [i915#3638]) +1 other test skip
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-2/igt@kms_big_fb@linear-64bpp-rotate-90.html
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-rkl: [SKIP][456] ([i915#14544] / [i915#3638]) -> [SKIP][457] ([i915#3638])
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_big_fb@linear-8bpp-rotate-270.html
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-7/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-90:
- shard-rkl: [SKIP][458] ([i915#14544]) -> [SKIP][459] +2 other tests skip
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-7/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs:
- shard-rkl: [SKIP][460] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][461] ([i915#14098] / [i915#6095]) +6 other tests skip
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][462] ([i915#14544] / [i915#6095]) -> [SKIP][463] ([i915#6095]) +5 other tests skip
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2.html
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@bad-pixel-format-y-tiled-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][464] ([i915#6095]) -> [SKIP][465] ([i915#14544] / [i915#6095]) +1 other test skip
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-7/igt@kms_ccs@bad-pixel-format-y-tiled-ccs@pipe-a-hdmi-a-2.html
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_ccs@bad-pixel-format-y-tiled-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs:
- shard-rkl: [SKIP][466] ([i915#14098] / [i915#6095]) -> [SKIP][467] ([i915#14098] / [i915#14544] / [i915#6095]) +2 other tests skip
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-5/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-a-hdmi-a-4:
- shard-dg1: [SKIP][468] ([i915#4423] / [i915#6095]) -> [SKIP][469] ([i915#6095]) +1 other test skip
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-dg1-17/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-a-hdmi-a-4.html
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-16/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-a-hdmi-a-4.html
* igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats:
- shard-rkl: [SKIP][470] ([i915#11151] / [i915#7828]) -> [SKIP][471] ([i915#11151] / [i915#14544] / [i915#7828])
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-7/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
* igt@kms_chamelium_hpd@dp-hpd-for-each-pipe:
- shard-rkl: [SKIP][472] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][473] ([i915#11151] / [i915#7828])
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html
* igt@kms_content_protection@srm:
- shard-rkl: [SKIP][474] ([i915#6944] / [i915#7118]) -> [SKIP][475] ([i915#14544] / [i915#6944] / [i915#7118])
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-2/igt@kms_content_protection@srm.html
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-offscreen-32x32:
- shard-rkl: [SKIP][476] ([i915#14544] / [i915#3555]) -> [SKIP][477] ([i915#3555])
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_cursor_crc@cursor-offscreen-32x32.html
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-7/igt@kms_cursor_crc@cursor-offscreen-32x32.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-rkl: [SKIP][478] ([i915#13049] / [i915#14544]) -> [SKIP][479] ([i915#13049])
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-512x512.html
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-rkl: [SKIP][480] ([i915#13049]) -> [SKIP][481] ([i915#13049] / [i915#14544])
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-3/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-rkl: [SKIP][482] ([i915#14544] / [i915#4103]) -> [SKIP][483] ([i915#4103])
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
- shard-rkl: [SKIP][484] -> [SKIP][485] ([i915#14544]) +8 other tests skip
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-rkl: [SKIP][486] ([i915#9934]) -> [SKIP][487] ([i915#14544] / [i915#9934])
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-7/igt@kms_flip@2x-flip-vs-suspend.html
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset:
- shard-rkl: [SKIP][488] ([i915#14544] / [i915#9934]) -> [SKIP][489] ([i915#9934]) +1 other test skip
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-rkl: [SKIP][490] ([i915#14544] / [i915#15643]) -> [SKIP][491] ([i915#15643])
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move:
- shard-dg2: [SKIP][492] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][493] ([i915#15102] / [i915#3458]) +3 other tests skip
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move.html
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt:
- shard-rkl: [SKIP][494] ([i915#1825]) -> [SKIP][495] ([i915#14544] / [i915#1825]) +12 other tests skip
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render:
- shard-dg2: [SKIP][496] ([i915#15102] / [i915#3458]) -> [SKIP][497] ([i915#10433] / [i915#15102] / [i915#3458]) +1 other test skip
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-render:
- shard-rkl: [SKIP][498] ([i915#15102]) -> [SKIP][499] ([i915#14544] / [i915#15102])
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-render.html
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt:
- shard-rkl: [SKIP][500] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][501] ([i915#15102] / [i915#3023]) +3 other tests skip
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt:
- shard-rkl: [SKIP][502] ([i915#15102] / [i915#3023]) -> [SKIP][503] ([i915#14544] / [i915#15102] / [i915#3023]) +6 other tests skip
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt.html
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt:
- shard-rkl: [SKIP][504] ([i915#14544] / [i915#1825]) -> [SKIP][505] ([i915#1825]) +11 other tests skip
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_hdr@brightness-with-hdr:
- shard-rkl: [SKIP][506] ([i915#1187] / [i915#12713]) -> [SKIP][507] ([i915#12713])
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-3/igt@kms_hdr@brightness-with-hdr.html
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-2/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier:
- shard-rkl: [SKIP][508] ([i915#15709]) -> [SKIP][509] ([i915#14544] / [i915#15709]) +1 other test skip
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-5/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier.html
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping:
- shard-rkl: [SKIP][510] ([i915#14544] / [i915#15709]) -> [SKIP][511] ([i915#15709])
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-8/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: [SKIP][512] ([i915#14259]) -> [SKIP][513] ([i915#14259] / [i915#14544])
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-2/igt@kms_plane_multiple@tiling-yf.html
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_pm_dc@dc6-dpms:
- shard-tglu: [SKIP][514] ([i915#15128]) -> [FAIL][515] ([i915#15752])
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-tglu-6/igt@kms_pm_dc@dc6-dpms.html
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-tglu-3/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_rpm@package-g7:
- shard-rkl: [SKIP][516] ([i915#14544] / [i915#15403]) -> [SKIP][517] ([i915#15403])
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_pm_rpm@package-g7.html
[517]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-8/igt@kms_pm_rpm@package-g7.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf:
- shard-rkl: [SKIP][518] ([i915#11520]) -> [SKIP][519] ([i915#11520] / [i915#14544]) +1 other test skip
[518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-2/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html
[519]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf:
- shard-rkl: [SKIP][520] ([i915#11520] / [i915#14544]) -> [SKIP][521] ([i915#11520]) +1 other test skip
[520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf.html
[521]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-5/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-rkl: [SKIP][522] ([i915#14544] / [i915#9683]) -> [SKIP][523] ([i915#9683])
[522]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_psr2_su@frontbuffer-xrgb8888.html
[523]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-5/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@fbc-pr-cursor-plane-move:
- shard-rkl: [SKIP][524] ([i915#1072] / [i915#9732]) -> [SKIP][525] ([i915#1072] / [i915#14544] / [i915#9732]) +2 other tests skip
[524]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-5/igt@kms_psr@fbc-pr-cursor-plane-move.html
[525]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_psr@fbc-pr-cursor-plane-move.html
* igt@kms_psr@pr-sprite-render:
- shard-dg1: [SKIP][526] ([i915#1072] / [i915#4423] / [i915#9732]) -> [SKIP][527] ([i915#1072] / [i915#9732])
[526]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-dg1-17/igt@kms_psr@pr-sprite-render.html
[527]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-19/igt@kms_psr@pr-sprite-render.html
* igt@kms_psr@psr2-sprite-mmap-cpu:
- shard-rkl: [SKIP][528] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][529] ([i915#1072] / [i915#9732]) +3 other tests skip
[528]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_psr@psr2-sprite-mmap-cpu.html
[529]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-3/igt@kms_psr@psr2-sprite-mmap-cpu.html
* igt@kms_vrr@flip-basic-fastset:
- shard-rkl: [SKIP][530] ([i915#14544] / [i915#9906]) -> [SKIP][531] ([i915#9906]) +1 other test skip
[530]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-6/igt@kms_vrr@flip-basic-fastset.html
[531]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-7/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@negative-basic:
- shard-rkl: [SKIP][532] ([i915#3555] / [i915#9906]) -> [SKIP][533] ([i915#14544] / [i915#3555] / [i915#9906])
[532]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-rkl-7/igt@kms_vrr@negative-basic.html
[533]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-rkl-6/igt@kms_vrr@negative-basic.html
* igt@perf_pmu@module-unload:
- shard-dg1: [ABORT][534] ([i915#13029] / [i915#15778]) -> [INCOMPLETE][535] ([i915#13029] / [i915#13520])
[534]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8806/shard-dg1-13/igt@perf_pmu@module-unload.html
[535]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/shard-dg1-16/igt@perf_pmu@module-unload.html
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099
[i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078
[i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#11815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11815
[i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187
[i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12178]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12178
[i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316
[i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343
[i915#12358]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12358
[i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392
[i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
[i915#12655]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12655
[i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
[i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
[i915#12756]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12756
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#12964]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964
[i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026
[i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029
[i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046
[i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
[i915#13196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13196
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13363]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13363
[i915#13409]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13409
[i915#13476]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13476
[i915#13520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13520
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13688
[i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748
[i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
[i915#13783]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14033]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14033
[i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14152
[i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
[i915#14350]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14350
[i915#14419]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14419
[i915#14498]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14498
[i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
[i915#14545]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14545
[i915#14586]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14586
[i915#14600]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14600
[i915#14867]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14867
[i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073
[i915#15102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15102
[i915#15104]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15104
[i915#15106]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15106
[i915#15128]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15128
[i915#15152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15152
[i915#15243]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15243
[i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329
[i915#15330]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15330
[i915#15342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15342
[i915#15389]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15389
[i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403
[i915#15454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15454
[i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
[i915#15478]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15478
[i915#15479]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15479
[i915#15481]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15481
[i915#15500]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15500
[i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
[i915#15608]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15608
[i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
[i915#15652]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15652
[i915#15657]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15657
[i915#15672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15672
[i915#15678]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15678
[i915#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709
[i915#15726]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15726
[i915#15733]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15733
[i915#15752]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15752
[i915#15778]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15778
[i915#15815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15815
[i915#15816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15816
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
[i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387
[i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885
[i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187
[i915#6245]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245
[i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#6344]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6344
[i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805
[i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880
[i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
[i915#7582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7862]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7862
[i915#7882]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7882
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430
[i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
[i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810
[i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812
[i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821
[i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[i915#9833]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9833
[i915#9878]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9878
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8806 -> IGTPW_14769
CI-20190529: 20190529
CI_DRM_18160: a25d8c583e1e52bde77d371081a7c3fcd0a2e820 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14769: 14769
IGT_8806: 8806
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14769/index.html
[-- Attachment #2: Type: text/html, Size: 180379 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread* ✓ Xe.CI.FULL: success for intel-ci: Add Xe FULL chamelium run type and testlist improvements (rev3)
2026-03-16 7:56 [PATCH v3 0/5] intel-ci: Add Xe FULL chamelium run type and testlist improvements Mohammed Bilal
` (7 preceding siblings ...)
2026-03-17 23:04 ` ✗ i915.CI.Full: failure " Patchwork
@ 2026-03-18 0:04 ` Patchwork
8 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2026-03-18 0:04 UTC (permalink / raw)
To: Bilal, Mohammed; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 32945 bytes --]
== Series Details ==
Series: intel-ci: Add Xe FULL chamelium run type and testlist improvements (rev3)
URL : https://patchwork.freedesktop.org/series/163129/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8806_FULL -> XEIGTPW_14769_FULL
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_14769_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-bmg: [PASS][1] -> [ABORT][2] ([Intel XE#5545]) +1 other test abort
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-4/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][3] ([Intel XE#2327])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-7/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][4] ([Intel XE#1124]) +4 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
* igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p:
- shard-bmg: [PASS][5] -> [SKIP][6] ([Intel XE#7621])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-10/igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p.html
* igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p:
- shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#2314] / [Intel XE#2894] / [Intel XE#7373]) +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html
* igt@kms_ccs@bad-aux-stride-yf-tiled-ccs:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#2887]) +4 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-9/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs.html
* igt@kms_chamelium_color@degamma:
- shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#2325] / [Intel XE#7358]) +1 other test skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-10/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_frames@dp-frame-dump:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#2252]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-7/igt@kms_chamelium_frames@dp-frame-dump.html
* igt@kms_content_protection@lic-type-0-hdcp14@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][11] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +2 other tests fail
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-6/igt@kms_content_protection@lic-type-0-hdcp14@pipe-a-dp-2.html
* igt@kms_content_protection@lic-type-1:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#2341])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_content_protection@lic-type-1.html
* igt@kms_cursor_crc@cursor-onscreen-32x10:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#2320]) +1 other test skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-6/igt@kms_cursor_crc@cursor-onscreen-32x10.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-bmg: [PASS][14] -> [SKIP][15] ([Intel XE#2291]) +4 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-3/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#2291] / [Intel XE#7343])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#4156] / [Intel XE#7425])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-3/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible:
- shard-bmg: [PASS][18] -> [SKIP][19] ([Intel XE#2316]) +4 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-8/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html
* igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#2316])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-lnl: [PASS][21] -> [FAIL][22] ([Intel XE#301]) +1 other test fail
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-lnl-6/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#2311]) +8 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#2312]) +3 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@drrs-argb161616f-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#7061] / [Intel XE#7356])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-argb161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#4141]) +6 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#2352] / [Intel XE#7399])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#2313]) +10 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_hdr@static-toggle-dpms:
- shard-bmg: [PASS][29] -> [SKIP][30] ([Intel XE#1503])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-8/igt@kms_hdr@static-toggle-dpms.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-bmg: [PASS][31] -> [SKIP][32] ([Intel XE#7086])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-6/igt@kms_joiner@basic-force-big-joiner.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#6901])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-7/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_plane_multiple@tiling-yf:
- shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#5020] / [Intel XE#7348])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-c:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2763] / [Intel XE#6886]) +4 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-8/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-c.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#2391] / [Intel XE#6927])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-7/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area:
- shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#1489]) +2 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-3/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html
* igt@kms_psr@fbc-psr-basic:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#2234] / [Intel XE#2850]) +4 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-2/igt@kms_psr@fbc-psr-basic.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
* igt@kms_sharpness_filter@filter-scaler-downscale:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#6503]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-3/igt@kms_sharpness_filter@filter-scaler-downscale.html
* igt@kms_vrr@flipline:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#1499])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-6/igt@kms_vrr@flipline.html
* igt@kms_vrr@lobf:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#2168] / [Intel XE#7444])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-4/igt@kms_vrr@lobf.html
* igt@xe_create@multigpu-create-massive-size:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2504] / [Intel XE#7319] / [Intel XE#7350])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-9/igt@xe_create@multigpu-create-massive-size.html
* igt@xe_eudebug@basic-close:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#4837]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-3/igt@xe_eudebug@basic-close.html
* igt@xe_eudebug_online@breakpoint-many-sessions-tiles:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#4837] / [Intel XE#6665]) +2 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-2/igt@xe_eudebug_online@breakpoint-many-sessions-tiles.html
* igt@xe_eudebug_online@pagefault-write-stress:
- shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#6665] / [Intel XE#6681])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-3/igt@xe_eudebug_online@pagefault-write-stress.html
* igt@xe_eudebug_sriov@deny-eudebug:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#5793] / [Intel XE#7320] / [Intel XE#7464])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-3/igt@xe_eudebug_sriov@deny-eudebug.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-bmg: [PASS][48] -> [INCOMPLETE][49] ([Intel XE#6321]) +1 other test incomplete
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@xe_evict@evict-mixed-many-threads-small.html
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-9/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_evict@evict-small-external-multi-queue-cm:
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#7140]) +1 other test skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-3/igt@xe_evict@evict-small-external-multi-queue-cm.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind:
- shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#2322] / [Intel XE#7372]) +3 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-8/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html
* igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-prefetch:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#7136]) +3 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-2/igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-prefetch.html
* igt@xe_exec_multi_queue@few-execs-preempt-mode-basic:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#6874]) +10 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-7/igt@xe_exec_multi_queue@few-execs-preempt-mode-basic.html
* igt@xe_exec_threads@threads-multi-queue-cm-fd-userptr:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#7138]) +3 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-4/igt@xe_exec_threads@threads-multi-queue-cm-fd-userptr.html
* igt@xe_multigpu_svm@mgpu-concurrent-access-prefetch:
- shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#6964]) +2 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-8/igt@xe_multigpu_svm@mgpu-concurrent-access-prefetch.html
* igt@xe_oa@oa-tlb-invalidate:
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#2248] / [Intel XE#7325] / [Intel XE#7393])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-7/igt@xe_oa@oa-tlb-invalidate.html
* igt@xe_peer2peer@read:
- shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#2427] / [Intel XE#6953] / [Intel XE#7326] / [Intel XE#7353])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-8/igt@xe_peer2peer@read.html
* igt@xe_query@multigpu-query-cs-cycles:
- shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#944])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-4/igt@xe_query@multigpu-query-cs-cycles.html
#### Possible fixes ####
* igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing:
- shard-bmg: [INCOMPLETE][59] ([Intel XE#1727] / [Intel XE#6819] / [Intel XE#6904]) -> [PASS][60]
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-3/igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-6/igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing.html
* igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing@pipe-b-dp-2:
- shard-bmg: [DMESG-FAIL][61] ([Intel XE#1727] / [Intel XE#6819]) -> [PASS][62]
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-3/igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing@pipe-b-dp-2.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-6/igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing@pipe-b-dp-2.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions:
- shard-bmg: [SKIP][63] ([Intel XE#2291]) -> [PASS][64] +1 other test pass
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-8/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions.html
* igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
- shard-bmg: [DMESG-WARN][65] ([Intel XE#5354]) -> [PASS][66] +1 other test pass
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-4/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-7/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:
- shard-bmg: [SKIP][67] ([Intel XE#2291] / [Intel XE#7343]) -> [PASS][68]
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-7/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-bmg: [SKIP][69] ([Intel XE#1340]) -> [PASS][70]
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-9/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-bmg: [SKIP][71] ([Intel XE#2316]) -> [PASS][72] +4 other tests pass
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-8/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank@b-edp1:
- shard-lnl: [FAIL][73] ([Intel XE#301]) -> [PASS][74] +1 other test pass
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-lnl-6/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
* igt@kms_flip@wf_vblank-ts-check:
- shard-bmg: [FAIL][75] ([Intel XE#3098]) -> [PASS][76] +1 other test pass
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-4/igt@kms_flip@wf_vblank-ts-check.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-7/igt@kms_flip@wf_vblank-ts-check.html
* igt@kms_hdr@static-toggle:
- shard-bmg: [SKIP][77] ([Intel XE#1503]) -> [PASS][78]
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_hdr@static-toggle.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-3/igt@kms_hdr@static-toggle.html
* igt@kms_plane_multiple@2x-tiling-4:
- shard-bmg: [SKIP][79] ([Intel XE#4596]) -> [PASS][80]
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_plane_multiple@2x-tiling-4.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-10/igt@kms_plane_multiple@2x-tiling-4.html
* igt@kms_setmode@basic:
- shard-bmg: [FAIL][81] ([Intel XE#6361]) -> [PASS][82] +2 other tests pass
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_setmode@basic.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-7/igt@kms_setmode@basic.html
* igt@kms_setmode@basic@pipe-a-edp-1:
- shard-lnl: [FAIL][83] ([Intel XE#6361]) -> [PASS][84] +1 other test pass
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-lnl-4/igt@kms_setmode@basic@pipe-a-edp-1.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-lnl-3/igt@kms_setmode@basic@pipe-a-edp-1.html
* igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter:
- shard-lnl: [DMESG-WARN][85] -> [PASS][86] +1 other test pass
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-lnl-1/igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-lnl-4/igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter.html
* igt@xe_exec_system_allocator@fault-benchmark:
- shard-bmg: [FAIL][87] ([Intel XE#7550]) -> [PASS][88]
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-6/igt@xe_exec_system_allocator@fault-benchmark.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-4/igt@xe_exec_system_allocator@fault-benchmark.html
#### Warnings ####
* igt@kms_content_protection@legacy-hdcp14:
- shard-bmg: [FAIL][89] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) -> [SKIP][90] ([Intel XE#7194])
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-10/igt@kms_content_protection@legacy-hdcp14.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@lic-type-0:
- shard-bmg: [SKIP][91] ([Intel XE#2341]) -> [FAIL][92] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374])
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_content_protection@lic-type-0.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-3/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@suspend-resume:
- shard-bmg: [FAIL][93] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) -> [SKIP][94] ([Intel XE#6705])
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-4/igt@kms_content_protection@suspend-resume.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_content_protection@suspend-resume.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff:
- shard-bmg: [SKIP][95] ([Intel XE#4141]) -> [SKIP][96] ([Intel XE#2312]) +3 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-bmg: [SKIP][97] ([Intel XE#2312]) -> [SKIP][98] ([Intel XE#4141]) +6 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-blt:
- shard-bmg: [SKIP][99] ([Intel XE#2311]) -> [SKIP][100] ([Intel XE#2312]) +8 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-blt.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][101] ([Intel XE#2312]) -> [SKIP][102] ([Intel XE#2311]) +11 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen:
- shard-bmg: [SKIP][103] ([Intel XE#2313]) -> [SKIP][104] ([Intel XE#2312]) +7 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][105] ([Intel XE#2312]) -> [SKIP][106] ([Intel XE#2313]) +13 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-9/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [FAIL][107] ([Intel XE#1729] / [Intel XE#7424]) -> [SKIP][108] ([Intel XE#2426] / [Intel XE#5848])
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-10/igt@kms_tiled_display@basic-test-pattern.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-7/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: [SKIP][109] ([Intel XE#2509] / [Intel XE#7437]) -> [SKIP][110] ([Intel XE#2426] / [Intel XE#5848])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8806/shard-bmg-10/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2391]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2391
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504
[Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3098
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
[Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
[Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
[Intel XE#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
[Intel XE#5354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5354
[Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
[Intel XE#5793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5793
[Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
[Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
[Intel XE#6361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6361
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
[Intel XE#6681]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6681
[Intel XE#6705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6705
[Intel XE#6819]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6819
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
[Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
[Intel XE#6904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6904
[Intel XE#6927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6927
[Intel XE#6953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6953
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7086]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7086
[Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
[Intel XE#7194]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7194
[Intel XE#7319]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7319
[Intel XE#7320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7320
[Intel XE#7325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7325
[Intel XE#7326]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7326
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7343
[Intel XE#7348]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7348
[Intel XE#7350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7350
[Intel XE#7353]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7353
[Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
[Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7373
[Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
[Intel XE#7393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7393
[Intel XE#7399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7399
[Intel XE#7424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7424
[Intel XE#7425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7425
[Intel XE#7437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7437
[Intel XE#7444]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7444
[Intel XE#7464]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7464
[Intel XE#7550]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7550
[Intel XE#7621]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7621
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8806 -> IGTPW_14769
IGTPW_14769: 14769
IGT_8806: 8806
xe-4731-a25d8c583e1e52bde77d371081a7c3fcd0a2e820: a25d8c583e1e52bde77d371081a7c3fcd0a2e820
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14769/index.html
[-- Attachment #2: Type: text/html, Size: 37586 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread