All of lore.kernel.org
 help / color / mirror / Atom feed
* [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd
@ 2024-01-09 13:18 Bhanuprakash Modem
  2024-01-09 15:53 ` ✓ Fi.CI.BAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Bhanuprakash Modem @ 2024-01-09 13:18 UTC (permalink / raw)
  To: igt-dev

Call drm_close_driver() only if fd >=0, otherwise it'll will throw WARN:

(i915_suspend:7563) drmtest-WARNING: Don't attempt to close standard/invalid file descriptor: -1

Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
---
 tests/intel/i915_suspend.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/intel/i915_suspend.c b/tests/intel/i915_suspend.c
index c25805584..82cabfa41 100644
--- a/tests/intel/i915_suspend.c
+++ b/tests/intel/i915_suspend.c
@@ -300,7 +300,9 @@ test_suspend_without_i915(int state)
 		igt_pm_get_d3cold_allowed(card.pci_slot_name, &d3cold_allowed);
 		igt_pm_set_d3cold_allowed(card.pci_slot_name, 0);
 	}
-	drm_close_driver(fd);
+
+	if (fd >= 0)
+		drm_close_driver(fd);
 
 	igt_kmsg(KMSG_INFO "Unloading i915\n");
 	igt_assert_eq(igt_i915_driver_unload(),0);
-- 
2.40.0

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

* ✓ Fi.CI.BAT: success for tests/intel/i915_suspend: Fix WARNs of invalid fd
  2024-01-09 13:18 [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd Bhanuprakash Modem
@ 2024-01-09 15:53 ` Patchwork
  2024-01-09 17:15 ` ✓ CI.xeBAT: " Patchwork
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2024-01-09 15:53 UTC (permalink / raw)
  To: Bhanuprakash Modem; +Cc: igt-dev

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

== Series Details ==

Series: tests/intel/i915_suspend: Fix WARNs of invalid fd
URL   : https://patchwork.freedesktop.org/series/128374/
State : success

== Summary ==

CI Bug Log - changes from IGT_7664 -> IGTPW_10496
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/index.html

Participating hosts (36 -> 34)
------------------------------

  Additional (1): bat-kbl-2 
  Missing    (3): bat-mtlp-8 bat-rpls-2 fi-snb-2520m 

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

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

### IGT changes ###

#### Issues hit ####

  * igt@fbdev@info:
    - bat-kbl-2:          NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#1849])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/bat-kbl-2/igt@fbdev@info.html

  * igt@gem_lmem_swapping@parallel-random-engines:
    - bat-kbl-2:          NOTRUN -> [SKIP][2] ([fdo#109271]) +36 other tests skip
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/bat-kbl-2/igt@gem_lmem_swapping@parallel-random-engines.html

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

  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849


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

  * CI: CI-20190529 -> None
  * IGT: IGT_7664 -> IGTPW_10496

  CI-20190529: 20190529
  CI_DRM_14100: 88035acade648815ca1e0c27c44abd96b258c7e7 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_10496: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/index.html
  IGT_7664: 5b8a8dcca7711c73f9cfeb66b5deb27751290fb4 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

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

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

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

* ✓ CI.xeBAT: success for tests/intel/i915_suspend: Fix WARNs of invalid fd
  2024-01-09 13:18 [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd Bhanuprakash Modem
  2024-01-09 15:53 ` ✓ Fi.CI.BAT: success for " Patchwork
@ 2024-01-09 17:15 ` Patchwork
  2024-01-09 18:00 ` ✗ Fi.CI.IGT: failure " Patchwork
  2024-01-17 11:12 ` [i-g-t] " Kamil Konieczny
  3 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2024-01-09 17:15 UTC (permalink / raw)
  To: Bhanuprakash Modem; +Cc: igt-dev

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

== Series Details ==

Series: tests/intel/i915_suspend: Fix WARNs of invalid fd
URL   : https://patchwork.freedesktop.org/series/128374/
State : success

== Summary ==

CI Bug Log - changes from XEIGT_7664_BAT -> XEIGTPW_10496_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (4 -> 4)
------------------------------

  No changes in participating hosts

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

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

### IGT changes ###

#### Possible fixes ####

  * igt@kms_flip@basic-flip-vs-wf_vblank@d-dp3:
    - bat-dg2-oem2:       [FAIL][1] ([Intel XE#480]) -> [PASS][2] +1 other test pass
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7664/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank@d-dp3.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10496/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank@d-dp3.html

  * igt@kms_frontbuffer_tracking@basic:
    - bat-adlp-7:         [DMESG-FAIL][3] ([Intel XE#1033]) -> [PASS][4]
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7664/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10496/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html

  
  [Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033
  [Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480


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

  * IGT: IGT_7664 -> IGTPW_10496
  * Linux: xe-607-eacbcdb537a2774959d012206aba22848fdade26 -> xe-608-b87a3db992e2ed6ad93fa54a283d424ff56e12c0

  IGTPW_10496: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/index.html
  IGT_7664: 5b8a8dcca7711c73f9cfeb66b5deb27751290fb4 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  xe-607-eacbcdb537a2774959d012206aba22848fdade26: eacbcdb537a2774959d012206aba22848fdade26
  xe-608-b87a3db992e2ed6ad93fa54a283d424ff56e12c0: b87a3db992e2ed6ad93fa54a283d424ff56e12c0

== Logs ==

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

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

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

* ✗ Fi.CI.IGT: failure for tests/intel/i915_suspend: Fix WARNs of invalid fd
  2024-01-09 13:18 [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd Bhanuprakash Modem
  2024-01-09 15:53 ` ✓ Fi.CI.BAT: success for " Patchwork
  2024-01-09 17:15 ` ✓ CI.xeBAT: " Patchwork
@ 2024-01-09 18:00 ` Patchwork
  2024-01-17 11:12 ` [i-g-t] " Kamil Konieczny
  3 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2024-01-09 18:00 UTC (permalink / raw)
  To: Bhanuprakash Modem; +Cc: igt-dev

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

== Series Details ==

Series: tests/intel/i915_suspend: Fix WARNs of invalid fd
URL   : https://patchwork.freedesktop.org/series/128374/
State : failure

== Summary ==

CI Bug Log - changes from IGT_7664_full -> IGTPW_10496_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_10496_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_10496_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/index.html

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

  Additional (1): shard-snb-0 

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@core_getversion:
    - shard-dg2:          [PASS][1] -> [FAIL][2] +1 other test fail
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-6/igt@core_getversion.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@core_getversion.html

  * igt@core_hotunplug@unbind-rebind:
    - shard-dg2:          NOTRUN -> [SKIP][3]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@core_hotunplug@unbind-rebind.html

  * igt@gem_exec_parallel@engines@userptr:
    - shard-glk:          [PASS][4] -> [INCOMPLETE][5]
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-glk4/igt@gem_exec_parallel@engines@userptr.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-glk7/igt@gem_exec_parallel@engines@userptr.html

  
#### Warnings ####

  * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
    - shard-dg2:          [SKIP][6] ([fdo#109315]) -> [SKIP][7] +1 other test skip
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html

  * igt@kms_prime@basic-crc-vgem:
    - shard-dg2:          [SKIP][8] ([i915#6524] / [i915#6805]) -> [SKIP][9] +1 other test skip
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-2/igt@kms_prime@basic-crc-vgem.html
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_prime@basic-crc-vgem.html

  
#### Suppressed ####

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

  * {igt@kms_psr@psr-suspend@edp-1}:
    - shard-mtlp:         [PASS][10] -> [FAIL][11]
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-mtlp-5/igt@kms_psr@psr-suspend@edp-1.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-6/igt@kms_psr@psr-suspend@edp-1.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@api_intel_allocator@two-level-inception:
    - shard-dg2:          [PASS][12] -> [SKIP][13] ([fdo#109315]) +37 other tests skip
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-2/igt@api_intel_allocator@two-level-inception.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@api_intel_allocator@two-level-inception.html

  * igt@api_intel_bb@blit-reloc-purge-cache:
    - shard-dg1:          NOTRUN -> [SKIP][14] ([i915#8411])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-18/igt@api_intel_bb@blit-reloc-purge-cache.html
    - shard-mtlp:         NOTRUN -> [SKIP][15] ([i915#8411])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-7/igt@api_intel_bb@blit-reloc-purge-cache.html
    - shard-dg2:          NOTRUN -> [SKIP][16] ([i915#8411])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-5/igt@api_intel_bb@blit-reloc-purge-cache.html

  * igt@drm_fdinfo@busy-hang@rcs0:
    - shard-mtlp:         NOTRUN -> [SKIP][17] ([i915#8414]) +12 other tests skip
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-8/igt@drm_fdinfo@busy-hang@rcs0.html

  * igt@drm_fdinfo@busy-idle-check-all@ccs3:
    - shard-dg2:          NOTRUN -> [SKIP][18] ([i915#8414]) +20 other tests skip
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@drm_fdinfo@busy-idle-check-all@ccs3.html

  * igt@drm_fdinfo@virtual-busy-hang:
    - shard-dg1:          NOTRUN -> [SKIP][19] ([i915#8414]) +2 other tests skip
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-13/igt@drm_fdinfo@virtual-busy-hang.html

  * igt@gem_ccs@ctrl-surf-copy-new-ctx:
    - shard-mtlp:         NOTRUN -> [SKIP][20] ([i915#9323])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-1/igt@gem_ccs@ctrl-surf-copy-new-ctx.html

  * igt@gem_ccs@suspend-resume:
    - shard-rkl:          NOTRUN -> [SKIP][21] ([i915#9323])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@gem_ccs@suspend-resume.html

  * igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0:
    - shard-dg2:          [PASS][22] -> [INCOMPLETE][23] ([i915#7297])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-2/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-3/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html

  * igt@gem_close_race@multigpu-basic-threads:
    - shard-dg2:          NOTRUN -> [SKIP][24] ([i915#7697])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@gem_close_race@multigpu-basic-threads.html

  * igt@gem_create@hog-create@smem0:
    - shard-mtlp:         NOTRUN -> [FAIL][25] ([i915#8758])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-2/igt@gem_create@hog-create@smem0.html

  * igt@gem_ctx_engines@execute-allforone:
    - shard-dg2:          [PASS][26] -> [SKIP][27] ([i915#2575]) +97 other tests skip
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-3/igt@gem_ctx_engines@execute-allforone.html
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_ctx_engines@execute-allforone.html

  * igt@gem_exec_balancer@bonded-false-hang:
    - shard-dg2:          NOTRUN -> [SKIP][28] ([i915#4812]) +1 other test skip
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@gem_exec_balancer@bonded-false-hang.html

  * igt@gem_exec_balancer@bonded-sync:
    - shard-mtlp:         NOTRUN -> [SKIP][29] ([i915#4771])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-6/igt@gem_exec_balancer@bonded-sync.html

  * igt@gem_exec_balancer@noheartbeat:
    - shard-dg1:          NOTRUN -> [SKIP][30] ([i915#8555])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-13/igt@gem_exec_balancer@noheartbeat.html

  * igt@gem_exec_balancer@parallel-keep-in-fence:
    - shard-rkl:          NOTRUN -> [SKIP][31] ([i915#4525]) +1 other test skip
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-5/igt@gem_exec_balancer@parallel-keep-in-fence.html

  * igt@gem_exec_capture@many-4k-zero:
    - shard-dg2:          NOTRUN -> [FAIL][32] ([i915#9606])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@gem_exec_capture@many-4k-zero.html

  * igt@gem_exec_fair@basic-none:
    - shard-mtlp:         NOTRUN -> [SKIP][33] ([i915#4473] / [i915#4771])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-2/igt@gem_exec_fair@basic-none.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-glk:          [PASS][34] -> [FAIL][35] ([i915#2842]) +1 other test fail
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-glk4/igt@gem_exec_fair@basic-none-share@rcs0.html
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-glk3/igt@gem_exec_fair@basic-none-share@rcs0.html
    - shard-rkl:          [PASS][36] -> [FAIL][37] ([i915#2842]) +2 other tests fail
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-rkl-7/igt@gem_exec_fair@basic-none-share@rcs0.html
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-5/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-none-vip@rcs0:
    - shard-glk:          NOTRUN -> [FAIL][38] ([i915#2842])
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-glk9/igt@gem_exec_fair@basic-none-vip@rcs0.html

  * igt@gem_exec_fair@basic-pace@rcs0:
    - shard-rkl:          [PASS][39] -> [FAIL][40] ([i915#2876])
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-rkl-5/igt@gem_exec_fair@basic-pace@rcs0.html
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-3/igt@gem_exec_fair@basic-pace@rcs0.html

  * igt@gem_exec_fence@concurrent:
    - shard-mtlp:         NOTRUN -> [SKIP][41] ([i915#4812])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-8/igt@gem_exec_fence@concurrent.html

  * igt@gem_exec_fence@submit:
    - shard-dg1:          NOTRUN -> [SKIP][42] ([i915#4812]) +2 other tests skip
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-12/igt@gem_exec_fence@submit.html

  * igt@gem_exec_flush@basic-uc-prw-default:
    - shard-dg1:          NOTRUN -> [SKIP][43] ([i915#3539])
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-17/igt@gem_exec_flush@basic-uc-prw-default.html
    - shard-dg2:          NOTRUN -> [SKIP][44] ([i915#3539])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@gem_exec_flush@basic-uc-prw-default.html

  * igt@gem_exec_flush@basic-wb-rw-default:
    - shard-dg2:          NOTRUN -> [SKIP][45] ([i915#3539] / [i915#4852])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@gem_exec_flush@basic-wb-rw-default.html

  * igt@gem_exec_params@no-bsd:
    - shard-dg2:          [PASS][46] -> [SKIP][47] ([fdo#109283] / [i915#2575])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-5/igt@gem_exec_params@no-bsd.html
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_exec_params@no-bsd.html

  * igt@gem_exec_params@secure-non-root:
    - shard-dg1:          NOTRUN -> [SKIP][48] ([fdo#112283])
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-18/igt@gem_exec_params@secure-non-root.html

  * igt@gem_exec_reloc@basic-cpu-gtt-active:
    - shard-mtlp:         NOTRUN -> [SKIP][49] ([i915#3281]) +2 other tests skip
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-2/igt@gem_exec_reloc@basic-cpu-gtt-active.html

  * igt@gem_exec_reloc@basic-gtt-read-noreloc:
    - shard-rkl:          NOTRUN -> [SKIP][50] ([i915#3281]) +3 other tests skip
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@gem_exec_reloc@basic-gtt-read-noreloc.html

  * igt@gem_exec_reloc@basic-wc:
    - shard-dg2:          NOTRUN -> [SKIP][51] ([i915#3281]) +6 other tests skip
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@gem_exec_reloc@basic-wc.html

  * igt@gem_exec_reloc@basic-wc-gtt-noreloc:
    - shard-dg1:          NOTRUN -> [SKIP][52] ([i915#3281]) +3 other tests skip
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-13/igt@gem_exec_reloc@basic-wc-gtt-noreloc.html

  * igt@gem_exec_schedule@preempt-self:
    - shard-dg2:          NOTRUN -> [SKIP][53] ([i915#2575]) +187 other tests skip
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_exec_schedule@preempt-self.html

  * igt@gem_exec_suspend@basic-s0@lmem0:
    - shard-dg2:          NOTRUN -> [INCOMPLETE][54] ([i915#9275])
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@gem_exec_suspend@basic-s0@lmem0.html

  * igt@gem_exec_suspend@basic-s4-devices@smem:
    - shard-tglu:         [PASS][55] -> [ABORT][56] ([i915#7975] / [i915#8213])
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-tglu-8/igt@gem_exec_suspend@basic-s4-devices@smem.html
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices@smem.html
    - shard-rkl:          NOTRUN -> [ABORT][57] ([i915#7975] / [i915#8213])
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-7/igt@gem_exec_suspend@basic-s4-devices@smem.html

  * igt@gem_fence_thrash@bo-copy:
    - shard-mtlp:         NOTRUN -> [SKIP][58] ([i915#4860]) +1 other test skip
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-6/igt@gem_fence_thrash@bo-copy.html

  * igt@gem_fence_thrash@bo-write-verify-x:
    - shard-dg1:          NOTRUN -> [SKIP][59] ([i915#4860]) +1 other test skip
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-15/igt@gem_fence_thrash@bo-write-verify-x.html

  * igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible:
    - shard-dg2:          NOTRUN -> [SKIP][60] ([i915#4860])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html

  * igt@gem_lmem_swapping@random-engines:
    - shard-mtlp:         NOTRUN -> [SKIP][61] ([i915#4613]) +1 other test skip
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-7/igt@gem_lmem_swapping@random-engines.html

  * igt@gem_lmem_swapping@verify-ccs:
    - shard-glk:          NOTRUN -> [SKIP][62] ([fdo#109271] / [i915#4613]) +5 other tests skip
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-glk3/igt@gem_lmem_swapping@verify-ccs.html

  * igt@gem_lmem_swapping@verify-random:
    - shard-dg2:          NOTRUN -> [SKIP][63] ([i915#9643]) +4 other tests skip
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_lmem_swapping@verify-random.html

  * igt@gem_lmem_swapping@verify-random-ccs@lmem0:
    - shard-dg1:          NOTRUN -> [SKIP][64] ([i915#4565])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-12/igt@gem_lmem_swapping@verify-random-ccs@lmem0.html

  * igt@gem_media_vme:
    - shard-dg1:          NOTRUN -> [SKIP][65] ([i915#284])
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-15/igt@gem_media_vme.html

  * igt@gem_mmap@bad-object:
    - shard-dg1:          NOTRUN -> [SKIP][66] ([i915#4083])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-16/igt@gem_mmap@bad-object.html

  * igt@gem_mmap@pf-nonblock:
    - shard-dg2:          NOTRUN -> [SKIP][67] ([i915#4083]) +3 other tests skip
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-3/igt@gem_mmap@pf-nonblock.html

  * igt@gem_mmap_gtt@big-bo:
    - shard-dg1:          NOTRUN -> [SKIP][68] ([i915#4077]) +7 other tests skip
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-19/igt@gem_mmap_gtt@big-bo.html

  * igt@gem_mmap_gtt@cpuset-medium-copy:
    - shard-mtlp:         NOTRUN -> [SKIP][69] ([i915#4077]) +3 other tests skip
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-2/igt@gem_mmap_gtt@cpuset-medium-copy.html

  * igt@gem_mmap_gtt@cpuset-medium-copy-odd:
    - shard-dg2:          NOTRUN -> [SKIP][70] ([i915#4077]) +2 other tests skip
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html

  * igt@gem_mmap_wc@bad-size:
    - shard-mtlp:         NOTRUN -> [SKIP][71] ([i915#4083])
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-6/igt@gem_mmap_wc@bad-size.html

  * igt@gem_partial_pwrite_pread@write-display:
    - shard-mtlp:         NOTRUN -> [SKIP][72] ([i915#3282]) +1 other test skip
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-7/igt@gem_partial_pwrite_pread@write-display.html

  * igt@gem_pread@bench:
    - shard-rkl:          NOTRUN -> [SKIP][73] ([i915#3282]) +2 other tests skip
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-5/igt@gem_pread@bench.html

  * igt@gem_pread@exhaustion:
    - shard-glk:          NOTRUN -> [WARN][74] ([i915#2658]) +1 other test warn
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-glk9/igt@gem_pread@exhaustion.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-tglu:         NOTRUN -> [INCOMPLETE][75] ([i915#10042])
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-6/igt@gem_pwrite@basic-exhaustion.html

  * igt@gem_pwrite@basic-random:
    - shard-dg2:          NOTRUN -> [SKIP][76] ([i915#3282]) +3 other tests skip
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-5/igt@gem_pwrite@basic-random.html

  * igt@gem_pxp@reject-modify-context-protection-off-3:
    - shard-dg1:          NOTRUN -> [SKIP][77] ([i915#4270]) +2 other tests skip
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-17/igt@gem_pxp@reject-modify-context-protection-off-3.html
    - shard-tglu:         NOTRUN -> [SKIP][78] ([i915#4270])
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-4/igt@gem_pxp@reject-modify-context-protection-off-3.html
    - shard-mtlp:         NOTRUN -> [SKIP][79] ([i915#4270])
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-5/igt@gem_pxp@reject-modify-context-protection-off-3.html

  * igt@gem_readwrite@write-bad-handle:
    - shard-dg1:          NOTRUN -> [SKIP][80] ([i915#3282]) +1 other test skip
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-19/igt@gem_readwrite@write-bad-handle.html

  * igt@gem_render_copy@y-tiled-ccs-to-x-tiled:
    - shard-mtlp:         NOTRUN -> [SKIP][81] ([i915#8428]) +1 other test skip
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-5/igt@gem_render_copy@y-tiled-ccs-to-x-tiled.html

  * igt@gem_render_copy@yf-tiled-ccs-to-linear:
    - shard-dg2:          NOTRUN -> [SKIP][82] ([i915#2575] / [i915#5190]) +3 other tests skip
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_render_copy@yf-tiled-ccs-to-linear.html

  * igt@gem_set_tiling_vs_pwrite:
    - shard-mtlp:         NOTRUN -> [SKIP][83] ([i915#4079])
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-2/igt@gem_set_tiling_vs_pwrite.html

  * igt@gem_unfence_active_buffers:
    - shard-dg2:          NOTRUN -> [SKIP][84] ([i915#4879])
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-3/igt@gem_unfence_active_buffers.html

  * igt@gem_userptr_blits@invalid-mmap-offset-unsync:
    - shard-dg2:          NOTRUN -> [SKIP][85] ([i915#3297])
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
    - shard-dg1:          NOTRUN -> [SKIP][86] ([i915#3297])
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-16/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html

  * igt@gem_userptr_blits@readonly-unsync:
    - shard-mtlp:         NOTRUN -> [SKIP][87] ([i915#3297])
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-6/igt@gem_userptr_blits@readonly-unsync.html

  * igt@gem_workarounds@suspend-resume:
    - shard-tglu:         [PASS][88] -> [INCOMPLETE][89] ([i915#8797])
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-tglu-8/igt@gem_workarounds@suspend-resume.html
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-3/igt@gem_workarounds@suspend-resume.html

  * igt@gen9_exec_parse@allowed-all:
    - shard-rkl:          NOTRUN -> [SKIP][90] ([i915#2527]) +1 other test skip
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-7/igt@gen9_exec_parse@allowed-all.html

  * igt@gen9_exec_parse@allowed-single:
    - shard-mtlp:         NOTRUN -> [SKIP][91] ([i915#2856]) +1 other test skip
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-6/igt@gen9_exec_parse@allowed-single.html
    - shard-dg2:          NOTRUN -> [SKIP][92] ([i915#2856]) +3 other tests skip
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@gen9_exec_parse@allowed-single.html

  * igt@gen9_exec_parse@bb-large:
    - shard-dg1:          NOTRUN -> [SKIP][93] ([i915#2527]) +2 other tests skip
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-17/igt@gen9_exec_parse@bb-large.html

  * igt@gen9_exec_parse@cmd-crossing-page:
    - shard-tglu:         NOTRUN -> [SKIP][94] ([i915#2527] / [i915#2856]) +1 other test skip
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-3/igt@gen9_exec_parse@cmd-crossing-page.html

  * igt@i915_module_load@reload-with-fault-injection:
    - shard-snb:          [PASS][95] -> [INCOMPLETE][96] ([i915#9200] / [i915#9849])
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-snb7/igt@i915_module_load@reload-with-fault-injection.html
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-snb2/igt@i915_module_load@reload-with-fault-injection.html
    - shard-dg2:          NOTRUN -> [ABORT][97] ([i915#9820])
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-7/igt@i915_module_load@reload-with-fault-injection.html

  * igt@i915_pm_freq_api@freq-suspend:
    - shard-rkl:          NOTRUN -> [SKIP][98] ([i915#8399])
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-7/igt@i915_pm_freq_api@freq-suspend.html

  * igt@i915_pm_rps@reset:
    - shard-mtlp:         NOTRUN -> [FAIL][99] ([i915#8346])
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-6/igt@i915_pm_rps@reset.html

  * igt@i915_query@hwconfig_table:
    - shard-dg1:          NOTRUN -> [SKIP][100] ([i915#6245])
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-12/igt@i915_query@hwconfig_table.html
    - shard-tglu:         NOTRUN -> [SKIP][101] ([i915#6245])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-6/igt@i915_query@hwconfig_table.html

  * igt@i915_selftest@mock@memory_region:
    - shard-dg2:          NOTRUN -> [DMESG-WARN][102] ([i915#9311])
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@i915_selftest@mock@memory_region.html
    - shard-rkl:          NOTRUN -> [DMESG-WARN][103] ([i915#9311])
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-6/igt@i915_selftest@mock@memory_region.html

  * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
    - shard-mtlp:         NOTRUN -> [SKIP][104] ([i915#5190])
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-5/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html

  * igt@kms_addfb_basic@basic-x-tiled-legacy:
    - shard-dg2:          NOTRUN -> [SKIP][105] ([i915#4212])
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@kms_addfb_basic@basic-x-tiled-legacy.html

  * igt@kms_addfb_basic@tile-pitch-mismatch:
    - shard-mtlp:         NOTRUN -> [SKIP][106] ([i915#4212])
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-8/igt@kms_addfb_basic@tile-pitch-mismatch.html

  * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc-ccs:
    - shard-tglu:         NOTRUN -> [SKIP][107] ([i915#8709]) +7 other tests skip
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-8/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc-ccs.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
    - shard-dg2:          NOTRUN -> [SKIP][108] ([i915#1769] / [i915#3555])
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
    - shard-dg1:          NOTRUN -> [SKIP][109] ([i915#1769] / [i915#3555])
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-13/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
    - shard-tglu:         NOTRUN -> [SKIP][110] ([i915#1769] / [i915#3555])
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html

  * igt@kms_big_fb@4-tiled-16bpp-rotate-90:
    - shard-dg1:          NOTRUN -> [SKIP][111] ([i915#4538] / [i915#5286]) +2 other tests skip
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-19/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html

  * igt@kms_big_fb@4-tiled-32bpp-rotate-180:
    - shard-tglu:         NOTRUN -> [SKIP][112] ([fdo#111615] / [i915#5286]) +1 other test skip
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-7/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html

  * igt@kms_big_fb@linear-16bpp-rotate-90:
    - shard-dg1:          NOTRUN -> [SKIP][113] ([i915#3638])
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-13/igt@kms_big_fb@linear-16bpp-rotate-90.html

  * igt@kms_big_fb@linear-8bpp-rotate-90:
    - shard-mtlp:         NOTRUN -> [SKIP][114] ([fdo#111614])
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-7/igt@kms_big_fb@linear-8bpp-rotate-90.html

  * igt@kms_big_fb@x-tiled-64bpp-rotate-270:
    - shard-dg2:          NOTRUN -> [SKIP][115] ([fdo#111614]) +2 other tests skip
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-64bpp-rotate-270:
    - shard-tglu:         NOTRUN -> [SKIP][116] ([fdo#111614]) +1 other test skip
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-3/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-addfb:
    - shard-dg2:          NOTRUN -> [SKIP][117] ([fdo#109315] / [i915#5190]) +1 other test skip
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_big_fb@y-tiled-addfb.html

  * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
    - shard-mtlp:         NOTRUN -> [SKIP][118] ([i915#6187])
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-7/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html

  * igt@kms_big_fb@y-tiled-addfb-size-overflow:
    - shard-dg2:          NOTRUN -> [SKIP][119] ([i915#5190]) +9 other tests skip
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@kms_big_fb@y-tiled-addfb-size-overflow.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
    - shard-mtlp:         NOTRUN -> [SKIP][120] ([fdo#111615]) +3 other tests skip
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
    - shard-tglu:         [PASS][121] -> [FAIL][122] ([i915#3743]) +1 other test fail
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-tglu-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html

  * igt@kms_big_fb@yf-tiled-16bpp-rotate-0:
    - shard-rkl:          NOTRUN -> [SKIP][123] ([fdo#110723])
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-4/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
    - shard-dg1:          NOTRUN -> [SKIP][124] ([i915#4538])
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-19/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
    - shard-dg2:          NOTRUN -> [SKIP][125] ([i915#4538] / [i915#5190]) +2 other tests skip
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html

  * igt@kms_ccs@pipe-a-crc-primary-basic-4-tiled-dg2-rc-ccs-cc:
    - shard-rkl:          NOTRUN -> [SKIP][126] ([i915#5354] / [i915#6095]) +6 other tests skip
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-3/igt@kms_ccs@pipe-a-crc-primary-basic-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_ccs@pipe-b-bad-pixel-format-yf-tiled-ccs:
    - shard-tglu:         NOTRUN -> [SKIP][127] ([i915#5354] / [i915#6095]) +16 other tests skip
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-6/igt@kms_ccs@pipe-b-bad-pixel-format-yf-tiled-ccs.html

  * igt@kms_ccs@pipe-b-crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc:
    - shard-dg1:          NOTRUN -> [SKIP][128] ([i915#5354] / [i915#6095]) +30 other tests skip
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-12/igt@kms_ccs@pipe-b-crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_ccs@pipe-c-bad-rotation-90-y-tiled-ccs:
    - shard-dg2:          NOTRUN -> [SKIP][129] ([i915#5354]) +38 other tests skip
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@kms_ccs@pipe-c-bad-rotation-90-y-tiled-ccs.html

  * igt@kms_ccs@pipe-c-crc-primary-basic-y-tiled-ccs:
    - shard-mtlp:         NOTRUN -> [SKIP][130] ([i915#5354] / [i915#6095]) +12 other tests skip
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-6/igt@kms_ccs@pipe-c-crc-primary-basic-y-tiled-ccs.html

  * igt@kms_ccs@pipe-d-missing-ccs-buffer-y-tiled-ccs:
    - shard-rkl:          NOTRUN -> [SKIP][131] ([i915#5354]) +8 other tests skip
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-5/igt@kms_ccs@pipe-d-missing-ccs-buffer-y-tiled-ccs.html

  * igt@kms_chamelium_audio@dp-audio:
    - shard-tglu:         NOTRUN -> [SKIP][132] ([i915#7828]) +1 other test skip
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-10/igt@kms_chamelium_audio@dp-audio.html
    - shard-mtlp:         NOTRUN -> [SKIP][133] ([i915#7828]) +1 other test skip
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-5/igt@kms_chamelium_audio@dp-audio.html

  * igt@kms_chamelium_color@ctm-0-50:
    - shard-tglu:         NOTRUN -> [SKIP][134] ([fdo#111827])
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-7/igt@kms_chamelium_color@ctm-0-50.html

  * igt@kms_chamelium_color@ctm-negative:
    - shard-glk:          NOTRUN -> [SKIP][135] ([fdo#109271]) +194 other tests skip
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-glk3/igt@kms_chamelium_color@ctm-negative.html
    - shard-dg1:          NOTRUN -> [SKIP][136] ([fdo#111827]) +1 other test skip
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-18/igt@kms_chamelium_color@ctm-negative.html

  * igt@kms_chamelium_color@degamma:
    - shard-dg2:          NOTRUN -> [SKIP][137] ([fdo#111827])
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@kms_chamelium_color@degamma.html

  * igt@kms_chamelium_color@gamma:
    - shard-mtlp:         NOTRUN -> [SKIP][138] ([fdo#111827]) +1 other test skip
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-1/igt@kms_chamelium_color@gamma.html

  * igt@kms_chamelium_edid@hdmi-mode-timings:
    - shard-rkl:          NOTRUN -> [SKIP][139] ([i915#7828])
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-7/igt@kms_chamelium_edid@hdmi-mode-timings.html

  * igt@kms_chamelium_frames@dp-crc-single:
    - shard-dg1:          NOTRUN -> [SKIP][140] ([i915#7828]) +4 other tests skip
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-18/igt@kms_chamelium_frames@dp-crc-single.html

  * igt@kms_chamelium_frames@hdmi-crc-multiple:
    - shard-dg2:          NOTRUN -> [SKIP][141] ([i915#7828]) +4 other tests skip
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@kms_chamelium_frames@hdmi-crc-multiple.html

  * igt@kms_color@deep-color:
    - shard-dg2:          NOTRUN -> [SKIP][142] ([i915#3555]) +2 other tests skip
   [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-5/igt@kms_color@deep-color.html

  * igt@kms_content_protection@content-type-change:
    - shard-dg2:          NOTRUN -> [SKIP][143] ([i915#9424])
   [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@kms_content_protection@content-type-change.html
    - shard-dg1:          NOTRUN -> [SKIP][144] ([i915#9424])
   [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-16/igt@kms_content_protection@content-type-change.html

  * igt@kms_content_protection@dp-mst-lic-type-1:
    - shard-mtlp:         NOTRUN -> [SKIP][145] ([i915#3299])
   [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-1/igt@kms_content_protection@dp-mst-lic-type-1.html

  * igt@kms_content_protection@legacy:
    - shard-rkl:          NOTRUN -> [SKIP][146] ([i915#7118])
   [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-3/igt@kms_content_protection@legacy.html

  * igt@kms_cursor_crc@cursor-offscreen-32x10:
    - shard-mtlp:         NOTRUN -> [SKIP][147] ([i915#3555] / [i915#8814])
   [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-8/igt@kms_cursor_crc@cursor-offscreen-32x10.html

  * igt@kms_cursor_crc@cursor-onscreen-512x170:
    - shard-tglu:         NOTRUN -> [SKIP][148] ([fdo#109279] / [i915#3359])
   [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-6/igt@kms_cursor_crc@cursor-onscreen-512x170.html

  * igt@kms_cursor_crc@cursor-onscreen-512x512:
    - shard-tglu:         NOTRUN -> [SKIP][149] ([i915#3359])
   [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-5/igt@kms_cursor_crc@cursor-onscreen-512x512.html
    - shard-mtlp:         NOTRUN -> [SKIP][150] ([i915#3359])
   [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-2/igt@kms_cursor_crc@cursor-onscreen-512x512.html
    - shard-dg2:          NOTRUN -> [SKIP][151] ([i915#3359])
   [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@kms_cursor_crc@cursor-onscreen-512x512.html
    - shard-dg1:          NOTRUN -> [SKIP][152] ([i915#3359])
   [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-12/igt@kms_cursor_crc@cursor-onscreen-512x512.html

  * igt@kms_cursor_crc@cursor-sliding-256x85:
    - shard-mtlp:         NOTRUN -> [SKIP][153] ([i915#8814]) +2 other tests skip
   [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-6/igt@kms_cursor_crc@cursor-sliding-256x85.html

  * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
    - shard-dg2:          NOTRUN -> [SKIP][154] ([fdo#109274] / [i915#5354]) +3 other tests skip
   [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
    - shard-tglu:         NOTRUN -> [SKIP][155] ([fdo#109274]) +1 other test skip
   [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-5/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
    - shard-mtlp:         NOTRUN -> [SKIP][156] ([i915#9809]) +1 other test skip
   [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-2/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
    - shard-mtlp:         NOTRUN -> [SKIP][157] ([i915#4213])
   [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html

  * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2:
    - shard-dg2:          NOTRUN -> [SKIP][158] ([i915#9227])
   [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-3/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2.html

  * igt@kms_display_modes@extended-mode-basic:
    - shard-snb:          NOTRUN -> [SKIP][159] ([fdo#109271]) +2 other tests skip
   [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-snb5/igt@kms_display_modes@extended-mode-basic.html

  * igt@kms_dsc@dsc-fractional-bpp:
    - shard-mtlp:         NOTRUN -> [SKIP][160] ([i915#3840] / [i915#9688])
   [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-7/igt@kms_dsc@dsc-fractional-bpp.html

  * igt@kms_dsc@dsc-with-output-formats:
    - shard-mtlp:         NOTRUN -> [SKIP][161] ([i915#3555] / [i915#3840])
   [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-6/igt@kms_dsc@dsc-with-output-formats.html
    - shard-dg1:          NOTRUN -> [SKIP][162] ([i915#3555] / [i915#3840])
   [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-15/igt@kms_dsc@dsc-with-output-formats.html
    - shard-tglu:         NOTRUN -> [SKIP][163] ([i915#3555] / [i915#3840])
   [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-7/igt@kms_dsc@dsc-with-output-formats.html

  * igt@kms_feature_discovery@display-3x:
    - shard-dg2:          NOTRUN -> [SKIP][164] ([i915#1839])
   [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@kms_feature_discovery@display-3x.html
    - shard-rkl:          NOTRUN -> [SKIP][165] ([i915#1839])
   [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@kms_feature_discovery@display-3x.html

  * igt@kms_feature_discovery@display-4x:
    - shard-tglu:         NOTRUN -> [SKIP][166] ([i915#1839])
   [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-2/igt@kms_feature_discovery@display-4x.html

  * igt@kms_feature_discovery@psr1:
    - shard-rkl:          NOTRUN -> [SKIP][167] ([i915#658])
   [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@kms_feature_discovery@psr1.html

  * igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
    - shard-tglu:         NOTRUN -> [SKIP][168] ([fdo#109274] / [i915#3637]) +2 other tests skip
   [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-4/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html

  * igt@kms_flip@2x-flip-vs-modeset-vs-hang:
    - shard-rkl:          NOTRUN -> [SKIP][169] ([fdo#111825]) +1 other test skip
   [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html

  * igt@kms_flip@2x-flip-vs-panning:
    - shard-dg2:          NOTRUN -> [SKIP][170] ([fdo#109274]) +2 other tests skip
   [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@kms_flip@2x-flip-vs-panning.html
    - shard-dg1:          NOTRUN -> [SKIP][171] ([fdo#111825] / [i915#9934]) +2 other tests skip
   [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-12/igt@kms_flip@2x-flip-vs-panning.html

  * igt@kms_flip@2x-flip-vs-rmfb:
    - shard-mtlp:         NOTRUN -> [SKIP][172] ([i915#3637]) +4 other tests skip
   [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-1/igt@kms_flip@2x-flip-vs-rmfb.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode:
    - shard-mtlp:         NOTRUN -> [SKIP][173] ([i915#8810])
   [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode:
    - shard-tglu:         NOTRUN -> [SKIP][174] ([i915#2587] / [i915#2672])
   [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-default-mode:
    - shard-mtlp:         NOTRUN -> [SKIP][175] ([i915#2672])
   [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
    - shard-dg1:          NOTRUN -> [SKIP][176] ([i915#2587] / [i915#2672]) +2 other tests skip
   [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-19/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-valid-mode:
    - shard-dg2:          NOTRUN -> [SKIP][177] ([i915#2672]) +5 other tests skip
   [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-valid-mode.html

  * igt@kms_force_connector_basic@force-load-detect:
    - shard-rkl:          NOTRUN -> [SKIP][178] ([fdo#109285])
   [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@kms_force_connector_basic@force-load-detect.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite:
    - shard-dg2:          NOTRUN -> [FAIL][179] ([i915#6880])
   [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-pwrite:
    - shard-dg2:          [PASS][180] -> [FAIL][181] ([i915#6880])
   [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-pwrite.html
   [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-pwrite.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move:
    - shard-mtlp:         NOTRUN -> [SKIP][182] ([i915#1825]) +13 other tests skip
   [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-msflip-blt:
    - shard-snb:          [PASS][183] -> [SKIP][184] ([fdo#109271]) +7 other tests skip
   [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-msflip-blt.html
   [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt:
    - shard-mtlp:         NOTRUN -> [SKIP][185] ([i915#8708]) +3 other tests skip
   [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-rte:
    - shard-dg2:          NOTRUN -> [SKIP][186] ([fdo#109315]) +77 other tests skip
   [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-rte.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
    - shard-dg1:          NOTRUN -> [SKIP][187] ([fdo#111825]) +23 other tests skip
   [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-16/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
    - shard-dg1:          NOTRUN -> [SKIP][188] ([i915#8708]) +7 other tests skip
   [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
    - shard-rkl:          NOTRUN -> [SKIP][189] ([i915#3023]) +4 other tests skip
   [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
    - shard-dg2:          NOTRUN -> [SKIP][190] ([i915#8708]) +11 other tests skip
   [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@pipe-fbc-rte:
    - shard-dg2:          NOTRUN -> [SKIP][191] ([i915#9766])
   [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-render:
    - shard-tglu:         NOTRUN -> [SKIP][192] ([fdo#110189]) +3 other tests skip
   [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-8/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt:
    - shard-dg1:          NOTRUN -> [SKIP][193] ([i915#3458]) +6 other tests skip
   [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-render:
    - shard-dg2:          NOTRUN -> [SKIP][194] ([i915#3458]) +5 other tests skip
   [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt:
    - shard-tglu:         NOTRUN -> [SKIP][195] ([fdo#109280]) +10 other tests skip
   [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-gtt:
    - shard-rkl:          NOTRUN -> [SKIP][196] ([fdo#111825] / [i915#1825]) +10 other tests skip
   [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html

  * igt@kms_hdr@static-toggle-dpms:
    - shard-dg1:          NOTRUN -> [SKIP][197] ([i915#3555] / [i915#8228])
   [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-15/igt@kms_hdr@static-toggle-dpms.html

  * igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c:
    - shard-dg1:          NOTRUN -> [SKIP][198] ([fdo#109289])
   [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-15/igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c.html

  * igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c:
    - shard-rkl:          NOTRUN -> [SKIP][199] ([fdo#109289])
   [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c.html

  * igt@kms_plane_lowres@tiling-yf:
    - shard-rkl:          NOTRUN -> [SKIP][200] ([i915#3555])
   [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-4/igt@kms_plane_lowres@tiling-yf.html

  * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [FAIL][201] ([i915#8292])
   [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html

  * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3:
    - shard-dg1:          NOTRUN -> [FAIL][202] ([i915#8292])
   [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-13/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][203] ([i915#9423]) +7 other tests skip
   [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-2.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-3:
    - shard-dg2:          NOTRUN -> [SKIP][204] ([i915#9423]) +7 other tests skip
   [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-3.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a-hdmi-a-4:
    - shard-dg1:          NOTRUN -> [SKIP][205] ([i915#9423]) +11 other tests skip
   [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-19/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a-hdmi-a-4.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-d-hdmi-a-1:
    - shard-tglu:         NOTRUN -> [SKIP][206] ([i915#9423]) +3 other tests skip
   [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-8/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-d-hdmi-a-1.html

  * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20:
    - shard-dg2:          NOTRUN -> [SKIP][207] ([i915#2575] / [i915#9423]) +5 other tests skip
   [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20.html

  * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][208] ([i915#5235]) +9 other tests skip
   [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2.html

  * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-3:
    - shard-dg1:          NOTRUN -> [SKIP][209] ([i915#5235]) +11 other tests skip
   [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-12/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-3.html

  * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-2:
    - shard-dg2:          NOTRUN -> [SKIP][210] ([i915#5235] / [i915#9423]) +7 other tests skip
   [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-2.html

  * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][211] ([i915#5235]) +2 other tests skip
   [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-edp-1.html

  * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1:
    - shard-tglu:         NOTRUN -> [SKIP][212] ([i915#5235]) +3 other tests skip
   [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1.html

  * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][213] ([i915#3555] / [i915#5235])
   [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1.html

  * igt@kms_pm_dc@dc5-psr:
    - shard-rkl:          NOTRUN -> [SKIP][214] ([i915#9685])
   [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-7/igt@kms_pm_dc@dc5-psr.html
    - shard-dg2:          NOTRUN -> [SKIP][215] ([i915#9685])
   [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@kms_pm_dc@dc5-psr.html

  * igt@kms_pm_rpm@dpms-mode-unset-lpsp:
    - shard-dg2:          NOTRUN -> [SKIP][216] ([i915#9519])
   [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
    - shard-dg1:          NOTRUN -> [SKIP][217] ([i915#9519])
   [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-14/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html

  * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
    - shard-tglu:         NOTRUN -> [SKIP][218] ([i915#9519])
   [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-3/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
    - shard-mtlp:         NOTRUN -> [SKIP][219] ([i915#9519])
   [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-8/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html

  * igt@kms_pm_rpm@drm-resources-equal:
    - shard-dg2:          [PASS][220] -> [SKIP][221] ([i915#9980]) +3 other tests skip
   [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-5/igt@kms_pm_rpm@drm-resources-equal.html
   [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_pm_rpm@drm-resources-equal.html

  * igt@kms_pm_rpm@modeset-lpsp:
    - shard-rkl:          [PASS][222] -> [SKIP][223] ([i915#9519]) +1 other test skip
   [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-rkl-7/igt@kms_pm_rpm@modeset-lpsp.html
   [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@kms_pm_rpm@modeset-lpsp.html

  * igt@kms_pm_rpm@pc8-residency:
    - shard-mtlp:         NOTRUN -> [SKIP][224] ([fdo#109293])
   [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-2/igt@kms_pm_rpm@pc8-residency.html

  * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf:
    - shard-dg1:          NOTRUN -> [SKIP][225] ([i915#9683])
   [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-19/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html

  * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf:
    - shard-rkl:          NOTRUN -> [SKIP][226] ([i915#9683])
   [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf:
    - shard-dg2:          NOTRUN -> [SKIP][227] ([i915#9683]) +1 other test skip
   [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area:
    - shard-dg1:          NOTRUN -> [SKIP][228] ([fdo#111068] / [i915#9683])
   [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-17/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
    - shard-tglu:         NOTRUN -> [SKIP][229] ([fdo#111615] / [i915#5289])
   [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html

  * igt@kms_scaling_modes@scaling-mode-center:
    - shard-dg1:          NOTRUN -> [SKIP][230] ([i915#3555]) +1 other test skip
   [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-12/igt@kms_scaling_modes@scaling-mode-center.html
    - shard-tglu:         NOTRUN -> [SKIP][231] ([i915#3555])
   [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-8/igt@kms_scaling_modes@scaling-mode-center.html

  * igt@kms_sysfs_edid_timing:
    - shard-dg2:          [PASS][232] -> [FAIL][233] ([IGT#2])
   [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@kms_sysfs_edid_timing.html
   [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@kms_sysfs_edid_timing.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-dg1:          NOTRUN -> [SKIP][234] ([i915#8623])
   [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-12/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@kms_tv_load_detect@load-detect:
    - shard-dg2:          NOTRUN -> [SKIP][235] ([fdo#109309])
   [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@kms_tv_load_detect@load-detect.html

  * igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1:
    - shard-tglu:         [PASS][236] -> [FAIL][237] ([i915#9196])
   [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-tglu-3/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html
   [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-3/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html

  * igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1:
    - shard-mtlp:         [PASS][238] -> [FAIL][239] ([i915#9196])
   [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-mtlp-8/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html
   [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-1/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html

  * igt@kms_vrr@flip-basic-fastset:
    - shard-dg2:          NOTRUN -> [SKIP][240] ([i915#9906])
   [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@kms_vrr@flip-basic-fastset.html

  * igt@kms_writeback@writeback-check-output-xrgb2101010:
    - shard-dg2:          NOTRUN -> [SKIP][241] ([i915#2437] / [i915#9412])
   [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@kms_writeback@writeback-check-output-xrgb2101010.html

  * igt@kms_writeback@writeback-invalid-parameters:
    - shard-glk:          NOTRUN -> [SKIP][242] ([fdo#109271] / [i915#2437])
   [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-glk8/igt@kms_writeback@writeback-invalid-parameters.html

  * igt@perf@low-oa-exponent-permissions:
    - shard-dg2:          [PASS][243] -> [SKIP][244] ([i915#5608]) +6 other tests skip
   [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-3/igt@perf@low-oa-exponent-permissions.html
   [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@perf@low-oa-exponent-permissions.html

  * igt@perf@mi-rpc:
    - shard-tglu:         NOTRUN -> [SKIP][245] ([fdo#109289])
   [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-8/igt@perf@mi-rpc.html

  * igt@perf@per-context-mode-unprivileged:
    - shard-mtlp:         NOTRUN -> [SKIP][246] ([fdo#109289])
   [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-4/igt@perf@per-context-mode-unprivileged.html

  * igt@perf_pmu@busy:
    - shard-dg2:          NOTRUN -> [SKIP][247] ([i915#5608]) +13 other tests skip
   [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@perf_pmu@busy.html

  * igt@perf_pmu@busy-double-start@vecs0:
    - shard-mtlp:         [PASS][248] -> [FAIL][249] ([i915#4349]) +2 other tests fail
   [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-mtlp-6/igt@perf_pmu@busy-double-start@vecs0.html
   [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-1/igt@perf_pmu@busy-double-start@vecs0.html

  * igt@perf_pmu@busy-double-start@vecs1:
    - shard-dg2:          NOTRUN -> [FAIL][250] ([i915#4349]) +3 other tests fail
   [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@perf_pmu@busy-double-start@vecs1.html

  * igt@perf_pmu@module-unload:
    - shard-dg2:          NOTRUN -> [FAIL][251] ([i915#5793])
   [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-5/igt@perf_pmu@module-unload.html

  * igt@perf_pmu@rc6@other-idle-gt0:
    - shard-dg2:          NOTRUN -> [SKIP][252] ([i915#8516])
   [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@perf_pmu@rc6@other-idle-gt0.html

  * igt@prime_vgem@basic-fence-flip:
    - shard-dg2:          NOTRUN -> [SKIP][253] ([i915#3708])
   [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@prime_vgem@basic-fence-flip.html

  * igt@prime_vgem@basic-fence-read:
    - shard-rkl:          NOTRUN -> [SKIP][254] ([fdo#109295] / [i915#3291] / [i915#3708])
   [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-4/igt@prime_vgem@basic-fence-read.html

  * igt@prime_vgem@basic-write:
    - shard-mtlp:         NOTRUN -> [SKIP][255] ([i915#3708])
   [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-6/igt@prime_vgem@basic-write.html

  * igt@runner@aborted:
    - shard-snb:          NOTRUN -> [FAIL][256] ([i915#7812])
   [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-snb4/igt@runner@aborted.html

  * igt@v3d/v3d_create_bo@create-bo-4096:
    - shard-rkl:          NOTRUN -> [SKIP][257] ([fdo#109315]) +2 other tests skip
   [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-5/igt@v3d/v3d_create_bo@create-bo-4096.html

  * igt@v3d/v3d_submit_cl@bad-extension:
    - shard-dg1:          NOTRUN -> [SKIP][258] ([i915#2575]) +4 other tests skip
   [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-17/igt@v3d/v3d_submit_cl@bad-extension.html

  * igt@v3d/v3d_submit_csd@multiple-job-submission:
    - shard-tglu:         NOTRUN -> [SKIP][259] ([fdo#109315] / [i915#2575])
   [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-5/igt@v3d/v3d_submit_csd@multiple-job-submission.html
    - shard-mtlp:         NOTRUN -> [SKIP][260] ([i915#2575]) +2 other tests skip
   [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-5/igt@v3d/v3d_submit_csd@multiple-job-submission.html

  * igt@vc4/vc4_dmabuf_poll@poll-read-waits-until-write-done:
    - shard-rkl:          NOTRUN -> [SKIP][261] ([i915#7711]) +3 other tests skip
   [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-4/igt@vc4/vc4_dmabuf_poll@poll-read-waits-until-write-done.html

  * igt@vc4/vc4_label_bo@set-label:
    - shard-dg1:          NOTRUN -> [SKIP][262] ([i915#7711]) +3 other tests skip
   [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-19/igt@vc4/vc4_label_bo@set-label.html

  * igt@vc4/vc4_perfmon@create-perfmon-invalid-events:
    - shard-dg2:          NOTRUN -> [SKIP][263] ([i915#7711]) +6 other tests skip
   [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-5/igt@vc4/vc4_perfmon@create-perfmon-invalid-events.html

  * igt@vc4/vc4_perfmon@destroy-valid-perfmon:
    - shard-tglu:         NOTRUN -> [SKIP][264] ([i915#2575])
   [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-4/igt@vc4/vc4_perfmon@destroy-valid-perfmon.html

  * igt@vc4/vc4_purgeable_bo@mark-unpurgeable-twice:
    - shard-mtlp:         NOTRUN -> [SKIP][265] ([i915#7711]) +2 other tests skip
   [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-6/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-twice.html

  
#### Possible fixes ####

  * igt@core_setmaster@master-drop-set-shared-fd:
    - shard-dg2:          [SKIP][266] -> [PASS][267]
   [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@core_setmaster@master-drop-set-shared-fd.html
   [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@core_setmaster@master-drop-set-shared-fd.html

  * igt@drm_fdinfo@virtual-idle:
    - shard-dg2:          [SKIP][268] ([i915#5608]) -> [PASS][269] +7 other tests pass
   [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@drm_fdinfo@virtual-idle.html
   [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@drm_fdinfo@virtual-idle.html

  * igt@fbdev@read:
    - shard-dg2:          [SKIP][270] ([i915#2582]) -> [PASS][271]
   [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@fbdev@read.html
   [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@fbdev@read.html

  * igt@gem_ctx_param@invalid-param-set:
    - shard-dg2:          [SKIP][272] ([i915#2575]) -> [PASS][273] +145 other tests pass
   [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_ctx_param@invalid-param-set.html
   [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@gem_ctx_param@invalid-param-set.html

  * igt@gem_eio@in-flight-suspend:
    - shard-glk:          [CRASH][274] -> [PASS][275]
   [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-glk7/igt@gem_eio@in-flight-suspend.html
   [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-glk9/igt@gem_eio@in-flight-suspend.html

  * igt@gem_eio@reset-stress:
    - shard-dg1:          [FAIL][276] ([i915#5784]) -> [PASS][277]
   [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg1-17/igt@gem_eio@reset-stress.html
   [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-19/igt@gem_eio@reset-stress.html

  * igt@gem_exec_fair@basic-pace-solo@rcs0:
    - shard-rkl:          [FAIL][278] ([i915#2842]) -> [PASS][279]
   [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html
   [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html

  * igt@i915_module_load@reload-with-fault-injection:
    - shard-tglu:         [INCOMPLETE][280] ([i915#9200]) -> [PASS][281]
   [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-tglu-8/igt@i915_module_load@reload-with-fault-injection.html
   [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-8/igt@i915_module_load@reload-with-fault-injection.html

  * igt@i915_selftest@perf@engine_cs:
    - shard-dg2:          [FAIL][282] -> [PASS][283] +3 other tests pass
   [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@i915_selftest@perf@engine_cs.html
   [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@i915_selftest@perf@engine_cs.html

  * igt@kms_addfb_basic@addfb25-yf-tiled-legacy:
    - shard-dg2:          [SKIP][284] ([i915#2575] / [i915#5190]) -> [PASS][285]
   [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@kms_addfb_basic@addfb25-yf-tiled-legacy.html
   [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@kms_addfb_basic@addfb25-yf-tiled-legacy.html

  * igt@kms_big_fb@4-tiled-64bpp-rotate-180:
    - shard-mtlp:         [FAIL][286] ([i915#5138]) -> [PASS][287] +1 other test pass
   [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-mtlp-3/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
   [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-7/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0:
    - shard-dg1:          [DMESG-WARN][288] ([i915#4423]) -> [PASS][289]
   [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg1-12/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0.html
   [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-16/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0.html

  * igt@kms_cursor_crc@cursor-random-128x128@pipe-d-edp-1:
    - shard-mtlp:         [FAIL][290] -> [PASS][291] +2 other tests pass
   [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-mtlp-3/igt@kms_cursor_crc@cursor-random-128x128@pipe-d-edp-1.html
   [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-5/igt@kms_cursor_crc@cursor-random-128x128@pipe-d-edp-1.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move:
    - shard-dg2:          [SKIP][292] ([fdo#109315]) -> [PASS][293] +44 other tests pass
   [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html
   [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:
    - shard-snb:          [SKIP][294] ([fdo#109271]) -> [PASS][295] +6 other tests pass
   [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
   [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_pm_dc@dc9-dpms:
    - shard-tglu:         [SKIP][296] ([i915#4281]) -> [PASS][297]
   [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-tglu-2/igt@kms_pm_dc@dc9-dpms.html
   [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-2/igt@kms_pm_dc@dc9-dpms.html

  * igt@kms_pm_rpm@dpms-lpsp:
    - shard-dg2:          [SKIP][298] ([i915#9980]) -> [PASS][299] +2 other tests pass
   [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@kms_pm_rpm@dpms-lpsp.html
   [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@kms_pm_rpm@dpms-lpsp.html

  * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-rkl:          [SKIP][300] ([i915#9519]) -> [PASS][301] +3 other tests pass
   [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
   [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
    - shard-rkl:          [INCOMPLETE][302] ([i915#9569]) -> [PASS][303]
   [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-rkl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
   [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html

  * igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
    - shard-mtlp:         [FAIL][304] ([i915#9196]) -> [PASS][305] +1 other test pass
   [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-mtlp-8/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
   [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-1/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html

  * igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1:
    - shard-tglu:         [FAIL][306] ([i915#9196]) -> [PASS][307]
   [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-tglu-3/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html
   [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-tglu-3/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html

  * igt@perf_pmu@busy-idle-no-semaphores@vecs0:
    - shard-rkl:          [INCOMPLETE][308] ([i915#9853]) -> [PASS][309]
   [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-rkl-2/igt@perf_pmu@busy-idle-no-semaphores@vecs0.html
   [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-rkl-1/igt@perf_pmu@busy-idle-no-semaphores@vecs0.html

  
#### Warnings ####

  * igt@api_intel_bb@object-reloc-purge-cache:
    - shard-dg2:          [SKIP][310] ([i915#2575]) -> [SKIP][311] ([i915#8411]) +1 other test skip
   [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@api_intel_bb@object-reloc-purge-cache.html
   [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@api_intel_bb@object-reloc-purge-cache.html

  * igt@device_reset@unbind-cold-reset-rebind:
    - shard-dg2:          [FAIL][312] -> [SKIP][313] ([i915#7701])
   [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@device_reset@unbind-cold-reset-rebind.html
   [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@device_reset@unbind-cold-reset-rebind.html

  * igt@drm_fdinfo@virtual-busy-all:
    - shard-dg2:          [SKIP][314] ([i915#5608]) -> [SKIP][315] ([i915#8414])
   [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@drm_fdinfo@virtual-busy-all.html
   [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@drm_fdinfo@virtual-busy-all.html

  * igt@drm_fdinfo@virtual-busy-hang-all:
    - shard-dg2:          [SKIP][316] ([i915#8414]) -> [SKIP][317] ([i915#5608])
   [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-6/igt@drm_fdinfo@virtual-busy-hang-all.html
   [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@drm_fdinfo@virtual-busy-hang-all.html

  * igt@gem_basic@multigpu-create-close:
    - shard-dg2:          [SKIP][318] ([i915#2575]) -> [SKIP][319] ([i915#7697])
   [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_basic@multigpu-create-close.html
   [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-5/igt@gem_basic@multigpu-create-close.html

  * igt@gem_create@create-ext-cpu-access-big:
    - shard-dg2:          [SKIP][320] ([i915#2575]) -> [INCOMPLETE][321] ([i915#9364])
   [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_create@create-ext-cpu-access-big.html
   [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@gem_create@create-ext-cpu-access-big.html

  * igt@gem_ctx_persistence@hang:
    - shard-dg2:          [SKIP][322] ([i915#8555]) -> [SKIP][323] ([i915#2575]) +1 other test skip
   [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-6/igt@gem_ctx_persistence@hang.html
   [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_ctx_persistence@hang.html

  * igt@gem_ctx_persistence@heartbeat-hang:
    - shard-dg2:          [SKIP][324] ([i915#2575]) -> [SKIP][325] ([i915#8555])
   [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_ctx_persistence@heartbeat-hang.html
   [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-3/igt@gem_ctx_persistence@heartbeat-hang.html

  * igt@gem_ctx_sseu@invalid-sseu:
    - shard-dg2:          [SKIP][326] ([i915#280]) -> [SKIP][327] ([i915#2575])
   [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-2/igt@gem_ctx_sseu@invalid-sseu.html
   [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_ctx_sseu@invalid-sseu.html

  * igt@gem_eio@hibernate:
    - shard-dg2:          [ABORT][328] ([i915#7975] / [i915#8213]) -> [SKIP][329] ([i915#2575])
   [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-5/igt@gem_eio@hibernate.html
   [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_eio@hibernate.html

  * igt@gem_exec_balancer@bonded-dual:
    - shard-dg2:          [SKIP][330] ([i915#4771]) -> [SKIP][331] ([i915#2575]) +1 other test skip
   [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-3/igt@gem_exec_balancer@bonded-dual.html
   [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_exec_balancer@bonded-dual.html

  * igt@gem_exec_balancer@sliced:
    - shard-dg2:          [SKIP][332] ([i915#4812]) -> [SKIP][333] ([i915#2575]) +2 other tests skip
   [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-10/igt@gem_exec_balancer@sliced.html
   [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_exec_balancer@sliced.html

  * igt@gem_exec_capture@many-4k-incremental:
    - shard-dg2:          [FAIL][334] ([i915#9606]) -> [SKIP][335] ([i915#2575])
   [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-5/igt@gem_exec_capture@many-4k-incremental.html
   [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_exec_capture@many-4k-incremental.html

  * igt@gem_exec_fair@basic-none-share:
    - shard-dg2:          [SKIP][336] ([i915#2575]) -> [SKIP][337] ([i915#3539] / [i915#4852]) +3 other tests skip
   [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_exec_fair@basic-none-share.html
   [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-5/igt@gem_exec_fair@basic-none-share.html

  * igt@gem_exec_fair@basic-pace:
    - shard-dg2:          [SKIP][338] ([i915#2575]) -> [SKIP][339] ([i915#3539])
   [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_exec_fair@basic-pace.html
   [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@gem_exec_fair@basic-pace.html

  * igt@gem_exec_fair@basic-pace-share:
    - shard-dg2:          [SKIP][340] ([i915#3539] / [i915#4852]) -> [SKIP][341] ([i915#2575]) +1 other test skip
   [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-2/igt@gem_exec_fair@basic-pace-share.html
   [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_exec_fair@basic-pace-share.html

  * igt@gem_exec_fair@basic-throttle:
    - shard-dg2:          [SKIP][342] ([i915#3539]) -> [SKIP][343] ([i915#2575]) +1 other test skip
   [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-10/igt@gem_exec_fair@basic-throttle.html
   [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_exec_fair@basic-throttle.html

  * igt@gem_exec_fence@submit3:
    - shard-dg2:          [SKIP][344] ([i915#2575]) -> [SKIP][345] ([i915#4812])
   [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_exec_fence@submit3.html
   [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@gem_exec_fence@submit3.html

  * igt@gem_exec_params@secure-non-root:
    - shard-dg2:          [SKIP][346] ([fdo#112283]) -> [SKIP][347] ([i915#2575]) +1 other test skip
   [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-3/igt@gem_exec_params@secure-non-root.html
   [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_exec_params@secure-non-root.html

  * igt@gem_exec_reloc@basic-gtt:
    - shard-dg2:          [SKIP][348] ([i915#3281]) -> [SKIP][349] ([i915#2575]) +6 other tests skip
   [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-10/igt@gem_exec_reloc@basic-gtt.html
   [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_exec_reloc@basic-gtt.html

  * igt@gem_exec_reloc@basic-gtt-cpu-active:
    - shard-dg2:          [SKIP][350] ([i915#2575]) -> [SKIP][351] ([i915#3281]) +11 other tests skip
   [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_exec_reloc@basic-gtt-cpu-active.html
   [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@gem_exec_reloc@basic-gtt-cpu-active.html

  * igt@gem_exec_schedule@preempt-queue-chain:
    - shard-dg2:          [SKIP][352] ([i915#4537] / [i915#4812]) -> [SKIP][353] ([i915#2575])
   [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-3/igt@gem_exec_schedule@preempt-queue-chain.html
   [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_exec_schedule@preempt-queue-chain.html

  * igt@gem_fence_thrash@bo-write-verify-y:
    - shard-dg2:          [SKIP][354] ([i915#2575]) -> [SKIP][355] ([i915#4860]) +3 other tests skip
   [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_fence_thrash@bo-write-verify-y.html
   [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@gem_fence_thrash@bo-write-verify-y.html

  * igt@gem_mmap_gtt@cpuset-big-copy-odd:
    - shard-dg2:          [SKIP][356] ([i915#4077]) -> [SKIP][357] ([i915#2575]) +8 other tests skip
   [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-7/igt@gem_mmap_gtt@cpuset-big-copy-odd.html
   [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_mmap_gtt@cpuset-big-copy-odd.html

  * igt@gem_mmap_gtt@fault-concurrent-x:
    - shard-dg2:          [SKIP][358] ([i915#2575]) -> [SKIP][359] ([i915#4077]) +11 other tests skip
   [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_mmap_gtt@fault-concurrent-x.html
   [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@gem_mmap_gtt@fault-concurrent-x.html

  * igt@gem_mmap_wc@copy:
    - shard-dg2:          [SKIP][360] ([i915#4083]) -> [SKIP][361] ([i915#2575]) +6 other tests skip
   [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-6/igt@gem_mmap_wc@copy.html
   [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_mmap_wc@copy.html

  * igt@gem_mmap_wc@write-cpu-read-wc:
    - shard-dg2:          [SKIP][362] ([i915#2575]) -> [SKIP][363] ([i915#4083]) +2 other tests skip
   [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_mmap_wc@write-cpu-read-wc.html
   [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@gem_mmap_wc@write-cpu-read-wc.html

  * igt@gem_partial_pwrite_pread@reads:
    - shard-dg2:          [SKIP][364] ([i915#3282]) -> [SKIP][365] ([i915#2575]) +3 other tests skip
   [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-7/igt@gem_partial_pwrite_pread@reads.html
   [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_partial_pwrite_pread@reads.html

  * igt@gem_partial_pwrite_pread@writes-after-reads-display:
    - shard-dg2:          [SKIP][366] ([i915#2575]) -> [SKIP][367] ([i915#3282]) +4 other tests skip
   [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
   [367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@gem_partial_pwrite_pread@writes-after-reads-display.html

  * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
    - shard-dg2:          [SKIP][368] ([i915#2575]) -> [SKIP][369] ([i915#4270]) +3 other tests skip
   [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
   [369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html

  * igt@gem_pxp@protected-raw-src-copy-not-readible:
    - shard-dg2:          [SKIP][370] ([i915#4270]) -> [SKIP][371] ([i915#2575]) +1 other test skip
   [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-6/igt@gem_pxp@protected-raw-src-copy-not-readible.html
   [371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_pxp@protected-raw-src-copy-not-readible.html

  * igt@gem_render_copy@y-tiled-ccs-to-y-tiled:
    - shard-dg2:          [SKIP][372] ([i915#5190]) -> [SKIP][373] ([i915#2575] / [i915#5190]) +4 other tests skip
   [372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-3/igt@gem_render_copy@y-tiled-ccs-to-y-tiled.html
   [373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_render_copy@y-tiled-ccs-to-y-tiled.html

  * igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs:
    - shard-dg2:          [SKIP][374] ([i915#2575] / [i915#5190]) -> [SKIP][375] ([i915#5190]) +5 other tests skip
   [374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs.html
   [375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs.html

  * igt@gem_softpin@evict-snoop-interruptible:
    - shard-dg2:          [SKIP][376] ([i915#2575]) -> [SKIP][377] ([i915#4885])
   [376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_softpin@evict-snoop-interruptible.html
   [377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@gem_softpin@evict-snoop-interruptible.html

  * igt@gem_spin_batch@spin-all-new:
    - shard-dg2:          [SKIP][378] ([i915#2575]) -> [FAIL][379] ([i915#5889])
   [378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_spin_batch@spin-all-new.html
   [379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@gem_spin_batch@spin-all-new.html

  * igt@gem_tiled_pread_basic:
    - shard-dg2:          [SKIP][380] ([i915#4079]) -> [SKIP][381] ([i915#2575]) +1 other test skip
   [380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-2/igt@gem_tiled_pread_basic.html
   [381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_tiled_pread_basic.html

  * igt@gem_tiled_pread_pwrite:
    - shard-dg2:          [SKIP][382] ([i915#2575]) -> [SKIP][383] ([i915#4079]) +1 other test skip
   [382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_tiled_pread_pwrite.html
   [383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-5/igt@gem_tiled_pread_pwrite.html

  * igt@gem_userptr_blits@dmabuf-unsync:
    - shard-dg2:          [SKIP][384] ([i915#3297]) -> [SKIP][385] ([i915#2575]) +4 other tests skip
   [384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-5/igt@gem_userptr_blits@dmabuf-unsync.html
   [385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gem_userptr_blits@dmabuf-unsync.html

  * igt@gem_userptr_blits@sd-probe:
    - shard-dg2:          [SKIP][386] ([i915#2575]) -> [SKIP][387] ([i915#3297] / [i915#4958])
   [386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_userptr_blits@sd-probe.html
   [387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@gem_userptr_blits@sd-probe.html

  * igt@gem_userptr_blits@unsync-overlap:
    - shard-dg2:          [SKIP][388] ([i915#2575]) -> [SKIP][389] ([i915#3297]) +1 other test skip
   [388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gem_userptr_blits@unsync-overlap.html
   [389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@gem_userptr_blits@unsync-overlap.html

  * igt@gen3_render_mixed_blits:
    - shard-dg2:          [SKIP][390] ([i915#2575]) -> [SKIP][391] ([fdo#109289]) +3 other tests skip
   [390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gen3_render_mixed_blits.html
   [391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@gen3_render_mixed_blits.html

  * igt@gen3_render_tiledx_blits:
    - shard-dg2:          [SKIP][392] ([fdo#109289]) -> [SKIP][393] ([i915#2575]) +5 other tests skip
   [392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-10/igt@gen3_render_tiledx_blits.html
   [393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gen3_render_tiledx_blits.html

  * igt@gen9_exec_parse@bb-large:
    - shard-dg2:          [SKIP][394] ([i915#2856]) -> [SKIP][395] ([i915#2575]) +1 other test skip
   [394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-3/igt@gen9_exec_parse@bb-large.html
   [395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@gen9_exec_parse@bb-large.html

  * igt@gen9_exec_parse@cmd-crossing-page:
    - shard-dg2:          [SKIP][396] ([i915#2575]) -> [SKIP][397] ([i915#2856]) +2 other tests skip
   [396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@gen9_exec_parse@cmd-crossing-page.html
   [397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@gen9_exec_parse@cmd-crossing-page.html

  * igt@i915_module_load@reload-with-fault-injection:
    - shard-dg1:          [INCOMPLETE][398] ([i915#9849]) -> [INCOMPLETE][399] ([i915#9820] / [i915#9849])
   [398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg1-19/igt@i915_module_load@reload-with-fault-injection.html
   [399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-12/igt@i915_module_load@reload-with-fault-injection.html

  * igt@i915_pipe_stress@stress-xrgb8888-ytiled:
    - shard-dg2:          [SKIP][400] ([i915#2575]) -> [SKIP][401] ([i915#7091])
   [400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html
   [401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html

  * igt@i915_pm_rpm@gem-execbuf-stress-pc8:
    - shard-dg2:          [SKIP][402] ([fdo#109293] / [fdo#109506]) -> [SKIP][403] ([i915#9980])
   [402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-7/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
   [403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html

  * igt@i915_pm_rps@min-max-config-loaded:
    - shard-dg2:          [SKIP][404] ([i915#2575]) -> [SKIP][405] ([i915#6621]) +1 other test skip
   [404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@i915_pm_rps@min-max-config-loaded.html
   [405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@i915_pm_rps@min-max-config-loaded.html

  * igt@i915_query@query-topology-coherent-slice-mask:
    - shard-dg2:          [SKIP][406] ([i915#2575]) -> [SKIP][407] ([i915#6188])
   [406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@i915_query@query-topology-coherent-slice-mask.html
   [407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@i915_query@query-topology-coherent-slice-mask.html

  * igt@i915_query@query-topology-known-pci-ids:
    - shard-dg2:          [SKIP][408] ([i915#2575]) -> [SKIP][409] ([fdo#109303])
   [408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@i915_query@query-topology-known-pci-ids.html
   [409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@i915_query@query-topology-known-pci-ids.html

  * igt@i915_query@query-topology-unsupported:
    - shard-dg2:          [SKIP][410] ([i915#2575]) -> [SKIP][411] ([fdo#109302])
   [410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@i915_query@query-topology-unsupported.html
   [411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@i915_query@query-topology-unsupported.html

  * igt@kms_addfb_basic@clobberred-modifier:
    - shard-dg2:          [SKIP][412] ([i915#4212]) -> [SKIP][413] ([i915#2575])
   [412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-10/igt@kms_addfb_basic@clobberred-modifier.html
   [413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_addfb_basic@clobberred-modifier.html

  * igt@kms_addfb_basic@framebuffer-vs-set-tiling:
    - shard-dg2:          [SKIP][414] ([i915#2575]) -> [SKIP][415] ([i915#4212]) +2 other tests skip
   [414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
   [415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html

  * igt@kms_async_flips@crc@pipe-a-edp-1:
    - shard-mtlp:         [DMESG-FAIL][416] ([i915#8561]) -> [FAIL][417] ([i915#8247])
   [416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-mtlp-8/igt@kms_async_flips@crc@pipe-a-edp-1.html
   [417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-7/igt@kms_async_flips@crc@pipe-a-edp-1.html

  * igt@kms_async_flips@crc@pipe-d-edp-1:
    - shard-mtlp:         [FAIL][418] ([i915#8247]) -> [DMESG-FAIL][419] ([i915#8561]) +2 other tests dmesg-fail
   [418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-mtlp-8/igt@kms_async_flips@crc@pipe-d-edp-1.html
   [419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-mtlp-7/igt@kms_async_flips@crc@pipe-d-edp-1.html

  * igt@kms_async_flips@invalid-async-flip:
    - shard-dg2:          [SKIP][420] ([i915#6228]) -> [SKIP][421] ([i915#2575])
   [420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-5/igt@kms_async_flips@invalid-async-flip.html
   [421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_async_flips@invalid-async-flip.html

  * igt@kms_atomic@plane-primary-overlay-mutable-zpos:
    - shard-dg2:          [SKIP][422] ([i915#2575]) -> [SKIP][423] ([i915#9531])
   [422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
   [423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
    - shard-dg2:          [SKIP][424] ([i915#1769] / [i915#3555]) -> [SKIP][425] ([i915#2575])
   [424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
   [425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-270:
    - shard-dg2:          [SKIP][426] ([fdo#109315]) -> [SKIP][427] ([fdo#111614]) +7 other tests skip
   [426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
   [427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html

  * igt@kms_big_fb@x-tiled-8bpp-rotate-270:
    - shard-dg2:          [SKIP][428] ([fdo#111614]) -> [SKIP][429] ([fdo#109315]) +2 other tests skip
   [428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-10/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
   [429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
    - shard-dg2:          [SKIP][430] ([fdo#109315] / [i915#5190]) -> [SKIP][431] ([i915#5190]) +6 other tests skip
   [430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
   [431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-5/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180:
    - shard-dg2:          [SKIP][432] ([i915#5190]) -> [SKIP][433] ([fdo#109315] / [i915#5190]) +8 other tests skip
   [432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html
   [433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
    - shard-dg2:          [SKIP][434] ([i915#4538] / [i915#5190]) -> [SKIP][435] ([fdo#109315] / [i915#5190]) +4 other tests skip
   [434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-5/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html
   [435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
    - shard-dg2:          [SKIP][436] ([fdo#109315] / [i915#5190]) -> [SKIP][437] ([i915#4538] / [i915#5190]) +6 other tests skip
   [436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
   [437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-5/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html

  * igt@kms_ccs@pipe-b-ccs-on-another-bo-4-tiled-mtl-rc-ccs:
    - shard-dg2:          [SKIP][438] ([i915#5354]) -> [SKIP][439] ([fdo#109315]) +62 other tests skip
   [438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-10/igt@kms_ccs@pipe-b-ccs-on-another-bo-4-tiled-mtl-rc-ccs.html
   [439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_ccs@pipe-b-ccs-on-another-bo-4-tiled-mtl-rc-ccs.html

  * igt@kms_ccs@pipe-b-ccs-on-another-bo-y-tiled-gen12-mc-ccs:
    - shard-dg2:          [SKIP][440] ([fdo#109315]) -> [SKIP][441] ([i915#5354]) +100 other tests skip
   [440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@kms_ccs@pipe-b-ccs-on-another-bo-y-tiled-gen12-mc-ccs.html
   [441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@kms_ccs@pipe-b-ccs-on-another-bo-y-tiled-gen12-mc-ccs.html

  * igt@kms_ccs@pipe-c-ccs-on-another-bo-4-tiled-mtl-mc-ccs:
    - shard-dg1:          [SKIP][442] ([i915#4423] / [i915#5354] / [i915#6095]) -> [SKIP][443] ([i915#5354] / [i915#6095])
   [442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg1-12/igt@kms_ccs@pipe-c-ccs-on-another-bo-4-tiled-mtl-mc-ccs.html
   [443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg1-13/igt@kms_ccs@pipe-c-ccs-on-another-bo-4-tiled-mtl-mc-ccs.html

  * igt@kms_chamelium_audio@dp-audio-edid:
    - shard-dg2:          [SKIP][444] ([i915#2575]) -> [SKIP][445] ([i915#7828]) +12 other tests skip
   [444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@kms_chamelium_audio@dp-audio-edid.html
   [445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-10/igt@kms_chamelium_audio@dp-audio-edid.html

  * igt@kms_chamelium_color@ctm-blue-to-red:
    - shard-dg2:          [SKIP][446] ([fdo#111827]) -> [SKIP][447] ([i915#2575]) +1 other test skip
   [446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-6/igt@kms_chamelium_color@ctm-blue-to-red.html
   [447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_chamelium_color@ctm-blue-to-red.html

  * igt@kms_chamelium_color@gamma:
    - shard-dg2:          [SKIP][448] ([i915#2575]) -> [SKIP][449] ([fdo#111827]) +1 other test skip
   [448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@kms_chamelium_color@gamma.html
   [449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-2/igt@kms_chamelium_color@gamma.html

  * igt@kms_chamelium_frames@dp-crc-fast:
    - shard-dg2:          [SKIP][450] ([i915#7828]) -> [SKIP][451] ([i915#2575]) +6 other tests skip
   [450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-2/igt@kms_chamelium_frames@dp-crc-fast.html
   [451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_chamelium_frames@dp-crc-fast.html

  * igt@kms_content_protection@mei-interface:
    - shard-dg2:          [SKIP][452] ([i915#2575]) -> [SKIP][453] ([i915#9424])
   [452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@kms_content_protection@mei-interface.html
   [453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@kms_content_protection@mei-interface.html

  * igt@kms_cursor_crc@cursor-offscreen-512x170:
    - shard-dg2:          [SKIP][454] ([i915#2575]) -> [SKIP][455] ([i915#3359])
   [454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@kms_cursor_crc@cursor-offscreen-512x170.html
   [455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-5/igt@kms_cursor_crc@cursor-offscreen-512x170.html

  * igt@kms_cursor_crc@cursor-random-512x170:
    - shard-dg2:          [SKIP][456] ([i915#3359]) -> [SKIP][457] ([i915#2575]) +3 other tests skip
   [456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-2/igt@kms_cursor_crc@cursor-random-512x170.html
   [457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_cursor_crc@cursor-random-512x170.html

  * igt@kms_cursor_crc@cursor-rapid-movement-max-size:
    - shard-dg2:          [SKIP][458] ([i915#3555]) -> [SKIP][459] ([i915#2575]) +4 other tests skip
   [458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-10/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
   [459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html

  * igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic:
    - shard-dg2:          [SKIP][460] ([fdo#109274] / [i915#5354]) -> [SKIP][461] ([i915#2575]) +6 other tests skip
   [460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-10/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
   [461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-11/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html

  * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
    - shard-dg2:          [SKIP][462] ([i915#2575]) -> [SKIP][463] ([fdo#109274] / [i915#5354]) +2 other tests skip
   [462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7664/shard-dg2-11/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html
   [463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10496/shard-dg2-6/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
    - shard-dg2:          [S

== Logs ==

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

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

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

* Re: [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd
  2024-01-09 13:18 [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd Bhanuprakash Modem
                   ` (2 preceding siblings ...)
  2024-01-09 18:00 ` ✗ Fi.CI.IGT: failure " Patchwork
@ 2024-01-17 11:12 ` Kamil Konieczny
  2024-01-17 15:22   ` Modem, Bhanuprakash
  3 siblings, 1 reply; 11+ messages in thread
From: Kamil Konieczny @ 2024-01-17 11:12 UTC (permalink / raw)
  To: igt-dev

Hi Bhanuprakash,
On 2024-01-09 at 18:48:02 +0530, Bhanuprakash Modem wrote:
> Call drm_close_driver() only if fd >=0, otherwise it'll will throw WARN:
> 
> (i915_suspend:7563) drmtest-WARNING: Don't attempt to close standard/invalid file descriptor: -1
> 
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
> ---
>  tests/intel/i915_suspend.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/tests/intel/i915_suspend.c b/tests/intel/i915_suspend.c
> index c25805584..82cabfa41 100644
> --- a/tests/intel/i915_suspend.c
> +++ b/tests/intel/i915_suspend.c
> @@ -300,7 +300,9 @@ test_suspend_without_i915(int state)
>  		igt_pm_get_d3cold_allowed(card.pci_slot_name, &d3cold_allowed);
>  		igt_pm_set_d3cold_allowed(card.pci_slot_name, 0);
>  	}
> -	drm_close_driver(fd);

imho proper fix would be remove this and fd=__drm_open_driver(DRIVER_INTEL)
from this function, as function is named:
test_suspend_without_i915

we are expecting i915 driver to be _unloaded_.

Regards,
Kamil

> +
> +	if (fd >= 0)
> +		drm_close_driver(fd);
>  
>  	igt_kmsg(KMSG_INFO "Unloading i915\n");
>  	igt_assert_eq(igt_i915_driver_unload(),0);
> -- 
> 2.40.0
> 


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

* Re: [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd
  2024-01-17 11:12 ` [i-g-t] " Kamil Konieczny
@ 2024-01-17 15:22   ` Modem, Bhanuprakash
  2024-01-17 18:51     ` Kamil Konieczny
  2024-01-18  4:44     ` Gupta, Anshuman
  0 siblings, 2 replies; 11+ messages in thread
From: Modem, Bhanuprakash @ 2024-01-17 15:22 UTC (permalink / raw)
  To: Kamil Konieczny, igt-dev, Anshuman Gupta

Hi Kamil,

On 17-01-2024 04:42 pm, Kamil Konieczny wrote:
> Hi Bhanuprakash,
> On 2024-01-09 at 18:48:02 +0530, Bhanuprakash Modem wrote:
>> Call drm_close_driver() only if fd >=0, otherwise it'll will throw WARN:
>>
>> (i915_suspend:7563) drmtest-WARNING: Don't attempt to close standard/invalid file descriptor: -1
>>
>> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
>> ---
>>   tests/intel/i915_suspend.c | 4 +++-
>>   1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/tests/intel/i915_suspend.c b/tests/intel/i915_suspend.c
>> index c25805584..82cabfa41 100644
>> --- a/tests/intel/i915_suspend.c
>> +++ b/tests/intel/i915_suspend.c
>> @@ -300,7 +300,9 @@ test_suspend_without_i915(int state)
>>   		igt_pm_get_d3cold_allowed(card.pci_slot_name, &d3cold_allowed);
>>   		igt_pm_set_d3cold_allowed(card.pci_slot_name, 0);
>>   	}
>> -	drm_close_driver(fd);
> 
> imho proper fix would be remove this and fd=__drm_open_driver(DRIVER_INTEL)
> from this function, as function is named:
> test_suspend_without_i915

I don't have much expertise in D states. After reading the comments in 
the subtest
"When module is unloaded and s2idle is triggered, PCI core leaves the 
endpoint in D0 and the bridge in D3 state causing PCIE spec violation 
and config space is read as 0xFF. Keep the bridge in D0 before module 
unload to prevent this issue"

IMHO, still this patch is a valid fix. Perhaps, we can drop 
drm_close_driver() and use close().

+ Anshuman to comment

- Bhanu

> 
> we are expecting i915 driver to be _unloaded_.
> 
> Regards,
> Kamil
> 
>> +
>> +	if (fd >= 0)
>> +		drm_close_driver(fd);
>>   
>>   	igt_kmsg(KMSG_INFO "Unloading i915\n");
>>   	igt_assert_eq(igt_i915_driver_unload(),0);
>> -- 
>> 2.40.0
>>


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

* Re: [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd
  2024-01-17 15:22   ` Modem, Bhanuprakash
@ 2024-01-17 18:51     ` Kamil Konieczny
  2024-01-18  4:44     ` Gupta, Anshuman
  1 sibling, 0 replies; 11+ messages in thread
From: Kamil Konieczny @ 2024-01-17 18:51 UTC (permalink / raw)
  To: Modem, Bhanuprakash, igt-dev

Hi Bhanuprakash,
On 2024-01-17 at 20:52:17 +0530, Modem, Bhanuprakash wrote:
> Hi Kamil,
> 
> On 17-01-2024 04:42 pm, Kamil Konieczny wrote:
> > Hi Bhanuprakash,
> > On 2024-01-09 at 18:48:02 +0530, Bhanuprakash Modem wrote:
> > > Call drm_close_driver() only if fd >=0, otherwise it'll will throw WARN:
> > > 
> > > (i915_suspend:7563) drmtest-WARNING: Don't attempt to close standard/invalid file descriptor: -1
> > > 
> > > Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
> > > ---
> > >   tests/intel/i915_suspend.c | 4 +++-
> > >   1 file changed, 3 insertions(+), 1 deletion(-)
> > > 
> > > diff --git a/tests/intel/i915_suspend.c b/tests/intel/i915_suspend.c
> > > index c25805584..82cabfa41 100644
> > > --- a/tests/intel/i915_suspend.c
> > > +++ b/tests/intel/i915_suspend.c
> > > @@ -300,7 +300,9 @@ test_suspend_without_i915(int state)
> > >   		igt_pm_get_d3cold_allowed(card.pci_slot_name, &d3cold_allowed);
> > >   		igt_pm_set_d3cold_allowed(card.pci_slot_name, 0);
> > >   	}
> > > -	drm_close_driver(fd);
> > 
> > imho proper fix would be remove this and fd=__drm_open_driver(DRIVER_INTEL)
> > from this function, as function is named:
> > test_suspend_without_i915
> 
> I don't have much expertise in D states. After reading the comments in the
> subtest
> "When module is unloaded and s2idle is triggered, PCI core leaves the
> endpoint in D0 and the bridge in D3 state causing PCIE spec violation and
> config space is read as 0xFF. Keep the bridge in D0 before module unload to
> prevent this issue"
> 
> IMHO, still this patch is a valid fix. Perhaps, we can drop
> drm_close_driver() and use close().
> 
> + Anshuman to comment
> 
> - Bhanu
> 

Function was opened with __drm_open_driver so maybe we should use here
__drm_close_driver(fd) but this looks like an error, e.g. if we require
here a driver to be loaded then fd == -1 looks like an error and should
be checked after __drm_open_driver() above.

Regards,
Kamil

> > 
> > we are expecting i915 driver to be _unloaded_.
> > 
> > Regards,
> > Kamil
> > 
> > > +
> > > +	if (fd >= 0)
> > > +		drm_close_driver(fd);
> > >   	igt_kmsg(KMSG_INFO "Unloading i915\n");
> > >   	igt_assert_eq(igt_i915_driver_unload(),0);
> > > -- 
> > > 2.40.0
> > > 

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

* RE: [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd
  2024-01-17 15:22   ` Modem, Bhanuprakash
  2024-01-17 18:51     ` Kamil Konieczny
@ 2024-01-18  4:44     ` Gupta, Anshuman
  2024-01-19 13:32       ` Kamil Konieczny
  1 sibling, 1 reply; 11+ messages in thread
From: Gupta, Anshuman @ 2024-01-18  4:44 UTC (permalink / raw)
  To: Modem, Bhanuprakash, Kamil Konieczny, igt-dev



> -----Original Message-----
> From: Modem, Bhanuprakash <bhanuprakash.modem@intel.com>
> Sent: Wednesday, January 17, 2024 8:52 PM
> To: Kamil Konieczny <kamil.konieczny@linux.intel.com>; igt-
> dev@lists.freedesktop.org; Gupta, Anshuman <anshuman.gupta@intel.com>
> Subject: Re: [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd
> 
> Hi Kamil,
> 
> On 17-01-2024 04:42 pm, Kamil Konieczny wrote:
> > Hi Bhanuprakash,
> > On 2024-01-09 at 18:48:02 +0530, Bhanuprakash Modem wrote:
> >> Call drm_close_driver() only if fd >=0, otherwise it'll will throw WARN:
> >>
> >> (i915_suspend:7563) drmtest-WARNING: Don't attempt to close
> >> standard/invalid file descriptor: -1
> >>
> >> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
> >> ---
> >>   tests/intel/i915_suspend.c | 4 +++-
> >>   1 file changed, 3 insertions(+), 1 deletion(-)
> >>
> >> diff --git a/tests/intel/i915_suspend.c b/tests/intel/i915_suspend.c
> >> index c25805584..82cabfa41 100644
> >> --- a/tests/intel/i915_suspend.c
> >> +++ b/tests/intel/i915_suspend.c
> >> @@ -300,7 +300,9 @@ test_suspend_without_i915(int state)
> >>   		igt_pm_get_d3cold_allowed(card.pci_slot_name,
> &d3cold_allowed);
> >>   		igt_pm_set_d3cold_allowed(card.pci_slot_name, 0);
> >>   	}
> >> -	drm_close_driver(fd);
> >
> > imho proper fix would be remove this and
> > fd=__drm_open_driver(DRIVER_INTEL)
> > from this function, as function is named:
> > test_suspend_without_i915
> 
> I don't have much expertise in D states. After reading the comments in the
> subtest "When module is unloaded and s2idle is triggered, PCI core leaves the
> endpoint in D0 and the bridge in D3 state causing PCIE spec violation and
> config space is read as 0xFF. Keep the bridge in D0 before module unload to
> prevent this issue"
This is not a real time use case, either a system boots with i915 driver or not.
Removing i915 module and trigger suspend is not a valid use case but we want to test that
suspend coverage without i915. So we need to disallow d3cold(which will bring the pcie bridge to D0).
igt_pm_set_d3cold_allowed(card.pci_slot_name, 0);
***above is applicable tp  discrete card.
 
Thanks,
Anshuman Gupta  
> 
> IMHO, still this patch is a valid fix. Perhaps, we can drop
> drm_close_driver() and use close().
> 
> + Anshuman to comment
> 
> - Bhanu
> 
> >
> > we are expecting i915 driver to be _unloaded_.
> >
> > Regards,
> > Kamil
> >
> >> +
> >> +	if (fd >= 0)
> >> +		drm_close_driver(fd);
> >>
> >>   	igt_kmsg(KMSG_INFO "Unloading i915\n");
> >>   	igt_assert_eq(igt_i915_driver_unload(),0);
> >> --
> >> 2.40.0
> >>

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

* Re: [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd
  2024-01-18  4:44     ` Gupta, Anshuman
@ 2024-01-19 13:32       ` Kamil Konieczny
  2024-01-24  8:16         ` Modem, Bhanuprakash
  0 siblings, 1 reply; 11+ messages in thread
From: Kamil Konieczny @ 2024-01-19 13:32 UTC (permalink / raw)
  To: igt-dev

Hi Gupta,,
On 2024-01-18 at 04:44:59 +0000, Gupta, Anshuman wrote:
> 
> 
> > -----Original Message-----
> > From: Modem, Bhanuprakash <bhanuprakash.modem@intel.com>
> > Sent: Wednesday, January 17, 2024 8:52 PM
> > To: Kamil Konieczny <kamil.konieczny@linux.intel.com>; igt-
> > dev@lists.freedesktop.org; Gupta, Anshuman <anshuman.gupta@intel.com>
> > Subject: Re: [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd
> > 
> > Hi Kamil,
> > 
> > On 17-01-2024 04:42 pm, Kamil Konieczny wrote:
> > > Hi Bhanuprakash,
> > > On 2024-01-09 at 18:48:02 +0530, Bhanuprakash Modem wrote:
> > >> Call drm_close_driver() only if fd >=0, otherwise it'll will throw WARN:
> > >>
> > >> (i915_suspend:7563) drmtest-WARNING: Don't attempt to close
> > >> standard/invalid file descriptor: -1
> > >>
> > >> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
> > >> ---
> > >>   tests/intel/i915_suspend.c | 4 +++-
> > >>   1 file changed, 3 insertions(+), 1 deletion(-)
> > >>
> > >> diff --git a/tests/intel/i915_suspend.c b/tests/intel/i915_suspend.c
> > >> index c25805584..82cabfa41 100644
> > >> --- a/tests/intel/i915_suspend.c
> > >> +++ b/tests/intel/i915_suspend.c
> > >> @@ -300,7 +300,9 @@ test_suspend_without_i915(int state)
> > >>   		igt_pm_get_d3cold_allowed(card.pci_slot_name,
> > &d3cold_allowed);
> > >>   		igt_pm_set_d3cold_allowed(card.pci_slot_name, 0);
> > >>   	}
> > >> -	drm_close_driver(fd);
> > >
> > > imho proper fix would be remove this and
> > > fd=__drm_open_driver(DRIVER_INTEL)
> > > from this function, as function is named:
> > > test_suspend_without_i915
> > 
> > I don't have much expertise in D states. After reading the comments in the
> > subtest "When module is unloaded and s2idle is triggered, PCI core leaves the
> > endpoint in D0 and the bridge in D3 state causing PCIE spec violation and
> > config space is read as 0xFF. Keep the bridge in D0 before module unload to
> > prevent this issue"
> This is not a real time use case, either a system boots with i915 driver or not.
> Removing i915 module and trigger suspend is not a valid use case but we want to test that
> suspend coverage without i915. So we need to disallow d3cold(which will bring the pcie bridge to D0).
> igt_pm_set_d3cold_allowed(card.pci_slot_name, 0);
> ***above is applicable tp  discrete card.

So this code should look like:

if (state == SUSPEND_STATE_FREEZE) {
    igt_devices_scan(false);
    if (igt_device_find_first_i915_discrete_card(&card)) {
            fd = __drm_open_driver(DRIVER_INTEL); /* write comment why we need this */
            igt_pm_get_d3cold_allowed(card.pci_slot_name, &d3cold_allowed);
            igt_pm_set_d3cold_allowed(card.pci_slot_name, 0);
            drm_close_driver(fd);
    }
}

But this will fix problem on iGPU but still doesn't answer why
__drm_open_driver fails... as in dmesg from fails I see i915
was loaded/unloaded successfully.

Regards,
Kamil

>  
> Thanks,
> Anshuman Gupta  
> > 
> > IMHO, still this patch is a valid fix. Perhaps, we can drop
> > drm_close_driver() and use close().
> > 
> > + Anshuman to comment
> > 
> > - Bhanu
> > 
> > >
> > > we are expecting i915 driver to be _unloaded_.
> > >
> > > Regards,
> > > Kamil
> > >
> > >> +
> > >> +	if (fd >= 0)
> > >> +		drm_close_driver(fd);
> > >>
> > >>   	igt_kmsg(KMSG_INFO "Unloading i915\n");
> > >>   	igt_assert_eq(igt_i915_driver_unload(),0);
> > >> --
> > >> 2.40.0
> > >>

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

* Re: [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd
  2024-01-19 13:32       ` Kamil Konieczny
@ 2024-01-24  8:16         ` Modem, Bhanuprakash
  2024-01-24 12:45           ` Kamil Konieczny
  0 siblings, 1 reply; 11+ messages in thread
From: Modem, Bhanuprakash @ 2024-01-24  8:16 UTC (permalink / raw)
  To: Kamil Konieczny, igt-dev, Gupta, Anshuman

Hi Kamil/Anshuman,

On 19-01-2024 07:02 pm, Kamil Konieczny wrote:
> Hi Gupta,,
> On 2024-01-18 at 04:44:59 +0000, Gupta, Anshuman wrote:
>>
>>
>>> -----Original Message-----
>>> From: Modem, Bhanuprakash <bhanuprakash.modem@intel.com>
>>> Sent: Wednesday, January 17, 2024 8:52 PM
>>> To: Kamil Konieczny <kamil.konieczny@linux.intel.com>; igt-
>>> dev@lists.freedesktop.org; Gupta, Anshuman <anshuman.gupta@intel.com>
>>> Subject: Re: [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd
>>>
>>> Hi Kamil,
>>>
>>> On 17-01-2024 04:42 pm, Kamil Konieczny wrote:
>>>> Hi Bhanuprakash,
>>>> On 2024-01-09 at 18:48:02 +0530, Bhanuprakash Modem wrote:
>>>>> Call drm_close_driver() only if fd >=0, otherwise it'll will throw WARN:
>>>>>
>>>>> (i915_suspend:7563) drmtest-WARNING: Don't attempt to close
>>>>> standard/invalid file descriptor: -1
>>>>>
>>>>> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
>>>>> ---
>>>>>    tests/intel/i915_suspend.c | 4 +++-
>>>>>    1 file changed, 3 insertions(+), 1 deletion(-)
>>>>>
>>>>> diff --git a/tests/intel/i915_suspend.c b/tests/intel/i915_suspend.c
>>>>> index c25805584..82cabfa41 100644
>>>>> --- a/tests/intel/i915_suspend.c
>>>>> +++ b/tests/intel/i915_suspend.c
>>>>> @@ -300,7 +300,9 @@ test_suspend_without_i915(int state)
>>>>>    		igt_pm_get_d3cold_allowed(card.pci_slot_name,
>>> &d3cold_allowed);
>>>>>    		igt_pm_set_d3cold_allowed(card.pci_slot_name, 0);
>>>>>    	}
>>>>> -	drm_close_driver(fd);
>>>>
>>>> imho proper fix would be remove this and
>>>> fd=__drm_open_driver(DRIVER_INTEL)
>>>> from this function, as function is named:
>>>> test_suspend_without_i915
>>>
>>> I don't have much expertise in D states. After reading the comments in the
>>> subtest "When module is unloaded and s2idle is triggered, PCI core leaves the
>>> endpoint in D0 and the bridge in D3 state causing PCIE spec violation and
>>> config space is read as 0xFF. Keep the bridge in D0 before module unload to
>>> prevent this issue"
>> This is not a real time use case, either a system boots with i915 driver or not.
>> Removing i915 module and trigger suspend is not a valid use case but we want to test that
>> suspend coverage without i915. So we need to disallow d3cold(which will bring the pcie bridge to D0).
>> igt_pm_set_d3cold_allowed(card.pci_slot_name, 0);
>> ***above is applicable tp  discrete card.
> 
> So this code should look like:
> 
> if (state == SUSPEND_STATE_FREEZE) {
>      igt_devices_scan(false);
>      if (igt_device_find_first_i915_discrete_card(&card)) {
>              fd = __drm_open_driver(DRIVER_INTEL); /* write comment why we need this */
>              igt_pm_get_d3cold_allowed(card.pci_slot_name, &d3cold_allowed);
>              igt_pm_set_d3cold_allowed(card.pci_slot_name, 0);
>              drm_close_driver(fd);
>      }
> }
> 
> But this will fix problem on iGPU but still doesn't answer why
> __drm_open_driver fails... as in dmesg from fails I see i915
> was loaded/unloaded successfully.

I think, we can fix this as a separate activity. Meanwhile, shall we 
merge this patch?

- Bhanu

> 
> Regards,
> Kamil
> 
>>   
>> Thanks,
>> Anshuman Gupta
>>>
>>> IMHO, still this patch is a valid fix. Perhaps, we can drop
>>> drm_close_driver() and use close().
>>>
>>> + Anshuman to comment
>>>
>>> - Bhanu
>>>
>>>>
>>>> we are expecting i915 driver to be _unloaded_.
>>>>
>>>> Regards,
>>>> Kamil
>>>>
>>>>> +
>>>>> +	if (fd >= 0)
>>>>> +		drm_close_driver(fd);
>>>>>
>>>>>    	igt_kmsg(KMSG_INFO "Unloading i915\n");
>>>>>    	igt_assert_eq(igt_i915_driver_unload(),0);
>>>>> --
>>>>> 2.40.0
>>>>>

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

* Re: [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd
  2024-01-24  8:16         ` Modem, Bhanuprakash
@ 2024-01-24 12:45           ` Kamil Konieczny
  0 siblings, 0 replies; 11+ messages in thread
From: Kamil Konieczny @ 2024-01-24 12:45 UTC (permalink / raw)
  To: igt-dev

Hi Modem,,
On 2024-01-24 at 13:46:20 +0530, Modem, Bhanuprakash wrote:
> Hi Kamil/Anshuman,
> 
> On 19-01-2024 07:02 pm, Kamil Konieczny wrote:
> > Hi Gupta,,
> > On 2024-01-18 at 04:44:59 +0000, Gupta, Anshuman wrote:
> > > 
> > > 
> > > > -----Original Message-----
> > > > From: Modem, Bhanuprakash <bhanuprakash.modem@intel.com>
> > > > Sent: Wednesday, January 17, 2024 8:52 PM
> > > > To: Kamil Konieczny <kamil.konieczny@linux.intel.com>; igt-
> > > > dev@lists.freedesktop.org; Gupta, Anshuman <anshuman.gupta@intel.com>
> > > > Subject: Re: [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd
> > > > 
> > > > Hi Kamil,
> > > > 
> > > > On 17-01-2024 04:42 pm, Kamil Konieczny wrote:
> > > > > Hi Bhanuprakash,
> > > > > On 2024-01-09 at 18:48:02 +0530, Bhanuprakash Modem wrote:
> > > > > > Call drm_close_driver() only if fd >=0, otherwise it'll will throw WARN:
> > > > > > 
> > > > > > (i915_suspend:7563) drmtest-WARNING: Don't attempt to close
> > > > > > standard/invalid file descriptor: -1
> > > > > > 
> > > > > > Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
> > > > > > ---
> > > > > >    tests/intel/i915_suspend.c | 4 +++-
> > > > > >    1 file changed, 3 insertions(+), 1 deletion(-)
> > > > > > 
> > > > > > diff --git a/tests/intel/i915_suspend.c b/tests/intel/i915_suspend.c
> > > > > > index c25805584..82cabfa41 100644
> > > > > > --- a/tests/intel/i915_suspend.c
> > > > > > +++ b/tests/intel/i915_suspend.c
> > > > > > @@ -300,7 +300,9 @@ test_suspend_without_i915(int state)
> > > > > >    		igt_pm_get_d3cold_allowed(card.pci_slot_name,
> > > > &d3cold_allowed);
> > > > > >    		igt_pm_set_d3cold_allowed(card.pci_slot_name, 0);
> > > > > >    	}
> > > > > > -	drm_close_driver(fd);
> > > > > 
> > > > > imho proper fix would be remove this and
> > > > > fd=__drm_open_driver(DRIVER_INTEL)
> > > > > from this function, as function is named:
> > > > > test_suspend_without_i915
> > > > 
> > > > I don't have much expertise in D states. After reading the comments in the
> > > > subtest "When module is unloaded and s2idle is triggered, PCI core leaves the
> > > > endpoint in D0 and the bridge in D3 state causing PCIE spec violation and
> > > > config space is read as 0xFF. Keep the bridge in D0 before module unload to
> > > > prevent this issue"
> > > This is not a real time use case, either a system boots with i915 driver or not.
> > > Removing i915 module and trigger suspend is not a valid use case but we want to test that
> > > suspend coverage without i915. So we need to disallow d3cold(which will bring the pcie bridge to D0).
> > > igt_pm_set_d3cold_allowed(card.pci_slot_name, 0);
> > > ***above is applicable tp  discrete card.
> > 
> > So this code should look like:
> > 
> > if (state == SUSPEND_STATE_FREEZE) {
> >      igt_devices_scan(false);
> >      if (igt_device_find_first_i915_discrete_card(&card)) {
> >              fd = __drm_open_driver(DRIVER_INTEL); /* write comment why we need this */

Or something like: if(!module_loaded(DRIVER_INTEL))
                    module_load();

> >              igt_pm_get_d3cold_allowed(card.pci_slot_name, &d3cold_allowed);
> >              igt_pm_set_d3cold_allowed(card.pci_slot_name, 0);
> >              drm_close_driver(fd);
> >      }
> > }
> > 
> > But this will fix problem on iGPU but still doesn't answer why
> > __drm_open_driver fails... as in dmesg from fails I see i915
> > was loaded/unloaded successfully.
> 
> I think, we can fix this as a separate activity. Meanwhile, shall we merge
> this patch?
> 
> - Bhanu
> 

Yes, we can discuss that later, you can add my r-b to your
original solution,

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

> > 
> > Regards,
> > Kamil
> > 
> > > Thanks,
> > > Anshuman Gupta
> > > > 
> > > > IMHO, still this patch is a valid fix. Perhaps, we can drop
> > > > drm_close_driver() and use close().
> > > > 
> > > > + Anshuman to comment
> > > > 
> > > > - Bhanu
> > > > 
> > > > > 
> > > > > we are expecting i915 driver to be _unloaded_.
> > > > > 
> > > > > Regards,
> > > > > Kamil
> > > > > 
> > > > > > +
> > > > > > +	if (fd >= 0)
> > > > > > +		drm_close_driver(fd);
> > > > > > 
> > > > > >    	igt_kmsg(KMSG_INFO "Unloading i915\n");
> > > > > >    	igt_assert_eq(igt_i915_driver_unload(),0);
> > > > > > --
> > > > > > 2.40.0
> > > > > > 

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

end of thread, other threads:[~2024-01-24 12:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-09 13:18 [i-g-t] tests/intel/i915_suspend: Fix WARNs of invalid fd Bhanuprakash Modem
2024-01-09 15:53 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-01-09 17:15 ` ✓ CI.xeBAT: " Patchwork
2024-01-09 18:00 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-01-17 11:12 ` [i-g-t] " Kamil Konieczny
2024-01-17 15:22   ` Modem, Bhanuprakash
2024-01-17 18:51     ` Kamil Konieczny
2024-01-18  4:44     ` Gupta, Anshuman
2024-01-19 13:32       ` Kamil Konieczny
2024-01-24  8:16         ` Modem, Bhanuprakash
2024-01-24 12:45           ` Kamil Konieczny

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.