* [PATCH i-g-t] drm-uapi/xe: Sync with OA uapi updates
@ 2025-01-09 3:23 Ashutosh Dixit
2025-01-09 4:22 ` ✓ Xe.CI.BAT: success for " Patchwork
` (6 more replies)
0 siblings, 7 replies; 9+ messages in thread
From: Ashutosh Dixit @ 2025-01-09 3:23 UTC (permalink / raw)
To: igt-dev; +Cc: Sai Teja Pottumuttu
Align with kernel commit 5637797add2a ("drm/xe/oa/uapi: Expose an unblock
after N reports OA property").
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
---
include/drm-uapi/xe_drm.h | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h
index 56163eb913..08e263b3b2 100644
--- a/include/drm-uapi/xe_drm.h
+++ b/include/drm-uapi/xe_drm.h
@@ -134,7 +134,7 @@ extern "C" {
* redefine the interface more easily than an ever growing struct of
* increasing complexity, and for large parts of that interface to be
* entirely optional. The downside is more pointer chasing; chasing across
- * the __user boundary with pointers encapsulated inside u64.
+ * the boundary with pointers encapsulated inside u64.
*
* Example chaining:
*
@@ -1486,6 +1486,8 @@ struct drm_xe_oa_unit {
__u64 capabilities;
#define DRM_XE_OA_CAPS_BASE (1 << 0)
#define DRM_XE_OA_CAPS_SYNCS (1 << 1)
+#define DRM_XE_OA_CAPS_OA_BUFFER_SIZE (1 << 2)
+#define DRM_XE_OA_CAPS_WAIT_NUM_REPORTS (1 << 3)
/** @oa_timestamp_freq: OA timestamp freq */
__u64 oa_timestamp_freq;
@@ -1651,6 +1653,20 @@ enum drm_xe_oa_property_id {
* to the VM bind case.
*/
DRM_XE_OA_PROPERTY_SYNCS,
+
+ /**
+ * @DRM_XE_OA_PROPERTY_OA_BUFFER_SIZE: Size of OA buffer to be
+ * allocated by the driver in bytes. Supported sizes are powers of
+ * 2 from 128 KiB to 128 MiB. When not specified, a 16 MiB OA
+ * buffer is allocated by default.
+ */
+ DRM_XE_OA_PROPERTY_OA_BUFFER_SIZE,
+
+ /**
+ * @DRM_XE_OA_PROPERTY_WAIT_NUM_REPORTS: Number of reports to wait
+ * for before unblocking poll or read
+ */
+ DRM_XE_OA_PROPERTY_WAIT_NUM_REPORTS,
};
/**
--
2.47.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* ✓ Xe.CI.BAT: success for drm-uapi/xe: Sync with OA uapi updates
2025-01-09 3:23 [PATCH i-g-t] drm-uapi/xe: Sync with OA uapi updates Ashutosh Dixit
@ 2025-01-09 4:22 ` Patchwork
2025-01-09 4:26 ` [PATCH i-g-t] " Pottumuttu, Sai Teja
` (5 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2025-01-09 4:22 UTC (permalink / raw)
To: Ashutosh Dixit; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3588 bytes --]
== Series Details ==
Series: drm-uapi/xe: Sync with OA uapi updates
URL : https://patchwork.freedesktop.org/series/143297/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8182_BAT -> XEIGTPW_12408_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (8 -> 8)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_12408_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_pipe_crc_basic@hang-read-crc:
- bat-bmg-1: [PASS][1] -> [DMESG-WARN][2] ([Intel XE#877]) +1 other test dmesg-warn
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/bat-bmg-1/igt@kms_pipe_crc_basic@hang-read-crc.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/bat-bmg-1/igt@kms_pipe_crc_basic@hang-read-crc.html
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- bat-adlp-vf: NOTRUN -> [SKIP][3] ([Intel XE#2229] / [Intel XE#455]) +1 other test skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/bat-adlp-vf/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- bat-adlp-vf: NOTRUN -> [SKIP][4] ([Intel XE#2229])
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/bat-adlp-vf/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
#### Possible fixes ####
* igt@xe_intel_bb@intel-bb-blit-x:
- bat-adlp-vf: [DMESG-WARN][5] ([Intel XE#3958]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/bat-adlp-vf/igt@xe_intel_bb@intel-bb-blit-x.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/bat-adlp-vf/igt@xe_intel_bb@intel-bb-blit-x.html
* igt@xe_live_ktest@xe_migrate:
- bat-adlp-vf: [SKIP][7] ([Intel XE#1192]) -> [PASS][8] +1 other test pass
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/bat-adlp-vf/igt@xe_live_ktest@xe_migrate.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/bat-adlp-vf/igt@xe_live_ktest@xe_migrate.html
#### Warnings ####
* igt@xe_live_ktest@xe_bo:
- bat-adlp-vf: [SKIP][9] ([Intel XE#1192]) -> [SKIP][10] ([Intel XE#2229] / [Intel XE#455])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#3958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3958
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
Build changes
-------------
* IGT: IGT_8182 -> IGTPW_12408
* Linux: xe-2456-9cbe590862ef629f35ce9f4c2dc5c0a6a4553f48 -> xe-2459-9e5828f71dbb3bf6dff6a2bcfaa761d048344b2a
IGTPW_12408: 8977a5326aa3b1f4ad89ff76c4f6198b0ed10d89 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8182: 8911eff2c6c06d2929c6072f3ba72d2d991985ea @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2456-9cbe590862ef629f35ce9f4c2dc5c0a6a4553f48: 9cbe590862ef629f35ce9f4c2dc5c0a6a4553f48
xe-2459-9e5828f71dbb3bf6dff6a2bcfaa761d048344b2a: 9e5828f71dbb3bf6dff6a2bcfaa761d048344b2a
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/index.html
[-- Attachment #2: Type: text/html, Size: 4581 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t] drm-uapi/xe: Sync with OA uapi updates
2025-01-09 3:23 [PATCH i-g-t] drm-uapi/xe: Sync with OA uapi updates Ashutosh Dixit
2025-01-09 4:22 ` ✓ Xe.CI.BAT: success for " Patchwork
@ 2025-01-09 4:26 ` Pottumuttu, Sai Teja
2025-01-09 5:15 ` Dixit, Ashutosh
2025-01-09 4:32 ` ✗ i915.CI.BAT: failure for " Patchwork
` (4 subsequent siblings)
6 siblings, 1 reply; 9+ messages in thread
From: Pottumuttu, Sai Teja @ 2025-01-09 4:26 UTC (permalink / raw)
To: Ashutosh Dixit, igt-dev
On 09-01-2025 08:53, Ashutosh Dixit wrote:
> Align with kernel commit 5637797add2a ("drm/xe/oa/uapi: Expose an unblock
> after N reports OA property").
>
> Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> ---
> include/drm-uapi/xe_drm.h | 18 +++++++++++++++++-
> 1 file changed, 17 insertions(+), 1 deletion(-)
>
> diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h
> index 56163eb913..08e263b3b2 100644
> --- a/include/drm-uapi/xe_drm.h
> +++ b/include/drm-uapi/xe_drm.h
> @@ -134,7 +134,7 @@ extern "C" {
> * redefine the interface more easily than an ever growing struct of
> * increasing complexity, and for large parts of that interface to be
> * entirely optional. The downside is more pointer chasing; chasing across
> - * the __user boundary with pointers encapsulated inside u64.
> + * the boundary with pointers encapsulated inside u64.
I think this line change doesn't exist in kernel. Was it intentionally
changed here for some reason?
With that addressed,
Reviewed-by: Sai Teja Pottumuttu <sai.teja.pottumuttu@intel.com>
Thanks,
Sai Teja
> *
> * Example chaining:
> *
> @@ -1486,6 +1486,8 @@ struct drm_xe_oa_unit {
> __u64 capabilities;
> #define DRM_XE_OA_CAPS_BASE (1 << 0)
> #define DRM_XE_OA_CAPS_SYNCS (1 << 1)
> +#define DRM_XE_OA_CAPS_OA_BUFFER_SIZE (1 << 2)
> +#define DRM_XE_OA_CAPS_WAIT_NUM_REPORTS (1 << 3)
>
> /** @oa_timestamp_freq: OA timestamp freq */
> __u64 oa_timestamp_freq;
> @@ -1651,6 +1653,20 @@ enum drm_xe_oa_property_id {
> * to the VM bind case.
> */
> DRM_XE_OA_PROPERTY_SYNCS,
> +
> + /**
> + * @DRM_XE_OA_PROPERTY_OA_BUFFER_SIZE: Size of OA buffer to be
> + * allocated by the driver in bytes. Supported sizes are powers of
> + * 2 from 128 KiB to 128 MiB. When not specified, a 16 MiB OA
> + * buffer is allocated by default.
> + */
> + DRM_XE_OA_PROPERTY_OA_BUFFER_SIZE,
> +
> + /**
> + * @DRM_XE_OA_PROPERTY_WAIT_NUM_REPORTS: Number of reports to wait
> + * for before unblocking poll or read
> + */
> + DRM_XE_OA_PROPERTY_WAIT_NUM_REPORTS,
> };
>
> /**
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ i915.CI.BAT: failure for drm-uapi/xe: Sync with OA uapi updates
2025-01-09 3:23 [PATCH i-g-t] drm-uapi/xe: Sync with OA uapi updates Ashutosh Dixit
2025-01-09 4:22 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-01-09 4:26 ` [PATCH i-g-t] " Pottumuttu, Sai Teja
@ 2025-01-09 4:32 ` Patchwork
2025-01-09 8:01 ` ✓ Xe.CI.BAT: success for drm-uapi/xe: Sync with OA uapi updates (rev2) Patchwork
` (3 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2025-01-09 4:32 UTC (permalink / raw)
To: Ashutosh Dixit; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3440 bytes --]
== Series Details ==
Series: drm-uapi/xe: Sync with OA uapi updates
URL : https://patchwork.freedesktop.org/series/143297/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8182 -> IGTPW_12408
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_12408 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12408, 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_12408/index.html
Participating hosts (38 -> 36)
------------------------------
Missing (2): fi-snb-2520m bat-twl-2
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_12408:
### IGT changes ###
#### Possible regressions ####
* igt@dmabuf@all-tests@dma_fence_chain:
- bat-jsl-3: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8182/bat-jsl-3/igt@dmabuf@all-tests@dma_fence_chain.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12408/bat-jsl-3/igt@dmabuf@all-tests@dma_fence_chain.html
Known issues
------------
Here are the changes found in IGTPW_12408 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@workarounds:
- bat-arlh-3: [PASS][3] -> [DMESG-FAIL][4] ([i915#13393]) +1 other test dmesg-fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8182/bat-arlh-3/igt@i915_selftest@live@workarounds.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12408/bat-arlh-3/igt@i915_selftest@live@workarounds.html
#### Possible fixes ####
* igt@i915_selftest@live@workarounds:
- {bat-mtlp-9}: [DMESG-FAIL][5] ([i915#13393]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8182/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12408/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
- {bat-arls-6}: [DMESG-FAIL][7] ([i915#13393]) -> [PASS][8] +1 other test pass
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8182/bat-arls-6/igt@i915_selftest@live@workarounds.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12408/bat-arls-6/igt@i915_selftest@live@workarounds.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#13393]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13393
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8182 -> IGTPW_12408
* Linux: CI_DRM_15924 -> CI_DRM_15927
CI-20190529: 20190529
CI_DRM_15924: 9cbe590862ef629f35ce9f4c2dc5c0a6a4553f48 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_15927: 9e5828f71dbb3bf6dff6a2bcfaa761d048344b2a @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12408: 8977a5326aa3b1f4ad89ff76c4f6198b0ed10d89 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8182: 8911eff2c6c06d2929c6072f3ba72d2d991985ea @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12408/index.html
[-- Attachment #2: Type: text/html, Size: 4276 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t] drm-uapi/xe: Sync with OA uapi updates
2025-01-09 4:26 ` [PATCH i-g-t] " Pottumuttu, Sai Teja
@ 2025-01-09 5:15 ` Dixit, Ashutosh
0 siblings, 0 replies; 9+ messages in thread
From: Dixit, Ashutosh @ 2025-01-09 5:15 UTC (permalink / raw)
To: Pottumuttu, Sai Teja; +Cc: igt-dev
On Wed, 08 Jan 2025 20:26:18 -0800, Pottumuttu, Sai Teja wrote:
>
> On 09-01-2025 08:53, Ashutosh Dixit wrote:
> > Align with kernel commit 5637797add2a ("drm/xe/oa/uapi: Expose an unblock
> > after N reports OA property").
> >
> > Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> > ---
> > include/drm-uapi/xe_drm.h | 18 +++++++++++++++++-
> > 1 file changed, 17 insertions(+), 1 deletion(-)
> >
> > diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h
> > index 56163eb913..08e263b3b2 100644
> > --- a/include/drm-uapi/xe_drm.h
> > +++ b/include/drm-uapi/xe_drm.h
> > @@ -134,7 +134,7 @@ extern "C" {
> > * redefine the interface more easily than an ever growing struct of
> > * increasing complexity, and for large parts of that interface to be
> > * entirely optional. The downside is more pointer chasing; chasing across
> > - * the __user boundary with pointers encapsulated inside u64.
> > + * the boundary with pointers encapsulated inside u64.
>
> I think this line change doesn't exist in kernel. Was it intentionally
> changed here for some reason?
No, the file is automatically generated with 'make headers_install' in the
kernel. 'make headers_install' will remove all '__user' tags, because
__user only makes sense in the kernel, not in userspace.
This seems to be the only instance of __user in xe_drm.h but there are many
more instances of __user in i915_drm.h. You can see __user being removed by
comparing i915_drm.h files between kernel and IGT.
>
> With that addressed,
> Reviewed-by: Sai Teja Pottumuttu <sai.teja.pottumuttu@intel.com>
Thanks!
>
> Thanks,
> Sai Teja
>
> > *
> > * Example chaining:
> > *
> > @@ -1486,6 +1486,8 @@ struct drm_xe_oa_unit {
> > __u64 capabilities;
> > #define DRM_XE_OA_CAPS_BASE (1 << 0)
> > #define DRM_XE_OA_CAPS_SYNCS (1 << 1)
> > +#define DRM_XE_OA_CAPS_OA_BUFFER_SIZE (1 << 2)
> > +#define DRM_XE_OA_CAPS_WAIT_NUM_REPORTS (1 << 3)
> > /** @oa_timestamp_freq: OA timestamp freq */
> > __u64 oa_timestamp_freq;
> > @@ -1651,6 +1653,20 @@ enum drm_xe_oa_property_id {
> > * to the VM bind case.
> > */
> > DRM_XE_OA_PROPERTY_SYNCS,
> > +
> > + /**
> > + * @DRM_XE_OA_PROPERTY_OA_BUFFER_SIZE: Size of OA buffer to be
> > + * allocated by the driver in bytes. Supported sizes are powers of
> > + * 2 from 128 KiB to 128 MiB. When not specified, a 16 MiB OA
> > + * buffer is allocated by default.
> > + */
> > + DRM_XE_OA_PROPERTY_OA_BUFFER_SIZE,
> > +
> > + /**
> > + * @DRM_XE_OA_PROPERTY_WAIT_NUM_REPORTS: Number of reports to wait
> > + * for before unblocking poll or read
> > + */
> > + DRM_XE_OA_PROPERTY_WAIT_NUM_REPORTS,
> > };
> > /**
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✓ Xe.CI.BAT: success for drm-uapi/xe: Sync with OA uapi updates (rev2)
2025-01-09 3:23 [PATCH i-g-t] drm-uapi/xe: Sync with OA uapi updates Ashutosh Dixit
` (2 preceding siblings ...)
2025-01-09 4:32 ` ✗ i915.CI.BAT: failure for " Patchwork
@ 2025-01-09 8:01 ` Patchwork
2025-01-09 9:20 ` ✗ i915.CI.BAT: failure " Patchwork
` (2 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2025-01-09 8:01 UTC (permalink / raw)
To: Dixit, Ashutosh; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3396 bytes --]
== Series Details ==
Series: drm-uapi/xe: Sync with OA uapi updates (rev2)
URL : https://patchwork.freedesktop.org/series/143297/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8182_BAT -> XEIGTPW_12413_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (8 -> 8)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_12413_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- bat-adlp-vf: NOTRUN -> [SKIP][1] ([Intel XE#2229] / [Intel XE#455]) +1 other test skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/bat-adlp-vf/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
* igt@xe_live_ktest@xe_migrate@xe_migrate_sanity_kunit:
- bat-adlp-vf: NOTRUN -> [DMESG-FAIL][2] ([Intel XE#3958])
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/bat-adlp-vf/igt@xe_live_ktest@xe_migrate@xe_migrate_sanity_kunit.html
#### Possible fixes ####
* igt@xe_intel_bb@intel-bb-blit-x:
- bat-adlp-vf: [DMESG-WARN][3] ([Intel XE#3958]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/bat-adlp-vf/igt@xe_intel_bb@intel-bb-blit-x.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/bat-adlp-vf/igt@xe_intel_bb@intel-bb-blit-x.html
* igt@xe_live_ktest@xe_dma_buf:
- bat-adlp-vf: [SKIP][5] ([Intel XE#1192]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/bat-adlp-vf/igt@xe_live_ktest@xe_dma_buf.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/bat-adlp-vf/igt@xe_live_ktest@xe_dma_buf.html
#### Warnings ####
* igt@xe_live_ktest@xe_bo:
- bat-adlp-vf: [SKIP][7] ([Intel XE#1192]) -> [SKIP][8] ([Intel XE#2229] / [Intel XE#455])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html
* igt@xe_live_ktest@xe_migrate:
- bat-adlp-vf: [SKIP][9] ([Intel XE#1192]) -> [DMESG-FAIL][10] ([Intel XE#3958])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/bat-adlp-vf/igt@xe_live_ktest@xe_migrate.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/bat-adlp-vf/igt@xe_live_ktest@xe_migrate.html
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#3958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3958
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
Build changes
-------------
* IGT: IGT_8182 -> IGTPW_12413
* Linux: xe-2456-9cbe590862ef629f35ce9f4c2dc5c0a6a4553f48 -> xe-2459-9e5828f71dbb3bf6dff6a2bcfaa761d048344b2a
IGTPW_12413: 12413
IGT_8182: 8911eff2c6c06d2929c6072f3ba72d2d991985ea @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2456-9cbe590862ef629f35ce9f4c2dc5c0a6a4553f48: 9cbe590862ef629f35ce9f4c2dc5c0a6a4553f48
xe-2459-9e5828f71dbb3bf6dff6a2bcfaa761d048344b2a: 9e5828f71dbb3bf6dff6a2bcfaa761d048344b2a
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/index.html
[-- Attachment #2: Type: text/html, Size: 4542 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ i915.CI.BAT: failure for drm-uapi/xe: Sync with OA uapi updates (rev2)
2025-01-09 3:23 [PATCH i-g-t] drm-uapi/xe: Sync with OA uapi updates Ashutosh Dixit
` (3 preceding siblings ...)
2025-01-09 8:01 ` ✓ Xe.CI.BAT: success for drm-uapi/xe: Sync with OA uapi updates (rev2) Patchwork
@ 2025-01-09 9:20 ` Patchwork
2025-01-11 6:15 ` ✗ Xe.CI.Full: failure for drm-uapi/xe: Sync with OA uapi updates Patchwork
2025-01-11 10:23 ` ✗ Xe.CI.Full: failure for drm-uapi/xe: Sync with OA uapi updates (rev2) Patchwork
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2025-01-09 9:20 UTC (permalink / raw)
To: Dixit, Ashutosh; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 4636 bytes --]
== Series Details ==
Series: drm-uapi/xe: Sync with OA uapi updates (rev2)
URL : https://patchwork.freedesktop.org/series/143297/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8182 -> IGTPW_12413
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_12413 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12413, 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_12413/index.html
Participating hosts (38 -> 37)
------------------------------
Missing (1): fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_12413:
### IGT changes ###
#### Possible regressions ####
* igt@i915_pm_rpm@module-reload:
- bat-rpls-4: [PASS][1] -> [DMESG-WARN][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8182/bat-rpls-4/igt@i915_pm_rpm@module-reload.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12413/bat-rpls-4/igt@i915_pm_rpm@module-reload.html
Known issues
------------
Here are the changes found in IGTPW_12413 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_chamelium_edid@hdmi-edid-read:
- bat-dg2-13: [PASS][3] -> [DMESG-WARN][4] ([i915#12253])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8182/bat-dg2-13/igt@kms_chamelium_edid@hdmi-edid-read.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12413/bat-dg2-13/igt@kms_chamelium_edid@hdmi-edid-read.html
* igt@kms_chamelium_frames@dp-crc-fast:
- bat-dg2-13: [PASS][5] -> [FAIL][6] ([i915#12440])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8182/bat-dg2-13/igt@kms_chamelium_frames@dp-crc-fast.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12413/bat-dg2-13/igt@kms_chamelium_frames@dp-crc-fast.html
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-twl-2: [ABORT][7] ([i915#12919] / [i915#13397]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8182/bat-twl-2/igt@i915_selftest@live.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12413/bat-twl-2/igt@i915_selftest@live.html
* igt@i915_selftest@live@gt_mocs:
- bat-twl-2: [ABORT][9] ([i915#12919]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8182/bat-twl-2/igt@i915_selftest@live@gt_mocs.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12413/bat-twl-2/igt@i915_selftest@live@gt_mocs.html
* igt@i915_selftest@live@workarounds:
- {bat-mtlp-9}: [DMESG-FAIL][11] ([i915#13393]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8182/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12413/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
- {bat-arls-6}: [DMESG-FAIL][13] ([i915#13393]) -> [PASS][14] +1 other test pass
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8182/bat-arls-6/igt@i915_selftest@live@workarounds.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12413/bat-arls-6/igt@i915_selftest@live@workarounds.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#11989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11989
[i915#12253]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12253
[i915#12440]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12440
[i915#12919]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12919
[i915#13393]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13393
[i915#13397]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13397
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8182 -> IGTPW_12413
* Linux: CI_DRM_15924 -> CI_DRM_15927
CI-20190529: 20190529
CI_DRM_15924: 9cbe590862ef629f35ce9f4c2dc5c0a6a4553f48 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_15927: 9e5828f71dbb3bf6dff6a2bcfaa761d048344b2a @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12413: 12413
IGT_8182: 8911eff2c6c06d2929c6072f3ba72d2d991985ea @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12413/index.html
[-- Attachment #2: Type: text/html, Size: 5482 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Xe.CI.Full: failure for drm-uapi/xe: Sync with OA uapi updates
2025-01-09 3:23 [PATCH i-g-t] drm-uapi/xe: Sync with OA uapi updates Ashutosh Dixit
` (4 preceding siblings ...)
2025-01-09 9:20 ` ✗ i915.CI.BAT: failure " Patchwork
@ 2025-01-11 6:15 ` Patchwork
2025-01-11 10:23 ` ✗ Xe.CI.Full: failure for drm-uapi/xe: Sync with OA uapi updates (rev2) Patchwork
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2025-01-11 6:15 UTC (permalink / raw)
To: Ashutosh Dixit; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 95893 bytes --]
== Series Details ==
Series: drm-uapi/xe: Sync with OA uapi updates
URL : https://patchwork.freedesktop.org/series/143297/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8182_full -> XEIGTPW_12408_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_12408_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12408_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.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_12408_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_flip@basic-plain-flip@b-dp2:
- shard-bmg: NOTRUN -> [INCOMPLETE][1]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@kms_flip@basic-plain-flip@b-dp2.html
* igt@xe_exec_threads@threads-bal-mixed-userptr:
- shard-dg2-set2: [PASS][2] -> [FAIL][3]
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-436/igt@xe_exec_threads@threads-bal-mixed-userptr.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@xe_exec_threads@threads-bal-mixed-userptr.html
* igt@xe_pm_residency@cpg-basic:
- shard-dg2-set2: [PASS][4] -> [ABORT][5]
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@xe_pm_residency@cpg-basic.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@xe_pm_residency@cpg-basic.html
#### Warnings ####
* igt@kms_flip@basic-plain-flip:
- shard-bmg: [SKIP][6] ([Intel XE#3007]) -> [INCOMPLETE][7]
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_flip@basic-plain-flip.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@kms_flip@basic-plain-flip.html
Known issues
------------
Here are the changes found in XEIGTPW_12408_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_async_flips@alternate-sync-async-flip@pipe-a-dp-2:
- shard-bmg: [PASS][8] -> [FAIL][9] ([Intel XE#827])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-5/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-dp-2.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-dp-2.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear:
- shard-lnl: [PASS][10] -> [FAIL][11] ([Intel XE#911]) +3 other tests fail
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-8/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
* igt@kms_async_flips@invalid-async-flip:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#873])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@kms_async_flips@invalid-async-flip.html
- shard-dg2-set2: NOTRUN -> [SKIP][13] ([Intel XE#873])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-lnl: NOTRUN -> [SKIP][14] ([Intel XE#1407]) +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#2327]) +5 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#1467])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-8/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-dg2-set2: NOTRUN -> [SKIP][17] ([Intel XE#1124]) +6 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#1124]) +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#1124]) +8 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#2314] / [Intel XE#2894])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-2-displays-3840x2160p:
- shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#367]) +1 other test skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-433/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
- shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#367])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][23] ([Intel XE#455] / [Intel XE#787]) +21 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-463/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#2887]) +4 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#3432]) +2 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
- shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#3432])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-5/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][27] ([Intel XE#787]) +125 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6.html
* igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#2887]) +4 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-4/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-dp-4:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][29] ([Intel XE#3124])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][30] ([Intel XE#1727])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-6.html
* igt@kms_cdclk@plane-scaling@pipe-b-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][31] ([Intel XE#1152]) +3 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html
* igt@kms_chamelium_edid@dp-edid-change-during-hibernate:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#2252]) +9 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
- shard-dg2-set2: NOTRUN -> [SKIP][33] ([Intel XE#373]) +4 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
* igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#373]) +3 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-5/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
* igt@kms_content_protection@atomic:
- shard-bmg: NOTRUN -> [FAIL][35] ([Intel XE#1178]) +1 other test fail
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@uevent:
- shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#3278])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-1/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#2321]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-random-max-size:
- shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#1424]) +2 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-1/igt@kms_cursor_crc@cursor-random-max-size.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#308])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2-set2: NOTRUN -> [SKIP][40] ([Intel XE#323])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-433/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2286]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
- shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#309])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-8/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-toggle:
- shard-bmg: [PASS][43] -> [DMESG-WARN][44] ([Intel XE#877])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-bmg: NOTRUN -> [DMESG-WARN][45] ([Intel XE#877])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-bmg: [PASS][46] -> [SKIP][47] ([Intel XE#2291]) +2 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_dp_aux_dev:
- shard-bmg: [PASS][48] -> [SKIP][49] ([Intel XE#3009])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-2/igt@kms_dp_aux_dev.html
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_dp_aux_dev.html
* igt@kms_dsc@dsc-with-bpc:
- shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#2244])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-2/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-dg2-set2: NOTRUN -> [SKIP][51] ([Intel XE#455]) +7 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-464/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_feature_discovery@psr2:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#2374])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank:
- shard-lnl: NOTRUN -> [SKIP][53] ([Intel XE#1421])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-8/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4:
- shard-dg2-set2: [PASS][54] -> [FAIL][55] ([Intel XE#3321]) +1 other test fail
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4.html
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-464/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
- shard-dg2-set2: [PASS][56] -> [FAIL][57] ([Intel XE#301]) +2 other tests fail
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-464/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a6-dp4:
- shard-dg2-set2: NOTRUN -> [FAIL][58] ([Intel XE#301]) +3 other tests fail
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-wf_vblank:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#2316])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_flip@2x-flip-vs-wf_vblank.html
* igt@kms_flip@2x-plain-flip-fb-recreate:
- shard-bmg: [PASS][60] -> [SKIP][61] ([Intel XE#2316]) +4 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-1/igt@kms_flip@2x-plain-flip-fb-recreate.html
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_flip@2x-plain-flip-fb-recreate.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-bmg: [PASS][62] -> [FAIL][63] ([Intel XE#2882]) +5 other tests fail
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp2:
- shard-bmg: [PASS][64] -> [FAIL][65] ([Intel XE#3288] / [Intel XE#3321]) +1 other test fail
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp2.html
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp2.html
* igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a3:
- shard-bmg: [PASS][66] -> [FAIL][67] ([Intel XE#3321]) +1 other test fail
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-3/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a3.html
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a3.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1:
- shard-lnl: [PASS][68] -> [FAIL][69] ([Intel XE#886]) +6 other tests fail
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-5/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-4/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][70] ([Intel XE#1397]) +1 other test skip
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-3/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling:
- shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#1397] / [Intel XE#1745]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#2293])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][73] ([Intel XE#651]) +4 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-6/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-render:
- shard-bmg: NOTRUN -> [SKIP][74] ([Intel XE#2311]) +17 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render:
- shard-bmg: NOTRUN -> [FAIL][75] ([Intel XE#2333]) +7 other tests fail
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move:
- shard-lnl: NOTRUN -> [SKIP][76] ([Intel XE#656]) +10 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte:
- shard-dg2-set2: NOTRUN -> [SKIP][77] ([Intel XE#651]) +6 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-fullscreen:
- shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#2312]) +3 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][79] ([Intel XE#653]) +10 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-suspend:
- shard-lnl: [PASS][80] -> [INCOMPLETE][81] ([Intel XE#2050])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-dg2-set2: NOTRUN -> [SKIP][82] ([Intel XE#658])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#2313]) +17 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: NOTRUN -> [SKIP][84] ([Intel XE#3544])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_histogram@algo-basic:
- shard-bmg: NOTRUN -> [SKIP][85] ([Intel XE#3897])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@kms_histogram@algo-basic.html
* igt@kms_histogram@algo-color:
- shard-lnl: NOTRUN -> [SKIP][86] ([Intel XE#3897])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-5/igt@kms_histogram@algo-color.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-dg2-set2: NOTRUN -> [SKIP][87] ([Intel XE#346])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-bmg: NOTRUN -> [SKIP][88] ([Intel XE#2934])
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-lnl: NOTRUN -> [SKIP][89] ([Intel XE#356])
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@legacy:
- shard-bmg: NOTRUN -> [SKIP][90] ([Intel XE#2486])
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@kms_panel_fitting@legacy.html
* igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256:
- shard-dg2-set2: NOTRUN -> [FAIL][91] ([Intel XE#616]) +2 other tests fail
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256.html
* igt@kms_plane_lowres@tiling-x@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#599]) +3 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-8/igt@kms_plane_lowres@tiling-x@pipe-b-edp-1.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a:
- shard-dg2-set2: NOTRUN -> [SKIP][93] ([Intel XE#2763]) +2 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d:
- shard-dg2-set2: NOTRUN -> [SKIP][94] ([Intel XE#2763] / [Intel XE#455]) +1 other test skip
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c:
- shard-lnl: NOTRUN -> [SKIP][95] ([Intel XE#2763]) +11 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-1/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b:
- shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#2763]) +14 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b.html
* igt@kms_pm_dc@dc5-psr:
- shard-bmg: NOTRUN -> [SKIP][97] ([Intel XE#2392])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc6-dpms:
- shard-bmg: NOTRUN -> [FAIL][98] ([Intel XE#1430])
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#1439] / [Intel XE#836])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-lnl: NOTRUN -> [SKIP][100] ([Intel XE#1439] / [Intel XE#3141])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-5/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-lnl: NOTRUN -> [SKIP][101] ([Intel XE#2893])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-1/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
- shard-bmg: NOTRUN -> [SKIP][102] ([Intel XE#1489]) +5 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][103] ([Intel XE#1489]) +2 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-lnl: NOTRUN -> [SKIP][104] ([Intel XE#1128])
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-3/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr@fbc-psr2-cursor-plane-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][105] ([Intel XE#2850] / [Intel XE#929]) +5 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-464/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html
* igt@kms_psr@pr-primary-blt:
- shard-lnl: NOTRUN -> [SKIP][106] ([Intel XE#1406]) +2 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-8/igt@kms_psr@pr-primary-blt.html
* igt@kms_psr@pr-sprite-plane-onoff:
- shard-bmg: NOTRUN -> [SKIP][107] ([Intel XE#2234] / [Intel XE#2850]) +9 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_psr@pr-sprite-plane-onoff.html
* igt@kms_psr@psr2-primary-render:
- shard-bmg: NOTRUN -> [SKIP][108] ([Intel XE#2234])
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@kms_psr@psr2-primary-render.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-bmg: NOTRUN -> [SKIP][109] ([Intel XE#2330])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-bmg: NOTRUN -> [SKIP][110] ([Intel XE#3414] / [Intel XE#3904])
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-bmg: NOTRUN -> [SKIP][111] ([Intel XE#1435])
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@basic@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [FAIL][112] ([Intel XE#2883]) +6 other tests fail
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@kms_setmode@basic@pipe-a-hdmi-a-6.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1:
- shard-lnl: [PASS][113] -> [FAIL][114] ([Intel XE#899])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-7/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-7/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html
* igt@kms_vrr@flip-suspend:
- shard-bmg: NOTRUN -> [SKIP][115] ([Intel XE#1499])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@kms_vrr@flip-suspend.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-lnl: NOTRUN -> [SKIP][116] ([Intel XE#1499])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-5/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute:
- shard-dg2-set2: NOTRUN -> [SKIP][117] ([Intel XE#1280] / [Intel XE#455])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html
* igt@xe_eudebug@basic-vm-bind-ufence-reconnect:
- shard-bmg: NOTRUN -> [SKIP][118] ([Intel XE#3889])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@xe_eudebug@basic-vm-bind-ufence-reconnect.html
* igt@xe_eudebug@basic-vm-bind-ufence-sigint-client:
- shard-lnl: NOTRUN -> [SKIP][119] ([Intel XE#3889])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-8/igt@xe_eudebug@basic-vm-bind-ufence-sigint-client.html
* igt@xe_eudebug_online@interrupt-all-set-breakpoint:
- shard-lnl: NOTRUN -> [SKIP][120] ([Intel XE#2905]) +2 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-4/igt@xe_eudebug_online@interrupt-all-set-breakpoint.html
* igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram:
- shard-bmg: NOTRUN -> [SKIP][121] ([Intel XE#2905]) +5 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram.html
* igt@xe_eudebug_online@writes-caching-vram-bb-sram-target-vram:
- shard-dg2-set2: NOTRUN -> [SKIP][122] ([Intel XE#2905])
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@xe_eudebug_online@writes-caching-vram-bb-sram-target-vram.html
* igt@xe_evict@evict-beng-cm-threads-large-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][123] ([Intel XE#688]) +3 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-8/igt@xe_evict@evict-beng-cm-threads-large-multi-vm.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-dg2-set2: [PASS][124] -> [TIMEOUT][125] ([Intel XE#1473] / [Intel XE#402])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-433/igt@xe_evict@evict-beng-mixed-many-threads-small.html
- shard-bmg: NOTRUN -> [INCOMPLETE][126] ([Intel XE#1473])
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-dg2-set2: [PASS][127] -> [TIMEOUT][128] ([Intel XE#1473])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-436/igt@xe_evict@evict-mixed-many-threads-small.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic:
- shard-dg2-set2: NOTRUN -> [SKIP][129] ([Intel XE#1392])
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic.html
* igt@xe_exec_basic@multigpu-once-basic-defer-mmap:
- shard-dg2-set2: [PASS][130] -> [SKIP][131] ([Intel XE#1392]) +1 other test skip
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_exec_basic@multigpu-once-basic-defer-mmap.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@xe_exec_basic@multigpu-once-basic-defer-mmap.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-rebind:
- shard-bmg: NOTRUN -> [SKIP][132] ([Intel XE#2322]) +4 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@xe_exec_basic@multigpu-once-bindexecqueue-rebind.html
* igt@xe_exec_basic@multigpu-once-userptr:
- shard-lnl: NOTRUN -> [SKIP][133] ([Intel XE#1392]) +2 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-3/igt@xe_exec_basic@multigpu-once-userptr.html
* igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-imm:
- shard-dg2-set2: NOTRUN -> [SKIP][134] ([Intel XE#288]) +7 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-434/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-imm.html
* igt@xe_exec_threads@threads-bal-mixed-shared-vm-rebind:
- shard-dg2-set2: [PASS][135] -> [SKIP][136] ([Intel XE#1130])
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-434/igt@xe_exec_threads@threads-bal-mixed-shared-vm-rebind.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@xe_exec_threads@threads-bal-mixed-shared-vm-rebind.html
- shard-bmg: [PASS][137] -> [SKIP][138] ([Intel XE#1130])
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-2/igt@xe_exec_threads@threads-bal-mixed-shared-vm-rebind.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@xe_exec_threads@threads-bal-mixed-shared-vm-rebind.html
* igt@xe_live_ktest@xe_migrate:
- shard-bmg: NOTRUN -> [SKIP][139] ([Intel XE#1192]) +1 other test skip
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@xe_live_ktest@xe_migrate.html
* igt@xe_mmap@small-bar:
- shard-dg2-set2: NOTRUN -> [SKIP][140] ([Intel XE#512])
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@xe_mmap@small-bar.html
* igt@xe_module_load@force-load:
- shard-bmg: NOTRUN -> [SKIP][141] ([Intel XE#2457])
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@xe_module_load@force-load.html
* igt@xe_module_load@load:
- shard-bmg: ([PASS][142], [PASS][143], [PASS][144], [PASS][145], [PASS][146], [PASS][147], [PASS][148], [PASS][149], [PASS][150], [PASS][151], [PASS][152], [PASS][153], [PASS][154], [PASS][155], [PASS][156], [PASS][157], [PASS][158], [PASS][159], [PASS][160], [PASS][161], [PASS][162], [PASS][163], [PASS][164], [PASS][165]) -> ([PASS][166], [PASS][167], [PASS][168], [PASS][169], [PASS][170], [PASS][171], [PASS][172], [PASS][173], [PASS][174], [PASS][175], [PASS][176], [PASS][177], [SKIP][178], [PASS][179], [PASS][180], [PASS][181], [PASS][182], [PASS][183], [PASS][184], [PASS][185], [PASS][186], [PASS][187], [PASS][188], [PASS][189], [PASS][190], [PASS][191]) ([Intel XE#2457])
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-1/igt@xe_module_load@load.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@xe_module_load@load.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@xe_module_load@load.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@xe_module_load@load.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@xe_module_load@load.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@xe_module_load@load.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@xe_module_load@load.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-3/igt@xe_module_load@load.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-3/igt@xe_module_load@load.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-2/igt@xe_module_load@load.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@xe_module_load@load.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@xe_module_load@load.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-3/igt@xe_module_load@load.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_module_load@load.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-2/igt@xe_module_load@load.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-2/igt@xe_module_load@load.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_module_load@load.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_module_load@load.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-5/igt@xe_module_load@load.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-5/igt@xe_module_load@load.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-5/igt@xe_module_load@load.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-4/igt@xe_module_load@load.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-4/igt@xe_module_load@load.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-4/igt@xe_module_load@load.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@xe_module_load@load.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@xe_module_load@load.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@xe_module_load@load.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@xe_module_load@load.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@xe_module_load@load.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@xe_module_load@load.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@xe_module_load@load.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@xe_module_load@load.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@xe_module_load@load.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@xe_module_load@load.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@xe_module_load@load.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@xe_module_load@load.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@xe_module_load@load.html
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@xe_module_load@load.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@xe_module_load@load.html
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@xe_module_load@load.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@xe_module_load@load.html
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@xe_module_load@load.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@xe_module_load@load.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@xe_module_load@load.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@xe_module_load@load.html
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@xe_module_load@load.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@xe_module_load@load.html
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@xe_module_load@load.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@xe_module_load@load.html
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@xe_module_load@load.html
* igt@xe_module_load@many-reload:
- shard-bmg: [PASS][192] -> [FAIL][193] ([Intel XE#3546])
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-1/igt@xe_module_load@many-reload.html
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@xe_module_load@many-reload.html
- shard-dg2-set2: [PASS][194] -> [FAIL][195] ([Intel XE#3546])
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-432/igt@xe_module_load@many-reload.html
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-434/igt@xe_module_load@many-reload.html
* igt@xe_oa@disabled-read-error:
- shard-dg2-set2: NOTRUN -> [SKIP][196] ([Intel XE#2541] / [Intel XE#3573]) +1 other test skip
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@xe_oa@disabled-read-error.html
* igt@xe_oa@unprivileged-single-ctx-counters:
- shard-bmg: NOTRUN -> [SKIP][197] ([Intel XE#2248])
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@xe_oa@unprivileged-single-ctx-counters.html
* igt@xe_pat@pat-index-xehpc:
- shard-bmg: NOTRUN -> [SKIP][198] ([Intel XE#1420])
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@xe_pat@pat-index-xehpc.html
* igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p:
- shard-dg2-set2: NOTRUN -> [FAIL][199] ([Intel XE#1173])
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p.html
* igt@xe_pm@d3cold-mocs:
- shard-lnl: NOTRUN -> [SKIP][200] ([Intel XE#2284])
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-2/igt@xe_pm@d3cold-mocs.html
* igt@xe_pm@s4-d3hot-basic-exec:
- shard-dg2-set2: [PASS][201] -> [ABORT][202] ([Intel XE#1358])
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@xe_pm@s4-d3hot-basic-exec.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@xe_pm@s4-d3hot-basic-exec.html
* igt@xe_pm@s4-multiple-execs:
- shard-lnl: [PASS][203] -> [ABORT][204] ([Intel XE#1358] / [Intel XE#1607] / [Intel XE#1794])
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-7/igt@xe_pm@s4-multiple-execs.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-2/igt@xe_pm@s4-multiple-execs.html
* igt@xe_pm@s4-vm-bind-unbind-all:
- shard-dg2-set2: [PASS][205] -> [ABORT][206] ([Intel XE#1358] / [Intel XE#1794]) +2 other tests abort
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@xe_pm@s4-vm-bind-unbind-all.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@xe_pm@s4-vm-bind-unbind-all.html
* igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz:
- shard-dg2-set2: NOTRUN -> [SKIP][207] ([Intel XE#944])
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-464/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html
* igt@xe_query@multigpu-query-topology-l3-bank-mask:
- shard-lnl: NOTRUN -> [SKIP][208] ([Intel XE#944]) +1 other test skip
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-1/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
#### Possible fixes ####
* igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-3:
- shard-bmg: [FAIL][209] ([Intel XE#827]) -> [PASS][210]
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-5/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-3.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-3.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0:
- shard-dg2-set2: [SKIP][211] ([Intel XE#2136]) -> [PASS][212] +1 other test pass
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-464/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: [INCOMPLETE][213] ([Intel XE#3862]) -> [PASS][214] +1 other test pass
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4:
- shard-dg2-set2: [INCOMPLETE][215] ([Intel XE#3124]) -> [PASS][216]
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6:
- shard-dg2-set2: [DMESG-WARN][217] ([Intel XE#1727] / [Intel XE#3113]) -> [PASS][218]
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-bmg: [SKIP][219] ([Intel XE#2291]) -> [PASS][220] +1 other test pass
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@cursora-vs-flipa-legacy:
- shard-bmg: [INCOMPLETE][221] ([Intel XE#3226]) -> [PASS][222]
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_cursor_legacy@cursora-vs-flipa-legacy.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@kms_cursor_legacy@cursora-vs-flipa-legacy.html
* igt@kms_cursor_legacy@torture-bo@pipe-a:
- shard-lnl: [DMESG-WARN][223] ([Intel XE#877]) -> [PASS][224] +1 other test pass
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-5/igt@kms_cursor_legacy@torture-bo@pipe-a.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-8/igt@kms_cursor_legacy@torture-bo@pipe-a.html
* igt@kms_flip@2x-dpms-vs-vblank-race:
- shard-bmg: [SKIP][225] ([Intel XE#2316]) -> [PASS][226]
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_flip@2x-dpms-vs-vblank-race.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@kms_flip@2x-dpms-vs-vblank-race.html
* igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3:
- shard-bmg: [FAIL][227] ([Intel XE#2882]) -> [PASS][228]
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3.html
* igt@kms_flip@absolute-wf_vblank:
- shard-lnl: [INCOMPLETE][229] ([Intel XE#2049]) -> [PASS][230]
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-5/igt@kms_flip@absolute-wf_vblank.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-1/igt@kms_flip@absolute-wf_vblank.html
* igt@kms_flip@absolute-wf_vblank@b-edp1:
- shard-lnl: [INCOMPLETE][231] -> [PASS][232]
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-5/igt@kms_flip@absolute-wf_vblank@b-edp1.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-1/igt@kms_flip@absolute-wf_vblank@b-edp1.html
* igt@kms_flip@basic-flip-vs-wf_vblank:
- shard-dg2-set2: [FAIL][233] ([Intel XE#3098]) -> [PASS][234]
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-432/igt@kms_flip@basic-flip-vs-wf_vblank.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-433/igt@kms_flip@basic-flip-vs-wf_vblank.html
* igt@kms_flip@flip-vs-blocking-wf-vblank:
- shard-dg2-set2: [INCOMPLETE][235] ([Intel XE#3937]) -> [PASS][236]
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@kms_flip@flip-vs-blocking-wf-vblank.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-433/igt@kms_flip@flip-vs-blocking-wf-vblank.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp4:
- shard-dg2-set2: [INCOMPLETE][237] -> [PASS][238]
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp4.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-433/igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp4.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@d-dp2:
- shard-bmg: [FAIL][239] ([Intel XE#3288]) -> [PASS][240]
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-dp2.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-dp2.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@d-dp4:
- shard-dg2-set2: [FAIL][241] ([Intel XE#301]) -> [PASS][242] +1 other test pass
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-dp4.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-464/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-dp4.html
* igt@kms_flip@flip-vs-expired-vblank@a-dp4:
- shard-dg2-set2: [FAIL][243] ([Intel XE#3321]) -> [PASS][244]
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank@a-dp4.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@a-dp4.html
* igt@kms_flip@flip-vs-expired-vblank@c-dp4:
- shard-dg2-set2: [FAIL][245] ([Intel XE#301] / [Intel XE#3321]) -> [PASS][246]
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank@c-dp4.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@c-dp4.html
* igt@kms_flip@flip-vs-rmfb@d-hdmi-a3:
- shard-bmg: [INCOMPLETE][247] -> [PASS][248] +3 other tests pass
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-2/igt@kms_flip@flip-vs-rmfb@d-hdmi-a3.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@kms_flip@flip-vs-rmfb@d-hdmi-a3.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-dg2-set2: [INCOMPLETE][249] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][250] +1 other test pass
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-432/igt@kms_flip@flip-vs-suspend-interruptible.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend@c-dp4:
- shard-dg2-set2: [INCOMPLETE][251] ([Intel XE#2049]) -> [PASS][252]
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@kms_flip@flip-vs-suspend@c-dp4.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-464/igt@kms_flip@flip-vs-suspend@c-dp4.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling:
- shard-bmg: [SKIP][253] ([Intel XE#2136] / [Intel XE#2231]) -> [PASS][254] +2 other tests pass
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling.html
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-bmg: [SKIP][255] ([Intel XE#3012]) -> [PASS][256]
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_joiner@basic-force-big-joiner.html
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_lease@possible-crtcs-filtering:
- shard-bmg: [SKIP][257] ([Intel XE#3007]) -> [PASS][258] +7 other tests pass
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_lease@possible-crtcs-filtering.html
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@kms_lease@possible-crtcs-filtering.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats:
- shard-dg2-set2: [SKIP][259] ([Intel XE#2423] / [i915#2575]) -> [PASS][260] +6 other tests pass
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats.html
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-464/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: [FAIL][261] ([Intel XE#718]) -> [PASS][262]
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-2/igt@kms_pm_dc@dc5-dpms.html
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-lnl-6/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-bmg: [SKIP][263] ([Intel XE#2446]) -> [PASS][264]
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
- shard-dg2-set2: [SKIP][265] ([Intel XE#2446]) -> [PASS][266]
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-dg2-set2: [ABORT][267] ([Intel XE#2625]) -> [PASS][268]
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-432/igt@kms_pm_rpm@system-suspend-modeset.html
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-434/igt@kms_pm_rpm@system-suspend-modeset.html
- shard-bmg: [DMESG-WARN][269] -> [PASS][270]
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_pm_rpm@system-suspend-modeset.html
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-bmg: [SKIP][271] ([Intel XE#1435]) -> [PASS][272]
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@xe_exec_basic@many-execqueues-userptr-invalidate-race:
- shard-bmg: [SKIP][273] ([Intel XE#1130]) -> [PASS][274] +16 other tests pass
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_exec_basic@many-execqueues-userptr-invalidate-race.html
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@xe_exec_basic@many-execqueues-userptr-invalidate-race.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate:
- shard-dg2-set2: [SKIP][275] ([Intel XE#1392]) -> [PASS][276] +2 other tests pass
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-432/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate.html
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate.html
* igt@xe_exec_basic@once-rebind:
- shard-dg2-set2: [SKIP][277] ([Intel XE#1130]) -> [PASS][278] +7 other tests pass
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_exec_basic@once-rebind.html
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@xe_exec_basic@once-rebind.html
* igt@xe_live_ktest@xe_dma_buf:
- shard-bmg: [SKIP][279] ([Intel XE#1192]) -> [PASS][280]
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_live_ktest@xe_dma_buf.html
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@xe_live_ktest@xe_dma_buf.html
* igt@xe_module_load@load:
- shard-dg2-set2: ([PASS][281], [PASS][282], [PASS][283], [PASS][284], [PASS][285], [PASS][286], [PASS][287], [PASS][288], [PASS][289], [PASS][290], [SKIP][291], [PASS][292], [PASS][293], [PASS][294], [PASS][295], [PASS][296], [PASS][297], [PASS][298], [PASS][299], [PASS][300], [PASS][301], [PASS][302], [PASS][303], [PASS][304], [PASS][305], [PASS][306]) ([Intel XE#378]) -> ([PASS][307], [PASS][308], [PASS][309], [PASS][310], [PASS][311], [PASS][312], [PASS][313], [PASS][314], [PASS][315], [PASS][316], [PASS][317], [PASS][318], [PASS][319], [PASS][320], [PASS][321], [PASS][322], [PASS][323], [PASS][324], [PASS][325], [PASS][326], [PASS][327], [PASS][328], [PASS][329])
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-434/igt@xe_module_load@load.html
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-434/igt@xe_module_load@load.html
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-434/igt@xe_module_load@load.html
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-434/igt@xe_module_load@load.html
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-432/igt@xe_module_load@load.html
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-432/igt@xe_module_load@load.html
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-432/igt@xe_module_load@load.html
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@xe_module_load@load.html
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@xe_module_load@load.html
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@xe_module_load@load.html
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@xe_module_load@load.html
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_module_load@load.html
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_module_load@load.html
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_module_load@load.html
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_module_load@load.html
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@xe_module_load@load.html
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@xe_module_load@load.html
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@xe_module_load@load.html
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@xe_module_load@load.html
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-433/igt@xe_module_load@load.html
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-436/igt@xe_module_load@load.html
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-436/igt@xe_module_load@load.html
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-436/igt@xe_module_load@load.html
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-433/igt@xe_module_load@load.html
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-436/igt@xe_module_load@load.html
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-433/igt@xe_module_load@load.html
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-464/igt@xe_module_load@load.html
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@xe_module_load@load.html
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@xe_module_load@load.html
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@xe_module_load@load.html
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@xe_module_load@load.html
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-463/igt@xe_module_load@load.html
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-433/igt@xe_module_load@load.html
[314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-433/igt@xe_module_load@load.html
[315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-464/igt@xe_module_load@load.html
[316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@xe_module_load@load.html
[317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-464/igt@xe_module_load@load.html
[318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@xe_module_load@load.html
[319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-463/igt@xe_module_load@load.html
[320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@xe_module_load@load.html
[321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-463/igt@xe_module_load@load.html
[322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-434/igt@xe_module_load@load.html
[323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@xe_module_load@load.html
[324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@xe_module_load@load.html
[325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@xe_module_load@load.html
[326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@xe_module_load@load.html
[327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@xe_module_load@load.html
[328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-433/igt@xe_module_load@load.html
[329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-433/igt@xe_module_load@load.html
#### Warnings ####
* igt@kms_async_flips@invalid-async-flip-atomic:
- shard-dg2-set2: [SKIP][330] ([Intel XE#2423] / [i915#2575]) -> [SKIP][331] ([Intel XE#3768])
[330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_async_flips@invalid-async-flip-atomic.html
[331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-434/igt@kms_async_flips@invalid-async-flip-atomic.html
- shard-bmg: [SKIP][332] ([Intel XE#3007]) -> [SKIP][333] ([Intel XE#3768])
[332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_async_flips@invalid-async-flip-atomic.html
[333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@kms_async_flips@invalid-async-flip-atomic.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-180:
- shard-bmg: [SKIP][334] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][335] ([Intel XE#1124])
[334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
[335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-bmg: [SKIP][336] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][337] ([Intel XE#607])
[336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
[337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
- shard-dg2-set2: [SKIP][338] ([Intel XE#2136]) -> [SKIP][339] ([Intel XE#607])
[338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
[339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-433/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc:
- shard-bmg: [SKIP][340] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][341] ([Intel XE#2887]) +2 other tests skip
[340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html
[341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html
- shard-dg2-set2: [SKIP][342] ([Intel XE#2136]) -> [SKIP][343] ([Intel XE#455] / [Intel XE#787]) +1 other test skip
[342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html
[343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k:
- shard-dg2-set2: [SKIP][344] ([Intel XE#2423] / [i915#2575]) -> [SKIP][345] ([Intel XE#373])
[344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html
[345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-463/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate:
- shard-bmg: [SKIP][346] ([Intel XE#3007]) -> [SKIP][347] ([Intel XE#2252]) +1 other test skip
[346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate.html
[347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate.html
* igt@kms_content_protection@legacy:
- shard-bmg: [FAIL][348] ([Intel XE#1178]) -> [SKIP][349] ([Intel XE#2341]) +1 other test skip
[348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-4/igt@kms_content_protection@legacy.html
[349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@mei-interface:
- shard-bmg: [SKIP][350] ([Intel XE#3007]) -> [SKIP][351] ([Intel XE#2341])
[350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_content_protection@mei-interface.html
[351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
- shard-bmg: [SKIP][352] ([Intel XE#3007]) -> [SKIP][353] ([Intel XE#2320]) +1 other test skip
[352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
[353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
- shard-dg2-set2: [SKIP][354] ([Intel XE#2423] / [i915#2575]) -> [SKIP][355] ([Intel XE#455]) +1 other test skip
[354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
[355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-463/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-bmg: [SKIP][356] ([Intel XE#2136] / [Intel XE#2231]) -> [FAIL][357] ([Intel XE#1695])
[356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_fbcon_fbt@fbc-suspend.html
[357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_feature_discovery@chamelium:
- shard-bmg: [SKIP][358] ([Intel XE#3007]) -> [SKIP][359] ([Intel XE#2372])
[358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_feature_discovery@chamelium.html
[359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@kms_feature_discovery@chamelium.html
* igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
- shard-bmg: [SKIP][360] ([Intel XE#3007]) -> [SKIP][361] ([Intel XE#2316])
[360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
[361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling:
- shard-bmg: [SKIP][362] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][363] ([Intel XE#2293] / [Intel XE#2380])
[362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
[363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
- shard-dg2-set2: [SKIP][364] ([Intel XE#2136]) -> [SKIP][365] ([Intel XE#455])
[364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
[365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render:
- shard-bmg: [SKIP][366] ([Intel XE#2311]) -> [SKIP][367] ([Intel XE#2312]) +13 other tests skip
[366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html
[367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-shrfb-scaledprimary:
- shard-bmg: [SKIP][368] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][369] ([Intel XE#2311]) +3 other tests skip
[368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-shrfb-scaledprimary.html
[369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-shrfb-scaledprimary.html
- shard-dg2-set2: [SKIP][370] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][371] ([Intel XE#651]) +1 other test skip
[370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-shrfb-scaledprimary.html
[371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-shrfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt:
- shard-bmg: [SKIP][372] ([Intel XE#2136] / [Intel XE#2231]) -> [FAIL][373] ([Intel XE#2333]) +1 other test fail
[372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
[373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-rte:
- shard-bmg: [SKIP][374] ([Intel XE#2312]) -> [FAIL][375] ([Intel XE#2333]) +2 other tests fail
[374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-rte.html
[375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-rte.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move:
- shard-bmg: [INCOMPLETE][376] ([Intel XE#2050]) -> [FAIL][377] ([Intel XE#2333])
[376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move.html
[377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: [FAIL][378] ([Intel XE#2333]) -> [SKIP][379] ([Intel XE#2312]) +2 other tests skip
[378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
[379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-draw-render:
- shard-bmg: [SKIP][380] ([Intel XE#2312]) -> [SKIP][381] ([Intel XE#2311]) +4 other tests skip
[380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-draw-render.html
[381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][382] ([Intel XE#2136]) -> [SKIP][383] ([Intel XE#653]) +1 other test skip
[382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
[383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt:
- shard-bmg: [SKIP][384] ([Intel XE#2312]) -> [SKIP][385] ([Intel XE#2313]) +4 other tests skip
[384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html
[385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary:
- shard-bmg: [SKIP][386] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][387] ([Intel XE#2313]) +4 other tests skip
[386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html
[387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html
- shard-dg2-set2: [SKIP][388] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][389] ([Intel XE#653])
[388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html
[389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen:
- shard-bmg: [SKIP][390] ([Intel XE#2313]) -> [SKIP][391] ([Intel XE#2312]) +14 other tests skip
[390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen.html
[391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-bmg: [SKIP][392] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][393] ([Intel XE#2387])
[392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_psr2_su@frontbuffer-xrgb8888.html
[393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@kms_psr2_su@frontbuffer-xrgb8888.html
- shard-dg2-set2: [SKIP][394] ([Intel XE#2136]) -> [SKIP][395] ([Intel XE#1122])
[394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_psr2_su@frontbuffer-xrgb8888.html
[395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-464/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@fbc-pr-sprite-blt:
- shard-bmg: [SKIP][396] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][397] ([Intel XE#2234] / [Intel XE#2850])
[396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_psr@fbc-pr-sprite-blt.html
[397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@kms_psr@fbc-pr-sprite-blt.html
- shard-dg2-set2: [SKIP][398] ([Intel XE#2136]) -> [SKIP][399] ([Intel XE#2850] / [Intel XE#929])
[398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_psr@fbc-pr-sprite-blt.html
[399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@kms_psr@fbc-pr-sprite-blt.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-bmg: [SKIP][400] ([Intel XE#3007]) -> [SKIP][401] ([Intel XE#3414] / [Intel XE#3904])
[400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
- shard-dg2-set2: [SKIP][402] ([Intel XE#2423] / [i915#2575]) -> [SKIP][403] ([Intel XE#3414])
[402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@xe_compute_preempt@compute-threadgroup-preempt:
- shard-dg2-set2: [SKIP][404] ([Intel XE#1130]) -> [SKIP][405] ([Intel XE#1280] / [Intel XE#455])
[404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_compute_preempt@compute-threadgroup-preempt.html
[405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@xe_compute_preempt@compute-threadgroup-preempt.html
* igt@xe_eudebug@basic-vm-bind-extended-discovery:
- shard-dg2-set2: [SKIP][406] ([Intel XE#1130]) -> [SKIP][407] ([Intel XE#2905]) +1 other test skip
[406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_eudebug@basic-vm-bind-extended-discovery.html
[407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@xe_eudebug@basic-vm-bind-extended-discovery.html
- shard-bmg: [SKIP][408] ([Intel XE#1130]) -> [SKIP][409] ([Intel XE#2905])
[408]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_eudebug@basic-vm-bind-extended-discovery.html
[409]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@xe_eudebug@basic-vm-bind-extended-discovery.html
* igt@xe_evict@evict-beng-mixed-threads-large:
- shard-bmg: [TIMEOUT][410] ([Intel XE#1473]) -> [INCOMPLETE][411] ([Intel XE#1473])
[410]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-3/igt@xe_evict@evict-beng-mixed-threads-large.html
[411]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@xe_evict@evict-beng-mixed-threads-large.html
* igt@xe_evict@evict-beng-threads-large:
- shard-bmg: [FAIL][412] ([Intel XE#1000]) -> [TIMEOUT][413] ([Intel XE#1473])
[412]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@xe_evict@evict-beng-threads-large.html
[413]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-5/igt@xe_evict@evict-beng-threads-large.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-bmg: [FAIL][414] ([Intel XE#1000]) -> [TIMEOUT][415] ([Intel XE#1473] / [Intel XE#2472])
[414]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@xe_evict@evict-mixed-many-threads-small.html
[415]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_exec_basic@multigpu-once-null-rebind:
- shard-bmg: [SKIP][416] ([Intel XE#1130]) -> [SKIP][417] ([Intel XE#2322])
[416]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_exec_basic@multigpu-once-null-rebind.html
[417]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-8/igt@xe_exec_basic@multigpu-once-null-rebind.html
* igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race:
- shard-dg2-set2: [SKIP][418] ([Intel XE#1130]) -> [SKIP][419] ([Intel XE#288])
[418]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race.html
[419]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-435/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race.html
* igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence:
- shard-dg2-set2: [SKIP][420] ([Intel XE#1130]) -> [SKIP][421] ([Intel XE#2360])
[420]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html
[421]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-463/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html
* igt@xe_live_ktest@xe_eudebug:
- shard-bmg: [SKIP][422] ([Intel XE#2833]) -> [SKIP][423] ([Intel XE#1192])
[422]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@xe_live_ktest@xe_eudebug.html
[423]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-2/igt@xe_live_ktest@xe_eudebug.html
* igt@xe_peer2peer@read:
- shard-bmg: [SKIP][424] ([Intel XE#2557]) -> [SKIP][425] ([Intel XE#2427])
[424]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_peer2peer@read.html
[425]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-4/igt@xe_peer2peer@read.html
- shard-dg2-set2: [SKIP][426] ([Intel XE#1061]) -> [FAIL][427] ([Intel XE#1173])
[426]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_peer2peer@read.html
[427]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@xe_peer2peer@read.html
* igt@xe_pm@s3-vm-bind-unbind-all:
- shard-dg2-set2: [SKIP][428] ([Intel XE#1130]) -> [ABORT][429] ([Intel XE#1358] / [Intel XE#1794])
[428]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_pm@s3-vm-bind-unbind-all.html
[429]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-432/igt@xe_pm@s3-vm-bind-unbind-all.html
* igt@xe_query@multigpu-query-uc-fw-version-huc:
- shard-bmg: [SKIP][430] ([Intel XE#1130]) -> [SKIP][431] ([Intel XE#944])
[430]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_query@multigpu-query-uc-fw-version-huc.html
[431]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-bmg-1/igt@xe_query@multigpu-query-uc-fw-version-huc.html
- shard-dg2-set2: [SKIP][432] ([Intel XE#1130]) -> [SKIP][433] ([Intel XE#944])
[432]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_query@multigpu-query-uc-fw-version-huc.html
[433]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/shard-dg2-436/igt@xe_query@multigpu-query-uc-fw-version-huc.html
[Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000
[Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128
[Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130
[Intel XE#1152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152
[Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[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#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1695
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2050
[Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136
[Intel XE#2231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[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#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[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#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372
[Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392
[Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#2446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2446
[Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
[Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#2557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2557
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2625
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882
[Intel XE#2883]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
[Intel XE#2934]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2934
[Intel XE#3007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007
[Intel XE#3009]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3009
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3012]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3098
[Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
[Intel XE#3124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#3226]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3226
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3288
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#3546]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3546
[Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3768]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3768
[Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#3862]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862
[Intel XE#3889]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889
[Intel XE#3897]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3897
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#3937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3937
[Intel XE#402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/402
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#827]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/827
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/873
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899
[Intel XE#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
Build changes
-------------
* IGT: IGT_8182 -> IGTPW_12408
* Linux: xe-2456-9cbe590862ef629f35ce9f4c2dc5c0a6a4553f48 -> xe-2459-9e5828f71dbb3bf6dff6a2bcfaa761d048344b2a
IGTPW_12408: 8977a5326aa3b1f4ad89ff76c4f6198b0ed10d89 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8182: 8911eff2c6c06d2929c6072f3ba72d2d991985ea @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2456-9cbe590862ef629f35ce9f4c2dc5c0a6a4553f48: 9cbe590862ef629f35ce9f4c2dc5c0a6a4553f48
xe-2459-9e5828f71dbb3bf6dff6a2bcfaa761d048344b2a: 9e5828f71dbb3bf6dff6a2bcfaa761d048344b2a
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12408/index.html
[-- Attachment #2: Type: text/html, Size: 113821 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Xe.CI.Full: failure for drm-uapi/xe: Sync with OA uapi updates (rev2)
2025-01-09 3:23 [PATCH i-g-t] drm-uapi/xe: Sync with OA uapi updates Ashutosh Dixit
` (5 preceding siblings ...)
2025-01-11 6:15 ` ✗ Xe.CI.Full: failure for drm-uapi/xe: Sync with OA uapi updates Patchwork
@ 2025-01-11 10:23 ` Patchwork
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2025-01-11 10:23 UTC (permalink / raw)
To: Ashutosh Dixit; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 112489 bytes --]
== Series Details ==
Series: drm-uapi/xe: Sync with OA uapi updates (rev2)
URL : https://patchwork.freedesktop.org/series/143297/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8182_full -> XEIGTPW_12413_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_12413_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12413_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.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_12413_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a2:
- shard-dg2-set2: NOTRUN -> [FAIL][1] +3 other tests fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a2.html
* igt@kms_vblank@ts-continuation-suspend@pipe-d-dp-2:
- shard-dg2-set2: NOTRUN -> [ABORT][2]
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@kms_vblank@ts-continuation-suspend@pipe-d-dp-2.html
* igt@xe_pm_residency@cpg-basic:
- shard-dg2-set2: [PASS][3] -> [ABORT][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@xe_pm_residency@cpg-basic.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@xe_pm_residency@cpg-basic.html
Known issues
------------
Here are the changes found in XEIGTPW_12413_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_async_flips@invalid-async-flip:
- shard-bmg: NOTRUN -> [SKIP][5] ([Intel XE#873])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_big_fb@linear-64bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][6] ([Intel XE#1407])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-4/igt@kms_big_fb@linear-64bpp-rotate-270.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#2327]) +5 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-0:
- shard-bmg: [PASS][8] -> [SKIP][9] ([Intel XE#2136] / [Intel XE#2231]) +1 other test skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-4/igt@kms_big_fb@x-tiled-64bpp-rotate-0.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_big_fb@x-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-lnl: NOTRUN -> [SKIP][10] ([Intel XE#1467])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-3/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-dg2-set2: NOTRUN -> [SKIP][11] ([Intel XE#1124]) +5 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-90:
- shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#1124])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-7/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#1124]) +8 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p:
- shard-bmg: [PASS][14] -> [SKIP][15] ([Intel XE#2314] / [Intel XE#2894]) +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
* igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#2314] / [Intel XE#2894])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
* igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][17] ([Intel XE#2191])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-2-displays-3840x2160p:
- shard-dg2-set2: NOTRUN -> [SKIP][18] ([Intel XE#367])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-463/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#367])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#2887]) +3 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-7/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#455] / [Intel XE#787]) +28 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-bmg: [PASS][22] -> [INCOMPLETE][23] ([Intel XE#3862]) +1 other test incomplete
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#3432]) +2 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
- shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#3432])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-4/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#787]) +160 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#2887]) +6 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-5/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-dp-4:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][28] ([Intel XE#2692])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][29] ([Intel XE#2907])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
* igt@kms_chamelium_color@ctm-green-to-red:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#306])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-6/igt@kms_chamelium_color@ctm-green-to-red.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-dg2-set2: NOTRUN -> [SKIP][31] ([Intel XE#306])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_edid@dp-edid-change-during-hibernate:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#2252]) +9 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
* igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#373]) +3 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-2/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-dg2-set2: NOTRUN -> [SKIP][34] ([Intel XE#373]) +5 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_content_protection@atomic:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2341])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@lic-type-0@pipe-a-dp-2:
- shard-dg2-set2: NOTRUN -> [FAIL][36] ([Intel XE#1178])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@kms_content_protection@lic-type-0@pipe-a-dp-2.html
* igt@kms_content_protection@uevent:
- shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#3278]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-3/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#3007])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-random-max-size:
- shard-lnl: NOTRUN -> [SKIP][39] ([Intel XE#1424]) +2 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-4/igt@kms_cursor_crc@cursor-random-max-size.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-dg2-set2: NOTRUN -> [SKIP][40] ([Intel XE#308])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-435/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2321])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#2286]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
- shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#309])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-1/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html
* igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
- shard-bmg: [PASS][44] -> [SKIP][45] ([Intel XE#2291]) +3 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-3/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-dg2-set2: NOTRUN -> [SKIP][46] ([Intel XE#323])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][47] ([i915#3804])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-435/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html
* igt@kms_dsc@dsc-with-bpc:
- shard-lnl: NOTRUN -> [SKIP][48] ([Intel XE#2244])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-4/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-dg2-set2: NOTRUN -> [SKIP][49] ([Intel XE#455]) +7 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_feature_discovery@psr2:
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#2374])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@kms_feature_discovery@psr2.html
- shard-dg2-set2: NOTRUN -> [SKIP][51] ([Intel XE#1135])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank:
- shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#1421])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-4/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
* igt@kms_flip@2x-nonexisting-fb:
- shard-bmg: [PASS][53] -> [SKIP][54] ([Intel XE#2316]) +7 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-1/igt@kms_flip@2x-nonexisting-fb.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_flip@2x-nonexisting-fb.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a6-dp4:
- shard-dg2-set2: [PASS][55] -> [FAIL][56] ([Intel XE#2882]) +1 other test fail
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-436/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a6-dp4.html
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a6-dp4.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp2:
- shard-dg2-set2: NOTRUN -> [FAIL][57] ([Intel XE#301] / [Intel XE#3321])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp2.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@d-dp2:
- shard-dg2-set2: NOTRUN -> [FAIL][58] ([Intel XE#301]) +3 other tests fail
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-dp2.html
* igt@kms_flip@flip-vs-expired-vblank@c-dp2:
- shard-bmg: [PASS][59] -> [INCOMPLETE][60] ([Intel XE#2635]) +1 other test incomplete
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-3/igt@kms_flip@flip-vs-expired-vblank@c-dp2.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@kms_flip@flip-vs-expired-vblank@c-dp2.html
* igt@kms_flip@plain-flip-ts-check-interruptible:
- shard-lnl: [PASS][61] -> [FAIL][62] ([Intel XE#886]) +1 other test fail
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-4/igt@kms_flip@plain-flip-ts-check-interruptible.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-5/igt@kms_flip@plain-flip-ts-check-interruptible.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@a-dp2:
- shard-bmg: [PASS][63] -> [FAIL][64] ([Intel XE#2882]) +5 other tests fail
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@kms_flip@wf_vblank-ts-check-interruptible@a-dp2.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@kms_flip@wf_vblank-ts-check-interruptible@a-dp2.html
* igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][65] ([Intel XE#1397]) +1 other test skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-1/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
- shard-dg2-set2: NOTRUN -> [SKIP][66] ([Intel XE#2136])
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling:
- shard-lnl: NOTRUN -> [SKIP][67] ([Intel XE#1397] / [Intel XE#1745]) +1 other test skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#2293])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][69] ([Intel XE#651]) +5 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-6/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-render:
- shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#2311]) +21 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render:
- shard-bmg: NOTRUN -> [FAIL][71] ([Intel XE#2333]) +8 other tests fail
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move:
- shard-dg2-set2: [PASS][72] -> [SKIP][73] ([Intel XE#2136]) +3 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move:
- shard-lnl: NOTRUN -> [SKIP][74] ([Intel XE#656]) +11 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte:
- shard-dg2-set2: NOTRUN -> [SKIP][75] ([Intel XE#651]) +8 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][76] ([Intel XE#653]) +12 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt:
- shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#2312]) +2 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-dg2-set2: NOTRUN -> [SKIP][78] ([Intel XE#658])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#2313]) +15 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#3544])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_histogram@algo-basic:
- shard-bmg: NOTRUN -> [SKIP][81] ([Intel XE#3897])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@kms_histogram@algo-basic.html
* igt@kms_histogram@algo-color:
- shard-lnl: NOTRUN -> [SKIP][82] ([Intel XE#3897])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-7/igt@kms_histogram@algo-color.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#346])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-bmg: NOTRUN -> [SKIP][84] ([Intel XE#2934])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-5/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
- shard-dg2-set2: NOTRUN -> [SKIP][85] ([Intel XE#2925])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_lease@setcrtc-implicit-plane:
- shard-bmg: [PASS][86] -> [SKIP][87] ([Intel XE#3007]) +6 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@kms_lease@setcrtc-implicit-plane.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_lease@setcrtc-implicit-plane.html
- shard-dg2-set2: [PASS][88] -> [SKIP][89] ([Intel XE#2423] / [i915#2575]) +7 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@kms_lease@setcrtc-implicit-plane.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_lease@setcrtc-implicit-plane.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-lnl: NOTRUN -> [SKIP][90] ([Intel XE#356])
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@legacy:
- shard-bmg: NOTRUN -> [SKIP][91] ([Intel XE#2486])
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_panel_fitting@legacy.html
* igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256:
- shard-dg2-set2: NOTRUN -> [FAIL][92] ([Intel XE#616]) +4 other tests fail
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-435/igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256.html
* igt@kms_plane_lowres@tiling-x@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][93] ([Intel XE#599]) +3 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-8/igt@kms_plane_lowres@tiling-x@pipe-b-edp-1.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-bmg: NOTRUN -> [SKIP][94] ([Intel XE#2571])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-lnl: NOTRUN -> [SKIP][95] ([Intel XE#3307])
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-5/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a:
- shard-dg2-set2: NOTRUN -> [SKIP][96] ([Intel XE#2763]) +2 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d:
- shard-dg2-set2: NOTRUN -> [SKIP][97] ([Intel XE#2763] / [Intel XE#455]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c:
- shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#2763]) +11 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-8/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b:
- shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#2763]) +14 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b.html
* igt@kms_pm_dc@dc5-psr:
- shard-bmg: NOTRUN -> [SKIP][100] ([Intel XE#2392])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@kms_pm_dc@dc5-psr.html
- shard-lnl: [PASS][101] -> [FAIL][102] ([Intel XE#718])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-8/igt@kms_pm_dc@dc5-psr.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-5/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc6-dpms:
- shard-bmg: NOTRUN -> [SKIP][103] ([Intel XE#2136] / [Intel XE#2231])
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-bmg: NOTRUN -> [SKIP][104] ([Intel XE#1439] / [Intel XE#836])
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-lnl: NOTRUN -> [SKIP][105] ([Intel XE#1439] / [Intel XE#3141])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-2/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][106] ([Intel XE#1489]) +2 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-lnl: NOTRUN -> [SKIP][107] ([Intel XE#2893])
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-4/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
- shard-bmg: NOTRUN -> [SKIP][108] ([Intel XE#1489]) +5 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr@fbc-psr2-cursor-plane-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][109] ([Intel XE#2850] / [Intel XE#929]) +7 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html
* igt@kms_psr@pr-primary-blt:
- shard-lnl: NOTRUN -> [SKIP][110] ([Intel XE#1406]) +2 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-7/igt@kms_psr@pr-primary-blt.html
* igt@kms_psr@pr-sprite-plane-onoff:
- shard-bmg: NOTRUN -> [SKIP][111] ([Intel XE#2234] / [Intel XE#2850]) +10 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@kms_psr@pr-sprite-plane-onoff.html
* igt@kms_psr@psr2-primary-render:
- shard-bmg: NOTRUN -> [SKIP][112] ([Intel XE#2234])
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@kms_psr@psr2-primary-render.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-bmg: NOTRUN -> [SKIP][113] ([Intel XE#2330])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-bmg: NOTRUN -> [SKIP][114] ([Intel XE#3414] / [Intel XE#3904])
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-bmg: NOTRUN -> [SKIP][115] ([Intel XE#1435])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-lnl: [PASS][116] -> [FAIL][117] ([Intel XE#2883]) +2 other tests fail
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-5/igt@kms_setmode@basic@pipe-b-edp-1.html
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-2/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#1500])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-dg2-set2: NOTRUN -> [ABORT][119] ([Intel XE#2625])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@kms_vblank@ts-continuation-suspend.html
* igt@kms_vrr@flip-suspend:
- shard-bmg: NOTRUN -> [SKIP][120] ([Intel XE#1499])
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_vrr@flip-suspend.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-lnl: NOTRUN -> [SKIP][121] ([Intel XE#1499])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-6/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
- shard-dg2-set2: NOTRUN -> [SKIP][122] ([Intel XE#1091] / [Intel XE#2849])
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
* igt@xe_ccs@ctrl-surf-copy-new-ctx:
- shard-dg2-set2: [PASS][123] -> [SKIP][124] ([Intel XE#1130]) +15 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@xe_ccs@ctrl-surf-copy-new-ctx.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@xe_ccs@ctrl-surf-copy-new-ctx.html
* igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute:
- shard-dg2-set2: NOTRUN -> [SKIP][125] ([Intel XE#1280] / [Intel XE#455])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html
* igt@xe_eudebug@basic-vm-bind-ufence-reconnect:
- shard-bmg: NOTRUN -> [SKIP][126] ([Intel XE#3889])
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@xe_eudebug@basic-vm-bind-ufence-reconnect.html
* igt@xe_eudebug@basic-vm-bind-ufence-sigint-client:
- shard-lnl: NOTRUN -> [SKIP][127] ([Intel XE#3889])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-7/igt@xe_eudebug@basic-vm-bind-ufence-sigint-client.html
* igt@xe_eudebug_online@interrupt-all-set-breakpoint:
- shard-lnl: NOTRUN -> [SKIP][128] ([Intel XE#2905])
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-4/igt@xe_eudebug_online@interrupt-all-set-breakpoint.html
* igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram:
- shard-bmg: NOTRUN -> [SKIP][129] ([Intel XE#2905]) +5 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-bmg: NOTRUN -> [INCOMPLETE][130] ([Intel XE#1473])
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_evict@evict-beng-mixed-threads-large-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][131] ([Intel XE#688]) +3 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-3/igt@xe_evict@evict-beng-mixed-threads-large-multi-vm.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-dg2-set2: [PASS][132] -> [TIMEOUT][133] ([Intel XE#1473])
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-436/igt@xe_evict@evict-mixed-many-threads-small.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_exec_basic@multigpu-no-exec-null-defer-bind:
- shard-dg2-set2: [PASS][134] -> [SKIP][135] ([Intel XE#1392]) +4 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_exec_basic@multigpu-no-exec-null-defer-bind.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-null-defer-bind.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-rebind:
- shard-bmg: NOTRUN -> [SKIP][136] ([Intel XE#2322]) +4 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-5/igt@xe_exec_basic@multigpu-once-bindexecqueue-rebind.html
* igt@xe_exec_basic@multigpu-once-userptr:
- shard-lnl: NOTRUN -> [SKIP][137] ([Intel XE#1392]) +2 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-3/igt@xe_exec_basic@multigpu-once-userptr.html
* igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-imm:
- shard-dg2-set2: NOTRUN -> [SKIP][138] ([Intel XE#288]) +11 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-463/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-imm.html
* igt@xe_exec_sip_eudebug@breakpoint-writesip:
- shard-dg2-set2: NOTRUN -> [SKIP][139] ([Intel XE#2905]) +3 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-463/igt@xe_exec_sip_eudebug@breakpoint-writesip.html
* igt@xe_exec_threads@threads-mixed-fd-userptr:
- shard-dg2-set2: NOTRUN -> [SKIP][140] ([Intel XE#1130]) +1 other test skip
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@xe_exec_threads@threads-mixed-fd-userptr.html
* igt@xe_gt_freq@freq_suspend:
- shard-dg2-set2: [PASS][141] -> [ABORT][142] ([Intel XE#2625])
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_gt_freq@freq_suspend.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@xe_gt_freq@freq_suspend.html
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- shard-bmg: NOTRUN -> [SKIP][143] ([Intel XE#2229])
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
* igt@xe_live_ktest@xe_mocs:
- shard-lnl: NOTRUN -> [SKIP][144] ([Intel XE#1192])
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-7/igt@xe_live_ktest@xe_mocs.html
* igt@xe_mmap@small-bar:
- shard-dg2-set2: NOTRUN -> [SKIP][145] ([Intel XE#512])
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@xe_mmap@small-bar.html
* igt@xe_module_load@force-load:
- shard-bmg: NOTRUN -> [SKIP][146] ([Intel XE#2457])
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@xe_module_load@force-load.html
* igt@xe_module_load@load:
- shard-bmg: ([PASS][147], [PASS][148], [PASS][149], [PASS][150], [PASS][151], [PASS][152], [PASS][153], [PASS][154], [PASS][155], [PASS][156], [PASS][157], [PASS][158], [PASS][159], [PASS][160], [PASS][161], [PASS][162], [PASS][163], [PASS][164], [PASS][165], [PASS][166], [PASS][167], [PASS][168], [PASS][169], [PASS][170]) -> ([PASS][171], [PASS][172], [PASS][173], [PASS][174], [PASS][175], [PASS][176], [PASS][177], [PASS][178], [PASS][179], [PASS][180], [PASS][181], [PASS][182], [PASS][183], [PASS][184], [PASS][185], [PASS][186], [PASS][187], [PASS][188], [SKIP][189], [PASS][190], [PASS][191], [PASS][192], [PASS][193], [PASS][194], [PASS][195], [PASS][196]) ([Intel XE#2457])
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-1/igt@xe_module_load@load.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@xe_module_load@load.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@xe_module_load@load.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@xe_module_load@load.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@xe_module_load@load.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@xe_module_load@load.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@xe_module_load@load.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-3/igt@xe_module_load@load.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-3/igt@xe_module_load@load.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-2/igt@xe_module_load@load.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@xe_module_load@load.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@xe_module_load@load.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-3/igt@xe_module_load@load.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_module_load@load.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-2/igt@xe_module_load@load.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-2/igt@xe_module_load@load.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_module_load@load.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_module_load@load.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-5/igt@xe_module_load@load.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-5/igt@xe_module_load@load.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-5/igt@xe_module_load@load.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-4/igt@xe_module_load@load.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-4/igt@xe_module_load@load.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-4/igt@xe_module_load@load.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@xe_module_load@load.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@xe_module_load@load.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@xe_module_load@load.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@xe_module_load@load.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@xe_module_load@load.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@xe_module_load@load.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@xe_module_load@load.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@xe_module_load@load.html
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@xe_module_load@load.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@xe_module_load@load.html
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@xe_module_load@load.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@xe_module_load@load.html
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@xe_module_load@load.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@xe_module_load@load.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@xe_module_load@load.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@xe_module_load@load.html
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@xe_module_load@load.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@xe_module_load@load.html
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@xe_module_load@load.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-5/igt@xe_module_load@load.html
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@xe_module_load@load.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@xe_module_load@load.html
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-5/igt@xe_module_load@load.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@xe_module_load@load.html
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-5/igt@xe_module_load@load.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-5/igt@xe_module_load@load.html
* igt@xe_oa@disabled-read-error:
- shard-dg2-set2: NOTRUN -> [SKIP][197] ([Intel XE#2541] / [Intel XE#3573]) +1 other test skip
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@xe_oa@disabled-read-error.html
* igt@xe_oa@unprivileged-single-ctx-counters:
- shard-bmg: NOTRUN -> [SKIP][198] ([Intel XE#2248])
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@xe_oa@unprivileged-single-ctx-counters.html
* igt@xe_pat@pat-index-xehpc:
- shard-bmg: NOTRUN -> [SKIP][199] ([Intel XE#1420])
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@xe_pat@pat-index-xehpc.html
- shard-dg2-set2: NOTRUN -> [SKIP][200] ([Intel XE#2838] / [Intel XE#979])
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@xe_pat@pat-index-xehpc.html
* igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p:
- shard-dg2-set2: NOTRUN -> [FAIL][201] ([Intel XE#1173])
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p.html
* igt@xe_pm@d3cold-mocs:
- shard-lnl: NOTRUN -> [SKIP][202] ([Intel XE#2284])
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-3/igt@xe_pm@d3cold-mocs.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-dg2-set2: NOTRUN -> [SKIP][203] ([Intel XE#2284] / [Intel XE#366])
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-463/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_pm@s2idle-d3hot-basic-exec:
- shard-dg2-set2: NOTRUN -> [ABORT][204] ([Intel XE#1358])
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@xe_pm@s2idle-d3hot-basic-exec.html
* igt@xe_pm@s2idle-vm-bind-unbind-all:
- shard-dg2-set2: [PASS][205] -> [ABORT][206] ([Intel XE#1358] / [Intel XE#1794]) +1 other test abort
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@xe_pm@s2idle-vm-bind-unbind-all.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@xe_pm@s2idle-vm-bind-unbind-all.html
* igt@xe_pm@s4-d3hot-basic-exec:
- shard-lnl: [PASS][207] -> [ABORT][208] ([Intel XE#1358] / [Intel XE#1607])
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-5/igt@xe_pm@s4-d3hot-basic-exec.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-2/igt@xe_pm@s4-d3hot-basic-exec.html
* igt@xe_pm_residency@toggle-gt-c6:
- shard-lnl: [PASS][209] -> [FAIL][210] ([Intel XE#958])
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-4/igt@xe_pm_residency@toggle-gt-c6.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-4/igt@xe_pm_residency@toggle-gt-c6.html
* igt@xe_query@multigpu-query-topology-l3-bank-mask:
- shard-lnl: NOTRUN -> [SKIP][211] ([Intel XE#944]) +1 other test skip
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-3/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
* igt@xe_vm@large-userptr-misaligned-binds-1073741824:
- shard-bmg: NOTRUN -> [SKIP][212] ([Intel XE#1130]) +2 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@xe_vm@large-userptr-misaligned-binds-1073741824.html
* igt@xe_vm@mixed-userptr-misaligned-binds-3145728:
- shard-bmg: [PASS][213] -> [SKIP][214] ([Intel XE#1130]) +15 other tests skip
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@xe_vm@mixed-userptr-misaligned-binds-3145728.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@xe_vm@mixed-userptr-misaligned-binds-3145728.html
#### Possible fixes ####
* igt@kms_async_flips@alternate-sync-async-flip:
- shard-bmg: [FAIL][215] ([Intel XE#827]) -> [PASS][216] +1 other test pass
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-5/igt@kms_async_flips@alternate-sync-async-flip.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-5/igt@kms_async_flips@alternate-sync-async-flip.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic:
- shard-lnl: [FAIL][217] ([Intel XE#3719]) -> [PASS][218] +3 other tests pass
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html
* igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:
- shard-bmg: [SKIP][219] ([Intel XE#2314] / [Intel XE#2894]) -> [PASS][220]
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: [INCOMPLETE][221] ([Intel XE#3862]) -> [PASS][222] +1 other test pass
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-463/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4:
- shard-dg2-set2: [INCOMPLETE][223] ([Intel XE#3124]) -> [PASS][224]
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6:
- shard-dg2-set2: [DMESG-WARN][225] ([Intel XE#1727] / [Intel XE#3113]) -> [PASS][226]
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-bmg: [SKIP][227] ([Intel XE#2291]) -> [PASS][228] +2 other tests pass
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@cursora-vs-flipa-legacy:
- shard-bmg: [INCOMPLETE][229] ([Intel XE#3226]) -> [PASS][230]
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_cursor_legacy@cursora-vs-flipa-legacy.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@kms_cursor_legacy@cursora-vs-flipa-legacy.html
* igt@kms_cursor_legacy@torture-bo@pipe-a:
- shard-lnl: [DMESG-WARN][231] ([Intel XE#877]) -> [PASS][232] +1 other test pass
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-5/igt@kms_cursor_legacy@torture-bo@pipe-a.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-2/igt@kms_cursor_legacy@torture-bo@pipe-a.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-bmg: [SKIP][233] ([Intel XE#1340]) -> [PASS][234]
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-dp2-hdmi-a3:
- shard-bmg: [FAIL][235] ([Intel XE#3288] / [Intel XE#3321]) -> [PASS][236]
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-dp2-hdmi-a3.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3:
- shard-bmg: [FAIL][237] ([Intel XE#2882]) -> [PASS][238]
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3:
- shard-bmg: [FAIL][239] ([Intel XE#3321]) -> [PASS][240]
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3.html
* igt@kms_flip@2x-nonexisting-fb-interruptible:
- shard-bmg: [SKIP][241] ([Intel XE#2316]) -> [PASS][242]
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_flip@2x-nonexisting-fb-interruptible.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@kms_flip@2x-nonexisting-fb-interruptible.html
* igt@kms_flip@absolute-wf_vblank:
- shard-lnl: [INCOMPLETE][243] ([Intel XE#2049]) -> [PASS][244]
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-5/igt@kms_flip@absolute-wf_vblank.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-7/igt@kms_flip@absolute-wf_vblank.html
* igt@kms_flip@absolute-wf_vblank@b-edp1:
- shard-lnl: [INCOMPLETE][245] -> [PASS][246]
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-5/igt@kms_flip@absolute-wf_vblank@b-edp1.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-7/igt@kms_flip@absolute-wf_vblank@b-edp1.html
* igt@kms_flip@basic-flip-vs-wf_vblank:
- shard-dg2-set2: [FAIL][247] ([Intel XE#3098]) -> [PASS][248]
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-432/igt@kms_flip@basic-flip-vs-wf_vblank.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@kms_flip@basic-flip-vs-wf_vblank.html
* igt@kms_flip@flip-vs-blocking-wf-vblank:
- shard-dg2-set2: [INCOMPLETE][249] ([Intel XE#3937]) -> [PASS][250]
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@kms_flip@flip-vs-blocking-wf-vblank.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@kms_flip@flip-vs-blocking-wf-vblank.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp4:
- shard-dg2-set2: [INCOMPLETE][251] -> [PASS][252]
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp4.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp4.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-bmg: [FAIL][253] ([Intel XE#2882] / [Intel XE#3288]) -> [PASS][254]
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@d-dp2:
- shard-bmg: [FAIL][255] ([Intel XE#3288]) -> [PASS][256]
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-dp2.html
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-dp2.html
* igt@kms_flip@flip-vs-rmfb@d-hdmi-a3:
- shard-bmg: [INCOMPLETE][257] -> [PASS][258] +3 other tests pass
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-2/igt@kms_flip@flip-vs-rmfb@d-hdmi-a3.html
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@kms_flip@flip-vs-rmfb@d-hdmi-a3.html
* igt@kms_flip@flip-vs-suspend:
- shard-dg2-set2: [INCOMPLETE][259] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][260]
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@kms_flip@flip-vs-suspend.html
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-435/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-bmg: [INCOMPLETE][261] ([Intel XE#2597]) -> [PASS][262]
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@kms_flip@flip-vs-suspend-interruptible.html
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3:
- shard-bmg: [INCOMPLETE][263] ([Intel XE#2597] / [Intel XE#2635]) -> [PASS][264]
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3.html
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3.html
* igt@kms_flip@flip-vs-suspend@c-dp4:
- shard-dg2-set2: [INCOMPLETE][265] ([Intel XE#2049]) -> [PASS][266]
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@kms_flip@flip-vs-suspend@c-dp4.html
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-435/igt@kms_flip@flip-vs-suspend@c-dp4.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling:
- shard-bmg: [SKIP][267] ([Intel XE#2136] / [Intel XE#2231]) -> [PASS][268] +2 other tests pass
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling.html
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render:
- shard-dg2-set2: [SKIP][269] ([Intel XE#2136]) -> [PASS][270] +4 other tests pass
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render.html
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2-set2: [SKIP][271] ([Intel XE#455]) -> [PASS][272]
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-433/igt@kms_hdr@invalid-hdr.html
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-463/igt@kms_hdr@invalid-hdr.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-bmg: [SKIP][273] ([Intel XE#3012]) -> [PASS][274]
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_joiner@basic-force-big-joiner.html
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_lease@possible-crtcs-filtering:
- shard-bmg: [SKIP][275] ([Intel XE#3007]) -> [PASS][276] +8 other tests pass
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_lease@possible-crtcs-filtering.html
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_lease@possible-crtcs-filtering.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats:
- shard-dg2-set2: [SKIP][277] ([Intel XE#2423] / [i915#2575]) -> [PASS][278] +8 other tests pass
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats.html
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-435/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: [FAIL][279] ([Intel XE#718]) -> [PASS][280]
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-2/igt@kms_pm_dc@dc5-dpms.html
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-7/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-bmg: [SKIP][281] ([Intel XE#2446]) -> [PASS][282]
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
- shard-dg2-set2: [SKIP][283] ([Intel XE#2446]) -> [PASS][284]
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-dg2-set2: [ABORT][285] ([Intel XE#2625]) -> [PASS][286]
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-432/igt@kms_pm_rpm@system-suspend-modeset.html
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@kms_pm_rpm@system-suspend-modeset.html
- shard-bmg: [DMESG-WARN][287] -> [PASS][288]
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_pm_rpm@system-suspend-modeset.html
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-bmg: [SKIP][289] ([Intel XE#1435]) -> [PASS][290]
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
- shard-lnl: [FAIL][291] ([Intel XE#899]) -> [PASS][292]
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [FAIL][293] ([Intel XE#2159]) -> [PASS][294] +1 other test pass
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-lnl-8/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-lnl-1/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@xe_exec_basic@many-execqueues-userptr-invalidate-race:
- shard-bmg: [SKIP][295] ([Intel XE#1130]) -> [PASS][296] +18 other tests pass
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_exec_basic@many-execqueues-userptr-invalidate-race.html
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@xe_exec_basic@many-execqueues-userptr-invalidate-race.html
* igt@xe_exec_basic@multigpu-no-exec-null-defer-mmap:
- shard-dg2-set2: [SKIP][297] ([Intel XE#1392]) -> [PASS][298] +3 other tests pass
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-null-defer-mmap.html
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@xe_exec_basic@multigpu-no-exec-null-defer-mmap.html
* igt@xe_exec_basic@once-rebind:
- shard-dg2-set2: [SKIP][299] ([Intel XE#1130]) -> [PASS][300] +10 other tests pass
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_exec_basic@once-rebind.html
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-463/igt@xe_exec_basic@once-rebind.html
* igt@xe_live_ktest@xe_dma_buf:
- shard-bmg: [SKIP][301] ([Intel XE#1192]) -> [PASS][302]
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_live_ktest@xe_dma_buf.html
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@xe_live_ktest@xe_dma_buf.html
* igt@xe_module_load@load:
- shard-dg2-set2: ([PASS][303], [PASS][304], [PASS][305], [PASS][306], [PASS][307], [PASS][308], [PASS][309], [PASS][310], [PASS][311], [PASS][312], [SKIP][313], [PASS][314], [PASS][315], [PASS][316], [PASS][317], [PASS][318], [PASS][319], [PASS][320], [PASS][321], [PASS][322], [PASS][323], [PASS][324], [PASS][325], [PASS][326], [PASS][327], [PASS][328]) ([Intel XE#378]) -> ([PASS][329], [PASS][330], [PASS][331], [PASS][332], [PASS][333], [PASS][334], [PASS][335], [PASS][336], [PASS][337], [PASS][338], [PASS][339], [PASS][340], [PASS][341], [PASS][342], [PASS][343], [PASS][344], [PASS][345], [PASS][346], [PASS][347], [PASS][348], [PASS][349], [PASS][350], [PASS][351], [PASS][352])
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-434/igt@xe_module_load@load.html
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-434/igt@xe_module_load@load.html
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-434/igt@xe_module_load@load.html
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-434/igt@xe_module_load@load.html
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-432/igt@xe_module_load@load.html
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-432/igt@xe_module_load@load.html
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-432/igt@xe_module_load@load.html
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@xe_module_load@load.html
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@xe_module_load@load.html
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@xe_module_load@load.html
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@xe_module_load@load.html
[314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_module_load@load.html
[315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_module_load@load.html
[316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_module_load@load.html
[317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_module_load@load.html
[318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@xe_module_load@load.html
[319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@xe_module_load@load.html
[320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@xe_module_load@load.html
[321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@xe_module_load@load.html
[322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-433/igt@xe_module_load@load.html
[323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-436/igt@xe_module_load@load.html
[324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-436/igt@xe_module_load@load.html
[325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-436/igt@xe_module_load@load.html
[326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-433/igt@xe_module_load@load.html
[327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-436/igt@xe_module_load@load.html
[328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-433/igt@xe_module_load@load.html
[329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@xe_module_load@load.html
[330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@xe_module_load@load.html
[331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@xe_module_load@load.html
[332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@xe_module_load@load.html
[333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-463/igt@xe_module_load@load.html
[334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@xe_module_load@load.html
[335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@xe_module_load@load.html
[336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@xe_module_load@load.html
[337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@xe_module_load@load.html
[338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-435/igt@xe_module_load@load.html
[339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@xe_module_load@load.html
[340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@xe_module_load@load.html
[341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-435/igt@xe_module_load@load.html
[342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@xe_module_load@load.html
[343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@xe_module_load@load.html
[344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@xe_module_load@load.html
[345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@xe_module_load@load.html
[346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@xe_module_load@load.html
[347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@xe_module_load@load.html
[348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@xe_module_load@load.html
[349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-463/igt@xe_module_load@load.html
[350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@xe_module_load@load.html
[351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-435/igt@xe_module_load@load.html
[352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-463/igt@xe_module_load@load.html
#### Warnings ####
* igt@kms_async_flips@invalid-async-flip-atomic:
- shard-dg2-set2: [SKIP][353] ([Intel XE#2423] / [i915#2575]) -> [SKIP][354] ([Intel XE#3768])
[353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_async_flips@invalid-async-flip-atomic.html
[354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@kms_async_flips@invalid-async-flip-atomic.html
- shard-bmg: [SKIP][355] ([Intel XE#3007]) -> [SKIP][356] ([Intel XE#3768])
[355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_async_flips@invalid-async-flip-atomic.html
[356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_async_flips@invalid-async-flip-atomic.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-180:
- shard-bmg: [SKIP][357] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][358] ([Intel XE#1124])
[357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
[358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
- shard-dg2-set2: [SKIP][359] ([Intel XE#2136]) -> [SKIP][360] ([Intel XE#1124])
[359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
[360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-463/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-bmg: [SKIP][361] ([Intel XE#1124]) -> [SKIP][362] ([Intel XE#2136] / [Intel XE#2231])
[361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-5/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
[362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
- shard-dg2-set2: [SKIP][363] ([Intel XE#1124]) -> [SKIP][364] ([Intel XE#2136] / [Intel XE#2351])
[363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
[364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-bmg: [SKIP][365] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][366] ([Intel XE#607])
[365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
[366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
- shard-dg2-set2: [SKIP][367] ([Intel XE#2136]) -> [SKIP][368] ([Intel XE#607])
[367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
[368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs:
- shard-bmg: [SKIP][369] ([Intel XE#2887]) -> [SKIP][370] ([Intel XE#2136] / [Intel XE#2231]) +1 other test skip
[369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
[370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
- shard-dg2-set2: [SKIP][371] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][372] ([Intel XE#2136])
[371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-432/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
[372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc:
- shard-dg2-set2: [SKIP][373] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][374] ([Intel XE#455] / [Intel XE#787])
[373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc.html
[374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-463/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc:
- shard-bmg: [SKIP][375] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][376] ([Intel XE#2887]) +2 other tests skip
[375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html
[376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html
- shard-dg2-set2: [SKIP][377] ([Intel XE#2136]) -> [SKIP][378] ([Intel XE#455] / [Intel XE#787]) +1 other test skip
[377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html
[378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-dg2-set2: [INCOMPLETE][379] ([Intel XE#1727] / [Intel XE#3124]) -> [INCOMPLETE][380] ([Intel XE#2692])
[379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
[380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_chamelium_audio@dp-audio:
- shard-dg2-set2: [SKIP][381] ([Intel XE#373]) -> [SKIP][382] ([Intel XE#2423] / [i915#2575])
[381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-434/igt@kms_chamelium_audio@dp-audio.html
[382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_chamelium_audio@dp-audio.html
- shard-bmg: [SKIP][383] ([Intel XE#2252]) -> [SKIP][384] ([Intel XE#3007])
[383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-2/igt@kms_chamelium_audio@dp-audio.html
[384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate:
- shard-bmg: [SKIP][385] ([Intel XE#3007]) -> [SKIP][386] ([Intel XE#2252]) +1 other test skip
[385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate.html
[386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate.html
- shard-dg2-set2: [SKIP][387] ([Intel XE#2423] / [i915#2575]) -> [SKIP][388] ([Intel XE#373]) +1 other test skip
[387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate.html
[388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-463/igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate.html
* igt@kms_content_protection@mei-interface:
- shard-bmg: [SKIP][389] ([Intel XE#3007]) -> [SKIP][390] ([Intel XE#2341])
[389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_content_protection@mei-interface.html
[390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-5/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2-set2: [SKIP][391] ([Intel XE#308]) -> [SKIP][392] ([Intel XE#2423] / [i915#2575])
[391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-464/igt@kms_cursor_crc@cursor-offscreen-512x170.html
[392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-random-256x85:
- shard-bmg: [SKIP][393] ([Intel XE#2320]) -> [SKIP][394] ([Intel XE#3007])
[393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-3/igt@kms_cursor_crc@cursor-random-256x85.html
[394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_cursor_crc@cursor-random-256x85.html
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
- shard-bmg: [SKIP][395] ([Intel XE#3007]) -> [SKIP][396] ([Intel XE#2320]) +1 other test skip
[395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
[396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
- shard-dg2-set2: [SKIP][397] ([Intel XE#2423] / [i915#2575]) -> [SKIP][398] ([Intel XE#455]) +1 other test skip
[397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
[398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-432/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-bmg: [SKIP][399] ([Intel XE#2136] / [Intel XE#2231]) -> [FAIL][400] ([Intel XE#1695])
[399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_fbcon_fbt@fbc-suspend.html
[400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_feature_discovery@chamelium:
- shard-bmg: [SKIP][401] ([Intel XE#3007]) -> [SKIP][402] ([Intel XE#2372])
[401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_feature_discovery@chamelium.html
[402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@kms_feature_discovery@chamelium.html
- shard-dg2-set2: [SKIP][403] ([Intel XE#2423] / [i915#2575]) -> [SKIP][404] ([Intel XE#701])
[403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_feature_discovery@chamelium.html
[404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@psr1:
- shard-bmg: [SKIP][405] ([Intel XE#2374]) -> [SKIP][406] ([Intel XE#3007])
[405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-4/igt@kms_feature_discovery@psr1.html
[406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_feature_discovery@psr1.html
- shard-dg2-set2: [SKIP][407] ([Intel XE#1135]) -> [SKIP][408] ([Intel XE#2423] / [i915#2575])
[407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-433/igt@kms_feature_discovery@psr1.html
[408]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
- shard-bmg: [SKIP][409] ([Intel XE#3007]) -> [SKIP][410] ([Intel XE#2316])
[409]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
[410]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
- shard-bmg: [SKIP][411] ([Intel XE#2293] / [Intel XE#2380]) -> [SKIP][412] ([Intel XE#2136] / [Intel XE#2231])
[411]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
[412]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling:
- shard-bmg: [SKIP][413] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][414] ([Intel XE#2293] / [Intel XE#2380])
[413]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
[414]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
- shard-dg2-set2: [SKIP][415] ([Intel XE#2136]) -> [SKIP][416] ([Intel XE#455])
[415]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
[416]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt:
- shard-bmg: [SKIP][417] ([Intel XE#2312]) -> [SKIP][418] ([Intel XE#2311]) +4 other tests skip
[417]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt.html
[418]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@drrs-shrfb-scaledprimary:
- shard-bmg: [SKIP][419] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][420] ([Intel XE#2311]) +2 other tests skip
[419]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-shrfb-scaledprimary.html
[420]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-shrfb-scaledprimary.html
- shard-dg2-set2: [SKIP][421] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][422] ([Intel XE#651]) +1 other test skip
[421]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-shrfb-scaledprimary.html
[422]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-shrfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move:
- shard-bmg: [FAIL][423] ([Intel XE#2333]) -> [SKIP][424] ([Intel XE#2136] / [Intel XE#2231])
[423]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html
[424]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt:
- shard-bmg: [SKIP][425] ([Intel XE#2136] / [Intel XE#2231]) -> [FAIL][426] ([Intel XE#2333]) +1 other test fail
[425]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
[426]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-rte:
- shard-bmg: [SKIP][427] ([Intel XE#2312]) -> [FAIL][428] ([Intel XE#2333]) +3 other tests fail
[427]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-rte.html
[428]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-bmg: [FAIL][429] ([Intel XE#2333]) -> [SKIP][430] ([Intel XE#2312]) +1 other test skip
[429]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
[430]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move:
- shard-bmg: [INCOMPLETE][431] ([Intel XE#2050]) -> [SKIP][432] ([Intel XE#2312])
[431]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move.html
[432]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-indfb-draw-render:
- shard-bmg: [SKIP][433] ([Intel XE#2311]) -> [SKIP][434] ([Intel XE#2136] / [Intel XE#2231]) +3 other tests skip
[433]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-indfb-draw-render.html
[434]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move:
- shard-bmg: [SKIP][435] ([Intel XE#2311]) -> [SKIP][436] ([Intel XE#2312]) +9 other tests skip
[435]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move.html
[436]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcdrrs-indfb-scaledprimary:
- shard-dg2-set2: [SKIP][437] ([Intel XE#651]) -> [SKIP][438] ([Intel XE#2136]) +3 other tests skip
[437]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-indfb-scaledprimary.html
[438]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][439] ([Intel XE#2136]) -> [SKIP][440] ([Intel XE#653]) +1 other test skip
[439]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
[440]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt:
- shard-bmg: [SKIP][441] ([Intel XE#2312]) -> [SKIP][442] ([Intel XE#2313]) +5 other tests skip
[441]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html
[442]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][443] ([Intel XE#2313]) -> [SKIP][444] ([Intel XE#2136] / [Intel XE#2231]) +1 other test skip
[443]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
[444]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
- shard-dg2-set2: [SKIP][445] ([Intel XE#653]) -> [SKIP][446] ([Intel XE#2136] / [Intel XE#2351])
[445]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
[446]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary:
- shard-bmg: [SKIP][447] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][448] ([Intel XE#2313]) +4 other tests skip
[447]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html
[448]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html
- shard-dg2-set2: [SKIP][449] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][450] ([Intel XE#653]) +1 other test skip
[449]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html
[450]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-msflip-blt:
- shard-bmg: [SKIP][451] ([Intel XE#2313]) -> [SKIP][452] ([Intel XE#2312]) +11 other tests skip
[451]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-msflip-blt.html
[452]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-blt:
- shard-dg2-set2: [SKIP][453] ([Intel XE#653]) -> [SKIP][454] ([Intel XE#2136])
[453]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-blt.html
[454]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-blt.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2-set2: [SKIP][455] ([Intel XE#908]) -> [SKIP][456] ([Intel XE#2136] / [Intel XE#2351])
[455]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-436/igt@kms_pm_dc@dc6-dpms.html
[456]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-bmg: [SKIP][457] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][458] ([Intel XE#2387])
[457]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_psr2_su@frontbuffer-xrgb8888.html
[458]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@fbc-pr-dpms:
- shard-dg2-set2: [SKIP][459] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][460] ([Intel XE#2136])
[459]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@kms_psr@fbc-pr-dpms.html
[460]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_psr@fbc-pr-dpms.html
- shard-bmg: [SKIP][461] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][462] ([Intel XE#2136] / [Intel XE#2231])
[461]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-5/igt@kms_psr@fbc-pr-dpms.html
[462]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_psr@fbc-pr-dpms.html
* igt@kms_psr@fbc-pr-sprite-blt:
- shard-bmg: [SKIP][463] ([Intel XE#2136] / [Intel XE#2231]) -> [SKIP][464] ([Intel XE#2234] / [Intel XE#2850])
[463]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_psr@fbc-pr-sprite-blt.html
[464]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_psr@fbc-pr-sprite-blt.html
- shard-dg2-set2: [SKIP][465] ([Intel XE#2136]) -> [SKIP][466] ([Intel XE#2850] / [Intel XE#929])
[465]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_psr@fbc-pr-sprite-blt.html
[466]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_psr@fbc-pr-sprite-blt.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-dg2-set2: [SKIP][467] ([Intel XE#3414]) -> [SKIP][468] ([Intel XE#2423] / [i915#2575])
[467]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-463/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
[468]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
- shard-bmg: [SKIP][469] ([Intel XE#3414] / [Intel XE#3904]) -> [SKIP][470] ([Intel XE#3007])
[469]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
[470]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-bmg: [SKIP][471] ([Intel XE#3007]) -> [SKIP][472] ([Intel XE#3414] / [Intel XE#3904])
[471]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[472]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
- shard-dg2-set2: [SKIP][473] ([Intel XE#2423] / [i915#2575]) -> [SKIP][474] ([Intel XE#3414])
[473]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[474]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: [SKIP][475] ([Intel XE#2426]) -> [SKIP][476] ([Intel XE#2509])
[475]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[476]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@xe_compute_preempt@compute-threadgroup-preempt:
- shard-dg2-set2: [SKIP][477] ([Intel XE#1130]) -> [SKIP][478] ([Intel XE#1280] / [Intel XE#455])
[477]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_compute_preempt@compute-threadgroup-preempt.html
[478]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@xe_compute_preempt@compute-threadgroup-preempt.html
* igt@xe_eudebug@basic-vm-bind-extended-discovery:
- shard-dg2-set2: [SKIP][479] ([Intel XE#1130]) -> [SKIP][480] ([Intel XE#2905]) +1 other test skip
[479]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_eudebug@basic-vm-bind-extended-discovery.html
[480]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-436/igt@xe_eudebug@basic-vm-bind-extended-discovery.html
- shard-bmg: [SKIP][481] ([Intel XE#1130]) -> [SKIP][482] ([Intel XE#2905]) +1 other test skip
[481]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_eudebug@basic-vm-bind-extended-discovery.html
[482]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-4/igt@xe_eudebug@basic-vm-bind-extended-discovery.html
* igt@xe_evict@evict-beng-mixed-threads-large:
- shard-bmg: [TIMEOUT][483] ([Intel XE#1473]) -> [INCOMPLETE][484] ([Intel XE#1473])
[483]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-3/igt@xe_evict@evict-beng-mixed-threads-large.html
[484]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@xe_evict@evict-beng-mixed-threads-large.html
* igt@xe_evict@evict-beng-threads-large:
- shard-bmg: [FAIL][485] ([Intel XE#1000]) -> [TIMEOUT][486] ([Intel XE#1473])
[485]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-8/igt@xe_evict@evict-beng-threads-large.html
[486]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-5/igt@xe_evict@evict-beng-threads-large.html
* igt@xe_evict@evict-mixed-many-threads-large:
- shard-bmg: [INCOMPLETE][487] ([Intel XE#1473]) -> [TIMEOUT][488] ([Intel XE#1473])
[487]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_evict@evict-mixed-many-threads-large.html
[488]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@xe_evict@evict-mixed-many-threads-large.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-bmg: [FAIL][489] ([Intel XE#1000]) -> [TIMEOUT][490] ([Intel XE#1473] / [Intel XE#2472]) +1 other test timeout
[489]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@xe_evict@evict-mixed-many-threads-small.html
[490]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-1/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_exec_basic@multigpu-once-null-rebind:
- shard-bmg: [SKIP][491] ([Intel XE#1130]) -> [SKIP][492] ([Intel XE#2322])
[491]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_exec_basic@multigpu-once-null-rebind.html
[492]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@xe_exec_basic@multigpu-once-null-rebind.html
* igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate:
- shard-dg2-set2: [SKIP][493] ([Intel XE#288]) -> [SKIP][494] ([Intel XE#1130])
[493]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-436/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate.html
[494]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate.html
* igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race:
- shard-dg2-set2: [SKIP][495] ([Intel XE#1130]) -> [SKIP][496] ([Intel XE#288]) +1 other test skip
[495]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race.html
[496]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-435/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race.html
* igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence:
- shard-dg2-set2: [SKIP][497] ([Intel XE#1130]) -> [SKIP][498] ([Intel XE#2360])
[497]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html
[498]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-433/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html
* igt@xe_live_ktest@xe_eudebug:
- shard-bmg: [SKIP][499] ([Intel XE#2833]) -> [SKIP][500] ([Intel XE#1192])
[499]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-7/igt@xe_live_ktest@xe_eudebug.html
[500]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@xe_live_ktest@xe_eudebug.html
* igt@xe_peer2peer@read:
- shard-bmg: [SKIP][501] ([Intel XE#2557]) -> [SKIP][502] ([Intel XE#2427])
[501]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-6/igt@xe_peer2peer@read.html
[502]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@xe_peer2peer@read.html
- shard-dg2-set2: [SKIP][503] ([Intel XE#1061]) -> [FAIL][504] ([Intel XE#1173])
[503]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_peer2peer@read.html
[504]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@xe_peer2peer@read.html
* igt@xe_pm@s3-d3cold-basic-exec:
- shard-bmg: [SKIP][505] ([Intel XE#2284]) -> [SKIP][506] ([Intel XE#1130])
[505]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-bmg-4/igt@xe_pm@s3-d3cold-basic-exec.html
[506]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-bmg-6/igt@xe_pm@s3-d3cold-basic-exec.html
- shard-dg2-set2: [SKIP][507] ([Intel XE#2284] / [Intel XE#366]) -> [SKIP][508] ([Intel XE#1130])
[507]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8182/shard-dg2-435/igt@xe_pm@s3-d3cold-basic-exec.html
[508]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/shard-dg2-464/igt@xe_pm@s3-d3cold-basic-exec.html
[Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000
[Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130
[Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135
[Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[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#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1695
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2050
[Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136
[Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[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#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[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#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372
[Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392
[Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423
[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#2446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2446
[Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
[Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#2557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2557
[Intel XE#2571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2571
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2625
[Intel XE#2635]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2635
[Intel XE#2692]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2692
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833
[Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
[Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882
[Intel XE#2883]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
[Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907
[Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925
[Intel XE#2934]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2934
[Intel XE#3007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3012]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3098
[Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
[Intel XE#3124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#3226]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3226
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3288
[Intel XE#3307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3307
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#3719]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3719
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3768]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3768
[Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#3862]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862
[Intel XE#3889]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889
[Intel XE#3897]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3897
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#3937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3937
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#827]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/827
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/873
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899
[Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[Intel XE#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
Build changes
-------------
* IGT: IGT_8182 -> IGTPW_12413
* Linux: xe-2456-9cbe590862ef629f35ce9f4c2dc5c0a6a4553f48 -> xe-2459-9e5828f71dbb3bf6dff6a2bcfaa761d048344b2a
IGTPW_12413: 12413
IGT_8182: 8911eff2c6c06d2929c6072f3ba72d2d991985ea @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2456-9cbe590862ef629f35ce9f4c2dc5c0a6a4553f48: 9cbe590862ef629f35ce9f4c2dc5c0a6a4553f48
xe-2459-9e5828f71dbb3bf6dff6a2bcfaa761d048344b2a: 9e5828f71dbb3bf6dff6a2bcfaa761d048344b2a
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12413/index.html
[-- Attachment #2: Type: text/html, Size: 137249 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-01-11 10:23 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09 3:23 [PATCH i-g-t] drm-uapi/xe: Sync with OA uapi updates Ashutosh Dixit
2025-01-09 4:22 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-01-09 4:26 ` [PATCH i-g-t] " Pottumuttu, Sai Teja
2025-01-09 5:15 ` Dixit, Ashutosh
2025-01-09 4:32 ` ✗ i915.CI.BAT: failure for " Patchwork
2025-01-09 8:01 ` ✓ Xe.CI.BAT: success for drm-uapi/xe: Sync with OA uapi updates (rev2) Patchwork
2025-01-09 9:20 ` ✗ i915.CI.BAT: failure " Patchwork
2025-01-11 6:15 ` ✗ Xe.CI.Full: failure for drm-uapi/xe: Sync with OA uapi updates Patchwork
2025-01-11 10:23 ` ✗ Xe.CI.Full: failure for drm-uapi/xe: Sync with OA uapi updates (rev2) Patchwork
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.