Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/xe_exec_comput_mode: Use valid exec queue for bind
@ 2024-10-31  7:36 Zbigniew Kempczyński
  2024-10-31  9:23 ` ✓ CI.xeBAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Zbigniew Kempczyński @ 2024-10-31  7:36 UTC (permalink / raw)
  To: igt-dev; +Cc: Zbigniew Kempczyński, Sai Gowtham Ch, Kamil Konieczny

Using gt_id as exec queue for binding is wrong and it works by accident
because bcs engine used in the subtest reside on tile 0. But trying
to run the test on engine which resides on different tile just fails.
Lets use default binding engine for this.

Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
---
 tests/intel/xe_exec_compute_mode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel/xe_exec_compute_mode.c b/tests/intel/xe_exec_compute_mode.c
index e49633ace8..8fba9daef7 100644
--- a/tests/intel/xe_exec_compute_mode.c
+++ b/tests/intel/xe_exec_compute_mode.c
@@ -472,7 +472,7 @@ static void lr_mode_workload(int fd)
 							ALLOC_STRATEGY_LOW_TO_HIGH);
 
 	sync.addr = to_user_pointer(&vm_sync);
-	xe_vm_bind_async(fd, vm, engine->instance.gt_id, bo, 0, spin_addr, bo_size, &sync, 1);
+	xe_vm_bind_async(fd, vm, 0, bo, 0, spin_addr, bo_size, &sync, 1);
 	xe_wait_ufence(fd, &vm_sync, USER_FENCE_VALUE, 0, NSEC_PER_SEC);
 
 	xe_spin_init_opts(spin, .addr = spin_addr, .write_timestamp = true);
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* ✓ CI.xeBAT: success for tests/xe_exec_comput_mode: Use valid exec queue for bind
  2024-10-31  7:36 [PATCH i-g-t] tests/xe_exec_comput_mode: Use valid exec queue for bind Zbigniew Kempczyński
@ 2024-10-31  9:23 ` Patchwork
  2024-10-31  9:26 ` ✗ Fi.CI.BAT: failure " Patchwork
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-31  9:23 UTC (permalink / raw)
  To: Zbigniew Kempczyński; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 3134 bytes --]

== Series Details ==

Series: tests/xe_exec_comput_mode: Use valid exec queue for bind
URL   : https://patchwork.freedesktop.org/series/140752/
State : success

== Summary ==

CI Bug Log - changes from XEIGT_8090_BAT -> XEIGTPW_12012_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (9 -> 9)
------------------------------

  No changes in participating hosts

Known issues
------------

  Here are the changes found in XEIGTPW_12012_BAT that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@kms_frontbuffer_tracking@basic:
    - bat-adlp-7:         [PASS][1] -> [FAIL][2] ([Intel XE#1861])
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html

  * igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit:
    - bat-bmg-2:          [PASS][3] -> [INCOMPLETE][4] ([Intel XE#2874] / [Intel XE#2998]) +1 other test incomplete
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html

  
#### Possible fixes ####

  * igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate:
    - bat-lnl-2:          [FAIL][5] ([Intel XE#2754]) -> [PASS][6]
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/bat-lnl-2/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/bat-lnl-2/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate.html

  * igt@xe_exec_compute_mode@twice-userptr-invalidate:
    - bat-lnl-1:          [DMESG-WARN][7] ([Intel XE#2687]) -> [PASS][8]
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/bat-lnl-1/igt@xe_exec_compute_mode@twice-userptr-invalidate.html
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/bat-lnl-1/igt@xe_exec_compute_mode@twice-userptr-invalidate.html

  
  [Intel XE#1861]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1861
  [Intel XE#2687]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2687
  [Intel XE#2754]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2754
  [Intel XE#2874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2874
  [Intel XE#2998]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2998


Build changes
-------------

  * IGT: IGT_8090 -> IGTPW_12012
  * Linux: xe-2147-c245557007af0a1c23da00c47732ae1dadda7dd3 -> xe-2148-baf0f5492ee64d9edaa4a9aae47c7dc6dc3e2c31

  IGTPW_12012: 12012
  IGT_8090: ef818fb3a73d6d69d09d573c2a6d071b2c7dc84a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-2147-c245557007af0a1c23da00c47732ae1dadda7dd3: c245557007af0a1c23da00c47732ae1dadda7dd3
  xe-2148-baf0f5492ee64d9edaa4a9aae47c7dc6dc3e2c31: baf0f5492ee64d9edaa4a9aae47c7dc6dc3e2c31

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/index.html

[-- Attachment #2: Type: text/html, Size: 3793 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* ✗ Fi.CI.BAT: failure for tests/xe_exec_comput_mode: Use valid exec queue for bind
  2024-10-31  7:36 [PATCH i-g-t] tests/xe_exec_comput_mode: Use valid exec queue for bind Zbigniew Kempczyński
  2024-10-31  9:23 ` ✓ CI.xeBAT: success for " Patchwork
@ 2024-10-31  9:26 ` Patchwork
  2024-10-31  9:58   ` Zbigniew Kempczyński
  2024-10-31 10:56 ` ✗ CI.xeFULL: " Patchwork
  2024-10-31 15:04 ` [PATCH i-g-t] " Kamil Konieczny
  3 siblings, 1 reply; 7+ messages in thread
From: Patchwork @ 2024-10-31  9:26 UTC (permalink / raw)
  To: Zbigniew Kempczyński; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 4422 bytes --]

== Series Details ==

Series: tests/xe_exec_comput_mode: Use valid exec queue for bind
URL   : https://patchwork.freedesktop.org/series/140752/
State : failure

== Summary ==

CI Bug Log - changes from IGT_8090 -> IGTPW_12012
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_12012 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_12012, 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_12012/index.html

Participating hosts (46 -> 46)
------------------------------

  Additional (1): bat-dg2-13 
  Missing    (1): fi-snb-2520m 

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_12012:

### IGT changes ###

#### Possible regressions ####

  * igt@kms_flip@basic-flip-vs-dpms@a-dp1:
    - fi-cfl-8109u:       [PASS][1] -> [DMESG-WARN][2] +3 other tests dmesg-warn
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8090/fi-cfl-8109u/igt@kms_flip@basic-flip-vs-dpms@a-dp1.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12012/fi-cfl-8109u/igt@kms_flip@basic-flip-vs-dpms@a-dp1.html

  * igt@kms_flip@basic-flip-vs-dpms@b-dp1:
    - fi-cfl-8109u:       [PASS][3] -> [INCOMPLETE][4] +1 other test incomplete
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8090/fi-cfl-8109u/igt@kms_flip@basic-flip-vs-dpms@b-dp1.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12012/fi-cfl-8109u/igt@kms_flip@basic-flip-vs-dpms@b-dp1.html

  
Known issues
------------

  Here are the changes found in IGTPW_12012 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@i915_selftest@live:
    - bat-mtlp-6:         [PASS][5] -> [ABORT][6] ([i915#12133] / [i915#12216])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8090/bat-mtlp-6/igt@i915_selftest@live.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12012/bat-mtlp-6/igt@i915_selftest@live.html

  * igt@i915_selftest@live@workarounds:
    - bat-mtlp-6:         [PASS][7] -> [ABORT][8] ([i915#12216])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8090/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12012/bat-mtlp-6/igt@i915_selftest@live@workarounds.html

  * igt@kms_chamelium_edid@hdmi-edid-read:
    - bat-dg2-13:         NOTRUN -> [DMESG-WARN][9] ([i915#12253])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12012/bat-dg2-13/igt@kms_chamelium_edid@hdmi-edid-read.html

  * igt@kms_chamelium_edid@vga-edid-read:
    - bat-dg2-13:         NOTRUN -> [SKIP][10] ([Intel XE#484] / [i915#4550]) +1 other test skip
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12012/bat-dg2-13/igt@kms_chamelium_edid@vga-edid-read.html

  
#### Warnings ####

  * igt@i915_selftest@live:
    - bat-arlh-3:         [ABORT][11] ([i915#12061] / [i915#12133]) -> [ABORT][12] ([i915#12133])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8090/bat-arlh-3/igt@i915_selftest@live.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12012/bat-arlh-3/igt@i915_selftest@live.html

  
  [Intel XE#484]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/484
  [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
  [i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133
  [i915#12216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12216
  [i915#12253]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12253
  [i915#4550]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4550


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_8090 -> IGTPW_12012
  * Linux: CI_DRM_15615 -> CI_DRM_15616

  CI-20190529: 20190529
  CI_DRM_15615: c245557007af0a1c23da00c47732ae1dadda7dd3 @ git://anongit.freedesktop.org/gfx-ci/linux
  CI_DRM_15616: baf0f5492ee64d9edaa4a9aae47c7dc6dc3e2c31 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_12012: 12012
  IGT_8090: ef818fb3a73d6d69d09d573c2a6d071b2c7dc84a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12012/index.html

[-- Attachment #2: Type: text/html, Size: 5437 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ✗ Fi.CI.BAT: failure for tests/xe_exec_comput_mode: Use valid exec queue for bind
  2024-10-31  9:26 ` ✗ Fi.CI.BAT: failure " Patchwork
@ 2024-10-31  9:58   ` Zbigniew Kempczyński
  2024-10-31 10:45     ` Saarinen, Jani
  0 siblings, 1 reply; 7+ messages in thread
From: Zbigniew Kempczyński @ 2024-10-31  9:58 UTC (permalink / raw)
  To: igt-dev; +Cc: I915-ci-infra

On Thu, Oct 31, 2024 at 09:26:57AM +0000, Patchwork wrote:
>    Patch Details
> 
>    Series:  tests/xe_exec_comput_mode: Use valid exec queue for bind        
>    URL:     https://patchwork.freedesktop.org/series/140752/                
>    State:   failure                                                         
>    Details: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12012/index.html 
> 
>                CI Bug Log - changes from IGT_8090 -> IGTPW_12012
> 
> Summary
> 
>    FAILURE
> 
>    Serious unknown changes coming with IGTPW_12012 absolutely need to be
>    verified manually.
> 
>    If you think the reported changes have nothing to do with the changes
>    introduced in IGTPW_12012, 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_12012/index.html
> 
> Participating hosts (46 -> 46)
> 
>    Additional (1): bat-dg2-13
>    Missing (1): fi-snb-2520m
> 
> Possible new issues
> 
>    Here are the unknown changes that may have been introduced in IGTPW_12012:
> 
>   IGT changes
> 
>     Possible regressions
> 
>      * igt@kms_flip@basic-flip-vs-dpms@a-dp1:
> 
>           * fi-cfl-8109u: PASS -> DMESG-WARN +3 other tests dmesg-warn
>      * igt@kms_flip@basic-flip-vs-dpms@b-dp1:
> 
>           * fi-cfl-8109u: PASS -> INCOMPLETE +1 other test incomplete

Unrelated to the change.

--
Zbigniew

> 
> Known issues
> 
>    Here are the changes found in IGTPW_12012 that come from known issues:
> 
>   IGT changes
> 
>     Issues hit
> 
>      * igt@i915_selftest@live:
> 
>           * bat-mtlp-6: PASS -> ABORT (i915#12133 / i915#12216)
>      * igt@i915_selftest@live@workarounds:
> 
>           * bat-mtlp-6: PASS -> ABORT (i915#12216)
>      * igt@kms_chamelium_edid@hdmi-edid-read:
> 
>           * bat-dg2-13: NOTRUN -> DMESG-WARN (i915#12253)
>      * igt@kms_chamelium_edid@vga-edid-read:
> 
>           * bat-dg2-13: NOTRUN -> SKIP (Intel XE#484 / i915#4550) +1 other
>             test skip
> 
>     Warnings
> 
>      * igt@i915_selftest@live:
>           * bat-arlh-3: ABORT (i915#12061 / i915#12133) -> ABORT (i915#12133)
> 
> Build changes
> 
>      * CI: CI-20190529 -> None
>      * IGT: IGT_8090 -> IGTPW_12012
>      * Linux: CI_DRM_15615 -> CI_DRM_15616
> 
>    CI-20190529: 20190529
>    CI_DRM_15615: c245557007af0a1c23da00c47732ae1dadda7dd3 @
>    git://anongit.freedesktop.org/gfx-ci/linux
>    CI_DRM_15616: baf0f5492ee64d9edaa4a9aae47c7dc6dc3e2c31 @
>    git://anongit.freedesktop.org/gfx-ci/linux
>    IGTPW_12012: 12012
>    IGT_8090: ef818fb3a73d6d69d09d573c2a6d071b2c7dc84a @
>    https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: ✗ Fi.CI.BAT: failure for tests/xe_exec_comput_mode: Use valid exec queue for bind
  2024-10-31  9:58   ` Zbigniew Kempczyński
@ 2024-10-31 10:45     ` Saarinen, Jani
  0 siblings, 0 replies; 7+ messages in thread
From: Saarinen, Jani @ 2024-10-31 10:45 UTC (permalink / raw)
  To: Kempczynski, Zbigniew, igt-dev@lists.freedesktop.org
  Cc: I915-ci-infra@lists.freedesktop.org

Hi, 

> -----Original Message-----
> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Zbigniew
> Kempczynski
> Sent: Thursday, 31 October 2024 11.58
> To: igt-dev@lists.freedesktop.org
> Cc: I915-ci-infra@lists.freedesktop.org
> Subject: Re: ✗ Fi.CI.BAT: failure for tests/xe_exec_comput_mode: Use valid exec
> queue for bind
> 
> On Thu, Oct 31, 2024 at 09:26:57AM +0000, Patchwork wrote:
> >    Patch Details
> >
> >    Series:  tests/xe_exec_comput_mode: Use valid exec queue for bind
> >    URL:     https://patchwork.freedesktop.org/series/140752/
> >    State:   failure
> >    Details: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12012/index.html
> >
> >                CI Bug Log - changes from IGT_8090 -> IGTPW_12012
> >
> > Summary
> >
> >    FAILURE
> >
> >    Serious unknown changes coming with IGTPW_12012 absolutely need to be
> >    verified manually.
> >
> >    If you think the reported changes have nothing to do with the changes
> >    introduced in IGTPW_12012, 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_12012/index.html
> >
> > Participating hosts (46 -> 46)
> >
> >    Additional (1): bat-dg2-13
> >    Missing (1): fi-snb-2520m
> >
> > Possible new issues
> >
> >    Here are the unknown changes that may have been introduced in
> IGTPW_12012:
> >
> >   IGT changes
> >
> >     Possible regressions
> >
> >      * igt@kms_flip@basic-flip-vs-dpms@a-dp1:
> >
> >           * fi-cfl-8109u: PASS -> DMESG-WARN +3 other tests dmesg-warn
> >      * igt@kms_flip@basic-flip-vs-dpms@b-dp1:
> >
> >           * fi-cfl-8109u: PASS -> INCOMPLETE +1 other test incomplete


https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12328 

> 
> Unrelated to the change.
> 
> --
> Zbigniew
> 
> >
> > Known issues
> >
> >    Here are the changes found in IGTPW_12012 that come from known issues:
> >
> >   IGT changes
> >
> >     Issues hit
> >
> >      * igt@i915_selftest@live:
> >
> >           * bat-mtlp-6: PASS -> ABORT (i915#12133 / i915#12216)
> >      * igt@i915_selftest@live@workarounds:
> >
> >           * bat-mtlp-6: PASS -> ABORT (i915#12216)
> >      * igt@kms_chamelium_edid@hdmi-edid-read:
> >
> >           * bat-dg2-13: NOTRUN -> DMESG-WARN (i915#12253)
> >      * igt@kms_chamelium_edid@vga-edid-read:
> >
> >           * bat-dg2-13: NOTRUN -> SKIP (Intel XE#484 / i915#4550) +1 other
> >             test skip
> >
> >     Warnings
> >
> >      * igt@i915_selftest@live:
> >           * bat-arlh-3: ABORT (i915#12061 / i915#12133) -> ABORT (i915#12133)
> >
> > Build changes
> >
> >      * CI: CI-20190529 -> None
> >      * IGT: IGT_8090 -> IGTPW_12012
> >      * Linux: CI_DRM_15615 -> CI_DRM_15616
> >
> >    CI-20190529: 20190529
> >    CI_DRM_15615: c245557007af0a1c23da00c47732ae1dadda7dd3 @
> >    git://anongit.freedesktop.org/gfx-ci/linux
> >    CI_DRM_15616: baf0f5492ee64d9edaa4a9aae47c7dc6dc3e2c31 @
> >    git://anongit.freedesktop.org/gfx-ci/linux
> >    IGTPW_12012: 12012
> >    IGT_8090: ef818fb3a73d6d69d09d573c2a6d071b2c7dc84a @
> >    https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

^ permalink raw reply	[flat|nested] 7+ messages in thread

* ✗ CI.xeFULL: failure for tests/xe_exec_comput_mode: Use valid exec queue for bind
  2024-10-31  7:36 [PATCH i-g-t] tests/xe_exec_comput_mode: Use valid exec queue for bind Zbigniew Kempczyński
  2024-10-31  9:23 ` ✓ CI.xeBAT: success for " Patchwork
  2024-10-31  9:26 ` ✗ Fi.CI.BAT: failure " Patchwork
@ 2024-10-31 10:56 ` Patchwork
  2024-10-31 15:04 ` [PATCH i-g-t] " Kamil Konieczny
  3 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-31 10:56 UTC (permalink / raw)
  To: Zbigniew Kempczyński; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 71122 bytes --]

== Series Details ==

Series: tests/xe_exec_comput_mode: Use valid exec queue for bind
URL   : https://patchwork.freedesktop.org/series/140752/
State : failure

== Summary ==

CI Bug Log - changes from XEIGT_8090_full -> XEIGTPW_12012_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with XEIGTPW_12012_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in XEIGTPW_12012_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_12012_full:

### IGT changes ###

#### Possible regressions ####

  * igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp2:
    - shard-bmg:          [PASS][1] -> [FAIL][2]
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp2.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-7/igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp2.html

  * igt@xe_fault_injection@inject-fault-probe:
    - shard-dg2-set2:     NOTRUN -> [DMESG-WARN][3]
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@xe_fault_injection@inject-fault-probe.html

  * igt@xe_oa@syncs-userptr-wait-cfg:
    - shard-dg2-set2:     NOTRUN -> [SKIP][4] +1 other test skip
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@xe_oa@syncs-userptr-wait-cfg.html

  
#### Warnings ####

  * igt@xe_fault_injection@inject-fault-probe:
    - shard-bmg:          [SKIP][5] ([Intel XE#2931]) -> [DMESG-WARN][6]
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-7/igt@xe_fault_injection@inject-fault-probe.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-7/igt@xe_fault_injection@inject-fault-probe.html
    - shard-lnl:          [SKIP][7] ([Intel XE#2931]) -> [DMESG-WARN][8]
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-4/igt@xe_fault_injection@inject-fault-probe.html
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-6/igt@xe_fault_injection@inject-fault-probe.html

  * igt@xe_oa@syncs-syncobj-cfg:
    - shard-dg2-set2:     [SKIP][9] ([Intel XE#1130]) -> [SKIP][10]
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@xe_oa@syncs-syncobj-cfg.html
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-466/igt@xe_oa@syncs-syncobj-cfg.html

  
#### Suppressed ####

  The following results come from untrusted machines, tests, or statuses.
  They do not affect the overall result.

  * {igt@xe_fault_injection@inject-fault-probe@function-xe_guc_ads_init}:
    - shard-bmg:          NOTRUN -> [DMESG-WARN][11] +5 other tests dmesg-warn
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-7/igt@xe_fault_injection@inject-fault-probe@function-xe_guc_ads_init.html

  * {igt@xe_fault_injection@inject-fault-probe@function-xe_guc_ct_init}:
    - shard-dg2-set2:     NOTRUN -> [DMESG-WARN][12] +5 other tests dmesg-warn
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@xe_fault_injection@inject-fault-probe@function-xe_guc_ct_init.html
    - shard-lnl:          NOTRUN -> [DMESG-WARN][13] +5 other tests dmesg-warn
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-6/igt@xe_fault_injection@inject-fault-probe@function-xe_guc_ct_init.html

  
Known issues
------------

  Here are the changes found in XEIGTPW_12012_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@kms_atomic_transition@modeset-transition-nonblocking:
    - shard-lnl:          [PASS][14] -> [FAIL][15] ([Intel XE#1701]) +1 other test fail
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-1/igt@kms_atomic_transition@modeset-transition-nonblocking.html
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-2/igt@kms_atomic_transition@modeset-transition-nonblocking.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1:
    - shard-lnl:          [PASS][16] -> [FAIL][17] ([Intel XE#1426]) +1 other test fail
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html

  * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-dp-4:
    - shard-dg2-set2:     [PASS][18] -> [INCOMPLETE][19] ([Intel XE#1195]) +1 other test incomplete
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-466/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-dp-4.html
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-436/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-dp-4.html

  * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-b-hdmi-a-3:
    - shard-bmg:          [PASS][20] -> [INCOMPLETE][21] ([Intel XE#2613]) +1 other test incomplete
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-2/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-b-hdmi-a-3.html
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-7/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-b-hdmi-a-3.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-90:
    - shard-dg2-set2:     NOTRUN -> [SKIP][22] ([Intel XE#316]) +3 other tests skip
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0:
    - shard-lnl:          NOTRUN -> [SKIP][23] ([Intel XE#1124]) +2 other tests skip
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
    - shard-dg2-set2:     NOTRUN -> [SKIP][24] ([Intel XE#1124]) +12 other tests skip
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-466/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html

  * igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p:
    - shard-dg2-set2:     NOTRUN -> [SKIP][25] ([Intel XE#2191])
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html

  * igt@kms_bw@linear-tiling-3-displays-3840x2160p:
    - shard-dg2-set2:     NOTRUN -> [SKIP][26] ([Intel XE#367]) +3 other tests skip
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-466/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html

  * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][27] ([Intel XE#2887])
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-7/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs.html

  * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs:
    - shard-dg2-set2:     NOTRUN -> [SKIP][28] ([Intel XE#455] / [Intel XE#787]) +18 other tests skip
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-466/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs.html
    - shard-lnl:          NOTRUN -> [SKIP][29] ([Intel XE#2887]) +1 other test skip
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-5/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
    - shard-dg2-set2:     NOTRUN -> [SKIP][30] ([Intel XE#2907]) +2 other tests skip
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-435/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-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][31] ([Intel XE#787]) +69 other tests skip
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/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@pipe-c-hdmi-a-6:
    - shard-dg2-set2:     [PASS][32] -> [INCOMPLETE][33] ([Intel XE#1195] / [Intel XE#3113])
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6.html
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6.html

  * igt@kms_chamelium_color@ctm-limited-range:
    - shard-dg2-set2:     NOTRUN -> [SKIP][34] ([Intel XE#306])
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-434/igt@kms_chamelium_color@ctm-limited-range.html

  * igt@kms_chamelium_hpd@vga-hpd:
    - shard-dg2-set2:     NOTRUN -> [SKIP][35] ([Intel XE#373]) +10 other tests skip
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@kms_chamelium_hpd@vga-hpd.html
    - shard-lnl:          NOTRUN -> [SKIP][36] ([Intel XE#373])
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-8/igt@kms_chamelium_hpd@vga-hpd.html

  * igt@kms_content_protection@mei-interface:
    - shard-lnl:          NOTRUN -> [SKIP][37] ([Intel XE#1468])
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-7/igt@kms_content_protection@mei-interface.html

  * igt@kms_cursor_crc@cursor-rapid-movement-512x170:
    - shard-dg2-set2:     NOTRUN -> [SKIP][38] ([Intel XE#308])
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-464/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html

  * igt@kms_cursor_crc@cursor-sliding-32x10:
    - shard-bmg:          NOTRUN -> [SKIP][39] ([Intel XE#2320])
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-8/igt@kms_cursor_crc@cursor-sliding-32x10.html

  * igt@kms_cursor_legacy@flip-vs-cursor-toggle:
    - shard-lnl:          [PASS][40] -> [FAIL][41] ([Intel XE#1475])
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-4/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-8/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
    - shard-dg2-set2:     NOTRUN -> [SKIP][42] ([Intel XE#323]) +1 other test skip
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-434/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html

  * igt@kms_fbcon_fbt@psr-suspend:
    - shard-dg2-set2:     NOTRUN -> [SKIP][43] ([Intel XE#776])
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@kms_fbcon_fbt@psr-suspend.html

  * igt@kms_feature_discovery@display-3x:
    - shard-dg2-set2:     NOTRUN -> [SKIP][44] ([Intel XE#703])
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-463/igt@kms_feature_discovery@display-3x.html

  * igt@kms_feature_discovery@psr1:
    - shard-dg2-set2:     NOTRUN -> [SKIP][45] ([Intel XE#1135])
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-436/igt@kms_feature_discovery@psr1.html

  * igt@kms_flip@2x-flip-vs-expired-vblank@ad-hdmi-a6-dp4:
    - shard-dg2-set2:     NOTRUN -> [FAIL][46] ([Intel XE#301]) +4 other tests fail
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank@ad-hdmi-a6-dp4.html

  * igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a6-dp4:
    - shard-dg2-set2:     NOTRUN -> [FAIL][47] ([Intel XE#3267])
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a6-dp4.html

  * igt@kms_flip@2x-flip-vs-modeset:
    - shard-lnl:          NOTRUN -> [SKIP][48] ([Intel XE#1421])
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-8/igt@kms_flip@2x-flip-vs-modeset.html

  * igt@kms_flip@2x-plain-flip-fb-recreate:
    - shard-bmg:          [PASS][49] -> [FAIL][50] ([Intel XE#2882]) +5 other tests fail
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@kms_flip@2x-plain-flip-fb-recreate.html
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-5/igt@kms_flip@2x-plain-flip-fb-recreate.html

  * igt@kms_flip@wf_vblank-ts-check@a-edp1:
    - shard-lnl:          [PASS][51] -> [FAIL][52] ([Intel XE#886]) +7 other tests fail
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-5/igt@kms_flip@wf_vblank-ts-check@a-edp1.html
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-4/igt@kms_flip@wf_vblank-ts-check@a-edp1.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
    - shard-dg2-set2:     NOTRUN -> [SKIP][53] ([Intel XE#455]) +8 other tests skip
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-464/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html

  * igt@kms_force_connector_basic@prune-stale-modes:
    - shard-dg2-set2:     NOTRUN -> [SKIP][54] ([i915#5274])
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-435/igt@kms_force_connector_basic@prune-stale-modes.html
    - shard-lnl:          NOTRUN -> [SKIP][55] ([Intel XE#352]) +1 other test skip
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-3/igt@kms_force_connector_basic@prune-stale-modes.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-mmap-wc:
    - shard-lnl:          NOTRUN -> [SKIP][56] ([Intel XE#656]) +4 other tests skip
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-1/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen:
    - shard-dg2-set2:     NOTRUN -> [SKIP][57] ([Intel XE#651]) +29 other tests skip
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html

  * igt@kms_frontbuffer_tracking@drrs-rgb565-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][58] ([Intel XE#2311])
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-mmap-wc:
    - shard-lnl:          NOTRUN -> [SKIP][59] ([Intel XE#651])
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff:
    - shard-bmg:          NOTRUN -> [SKIP][60] ([Intel XE#2313]) +1 other test skip
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@plane-fbc-rte:
    - shard-dg2-set2:     NOTRUN -> [SKIP][61] ([Intel XE#1158])
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-435/igt@kms_frontbuffer_tracking@plane-fbc-rte.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt:
    - shard-dg2-set2:     NOTRUN -> [SKIP][62] ([Intel XE#653]) +26 other tests skip
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html

  * igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
    - shard-dg2-set2:     NOTRUN -> [SKIP][63] ([Intel XE#356])
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-463/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html

  * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-hdmi-a-6:
    - shard-dg2-set2:     [PASS][64] -> [ABORT][65] ([Intel XE#3111]) +1 other test abort
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-463/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-hdmi-a-6.html
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-432/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-hdmi-a-6.html

  * igt@kms_plane@pixel-format-source-clamping:
    - shard-bmg:          [PASS][66] -> [DMESG-WARN][67] ([Intel XE#2566] / [Intel XE#877])
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-4/igt@kms_plane@pixel-format-source-clamping.html
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-8/igt@kms_plane@pixel-format-source-clamping.html

  * igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0:
    - shard-bmg:          [PASS][68] -> [DMESG-WARN][69] ([Intel XE#877])
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-4/igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0.html
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-8/igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a:
    - shard-bmg:          NOTRUN -> [SKIP][70] ([Intel XE#2763]) +4 other tests skip
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-4/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][71] ([Intel XE#2763] / [Intel XE#455]) +3 other tests skip
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers:
    - shard-lnl:          NOTRUN -> [SKIP][72] ([Intel XE#2763]) +3 other tests skip
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-1/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers.html

  * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a:
    - shard-dg2-set2:     NOTRUN -> [SKIP][73] ([Intel XE#2763]) +5 other tests skip
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a.html

  * igt@kms_pm_backlight@fade-with-suspend:
    - shard-dg2-set2:     NOTRUN -> [SKIP][74] ([Intel XE#870])
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-435/igt@kms_pm_backlight@fade-with-suspend.html

  * igt@kms_pm_dc@dc5-psr:
    - shard-lnl:          [PASS][75] -> [FAIL][76] ([Intel XE#718])
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-8/igt@kms_pm_dc@dc5-psr.html
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-7/igt@kms_pm_dc@dc5-psr.html

  * igt@kms_pm_dc@deep-pkgc:
    - shard-lnl:          [PASS][77] -> [FAIL][78] ([Intel XE#2029])
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-3/igt@kms_pm_dc@deep-pkgc.html
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-8/igt@kms_pm_dc@deep-pkgc.html

  * igt@kms_pm_rpm@cursor-dpms:
    - shard-lnl:          [PASS][79] -> [DMESG-WARN][80] ([Intel XE#3184]) +2 other tests dmesg-warn
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-4/igt@kms_pm_rpm@cursor-dpms.html
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-5/igt@kms_pm_rpm@cursor-dpms.html

  * igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area:
    - shard-lnl:          NOTRUN -> [SKIP][81] ([Intel XE#2893])
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-6/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf:
    - shard-dg2-set2:     NOTRUN -> [SKIP][82] ([Intel XE#1489]) +7 other tests skip
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-435/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html

  * igt@kms_psr2_su@page_flip-p010:
    - shard-dg2-set2:     NOTRUN -> [SKIP][83] ([Intel XE#1122]) +2 other tests skip
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-434/igt@kms_psr2_su@page_flip-p010.html

  * igt@kms_psr@fbc-psr2-sprite-plane-onoff:
    - shard-dg2-set2:     NOTRUN -> [SKIP][84] ([Intel XE#2850] / [Intel XE#929]) +16 other tests skip
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-466/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html

  * igt@kms_rotation_crc@bad-pixel-format:
    - shard-dg2-set2:     NOTRUN -> [SKIP][85] ([Intel XE#327]) +1 other test skip
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-466/igt@kms_rotation_crc@bad-pixel-format.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
    - shard-dg2-set2:     NOTRUN -> [SKIP][86] ([Intel XE#1127])
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-464/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-dg2-set2:     NOTRUN -> [SKIP][87] ([Intel XE#1500])
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@kms_vrr@flip-basic:
    - shard-lnl:          [PASS][88] -> [FAIL][89] ([Intel XE#2443]) +1 other test fail
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-4/igt@kms_vrr@flip-basic.html
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-7/igt@kms_vrr@flip-basic.html

  * igt@kms_vrr@lobf:
    - shard-dg2-set2:     NOTRUN -> [SKIP][90] ([Intel XE#2168])
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@kms_vrr@lobf.html

  * igt@kms_vrr@negative-basic:
    - shard-lnl:          NOTRUN -> [SKIP][91] ([Intel XE#1499])
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-6/igt@kms_vrr@negative-basic.html

  * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
    - shard-dg2-set2:     NOTRUN -> [SKIP][92] ([Intel XE#1091] / [Intel XE#2849])
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-463/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html

  * igt@xe_ccs@suspend-resume@tile64-compressed-compfmt0-vram01-vram01:
    - shard-dg2-set2:     [PASS][93] -> [ABORT][94] ([Intel XE#2625]) +1 other test abort
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-463/igt@xe_ccs@suspend-resume@tile64-compressed-compfmt0-vram01-vram01.html
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-432/igt@xe_ccs@suspend-resume@tile64-compressed-compfmt0-vram01-vram01.html

  * igt@xe_copy_basic@mem-copy-linear-0xfd:
    - shard-dg2-set2:     NOTRUN -> [SKIP][95] ([Intel XE#1123])
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-434/igt@xe_copy_basic@mem-copy-linear-0xfd.html

  * igt@xe_eudebug@basic-exec-queues:
    - shard-lnl:          NOTRUN -> [SKIP][96] ([Intel XE#2905])
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-6/igt@xe_eudebug@basic-exec-queues.html

  * igt@xe_eudebug@basic-vm-access-parameters:
    - shard-dg2-set2:     NOTRUN -> [SKIP][97] ([Intel XE#2905]) +6 other tests skip
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@xe_eudebug@basic-vm-access-parameters.html

  * igt@xe_evict@evict-beng-mixed-many-threads-small:
    - shard-dg2-set2:     NOTRUN -> [TIMEOUT][98] ([Intel XE#1473] / [Intel XE#402])
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-466/igt@xe_evict@evict-beng-mixed-many-threads-small.html
    - shard-bmg:          [PASS][99] -> [TIMEOUT][100] ([Intel XE#1473])
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-4/igt@xe_evict@evict-beng-mixed-many-threads-small.html
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-8/igt@xe_evict@evict-beng-mixed-many-threads-small.html

  * igt@xe_evict@evict-beng-threads-large:
    - shard-bmg:          [PASS][101] -> [FAIL][102] ([Intel XE#1000])
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@xe_evict@evict-beng-threads-large.html
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-5/igt@xe_evict@evict-beng-threads-large.html

  * igt@xe_evict@evict-large-external:
    - shard-lnl:          NOTRUN -> [SKIP][103] ([Intel XE#688]) +1 other test skip
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-1/igt@xe_evict@evict-large-external.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-rebind:
    - shard-lnl:          NOTRUN -> [SKIP][104] ([Intel XE#1392]) +1 other test skip
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-6/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-rebind.html

  * igt@xe_exec_compute_mode@many-execqueues-bindexecqueue-userptr-invalidate:
    - shard-lnl:          [PASS][105] -> [FAIL][106] ([Intel XE#3179])
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-2/igt@xe_exec_compute_mode@many-execqueues-bindexecqueue-userptr-invalidate.html
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-1/igt@xe_exec_compute_mode@many-execqueues-bindexecqueue-userptr-invalidate.html

  * igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race:
    - shard-bmg:          [PASS][107] -> [FAIL][108] ([Intel XE#3160]) +1 other test fail
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-7/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race.html
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-8/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race.html

  * igt@xe_exec_fault_mode@once-bindexecqueue-imm:
    - shard-dg2-set2:     NOTRUN -> [SKIP][109] ([Intel XE#288]) +23 other tests skip
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-435/igt@xe_exec_fault_mode@once-bindexecqueue-imm.html

  * igt@xe_exec_store@basic-all:
    - shard-bmg:          [PASS][110] -> [SKIP][111] ([Intel XE#1130])
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-7/igt@xe_exec_store@basic-all.html
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-7/igt@xe_exec_store@basic-all.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][112] ([Intel XE#1130])
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@xe_exec_store@basic-all.html

  * igt@xe_mmap@small-bar:
    - shard-dg2-set2:     NOTRUN -> [SKIP][113] ([Intel XE#512])
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@xe_mmap@small-bar.html

  * igt@xe_oa@polling-small-buf:
    - shard-dg2-set2:     NOTRUN -> [SKIP][114] ([Intel XE#2541]) +5 other tests skip
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-434/igt@xe_oa@polling-small-buf.html

  * igt@xe_pm@d3cold-mmap-vram:
    - shard-dg2-set2:     NOTRUN -> [SKIP][115] ([Intel XE#2284] / [Intel XE#366])
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-466/igt@xe_pm@d3cold-mmap-vram.html

  * igt@xe_pm@s2idle-multiple-execs:
    - shard-dg2-set2:     [PASS][116] -> [ABORT][117] ([Intel XE#1358])
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-433/igt@xe_pm@s2idle-multiple-execs.html
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-432/igt@xe_pm@s2idle-multiple-execs.html

  * igt@xe_pm@s3-basic-exec:
    - shard-lnl:          NOTRUN -> [SKIP][118] ([Intel XE#584])
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-8/igt@xe_pm@s3-basic-exec.html

  * igt@xe_pm@s4-vm-bind-userptr:
    - shard-lnl:          [PASS][119] -> [ABORT][120] ([Intel XE#1794])
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-3/igt@xe_pm@s4-vm-bind-userptr.html
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-2/igt@xe_pm@s4-vm-bind-userptr.html

  * igt@xe_query@multigpu-query-engines:
    - shard-dg2-set2:     NOTRUN -> [SKIP][121] ([Intel XE#944]) +2 other tests skip
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-435/igt@xe_query@multigpu-query-engines.html

  
#### Possible fixes ####

  * igt@kms_addfb_basic@addfb25-bad-modifier:
    - shard-bmg:          [SKIP][122] ([Intel XE#2461]) -> [PASS][123]
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@kms_addfb_basic@addfb25-bad-modifier.html
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-5/igt@kms_addfb_basic@addfb25-bad-modifier.html

  * igt@kms_addfb_basic@legacy-format:
    - shard-bmg:          [SKIP][124] -> [PASS][125] +2 other tests pass
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@kms_addfb_basic@legacy-format.html
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-2/igt@kms_addfb_basic@legacy-format.html

  * igt@kms_atomic_transition@modeset-transition-nonblocking-fencing:
    - shard-lnl:          [FAIL][126] ([Intel XE#1701]) -> [PASS][127] +1 other test pass
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-6/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-7/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html

  * igt@kms_big_fb@4-tiled-16bpp-rotate-180:
    - shard-dg2-set2:     [SKIP][128] ([Intel XE#2351] / [Intel XE#2890]) -> [PASS][129]
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-464/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-lnl:          [FAIL][130] ([Intel XE#1874]) -> [PASS][131]
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-8/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
    - shard-bmg:          [SKIP][132] ([Intel XE#2231] / [Intel XE#2890]) -> [PASS][133] +1 other test pass
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html

  * igt@kms_color@ctm-0-25@pipe-a-edp-1:
    - shard-lnl:          [DMESG-WARN][134] ([Intel XE#2929]) -> [PASS][135] +1 other test pass
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-8/igt@kms_color@ctm-0-25@pipe-a-edp-1.html
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-8/igt@kms_color@ctm-0-25@pipe-a-edp-1.html

  * igt@kms_cursor_legacy@cursora-vs-flipa-toggle:
    - shard-dg2-set2:     [INCOMPLETE][136] ([Intel XE#1195]) -> [PASS][137]
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_cursor_legacy@cursora-vs-flipa-toggle.html
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-434/igt@kms_cursor_legacy@cursora-vs-flipa-toggle.html

  * igt@kms_cursor_legacy@single-move:
    - shard-bmg:          [SKIP][138] ([Intel XE#3189]) -> [PASS][139] +4 other tests pass
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@kms_cursor_legacy@single-move.html
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-2/igt@kms_cursor_legacy@single-move.html

  * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@bc-dp2-hdmi-a3:
    - shard-bmg:          [DMESG-WARN][140] ([Intel XE#877]) -> [PASS][141] +1 other test pass
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@bc-dp2-hdmi-a3.html
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-5/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@bc-dp2-hdmi-a3.html

  * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3:
    - shard-bmg:          [FAIL][142] ([Intel XE#301]) -> [PASS][143] +5 other tests pass
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html

  * igt@kms_flip@2x-wf_vblank-ts-check-interruptible@bd-dp2-hdmi-a3:
    - shard-bmg:          [INCOMPLETE][144] ([Intel XE#2635]) -> [PASS][145] +1 other test pass
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@kms_flip@2x-wf_vblank-ts-check-interruptible@bd-dp2-hdmi-a3.html
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-7/igt@kms_flip@2x-wf_vblank-ts-check-interruptible@bd-dp2-hdmi-a3.html

  * igt@kms_flip@busy-flip:
    - shard-dg2-set2:     [SKIP][146] ([Intel XE#2423] / [i915#2575]) -> [PASS][147] +7 other tests pass
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_flip@busy-flip.html
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-434/igt@kms_flip@busy-flip.html

  * igt@kms_flip@flip-vs-absolute-wf_vblank@a-edp1:
    - shard-lnl:          [FAIL][148] ([Intel XE#886]) -> [PASS][149] +5 other tests pass
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-5/igt@kms_flip@flip-vs-absolute-wf_vblank@a-edp1.html
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-5/igt@kms_flip@flip-vs-absolute-wf_vblank@a-edp1.html

  * igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6:
    - shard-dg2-set2:     [FAIL][150] ([Intel XE#301]) -> [PASS][151] +8 other tests pass
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6.html
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc:
    - shard-dg2-set2:     [SKIP][152] ([Intel XE#2890]) -> [PASS][153]
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_hdr@static-toggle-suspend@pipe-a-dp-4:
    - shard-dg2-set2:     [ABORT][154] ([Intel XE#2625]) -> [PASS][155] +1 other test pass
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-432/igt@kms_hdr@static-toggle-suspend@pipe-a-dp-4.html
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-434/igt@kms_hdr@static-toggle-suspend@pipe-a-dp-4.html

  * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format:
    - shard-bmg:          [SKIP][156] ([Intel XE#3007]) -> [PASS][157] +8 other tests pass
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format.html
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-5/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format.html

  * igt@kms_pm_dc@dc6-dpms:
    - shard-lnl:          [FAIL][158] ([Intel XE#1430]) -> [PASS][159]
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-6/igt@kms_pm_dc@dc6-dpms.html
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-3/igt@kms_pm_dc@dc6-dpms.html

  * igt@kms_pm_rpm@universal-planes:
    - shard-lnl:          [DMESG-WARN][160] ([Intel XE#2042]) -> [PASS][161]
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-1/igt@kms_pm_rpm@universal-planes.html
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-4/igt@kms_pm_rpm@universal-planes.html

  * igt@kms_pm_rpm@universal-planes@plane-59:
    - shard-lnl:          [DMESG-WARN][162] ([Intel XE#3184]) -> [PASS][163]
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-1/igt@kms_pm_rpm@universal-planes@plane-59.html
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-4/igt@kms_pm_rpm@universal-planes@plane-59.html

  * igt@kms_psr@fbc-psr-cursor-plane-onoff:
    - shard-lnl:          [FAIL][164] ([Intel XE#2808]) -> [PASS][165] +3 other tests pass
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-8/igt@kms_psr@fbc-psr-cursor-plane-onoff.html
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-8/igt@kms_psr@fbc-psr-cursor-plane-onoff.html

  * igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
    - shard-lnl:          [FAIL][166] ([Intel XE#899]) -> [PASS][167] +1 other test pass
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-3/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html

  * igt@kms_vblank@accuracy-idle:
    - shard-lnl:          [FAIL][168] ([Intel XE#1523]) -> [PASS][169] +1 other test pass
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-8/igt@kms_vblank@accuracy-idle.html
   [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-5/igt@kms_vblank@accuracy-idle.html

  * igt@kms_vrr@flipline:
    - shard-lnl:          [FAIL][170] ([Intel XE#2443]) -> [PASS][171] +1 other test pass
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-5/igt@kms_vrr@flipline.html
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-3/igt@kms_vrr@flipline.html

  * igt@xe_evict@evict-mixed-many-threads-small:
    - shard-bmg:          [TIMEOUT][172] ([Intel XE#1473] / [Intel XE#2472]) -> [PASS][173]
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@xe_evict@evict-mixed-many-threads-small.html
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-2/igt@xe_evict@evict-mixed-many-threads-small.html

  * igt@xe_exec_basic@many-execqueues-null:
    - shard-bmg:          [SKIP][174] ([Intel XE#1130]) -> [PASS][175] +19 other tests pass
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@xe_exec_basic@many-execqueues-null.html
   [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-4/igt@xe_exec_basic@many-execqueues-null.html

  * igt@xe_exec_fault_mode@many-userptr-invalidate-race:
    - shard-bmg:          [FAIL][176] ([Intel XE#3160]) -> [PASS][177] +4 other tests pass
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-2/igt@xe_exec_fault_mode@many-userptr-invalidate-race.html
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-6/igt@xe_exec_fault_mode@many-userptr-invalidate-race.html
    - shard-lnl:          [FAIL][178] ([Intel XE#3160]) -> [PASS][179] +3 other tests pass
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-1/igt@xe_exec_fault_mode@many-userptr-invalidate-race.html
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-8/igt@xe_exec_fault_mode@many-userptr-invalidate-race.html

  * igt@xe_exec_reset@virtual-close-execqueues-close-fd:
    - shard-dg2-set2:     [FAIL][180] -> [PASS][181]
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-466/igt@xe_exec_reset@virtual-close-execqueues-close-fd.html
   [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-436/igt@xe_exec_reset@virtual-close-execqueues-close-fd.html
    - shard-bmg:          [FAIL][182] -> [PASS][183]
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-2/igt@xe_exec_reset@virtual-close-execqueues-close-fd.html
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-5/igt@xe_exec_reset@virtual-close-execqueues-close-fd.html

  * igt@xe_module_load@reload-no-display:
    - shard-bmg:          [FAIL][184] ([Intel XE#2136]) -> [PASS][185]
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@xe_module_load@reload-no-display.html
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-8/igt@xe_module_load@reload-no-display.html

  * igt@xe_oa@mmio-triggered-reports:
    - shard-bmg:          [FAIL][186] ([Intel XE#2249]) -> [PASS][187]
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-2/igt@xe_oa@mmio-triggered-reports.html
   [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-4/igt@xe_oa@mmio-triggered-reports.html
    - shard-lnl:          [FAIL][188] ([Intel XE#2249]) -> [PASS][189]
   [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-8/igt@xe_oa@mmio-triggered-reports.html
   [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-8/igt@xe_oa@mmio-triggered-reports.html

  * igt@xe_oa@oa-regs-whitelisted:
    - shard-lnl:          [FAIL][190] ([Intel XE#2514]) -> [PASS][191]
   [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-1/igt@xe_oa@oa-regs-whitelisted.html
   [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-8/igt@xe_oa@oa-regs-whitelisted.html
    - shard-bmg:          [FAIL][192] ([Intel XE#2514]) -> [PASS][193]
   [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-2/igt@xe_oa@oa-regs-whitelisted.html
   [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-6/igt@xe_oa@oa-regs-whitelisted.html

  * igt@xe_pm@s3-d3hot-basic-exec:
    - shard-dg2-set2:     [ABORT][194] ([Intel XE#1358] / [Intel XE#1794]) -> [PASS][195] +1 other test pass
   [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-432/igt@xe_pm@s3-d3hot-basic-exec.html
   [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-434/igt@xe_pm@s3-d3hot-basic-exec.html

  * igt@xe_pm@s4-basic:
    - shard-lnl:          [ABORT][196] ([Intel XE#1358] / [Intel XE#1607]) -> [PASS][197]
   [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-lnl-2/igt@xe_pm@s4-basic.html
   [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-lnl-8/igt@xe_pm@s4-basic.html

  * igt@xe_vm@large-misaligned-binds-134217728:
    - shard-dg2-set2:     [SKIP][198] ([Intel XE#1130]) -> [PASS][199] +10 other tests pass
   [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@xe_vm@large-misaligned-binds-134217728.html
   [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@xe_vm@large-misaligned-binds-134217728.html

  
#### Warnings ####

  * igt@kms_big_fb@x-tiled-64bpp-rotate-90:
    - shard-dg2-set2:     [SKIP][200] ([Intel XE#2890]) -> [SKIP][201] ([Intel XE#316])
   [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html
   [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-432/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html
    - shard-bmg:          [SKIP][202] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][203] ([Intel XE#2327])
   [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html
   [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-5/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-64bpp-rotate-0:
    - shard-bmg:          [SKIP][204] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][205] ([Intel XE#1124]) +1 other test skip
   [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html
   [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-8/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html
    - shard-dg2-set2:     [SKIP][206] ([Intel XE#2890]) -> [SKIP][207] ([Intel XE#1124])
   [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html
   [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-434/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html

  * igt@kms_big_fb@y-tiled-8bpp-rotate-90:
    - shard-bmg:          [SKIP][208] ([Intel XE#829]) -> [SKIP][209] ([Intel XE#1124])
   [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
   [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-5/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html

  * igt@kms_bw@linear-tiling-4-displays-1920x1080p:
    - shard-bmg:          [SKIP][210] ([Intel XE#367]) -> [SKIP][211] ([Intel XE#3007])
   [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@kms_bw@linear-tiling-4-displays-1920x1080p.html
   [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-7/igt@kms_bw@linear-tiling-4-displays-1920x1080p.html
    - shard-dg2-set2:     [SKIP][212] ([Intel XE#367]) -> [SKIP][213] ([Intel XE#2423] / [i915#2575])
   [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-463/igt@kms_bw@linear-tiling-4-displays-1920x1080p.html
   [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@kms_bw@linear-tiling-4-displays-1920x1080p.html

  * igt@kms_ccs@bad-aux-stride-y-tiled-ccs:
    - shard-bmg:          [SKIP][214] ([Intel XE#3282]) -> [SKIP][215] ([Intel XE#2887])
   [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@kms_ccs@bad-aux-stride-y-tiled-ccs.html
   [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-5/igt@kms_ccs@bad-aux-stride-y-tiled-ccs.html

  * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs:
    - shard-bmg:          [SKIP][216] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][217] ([Intel XE#2887]) +1 other test skip
   [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html
   [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-4/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html
    - shard-dg2-set2:     [SKIP][218] ([Intel XE#2890]) -> [SKIP][219] ([Intel XE#455] / [Intel XE#787])
   [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html
   [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc:
    - shard-bmg:          [SKIP][220] -> [SKIP][221] ([Intel XE#2887])
   [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc.html
   [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-4/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs:
    - shard-bmg:          [SKIP][222] ([Intel XE#2887]) -> [SKIP][223] ([Intel XE#2231] / [Intel XE#2890])
   [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs.html
   [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-7/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs.html
    - shard-dg2-set2:     [SKIP][224] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][225] ([Intel XE#2890])
   [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs.html
   [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
    - shard-dg2-set2:     [SKIP][226] ([Intel XE#2890]) -> [SKIP][227] ([Intel XE#2907])
   [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
   [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-436/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
    - shard-dg2-set2:     [INCOMPLETE][228] ([Intel XE#1195] / [Intel XE#2692]) -> [INCOMPLETE][229] ([Intel XE#1195] / [Intel XE#1727])
   [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
   [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_chamelium_color@ctm-0-25:
    - shard-bmg:          [SKIP][230] ([Intel XE#3007]) -> [SKIP][231] ([Intel XE#2325])
   [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@kms_chamelium_color@ctm-0-25.html
   [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-8/igt@kms_chamelium_color@ctm-0-25.html
    - shard-dg2-set2:     [SKIP][232] ([Intel XE#2423] / [i915#2575]) -> [SKIP][233] ([Intel XE#306])
   [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_chamelium_color@ctm-0-25.html
   [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-464/igt@kms_chamelium_color@ctm-0-25.html

  * igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode:
    - shard-bmg:          [SKIP][234] ([Intel XE#3007]) -> [SKIP][235] ([Intel XE#2252])
   [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html
   [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-4/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html
    - shard-dg2-set2:     [SKIP][236] ([Intel XE#2423] / [i915#2575]) -> [SKIP][237] ([Intel XE#373])
   [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html
   [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-435/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html

  * igt@kms_content_protection@srm:
    - shard-dg2-set2:     [FAIL][238] ([Intel XE#1178]) -> [INCOMPLETE][239] ([Intel XE#1195] / [Intel XE#2715])
   [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-464/igt@kms_content_protection@srm.html
   [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-463/igt@kms_content_protection@srm.html

  * igt@kms_content_protection@srm@pipe-a-dp-4:
    - shard-dg2-set2:     [FAIL][240] ([Intel XE#1178]) -> [INCOMPLETE][241] ([Intel XE#1195])
   [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-464/igt@kms_content_protection@srm@pipe-a-dp-4.html
   [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-463/igt@kms_content_protection@srm@pipe-a-dp-4.html

  * igt@kms_cursor_crc@cursor-onscreen-32x32:
    - shard-bmg:          [SKIP][242] ([Intel XE#3007]) -> [SKIP][243] ([Intel XE#2320])
   [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@kms_cursor_crc@cursor-onscreen-32x32.html
   [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-7/igt@kms_cursor_crc@cursor-onscreen-32x32.html
    - shard-dg2-set2:     [SKIP][244] ([Intel XE#2423] / [i915#2575]) -> [SKIP][245] ([Intel XE#455])
   [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_cursor_crc@cursor-onscreen-32x32.html
   [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-466/igt@kms_cursor_crc@cursor-onscreen-32x32.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-draw-blt:
    - shard-bmg:          [SKIP][246] ([Intel XE#3189]) -> [SKIP][247] ([Intel XE#2311]) +1 other test skip
   [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-draw-blt.html
   [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][248] ([Intel XE#2231] / [Intel XE#2890]) -> [FAIL][249] ([Intel XE#2333])
   [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
   [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render:
    - shard-bmg:          [SKIP][250] ([Intel XE#3189]) -> [FAIL][251] ([Intel XE#2333])
   [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html
   [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-render:
    - shard-dg2-set2:     [SKIP][252] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][253] ([Intel XE#651]) +1 other test skip
   [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-render.html
   [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt:
    - shard-bmg:          [SKIP][254] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][255] ([Intel XE#2311]) +2 other tests skip
   [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt.html
   [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt:
    - shard-bmg:          [SKIP][256] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][257] ([Intel XE#2313]) +1 other test skip
   [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
   [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
    - shard-dg2-set2:     [SKIP][258] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][259] ([Intel XE#653]) +1 other test skip
   [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
   [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html

  * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb:
    - shard-bmg:          [SKIP][260] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][261] ([Intel XE#1489])
   [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html
   [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-7/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html
    - shard-dg2-set2:     [SKIP][262] ([Intel XE#2890]) -> [SKIP][263] ([Intel XE#1489])
   [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html
   [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-463/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html

  * igt@kms_psr2_su@page_flip-xrgb8888:
    - shard-bmg:          [SKIP][264] -> [SKIP][265] ([Intel XE#2387])
   [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@kms_psr2_su@page_flip-xrgb8888.html
   [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-6/igt@kms_psr2_su@page_flip-xrgb8888.html

  * igt@kms_psr@fbc-psr-suspend:
    - shard-bmg:          [SKIP][266] ([Intel XE#3189]) -> [SKIP][267] ([Intel XE#2234] / [Intel XE#2850])
   [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-5/igt@kms_psr@fbc-psr-suspend.html
   [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-5/igt@kms_psr@fbc-psr-suspend.html

  * igt@kms_psr@fbc-psr2-suspend:
    - shard-bmg:          [SKIP][268] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][269] ([Intel XE#2234] / [Intel XE#2850]) +1 other test skip
   [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@kms_psr@fbc-psr2-suspend.html
   [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-8/igt@kms_psr@fbc-psr2-suspend.html
    - shard-dg2-set2:     [SKIP][270] ([Intel XE#2890]) -> [SKIP][271] ([Intel XE#2850] / [Intel XE#929])
   [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_psr@fbc-psr2-suspend.html
   [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-434/igt@kms_psr@fbc-psr2-suspend.html

  * igt@kms_psr@psr-dpms:
    - shard-dg2-set2:     [SKIP][272] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][273] ([Intel XE#2850] / [Intel XE#929])
   [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_psr@psr-dpms.html
   [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-435/igt@kms_psr@psr-dpms.html

  * igt@kms_tiled_display@basic-test-pattern:
    - shard-bmg:          [SKIP][274] ([Intel XE#3007]) -> [SKIP][275] ([Intel XE#2426])
   [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@kms_tiled_display@basic-test-pattern.html
   [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern.html
    - shard-dg2-set2:     [SKIP][276] ([Intel XE#2423] / [i915#2575]) -> [FAIL][277] ([Intel XE#1729])
   [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@kms_tiled_display@basic-test-pattern.html
   [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-432/igt@kms_tiled_display@basic-test-pattern.html

  * igt@xe_compute@ccs-mode-basic:
    - shard-bmg:          [SKIP][278] ([Intel XE#1130]) -> [FAIL][279] ([Intel XE#1050])
   [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@xe_compute@ccs-mode-basic.html
   [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-8/igt@xe_compute@ccs-mode-basic.html
    - shard-dg2-set2:     [SKIP][280] ([Intel XE#1130]) -> [FAIL][281] ([Intel XE#1050])
   [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@xe_compute@ccs-mode-basic.html
   [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-466/igt@xe_compute@ccs-mode-basic.html

  * igt@xe_exec_basic@multigpu-once-bindexecqueue-rebind:
    - shard-bmg:          [SKIP][282] ([Intel XE#1130]) -> [SKIP][283] ([Intel XE#2322]) +1 other test skip
   [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@xe_exec_basic@multigpu-once-bindexecqueue-rebind.html
   [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-5/igt@xe_exec_basic@multigpu-once-bindexecqueue-rebind.html

  * igt@xe_exec_fault_mode@once-bindexecqueue-userptr:
    - shard-dg2-set2:     [SKIP][284] ([Intel XE#1130]) -> [SKIP][285] ([Intel XE#288]) +3 other tests skip
   [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@xe_exec_fault_mode@once-bindexecqueue-userptr.html
   [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@xe_exec_fault_mode@once-bindexecqueue-userptr.html

  * igt@xe_oa@missing-sample-flags:
    - shard-dg2-set2:     [SKIP][286] ([Intel XE#1130]) -> [SKIP][287] ([Intel XE#2541])
   [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@xe_oa@missing-sample-flags.html
   [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-463/igt@xe_oa@missing-sample-flags.html

  * igt@xe_pm@d3cold-multiple-execs:
    - shard-bmg:          [SKIP][288] ([Intel XE#1130]) -> [SKIP][289] ([Intel XE#2284])
   [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@xe_pm@d3cold-multiple-execs.html
   [289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-6/igt@xe_pm@d3cold-multiple-execs.html
    - shard-dg2-set2:     [SKIP][290] ([Intel XE#1130]) -> [SKIP][291] ([Intel XE#2284] / [Intel XE#366])
   [290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-dg2-435/igt@xe_pm@d3cold-multiple-execs.html
   [291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-dg2-433/igt@xe_pm@d3cold-multiple-execs.html

  * igt@xe_query@multigpu-query-uc-fw-version-huc:
    - shard-bmg:          [SKIP][292] ([Intel XE#1130]) -> [SKIP][293] ([Intel XE#944])
   [292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8090/shard-bmg-6/igt@xe_query@multigpu-query-uc-fw-version-huc.html
   [293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/shard-bmg-5/igt@xe_query@multigpu-query-uc-fw-version-huc.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000
  [Intel XE#1050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1050
  [Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
  [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
  [Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
  [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#1158]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1158
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195
  [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#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
  [Intel XE#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426
  [Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430
  [Intel XE#1468]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1468
  [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
  [Intel XE#1475]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475
  [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#1523]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1523
  [Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
  [Intel XE#1701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1701
  [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
  [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
  [Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
  [Intel XE#1874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1874
  [Intel XE#2029]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2029
  [Intel XE#2042]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2042
  [Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136
  [Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
  [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
  [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#2249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2249
  [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#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333
  [Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351
  [Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
  [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#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443
  [Intel XE#2461]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2461
  [Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472
  [Intel XE#2514]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514
  [Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
  [Intel XE#2566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2566
  [Intel XE#2613]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2613
  [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#2715]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2715
  [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
  [Intel XE#2808]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2808
  [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#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#2890]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890
  [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
  [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#2929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2929
  [Intel XE#2931]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2931
  [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#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
  [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
  [Intel XE#3111]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3111
  [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
  [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
  [Intel XE#3160]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3160
  [Intel XE#3179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3179
  [Intel XE#3184]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3184
  [Intel XE#3189]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3189
  [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
  [Intel XE#3267]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3267
  [Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327
  [Intel XE#3282]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3282
  [Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
  [Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356
  [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#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
  [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#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
  [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#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
  [Intel XE#703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/703
  [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
  [Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
  [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
  [Intel XE#829]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/829
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [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#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
  [i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274


Build changes
-------------

  * IGT: IGT_8090 -> IGTPW_12012
  * Linux: xe-2147-c245557007af0a1c23da00c47732ae1dadda7dd3 -> xe-2148-baf0f5492ee64d9edaa4a9aae47c7dc6dc3e2c31

  IGTPW_12012: 12012
  IGT_8090: ef818fb3a73d6d69d09d573c2a6d071b2c7dc84a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-2147-c245557007af0a1c23da00c47732ae1dadda7dd3: c245557007af0a1c23da00c47732ae1dadda7dd3
  xe-2148-baf0f5492ee64d9edaa4a9aae47c7dc6dc3e2c31: baf0f5492ee64d9edaa4a9aae47c7dc6dc3e2c31

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12012/index.html

[-- Attachment #2: Type: text/html, Size: 84830 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH i-g-t] tests/xe_exec_comput_mode: Use valid exec queue for bind
  2024-10-31  7:36 [PATCH i-g-t] tests/xe_exec_comput_mode: Use valid exec queue for bind Zbigniew Kempczyński
                   ` (2 preceding siblings ...)
  2024-10-31 10:56 ` ✗ CI.xeFULL: " Patchwork
@ 2024-10-31 15:04 ` Kamil Konieczny
  3 siblings, 0 replies; 7+ messages in thread
From: Kamil Konieczny @ 2024-10-31 15:04 UTC (permalink / raw)
  To: igt-dev; +Cc: Zbigniew Kempczyński, Sai Gowtham Ch

Hi Zbigniew,
On 2024-10-31 at 08:36:04 +0100, Zbigniew Kempczyński wrote:
> Using gt_id as exec queue for binding is wrong and it works by accident
> because bcs engine used in the subtest reside on tile 0. But trying
> to run the test on engine which resides on different tile just fails.
> Lets use default binding engine for this.
> 
> Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
> Cc: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>

This is documented in lib header as exec queue, not as gt, so LGTM

Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

> ---
>  tests/intel/xe_exec_compute_mode.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/intel/xe_exec_compute_mode.c b/tests/intel/xe_exec_compute_mode.c
> index e49633ace8..8fba9daef7 100644
> --- a/tests/intel/xe_exec_compute_mode.c
> +++ b/tests/intel/xe_exec_compute_mode.c
> @@ -472,7 +472,7 @@ static void lr_mode_workload(int fd)
>  							ALLOC_STRATEGY_LOW_TO_HIGH);
>  
>  	sync.addr = to_user_pointer(&vm_sync);
> -	xe_vm_bind_async(fd, vm, engine->instance.gt_id, bo, 0, spin_addr, bo_size, &sync, 1);
> +	xe_vm_bind_async(fd, vm, 0, bo, 0, spin_addr, bo_size, &sync, 1);
>  	xe_wait_ufence(fd, &vm_sync, USER_FENCE_VALUE, 0, NSEC_PER_SEC);
>  
>  	xe_spin_init_opts(spin, .addr = spin_addr, .write_timestamp = true);
> -- 
> 2.34.1
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-10-31 15:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-31  7:36 [PATCH i-g-t] tests/xe_exec_comput_mode: Use valid exec queue for bind Zbigniew Kempczyński
2024-10-31  9:23 ` ✓ CI.xeBAT: success for " Patchwork
2024-10-31  9:26 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-10-31  9:58   ` Zbigniew Kempczyński
2024-10-31 10:45     ` Saarinen, Jani
2024-10-31 10:56 ` ✗ CI.xeFULL: " Patchwork
2024-10-31 15:04 ` [PATCH i-g-t] " Kamil Konieczny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox