* [PATCH i-g-t] lib/intel_mmio: Allow access to full register space on modern platforms
@ 2024-01-03 23:49 Matt Roper
2024-01-04 0:56 ` ✓ Fi.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Matt Roper @ 2024-01-03 23:49 UTC (permalink / raw)
To: igt-dev
PCI BAR0 on almost all Intel GPUs is a 16MB range composed of 8MB for
MMIO space and 8MB for GTT. The current MMIO library code is limiting
the iomap to just 2MB (which is where most of the registers live), but
we actually need access to at least 4MB to access some of the registers
that are appearing on newer platforms. However since this library is
mostly used for developer debug tools, there's no need to artificially
limit the map to just the range where registers exist today; from gen12
onward (where it's easy to find supporting documentation) map the full
8MB space so that tools like intel_reg get accurate results rather than
random garbage when reading any MMIO offset.
While we're at it, reverse the if/else ladder to match typical coding
conventions and combine the redundant pre-gen3 and gen3/gen4 conditions.
Bspec: 44980
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
---
lib/intel_mmio.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/lib/intel_mmio.c b/lib/intel_mmio.c
index 10b07aabe..4b6820787 100644
--- a/lib/intel_mmio.c
+++ b/lib/intel_mmio.c
@@ -153,12 +153,12 @@ intel_mmio_use_pci_bar(struct intel_mmio_data *mmio_data, struct pci_device *pci
mmio_bar = 0;
gen = intel_gen(devid);
- if (gen < 3)
- mmio_size = 512*1024;
- else if (gen < 5)
- mmio_size = 512*1024;
+ if (gen >= 12)
+ mmio_size = 8 * 1024 * 1024;
+ else if (gen >= 5)
+ mmio_size = 2 * 1024 * 1024;
else
- mmio_size = 2*1024*1024;
+ mmio_size = 512 * 1024;
error = pci_device_map_range (pci_dev,
pci_dev->regions[mmio_bar].base_addr,
--
2.43.0
^ permalink raw reply related [flat|nested] 6+ messages in thread* ✓ Fi.CI.BAT: success for lib/intel_mmio: Allow access to full register space on modern platforms 2024-01-03 23:49 [PATCH i-g-t] lib/intel_mmio: Allow access to full register space on modern platforms Matt Roper @ 2024-01-04 0:56 ` Patchwork 2024-01-04 1:37 ` ✓ CI.xeBAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-01-04 0:56 UTC (permalink / raw) To: Matt Roper; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3408 bytes --] == Series Details == Series: lib/intel_mmio: Allow access to full register space on modern platforms URL : https://patchwork.freedesktop.org/series/128173/ State : success == Summary == CI Bug Log - changes from CI_DRM_14074 -> IGTPW_10471 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/index.html Participating hosts (40 -> 36) ------------------------------ Missing (4): bat-rpls-2 bat-jsl-1 fi-snb-2520m fi-bsw-n3050 Known issues ------------ Here are the changes found in IGTPW_10471 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_pipe_crc_basic@suspend-read-crc: - bat-adlm-1: NOTRUN -> [SKIP][1] ([i915#9875] / [i915#9900]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/bat-adlm-1/igt@kms_pipe_crc_basic@suspend-read-crc.html #### Possible fixes #### * igt@i915_selftest@live@hangcheck: - bat-adlm-1: [ABORT][2] -> [PASS][3] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/bat-adlm-1/igt@i915_selftest@live@hangcheck.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/bat-adlm-1/igt@i915_selftest@live@hangcheck.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1: - fi-rkl-11600: [FAIL][4] ([fdo#103375]) -> [PASS][5] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/fi-rkl-11600/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/fi-rkl-11600/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591 [i915#9875]: https://gitlab.freedesktop.org/drm/intel/issues/9875 [i915#9900]: https://gitlab.freedesktop.org/drm/intel/issues/9900 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7655 -> IGTPW_10471 CI-20190529: 20190529 CI_DRM_14074: 50f4f5c97328bed06bd18802a896257326b06460 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10471: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/index.html IGT_7655: ddf7cf40a00caa7d02f3729e1e50f78f102463d9 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Testlist changes ---------------- -igt@kms_colorop@plane-ctm_3x4_50_desat -igt@kms_colorop@plane-ctm_3x4_bt709_dec -igt@kms_colorop@plane-ctm_3x4_bt709_dec_enc -igt@kms_colorop@plane-ctm_3x4_bt709_enc -igt@kms_colorop@plane-ctm_3x4_bt709_enc_dec -igt@kms_colorop@plane-ctm_3x4_overdrive -igt@kms_colorop@plane-ctm_3x4_oversaturate -igt@kms_colorop@plane-srgb_eotf -igt@kms_colorop@plane-srgb_eotf-srgb_inv_eotf -igt@kms_colorop@plane-srgb_inv_eotf -igt@kms_color@plane-ctm-0-25 -igt@kms_color@plane-ctm-0-50 -igt@kms_color@plane-ctm-0-75 -igt@kms_color@plane-ctm-blue-to-red -igt@kms_color@plane-ctm-green-to-red -igt@kms_color@plane-ctm-max -igt@kms_color@plane-ctm-negative -igt@kms_color@plane-ctm-red-to-blue -igt@kms_color@plane-ctm-signed -igt@kms_properties@colorop-properties-atomic == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/index.html [-- Attachment #2: Type: text/html, Size: 4109 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ CI.xeBAT: success for lib/intel_mmio: Allow access to full register space on modern platforms 2024-01-03 23:49 [PATCH i-g-t] lib/intel_mmio: Allow access to full register space on modern platforms Matt Roper 2024-01-04 0:56 ` ✓ Fi.CI.BAT: success for " Patchwork @ 2024-01-04 1:37 ` Patchwork 2024-01-04 2:09 ` ✗ Fi.CI.IGT: failure " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-01-04 1:37 UTC (permalink / raw) To: Matt Roper; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 9235 bytes --] == Series Details == Series: lib/intel_mmio: Allow access to full register space on modern platforms URL : https://patchwork.freedesktop.org/series/128173/ State : success == Summary == CI Bug Log - changes from XEIGT_7655_BAT -> XEIGTPW_10471_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_10471_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_addfb_basic@addfb25-modifier-no-flag: - bat-dg2-oem2: [PASS][1] -> [SKIP][2] ([Intel XE#852] / [i915#2575]) +47 other tests skip [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-modifier-no-flag.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-modifier-no-flag.html * igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1: - bat-adlp-7: [PASS][3] -> [FAIL][4] ([Intel XE#480]) [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html * igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd: - bat-dg2-oem2: [PASS][5] -> [SKIP][6] ([Intel XE#852] / [Intel XE#941]) [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-dg2-oem2/igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-dg2-oem2/igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd.html * igt@xe_intel_bb@create-in-region: - bat-dg2-oem2: [PASS][7] -> [SKIP][8] ([Intel XE#852]) +146 other tests skip [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-dg2-oem2/igt@xe_intel_bb@create-in-region.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-dg2-oem2/igt@xe_intel_bb@create-in-region.html * igt@xe_module_load@load: - bat-dg2-oem2: [PASS][9] -> [FAIL][10] ([Intel XE#859]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-dg2-oem2/igt@xe_module_load@load.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-dg2-oem2/igt@xe_module_load@load.html #### Possible fixes #### * igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1: - bat-adlp-7: [FAIL][11] ([Intel XE#480]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html * igt@xe_prime_self_import@basic-with_fd_dup: - bat-atsm-2: [FAIL][13] ([Intel XE#999]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-atsm-2/igt@xe_prime_self_import@basic-with_fd_dup.html [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-atsm-2/igt@xe_prime_self_import@basic-with_fd_dup.html #### Warnings #### * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-oem2: [SKIP][15] ([Intel XE#623]) -> [SKIP][16] ([Intel XE#852] / [i915#2575]) [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_dsc@dsc-basic: - bat-dg2-oem2: [SKIP][17] ([Intel XE#455]) -> [SKIP][18] ([Intel XE#852]) [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html * igt@kms_flip@basic-flip-vs-wf_vblank: - bat-dg2-oem2: [FAIL][19] ([Intel XE#906]) -> [SKIP][20] ([Intel XE#852] / [i915#2575]) [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank.html [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-oem2: [SKIP][21] ([i915#5274]) -> [SKIP][22] ([Intel XE#852] / [i915#2575]) [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-dg2-oem2/igt@kms_force_connector_basic@prune-stale-modes.html [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-dg2-oem2/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@basic: - bat-dg2-oem2: [FAIL][23] ([Intel XE#608]) -> [SKIP][24] ([Intel XE#852]) [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-dg2-oem2/igt@kms_frontbuffer_tracking@basic.html [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-dg2-oem2/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12: - bat-dg2-oem2: [FAIL][25] ([Intel XE#400] / [Intel XE#616]) -> [SKIP][26] ([Intel XE#852] / [i915#2575]) +1 other test skip [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html * igt@xe_compute@compute-square: - bat-dg2-oem2: [SKIP][27] ([Intel XE#672]) -> [SKIP][28] ([Intel XE#852]) [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-dg2-oem2/igt@xe_compute@compute-square.html [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-dg2-oem2/igt@xe_compute@compute-square.html * igt@xe_exec_fault_mode@many-basic: - bat-dg2-oem2: [SKIP][29] ([Intel XE#288]) -> [SKIP][30] ([Intel XE#852]) +32 other tests skip [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-dg2-oem2/igt@xe_exec_fault_mode@many-basic.html [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-dg2-oem2/igt@xe_exec_fault_mode@many-basic.html * igt@xe_huc_copy@huc_copy: - bat-dg2-oem2: [SKIP][31] ([Intel XE#255]) -> [SKIP][32] ([Intel XE#852]) [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-dg2-oem2/igt@xe_huc_copy@huc_copy.html [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-dg2-oem2/igt@xe_huc_copy@huc_copy.html * igt@xe_pat@pat-index-xe2: - bat-dg2-oem2: [SKIP][33] ([Intel XE#977]) -> [SKIP][34] ([Intel XE#852]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-dg2-oem2/igt@xe_pat@pat-index-xe2.html [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-dg2-oem2/igt@xe_pat@pat-index-xe2.html * igt@xe_pat@pat-index-xehpc: - bat-dg2-oem2: [SKIP][35] ([Intel XE#979]) -> [SKIP][36] ([Intel XE#852]) +1 other test skip [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7655/bat-dg2-oem2/igt@xe_pat@pat-index-xehpc.html [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/bat-dg2-oem2/igt@xe_pat@pat-index-xehpc.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/400 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480 [Intel XE#608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/608 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623 [Intel XE#672]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/672 [Intel XE#852]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/852 [Intel XE#859]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/859 [Intel XE#906]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/906 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#941]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/941 [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977 [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979 [Intel XE#999]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/999 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 Build changes ------------- * IGT: IGT_7655 -> IGTPW_10471 IGTPW_10471: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/index.html IGT_7655: ddf7cf40a00caa7d02f3729e1e50f78f102463d9 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-598-7b3b98d034784b125bad7aca46f9e7a3cfcde45a: 7b3b98d034784b125bad7aca46f9e7a3cfcde45a == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10471/index.html [-- Attachment #2: Type: text/html, Size: 11361 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Fi.CI.IGT: failure for lib/intel_mmio: Allow access to full register space on modern platforms 2024-01-03 23:49 [PATCH i-g-t] lib/intel_mmio: Allow access to full register space on modern platforms Matt Roper 2024-01-04 0:56 ` ✓ Fi.CI.BAT: success for " Patchwork 2024-01-04 1:37 ` ✓ CI.xeBAT: " Patchwork @ 2024-01-04 2:09 ` Patchwork 2024-01-05 6:07 ` [PATCH i-g-t] " Zbigniew Kempczyński 2024-01-05 9:45 ` Kamil Konieczny 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-01-04 2:09 UTC (permalink / raw) To: Matt Roper; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 92321 bytes --] == Series Details == Series: lib/intel_mmio: Allow access to full register space on modern platforms URL : https://patchwork.freedesktop.org/series/128173/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14074_full -> IGTPW_10471_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_10471_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_10471_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_10471/index.html Participating hosts (8 -> 8) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_10471_full: ### IGT changes ### #### Possible regressions #### * igt@gem_eio@wait-immediate: - shard-mtlp: NOTRUN -> [ABORT][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-4/igt@gem_eio@wait-immediate.html New tests --------- New tests have been introduced between CI_DRM_14074_full and IGTPW_10471_full: ### New IGT tests (2) ### * igt@kms_flip@flip-vs-panning-interruptible@a-dp4: - Statuses : 1 pass(s) - Exec time: [7.83] s * igt@kms_flip@flip-vs-panning-interruptible@b-dp4: - Statuses : 1 pass(s) - Exec time: [7.79] s Known issues ------------ Here are the changes found in IGTPW_10471_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@object-reloc-purge-cache: - shard-dg2: NOTRUN -> [SKIP][2] ([i915#8411]) +1 other test skip [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@api_intel_bb@object-reloc-purge-cache.html * igt@drm_fdinfo@most-busy-idle-check-all@vecs1: - shard-dg2: NOTRUN -> [SKIP][3] ([i915#8414]) +19 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-10/igt@drm_fdinfo@most-busy-idle-check-all@vecs1.html * igt@drm_fdinfo@virtual-busy-hang: - shard-mtlp: NOTRUN -> [SKIP][4] ([i915#8414]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-7/igt@drm_fdinfo@virtual-busy-hang.html * igt@gem_basic@multigpu-create-close: - shard-rkl: NOTRUN -> [SKIP][5] ([i915#7697]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@gem_basic@multigpu-create-close.html * igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0: - shard-dg2: NOTRUN -> [INCOMPLETE][6] ([i915#7297]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-5/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html * igt@gem_close_race@multigpu-basic-threads: - shard-dg2: NOTRUN -> [SKIP][7] ([i915#7697]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-2/igt@gem_close_race@multigpu-basic-threads.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-rkl: NOTRUN -> [SKIP][8] ([i915#6335]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_create@hog-create@smem0: - shard-mtlp: NOTRUN -> [FAIL][9] ([i915#8758]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-8/igt@gem_create@hog-create@smem0.html * igt@gem_ctx_param@set-priority-not-supported: - shard-tglu: NOTRUN -> [SKIP][10] ([fdo#109314]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-10/igt@gem_ctx_param@set-priority-not-supported.html - shard-dg2: NOTRUN -> [SKIP][11] ([fdo#109314]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@gem_ctx_param@set-priority-not-supported.html - shard-rkl: NOTRUN -> [SKIP][12] ([fdo#109314]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_persistence@hang: - shard-snb: NOTRUN -> [SKIP][13] ([fdo#109271] / [i915#1099]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-snb5/igt@gem_ctx_persistence@hang.html * igt@gem_ctx_persistence@heartbeat-stop: - shard-dg2: NOTRUN -> [SKIP][14] ([i915#8555]) +1 other test skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-7/igt@gem_ctx_persistence@heartbeat-stop.html * igt@gem_eio@reset-stress: - shard-dg1: [PASS][15] -> [FAIL][16] ([i915#5784]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-dg1-16/igt@gem_eio@reset-stress.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-18/igt@gem_eio@reset-stress.html * igt@gem_exec_balancer@bonded-dual: - shard-dg2: NOTRUN -> [SKIP][17] ([i915#4771]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-10/igt@gem_exec_balancer@bonded-dual.html * igt@gem_exec_balancer@bonded-true-hang: - shard-dg2: NOTRUN -> [SKIP][18] ([i915#4812]) +2 other tests skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-5/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_balancer@invalid-bonds: - shard-mtlp: NOTRUN -> [SKIP][19] ([i915#4036]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-3/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_balancer@parallel-keep-in-fence: - shard-rkl: NOTRUN -> [SKIP][20] ([i915#4525]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-7/igt@gem_exec_balancer@parallel-keep-in-fence.html * igt@gem_exec_capture@capture-invisible@lmem0: - shard-dg1: NOTRUN -> [SKIP][21] ([i915#6334]) +1 other test skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-17/igt@gem_exec_capture@capture-invisible@lmem0.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-mtlp: NOTRUN -> [SKIP][22] ([i915#6334]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-4/igt@gem_exec_capture@capture-invisible@smem0.html - shard-rkl: NOTRUN -> [SKIP][23] ([i915#6334]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-3/igt@gem_exec_capture@capture-invisible@smem0.html - shard-tglu: NOTRUN -> [SKIP][24] ([i915#6334]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-8/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_capture@many-4k-zero: - shard-tglu: NOTRUN -> [FAIL][25] ([i915#9606]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-5/igt@gem_exec_capture@many-4k-zero.html * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-tglu: NOTRUN -> [FAIL][26] ([i915#2842]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-8/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: NOTRUN -> [FAIL][27] ([i915#2842]) +4 other tests fail [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-5/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-rkl: [PASS][28] -> [FAIL][29] ([i915#2842]) +2 other tests fail [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-rkl-5/igt@gem_exec_fair@basic-pace@vecs0.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_fair@basic-throttle: - shard-dg2: NOTRUN -> [SKIP][30] ([i915#3539]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-1/igt@gem_exec_fair@basic-throttle.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-tglu: [PASS][31] -> [FAIL][32] ([i915#2842]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-tglu-5/igt@gem_exec_fair@basic-throttle@rcs0.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-10/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_flush@basic-batch-kernel-default-wb: - shard-dg1: NOTRUN -> [SKIP][33] ([i915#3539] / [i915#4852]) +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-18/igt@gem_exec_flush@basic-batch-kernel-default-wb.html * igt@gem_exec_flush@basic-uc-pro-default: - shard-dg2: NOTRUN -> [SKIP][34] ([i915#3539] / [i915#4852]) +2 other tests skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-2/igt@gem_exec_flush@basic-uc-pro-default.html * igt@gem_exec_flush@basic-uc-set-default: - shard-dg1: NOTRUN -> [SKIP][35] ([i915#3539]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-16/igt@gem_exec_flush@basic-uc-set-default.html * igt@gem_exec_params@secure-non-root: - shard-rkl: NOTRUN -> [SKIP][36] ([fdo#112283]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-7/igt@gem_exec_params@secure-non-root.html - shard-tglu: NOTRUN -> [SKIP][37] ([fdo#112283]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-8/igt@gem_exec_params@secure-non-root.html * igt@gem_exec_reloc@basic-scanout: - shard-rkl: NOTRUN -> [SKIP][38] ([i915#3281]) +4 other tests skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-4/igt@gem_exec_reloc@basic-scanout.html * igt@gem_exec_reloc@basic-wc-cpu-noreloc: - shard-dg1: NOTRUN -> [SKIP][39] ([i915#3281]) +2 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-12/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html * igt@gem_exec_reloc@basic-write-read-active: - shard-dg2: NOTRUN -> [SKIP][40] ([i915#3281]) +11 other tests skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-2/igt@gem_exec_reloc@basic-write-read-active.html * igt@gem_exec_schedule@preempt-queue-contexts: - shard-dg1: NOTRUN -> [SKIP][41] ([i915#4812]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-14/igt@gem_exec_schedule@preempt-queue-contexts.html * igt@gem_exec_schedule@preempt-queue-contexts-chain: - shard-dg2: NOTRUN -> [SKIP][42] ([i915#4537] / [i915#4812]) +1 other test skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-7/igt@gem_exec_schedule@preempt-queue-contexts-chain.html * igt@gem_exec_suspend@basic-s0@smem: - shard-dg2: [PASS][43] -> [INCOMPLETE][44] ([i915#9275]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-dg2-11/igt@gem_exec_suspend@basic-s0@smem.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-2/igt@gem_exec_suspend@basic-s0@smem.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg2: [PASS][45] -> [ABORT][46] ([i915#7975] / [i915#8213]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-5/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_fence_thrash@bo-write-verify-y: - shard-dg1: NOTRUN -> [SKIP][47] ([i915#4860]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-12/igt@gem_fence_thrash@bo-write-verify-y.html - shard-mtlp: NOTRUN -> [SKIP][48] ([i915#4860]) +1 other test skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-5/igt@gem_fence_thrash@bo-write-verify-y.html * igt@gem_huc_copy@huc-copy: - shard-glk: NOTRUN -> [SKIP][49] ([fdo#109271] / [i915#2190]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-glk9/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@heavy-random: - shard-tglu: NOTRUN -> [SKIP][50] ([i915#4613]) +2 other tests skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-5/igt@gem_lmem_swapping@heavy-random.html * igt@gem_lmem_swapping@massive: - shard-rkl: NOTRUN -> [SKIP][51] ([i915#4613]) +3 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-3/igt@gem_lmem_swapping@massive.html * igt@gem_lmem_swapping@random: - shard-glk: NOTRUN -> [SKIP][52] ([fdo#109271] / [i915#4613]) +2 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-glk1/igt@gem_lmem_swapping@random.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: NOTRUN -> [DMESG-WARN][53] ([i915#1982] / [i915#4936] / [i915#5493]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html - shard-dg1: NOTRUN -> [TIMEOUT][54] ([i915#5493]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_lmem_swapping@verify-random: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4613]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-1/igt@gem_lmem_swapping@verify-random.html * igt@gem_mmap@bad-object: - shard-dg1: NOTRUN -> [SKIP][56] ([i915#4083]) +3 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-15/igt@gem_mmap@bad-object.html * igt@gem_mmap@short-mmap: - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#4083]) +4 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-1/igt@gem_mmap@short-mmap.html * igt@gem_mmap_gtt@basic-small-copy-odd: - shard-dg1: NOTRUN -> [SKIP][58] ([i915#4077]) +1 other test skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-12/igt@gem_mmap_gtt@basic-small-copy-odd.html * igt@gem_mmap_gtt@flink-race: - shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4077]) +2 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-4/igt@gem_mmap_gtt@flink-race.html * igt@gem_mmap_wc@set-cache-level: - shard-dg2: NOTRUN -> [SKIP][60] ([i915#4083]) +4 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-5/igt@gem_mmap_wc@set-cache-level.html * igt@gem_partial_pwrite_pread@reads-snoop: - shard-dg1: NOTRUN -> [SKIP][61] ([i915#3282]) +2 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-15/igt@gem_partial_pwrite_pread@reads-snoop.html * igt@gem_pread@uncached: - shard-dg2: NOTRUN -> [SKIP][62] ([i915#3282]) +2 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-6/igt@gem_pread@uncached.html * igt@gem_pxp@create-regular-buffer: - shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4270]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-4/igt@gem_pxp@create-regular-buffer.html * igt@gem_pxp@create-valid-protected-context: - shard-dg2: NOTRUN -> [SKIP][64] ([i915#4270]) +2 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-1/igt@gem_pxp@create-valid-protected-context.html * igt@gem_pxp@display-protected-crc: - shard-tglu: NOTRUN -> [SKIP][65] ([i915#4270]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-2/igt@gem_pxp@display-protected-crc.html * igt@gem_render_copy@y-tiled: - shard-mtlp: NOTRUN -> [SKIP][66] ([i915#8428]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-5/igt@gem_render_copy@y-tiled.html * igt@gem_set_tiling_vs_blt@tiled-to-tiled: - shard-rkl: NOTRUN -> [SKIP][67] ([i915#8411]) +1 other test skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-5/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html * igt@gem_softpin@evict-snoop: - shard-rkl: NOTRUN -> [SKIP][68] ([fdo#109312]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-7/igt@gem_softpin@evict-snoop.html * igt@gem_tiled_pread_basic: - shard-dg2: NOTRUN -> [SKIP][69] ([i915#4079]) +1 other test skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@gem_tiled_pread_basic.html * igt@gem_userptr_blits@coherency-unsync: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#3297]) +1 other test skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-1/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-mtlp: NOTRUN -> [SKIP][71] ([i915#3297]) +2 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-6/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@forbidden-operations: - shard-rkl: NOTRUN -> [SKIP][72] ([i915#3282]) +6 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-5/igt@gem_userptr_blits@forbidden-operations.html - shard-mtlp: NOTRUN -> [SKIP][73] ([i915#3282]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-7/igt@gem_userptr_blits@forbidden-operations.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-rkl: NOTRUN -> [SKIP][74] ([i915#3297]) +1 other test skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-7/igt@gem_userptr_blits@unsync-unmap-after-close.html - shard-dg1: NOTRUN -> [SKIP][75] ([i915#3297]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-19/igt@gem_userptr_blits@unsync-unmap-after-close.html - shard-tglu: NOTRUN -> [SKIP][76] ([i915#3297]) +1 other test skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-2/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gen7_exec_parse@cmd-crossing-page: - shard-dg2: NOTRUN -> [SKIP][77] ([fdo#109289]) +2 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-7/igt@gen7_exec_parse@cmd-crossing-page.html * igt@gen7_exec_parse@load-register-reg: - shard-tglu: NOTRUN -> [SKIP][78] ([fdo#109289]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-7/igt@gen7_exec_parse@load-register-reg.html - shard-mtlp: NOTRUN -> [SKIP][79] ([fdo#109289]) +2 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-5/igt@gen7_exec_parse@load-register-reg.html - shard-rkl: NOTRUN -> [SKIP][80] ([fdo#109289]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-4/igt@gen7_exec_parse@load-register-reg.html - shard-dg1: NOTRUN -> [SKIP][81] ([fdo#109289]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-12/igt@gen7_exec_parse@load-register-reg.html * igt@gen9_exec_parse@allowed-all: - shard-glk: NOTRUN -> [INCOMPLETE][82] ([i915#5566]) +1 other test incomplete [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-glk8/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@basic-rejected: - shard-tglu: NOTRUN -> [SKIP][83] ([i915#2527] / [i915#2856]) +1 other test skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-4/igt@gen9_exec_parse@basic-rejected.html * igt@gen9_exec_parse@shadow-peek: - shard-dg2: NOTRUN -> [SKIP][84] ([i915#2856]) +3 other tests skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-10/igt@gen9_exec_parse@shadow-peek.html - shard-rkl: NOTRUN -> [SKIP][85] ([i915#2527]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-4/igt@gen9_exec_parse@shadow-peek.html * igt@i915_module_load@reload-with-fault-injection: - shard-snb: [PASS][86] -> [INCOMPLETE][87] ([i915#9200] / [i915#9849]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-snb6/igt@i915_module_load@reload-with-fault-injection.html [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-snb6/igt@i915_module_load@reload-with-fault-injection.html - shard-glk: [PASS][88] -> [INCOMPLETE][89] ([i915#9200] / [i915#9849]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-glk7/igt@i915_module_load@reload-with-fault-injection.html [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-glk3/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-dg2: NOTRUN -> [TIMEOUT][90] ([i915#7173] / [i915#9945]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-1/igt@i915_module_load@resize-bar.html * igt@i915_pm_rpm@gem-execbuf-stress-pc8: - shard-glk: NOTRUN -> [SKIP][91] ([fdo#109271]) +136 other tests skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-glk6/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html * igt@i915_pm_rps@min-max-config-loaded: - shard-dg2: NOTRUN -> [SKIP][92] ([i915#6621]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@i915_pm_rps@min-max-config-loaded.html * igt@i915_pm_rps@reset: - shard-snb: [PASS][93] -> [INCOMPLETE][94] ([i915#7790]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-snb1/igt@i915_pm_rps@reset.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-snb2/igt@i915_pm_rps@reset.html * igt@i915_selftest@mock@memory_region: - shard-glk: NOTRUN -> [DMESG-WARN][95] ([i915#9311]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-glk8/igt@i915_selftest@mock@memory_region.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][96] ([i915#4212]) +1 other test skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-tglu: NOTRUN -> [SKIP][97] ([i915#3826]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-9/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html - shard-rkl: NOTRUN -> [SKIP][98] ([i915#3826]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][99] ([i915#8709]) +3 other tests skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html * igt@kms_async_flips@crc@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][100] ([i915#8247]) +3 other tests fail [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@kms_async_flips@crc@pipe-a-dp-4.html * igt@kms_async_flips@crc@pipe-b-hdmi-a-3: - shard-dg1: NOTRUN -> [FAIL][101] ([i915#8247]) +3 other tests fail [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-13/igt@kms_async_flips@crc@pipe-b-hdmi-a-3.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-rkl: NOTRUN -> [SKIP][102] ([i915#9531]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-3/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-tglu: NOTRUN -> [SKIP][103] ([i915#9531]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-8/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-dg2: NOTRUN -> [SKIP][104] ([i915#1769] / [i915#3555]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-6/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-dg1: NOTRUN -> [SKIP][105] ([i915#4538] / [i915#5286]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-13/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180: - shard-rkl: NOTRUN -> [SKIP][106] ([i915#5286]) +2 other tests skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-tglu: NOTRUN -> [SKIP][107] ([fdo#111615] / [i915#5286]) +1 other test skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-10/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@linear-64bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][108] ([fdo#111614]) +4 other tests skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-1/igt@kms_big_fb@linear-64bpp-rotate-270.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][109] ([fdo#111614]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-5/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-tglu: [PASS][110] -> [FAIL][111] ([i915#3743]) +2 other tests fail [110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-tglu-8/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-7/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@y-tiled-8bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][112] ([fdo#111614] / [i915#3638]) +2 other tests skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-5/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-dg2: NOTRUN -> [SKIP][113] ([i915#5190]) +8 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-addfb: - shard-rkl: NOTRUN -> [SKIP][114] ([fdo#111615]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-7/igt@kms_big_fb@yf-tiled-addfb.html - shard-dg1: NOTRUN -> [SKIP][115] ([fdo#111615]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-14/igt@kms_big_fb@yf-tiled-addfb.html - shard-mtlp: NOTRUN -> [SKIP][116] ([i915#6187]) +1 other test skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-4/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-tglu: NOTRUN -> [SKIP][117] ([fdo#111615]) +5 other tests skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-4/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-32bpp-rotate-180-async-flip: - shard-rkl: NOTRUN -> [SKIP][118] ([fdo#110723]) +7 other tests skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0: - shard-mtlp: NOTRUN -> [SKIP][119] ([fdo#111615]) +2 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-8/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html - shard-dg1: NOTRUN -> [SKIP][120] ([i915#4538]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-13/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-dg2: NOTRUN -> [SKIP][121] ([i915#4538] / [i915#5190]) +3 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_joiner@2x-modeset: - shard-rkl: NOTRUN -> [SKIP][122] ([i915#2705]) +1 other test skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-4/igt@kms_big_joiner@2x-modeset.html * igt@kms_ccs@pipe-a-crc-primary-basic-4-tiled-mtl-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][123] ([i915#5354] / [i915#6095]) +20 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-3/igt@kms_ccs@pipe-a-crc-primary-basic-4-tiled-mtl-rc-ccs-cc.html * igt@kms_ccs@pipe-c-bad-aux-stride-4-tiled-mtl-mc-ccs: - shard-dg1: NOTRUN -> [SKIP][124] ([i915#5354] / [i915#6095]) +11 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-12/igt@kms_ccs@pipe-c-bad-aux-stride-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@pipe-c-bad-rotation-90-y-tiled-gen12-mc-ccs: - shard-tglu: NOTRUN -> [SKIP][125] ([i915#5354] / [i915#6095]) +30 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-7/igt@kms_ccs@pipe-c-bad-rotation-90-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-yf-tiled-ccs: - shard-mtlp: NOTRUN -> [SKIP][126] ([i915#5354] / [i915#6095]) +13 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-5/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-yf-tiled-ccs.html * igt@kms_ccs@pipe-d-missing-ccs-buffer-4-tiled-mtl-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#5354]) +64 other tests skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-1/igt@kms_ccs@pipe-d-missing-ccs-buffer-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@pipe-d-random-ccs-data-4-tiled-mtl-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][128] ([i915#5354]) +23 other tests skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-7/igt@kms_ccs@pipe-d-random-ccs-data-4-tiled-mtl-rc-ccs-cc.html * igt@kms_cdclk@mode-transition: - shard-rkl: NOTRUN -> [SKIP][129] ([i915#3742]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-5/igt@kms_cdclk@mode-transition.html - shard-tglu: NOTRUN -> [SKIP][130] ([i915#3742]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-4/igt@kms_cdclk@mode-transition.html * igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#7213]) +3 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-2/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2.html * igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][132] ([i915#4087]) +3 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-10/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1.html * igt@kms_chamelium_audio@dp-audio: - shard-tglu: NOTRUN -> [SKIP][133] ([i915#7828]) +4 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-9/igt@kms_chamelium_audio@dp-audio.html * igt@kms_chamelium_color@ctm-0-75: - shard-dg2: NOTRUN -> [SKIP][134] ([fdo#111827]) +2 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-2/igt@kms_chamelium_color@ctm-0-75.html * igt@kms_chamelium_color@ctm-max: - shard-tglu: NOTRUN -> [SKIP][135] ([fdo#111827]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-2/igt@kms_chamelium_color@ctm-max.html * igt@kms_chamelium_edid@dp-mode-timings: - shard-mtlp: NOTRUN -> [SKIP][136] ([i915#7828]) +1 other test skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-7/igt@kms_chamelium_edid@dp-mode-timings.html * igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k: - shard-dg2: NOTRUN -> [SKIP][137] ([i915#7828]) +4 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-6/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html * igt@kms_chamelium_hpd@hdmi-hpd-fast: - shard-rkl: NOTRUN -> [SKIP][138] ([i915#7828]) +4 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-4/igt@kms_chamelium_hpd@hdmi-hpd-fast.html * igt@kms_chamelium_hpd@vga-hpd-fast: - shard-dg1: NOTRUN -> [SKIP][139] ([i915#7828]) +1 other test skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-16/igt@kms_chamelium_hpd@vga-hpd-fast.html * igt@kms_content_protection@content-type-change: - shard-tglu: NOTRUN -> [SKIP][140] ([i915#6944] / [i915#9424]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-5/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@dp-mst-type-0: - shard-mtlp: NOTRUN -> [SKIP][141] ([i915#3299]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-5/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@lic: - shard-dg2: NOTRUN -> [SKIP][142] ([i915#7118]) +1 other test skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-10/igt@kms_content_protection@lic.html * igt@kms_cursor_crc@cursor-random-128x42: - shard-mtlp: NOTRUN -> [SKIP][143] ([i915#8814]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-3/igt@kms_cursor_crc@cursor-random-128x42.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-dg2: NOTRUN -> [SKIP][144] ([i915#3359]) +1 other test skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-6/igt@kms_cursor_crc@cursor-random-512x170.html - shard-rkl: NOTRUN -> [SKIP][145] ([i915#3359]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-7/igt@kms_cursor_crc@cursor-random-512x170.html - shard-tglu: NOTRUN -> [SKIP][146] ([i915#3359]) +1 other test skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-8/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-256x85: - shard-snb: NOTRUN -> [SKIP][147] ([fdo#109271]) +24 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-snb7/igt@kms_cursor_crc@cursor-rapid-movement-256x85.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-rkl: NOTRUN -> [SKIP][148] ([i915#3555]) +3 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-4/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic: - shard-dg2: NOTRUN -> [SKIP][149] ([fdo#109274] / [i915#5354]) +1 other test skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-1/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-legacy: - shard-mtlp: NOTRUN -> [SKIP][150] ([i915#9809]) +2 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-2/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: - shard-tglu: NOTRUN -> [SKIP][151] ([fdo#109274]) +2 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-9/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-snb: [PASS][152] -> [SKIP][153] ([fdo#109271] / [fdo#111767]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-snb7/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-snb5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-dg2: NOTRUN -> [SKIP][154] ([i915#9067]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-5/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-rkl: NOTRUN -> [SKIP][155] ([i915#9067]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-7/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-tglu: NOTRUN -> [SKIP][156] ([i915#9067]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-5/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_cursor_legacy@single-move@all-pipes: - shard-mtlp: [PASS][157] -> [DMESG-WARN][158] ([i915#2017]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-mtlp-2/igt@kms_cursor_legacy@single-move@all-pipes.html [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-4/igt@kms_cursor_legacy@single-move@all-pipes.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][159] ([i915#9227]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-10/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-dg2: NOTRUN -> [SKIP][160] ([i915#9833]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-1/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][161] ([i915#3804]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html * igt@kms_dp_aux_dev: - shard-rkl: NOTRUN -> [SKIP][162] ([i915#1257]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-7/igt@kms_dp_aux_dev.html - shard-tglu: NOTRUN -> [SKIP][163] ([i915#1257]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-2/igt@kms_dp_aux_dev.html * igt@kms_dsc@dsc-fractional-bpp: - shard-mtlp: NOTRUN -> [SKIP][164] ([i915#3840] / [i915#9688]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-2/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - shard-rkl: NOTRUN -> [SKIP][165] ([i915#3840]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html - shard-tglu: NOTRUN -> [SKIP][166] ([i915#3840]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-9/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg2: NOTRUN -> [SKIP][167] ([i915#3840] / [i915#9053]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][168] ([fdo#110189] / [i915#3955]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-5/igt@kms_fbcon_fbt@psr-suspend.html - shard-tglu: NOTRUN -> [SKIP][169] ([i915#3469]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-9/igt@kms_fbcon_fbt@psr-suspend.html - shard-dg2: NOTRUN -> [SKIP][170] ([i915#3469]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-7/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@display-4x: - shard-tglu: NOTRUN -> [SKIP][171] ([i915#1839]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-9/igt@kms_feature_discovery@display-4x.html * igt@kms_feature_discovery@dp-mst: - shard-dg2: NOTRUN -> [SKIP][172] ([i915#9337]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-7/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr1: - shard-tglu: NOTRUN -> [SKIP][173] ([i915#658]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-10/igt@kms_feature_discovery@psr1.html - shard-dg2: NOTRUN -> [SKIP][174] ([i915#658]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@kms_feature_discovery@psr1.html - shard-rkl: NOTRUN -> [SKIP][175] ([i915#658]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: - shard-tglu: NOTRUN -> [SKIP][176] ([fdo#109274] / [fdo#111767] / [i915#3637]) +1 other test skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-9/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html * igt@kms_flip@2x-flip-vs-dpms: - shard-rkl: NOTRUN -> [SKIP][177] ([fdo#111825]) +4 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-4/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-mtlp: NOTRUN -> [SKIP][178] ([fdo#111767] / [i915#3637]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-3/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-rkl: NOTRUN -> [SKIP][179] ([fdo#111767] / [fdo#111825]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-dg1: NOTRUN -> [SKIP][180] ([fdo#111767] / [fdo#111825]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-15/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-panning-vs-hang: - shard-dg2: NOTRUN -> [SKIP][181] ([fdo#109274]) +6 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@kms_flip@2x-flip-vs-panning-vs-hang.html * igt@kms_flip@2x-flip-vs-suspend: - shard-mtlp: NOTRUN -> [SKIP][182] ([i915#3637]) +2 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-7/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@2x-flip-vs-wf_vblank-interruptible: - shard-dg1: NOTRUN -> [SKIP][183] ([fdo#111825] / [i915#9934]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-13/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html * igt@kms_flip@2x-wf_vblank-ts-check-interruptible: - shard-tglu: NOTRUN -> [SKIP][184] ([fdo#109274] / [i915#3637]) +1 other test skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-6/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html * igt@kms_flip@flip-vs-fences: - shard-dg2: NOTRUN -> [SKIP][185] ([i915#8381]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-1/igt@kms_flip@flip-vs-fences.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][186] ([i915#2587] / [i915#2672]) +2 other tests skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-2/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-ytileccs-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][187] ([i915#2672]) +2 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode.html - shard-rkl: NOTRUN -> [SKIP][188] ([i915#2672]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][189] ([i915#2672] / [i915#3555]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][190] ([i915#2587] / [i915#2672]) +2 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-19/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][191] ([i915#8708]) +8 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render: - shard-snb: [PASS][192] -> [SKIP][193] ([fdo#109271]) +4 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff: - shard-tglu: NOTRUN -> [SKIP][194] ([fdo#109280]) +24 other tests skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite: - shard-dg2: NOTRUN -> [FAIL][195] ([i915#6880]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-tiling-4: - shard-rkl: NOTRUN -> [SKIP][196] ([i915#5439]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-tiling-4.html - shard-tglu: NOTRUN -> [SKIP][197] ([i915#5439]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-9/igt@kms_frontbuffer_tracking@fbc-tiling-4.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][198] ([i915#3458]) +26 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][199] ([i915#8708]) +4 other tests skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-move: - shard-dg1: NOTRUN -> [SKIP][200] ([fdo#111825]) +8 other tests skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][201] ([i915#8708]) +17 other tests skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-cpu: - shard-rkl: NOTRUN -> [SKIP][202] ([fdo#111825] / [i915#1825]) +29 other tests skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-mtlp: NOTRUN -> [SKIP][203] ([i915#1825]) +10 other tests skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move: - shard-tglu: NOTRUN -> [SKIP][204] ([fdo#110189]) +16 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-rkl: NOTRUN -> [SKIP][205] ([i915#3023]) +19 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render: - shard-dg1: NOTRUN -> [SKIP][206] ([i915#3458]) +1 other test skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html * igt@kms_hdr@bpc-switch-dpms: - shard-dg2: NOTRUN -> [SKIP][207] ([i915#3555] / [i915#8228]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-6/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@static-swap: - shard-tglu: NOTRUN -> [SKIP][208] ([i915#3555] / [i915#8228]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-9/igt@kms_hdr@static-swap.html * igt@kms_hdr@static-toggle-dpms: - shard-rkl: NOTRUN -> [SKIP][209] ([i915#3555] / [i915#8228]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-7/igt@kms_hdr@static-toggle-dpms.html * igt@kms_panel_fitting@legacy: - shard-dg2: NOTRUN -> [SKIP][210] ([i915#6301]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-5/igt@kms_panel_fitting@legacy.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b: - shard-mtlp: [PASS][211] -> [FAIL][212] ([i915#7036]) +1 other test fail [211]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-mtlp-1/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-5/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2: NOTRUN -> [SKIP][213] ([i915#6953] / [i915#9423]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-1/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [FAIL][214] ([i915#8292]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-10/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][215] ([i915#9423]) +7 other tests skip [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][216] ([i915#9423]) +7 other tests skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-13/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][217] ([i915#9423]) +3 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-4/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][218] ([i915#9423]) +7 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-4/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][219] ([i915#5176]) +5 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-1/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][220] ([i915#5176] / [i915#9423]) +3 other tests skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-10/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][221] ([i915#5176] / [i915#9423]) +1 other test skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][222] ([i915#5235]) +7 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][223] ([i915#5235]) +7 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/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-4: - shard-dg1: NOTRUN -> [SKIP][224] ([i915#5235]) +11 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-17/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][225] ([i915#5235]) +5 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-8/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b-edp-1.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][226] ([i915#3555] / [i915#5235]) +1 other test skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-8/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d-edp-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][227] ([i915#5235] / [i915#9423]) +7 other tests skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-2.html * igt@kms_pm_backlight@basic-brightness: - shard-tglu: NOTRUN -> [SKIP][228] ([i915#9812]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-2/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_dc@dc5-psr: - shard-tglu: NOTRUN -> [SKIP][229] ([i915#9685]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-2/igt@kms_pm_dc@dc5-psr.html - shard-dg2: NOTRUN -> [SKIP][230] ([i915#9685]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-2/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-dpms: - shard-dg2: NOTRUN -> [SKIP][231] ([i915#5978]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-7/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc9-dpms: - shard-tglu: [PASS][232] -> [SKIP][233] ([i915#4281]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-tglu-2/igt@kms_pm_dc@dc9-dpms.html [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-6/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_lpsp@screens-disabled: - shard-rkl: NOTRUN -> [SKIP][234] ([i915#8430]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-4/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-rkl: [PASS][235] -> [SKIP][236] ([i915#9519]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-rkl-4/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: NOTRUN -> [SKIP][237] ([i915#9519]) +1 other test skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-1/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_pm_rpm@pm-tiling: - shard-dg2: NOTRUN -> [SKIP][238] ([i915#4077]) +11 other tests skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-5/igt@kms_pm_rpm@pm-tiling.html * igt@kms_psr2_sf@cursor-plane-update-sf: - shard-dg2: NOTRUN -> [SKIP][239] ([i915#9683]) +3 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-10/igt@kms_psr2_sf@cursor-plane-update-sf.html * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area: - shard-rkl: NOTRUN -> [SKIP][240] ([fdo#111068] / [i915#9683]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html - shard-tglu: NOTRUN -> [SKIP][241] ([fdo#111068] / [i915#9683]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-8/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb: - shard-tglu: NOTRUN -> [SKIP][242] ([i915#9683]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-3/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html - shard-rkl: NOTRUN -> [SKIP][243] ([i915#9683]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-4/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-dg1: NOTRUN -> [SKIP][244] ([fdo#111068] / [i915#9683]) +1 other test skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-15/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_rotation_crc@bad-tiling: - shard-dg2: NOTRUN -> [SKIP][245] ([i915#4235]) +1 other test skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-10/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][246] ([i915#4235] / [i915#5190]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html - shard-rkl: NOTRUN -> [SKIP][247] ([fdo#111615] / [i915#5289]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_scaling_modes@scaling-mode-center: - shard-dg1: NOTRUN -> [SKIP][248] ([i915#3555]) +1 other test skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-14/igt@kms_scaling_modes@scaling-mode-center.html - shard-tglu: NOTRUN -> [SKIP][249] ([i915#3555]) +1 other test skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-6/igt@kms_scaling_modes@scaling-mode-center.html * igt@kms_setmode@basic-clone-single-crtc: - shard-mtlp: NOTRUN -> [SKIP][250] ([i915#3555] / [i915#8809]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-2/igt@kms_setmode@basic-clone-single-crtc.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-rkl: NOTRUN -> [SKIP][251] ([i915#8623]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html - shard-dg1: NOTRUN -> [SKIP][252] ([i915#8623]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-14/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html - shard-tglu: NOTRUN -> [SKIP][253] ([i915#8623]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html - shard-mtlp: NOTRUN -> [SKIP][254] ([i915#8623]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-8/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1: - shard-tglu: [PASS][255] -> [FAIL][256] ([i915#9196]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-tglu-8/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html * igt@kms_vrr@negative-basic: - shard-dg2: NOTRUN -> [SKIP][257] ([i915#3555]) +1 other test skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-10/igt@kms_vrr@negative-basic.html * igt@kms_writeback@writeback-fb-id: - shard-glk: NOTRUN -> [SKIP][258] ([fdo#109271] / [i915#2437]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-glk3/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-dg2: NOTRUN -> [SKIP][259] ([i915#2437] / [i915#9412]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-6/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-pixel-formats: - shard-tglu: NOTRUN -> [SKIP][260] ([i915#2437]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-2/igt@kms_writeback@writeback-pixel-formats.html - shard-dg2: NOTRUN -> [SKIP][261] ([i915#2437]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-5/igt@kms_writeback@writeback-pixel-formats.html - shard-rkl: NOTRUN -> [SKIP][262] ([i915#2437]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-3/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: NOTRUN -> [FAIL][263] ([i915#7484]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-10/igt@perf@non-zero-reason@0-rcs0.html * igt@perf@per-context-mode-unprivileged: - shard-dg1: NOTRUN -> [SKIP][264] ([fdo#109289] / [i915#2433]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-17/igt@perf@per-context-mode-unprivileged.html * igt@perf_pmu@busy-double-start@ccs0: - shard-mtlp: [PASS][265] -> [FAIL][266] ([i915#4349]) +1 other test fail [265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-mtlp-7/igt@perf_pmu@busy-double-start@ccs0.html [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-7/igt@perf_pmu@busy-double-start@ccs0.html * igt@perf_pmu@cpu-hotplug: - shard-dg2: NOTRUN -> [SKIP][267] ([i915#8850]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-7/igt@perf_pmu@cpu-hotplug.html * igt@perf_pmu@rc6-all-gts: - shard-rkl: NOTRUN -> [SKIP][268] ([i915#8516]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-4/igt@perf_pmu@rc6-all-gts.html * igt@prime_vgem@basic-fence-flip: - shard-dg2: NOTRUN -> [SKIP][269] ([i915#3708]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-2/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-write: - shard-rkl: NOTRUN -> [SKIP][270] ([fdo#109295] / [i915#3291] / [i915#3708]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-3/igt@prime_vgem@basic-write.html * igt@prime_vgem@fence-flip-hang: - shard-dg1: NOTRUN -> [SKIP][271] ([i915#3708]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-18/igt@prime_vgem@fence-flip-hang.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-rkl: NOTRUN -> [SKIP][272] ([i915#9917]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-4/igt@sriov_basic@enable-vfs-autoprobe-off.html - shard-tglu: NOTRUN -> [SKIP][273] ([i915#9917]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-5/igt@sriov_basic@enable-vfs-autoprobe-off.html - shard-mtlp: NOTRUN -> [SKIP][274] ([i915#9917]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-8/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@sriov_basic@enable-vfs-bind-unbind-each: - shard-dg1: NOTRUN -> [SKIP][275] ([i915#9917]) +1 other test skip [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-15/igt@sriov_basic@enable-vfs-bind-unbind-each.html - shard-dg2: NOTRUN -> [SKIP][276] ([i915#9917]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@sriov_basic@enable-vfs-bind-unbind-each.html * igt@syncobj_timeline@invalid-wait-zero-handles: - shard-rkl: NOTRUN -> [FAIL][277] ([i915#9781]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@syncobj_timeline@invalid-wait-zero-handles.html - shard-dg1: NOTRUN -> [FAIL][278] ([i915#9781]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-13/igt@syncobj_timeline@invalid-wait-zero-handles.html - shard-tglu: NOTRUN -> [FAIL][279] ([i915#9781]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-10/igt@syncobj_timeline@invalid-wait-zero-handles.html - shard-mtlp: NOTRUN -> [FAIL][280] ([i915#9781]) [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-8/igt@syncobj_timeline@invalid-wait-zero-handles.html * igt@v3d/v3d_perfmon@create-perfmon-exceed: - shard-mtlp: NOTRUN -> [SKIP][281] ([i915#2575]) +3 other tests skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-7/igt@v3d/v3d_perfmon@create-perfmon-exceed.html * igt@v3d/v3d_submit_cl@bad-multisync-out-sync: - shard-dg2: NOTRUN -> [SKIP][282] ([i915#2575]) +7 other tests skip [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-1/igt@v3d/v3d_submit_cl@bad-multisync-out-sync.html * igt@v3d/v3d_submit_cl@bad-pad: - shard-rkl: NOTRUN -> [SKIP][283] ([fdo#109315]) +10 other tests skip [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-4/igt@v3d/v3d_submit_cl@bad-pad.html * igt@v3d/v3d_submit_cl@multiple-job-submission: - shard-tglu: NOTRUN -> [SKIP][284] ([fdo#109315] / [i915#2575]) +7 other tests skip [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-5/igt@v3d/v3d_submit_cl@multiple-job-submission.html * igt@v3d/v3d_submit_csd@bad-perfmon: - shard-dg1: NOTRUN -> [SKIP][285] ([i915#2575]) +2 other tests skip [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-14/igt@v3d/v3d_submit_csd@bad-perfmon.html * igt@vc4/vc4_dmabuf_poll@poll-write-waits-until-write-done: - shard-dg1: NOTRUN -> [SKIP][286] ([i915#7711]) +2 other tests skip [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-16/igt@vc4/vc4_dmabuf_poll@poll-write-waits-until-write-done.html - shard-tglu: NOTRUN -> [SKIP][287] ([i915#2575]) +4 other tests skip [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-3/igt@vc4/vc4_dmabuf_poll@poll-write-waits-until-write-done.html - shard-mtlp: NOTRUN -> [SKIP][288] ([i915#7711]) +2 other tests skip [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-3/igt@vc4/vc4_dmabuf_poll@poll-write-waits-until-write-done.html * igt@vc4/vc4_tiling@set-bad-handle: - shard-rkl: NOTRUN -> [SKIP][289] ([i915#7711]) +6 other tests skip [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-7/igt@vc4/vc4_tiling@set-bad-handle.html * igt@vc4/vc4_tiling@set-get: - shard-dg2: NOTRUN -> [SKIP][290] ([i915#7711]) +6 other tests skip [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@vc4/vc4_tiling@set-get.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [FAIL][291] ([i915#7742]) -> [PASS][292] +1 other test pass [291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-rkl-7/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0: - shard-dg2: [INCOMPLETE][293] ([i915#7297]) -> [PASS][294] [293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-dg2-2/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-5/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html * igt@gem_eio@unwedge-stress: - shard-dg1: [FAIL][295] ([i915#5784]) -> [PASS][296] [295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-dg1-18/igt@gem_eio@unwedge-stress.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-15/igt@gem_eio@unwedge-stress.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-rkl: [FAIL][297] ([i915#2842]) -> [PASS][298] [297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-rkl-1/igt@gem_exec_fair@basic-pace-share@rcs0.html [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-glk: [FAIL][299] ([i915#2842]) -> [PASS][300] +2 other tests pass [299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-glk1/igt@gem_exec_fair@basic-throttle@rcs0.html [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-glk5/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@i915_module_load@reload-with-fault-injection: - shard-rkl: [INCOMPLETE][301] ([i915#9849]) -> [PASS][302] [301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-rkl-4/igt@i915_module_load@reload-with-fault-injection.html [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-4/igt@i915_module_load@reload-with-fault-injection.html - shard-dg1: [INCOMPLETE][303] ([i915#9849]) -> [PASS][304] [303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-dg1-16/igt@i915_module_load@reload-with-fault-injection.html [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-12/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_selftest@live@mman: - shard-glk: [INCOMPLETE][305] ([i915#9527]) -> [PASS][306] [305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-glk5/igt@i915_selftest@live@mman.html [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-glk6/igt@i915_selftest@live@mman.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1: - shard-mtlp: [FAIL][307] ([i915#2521]) -> [PASS][308] [307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-mtlp-2/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-4/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [FAIL][309] ([i915#5138]) -> [PASS][310] [309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-mtlp-8/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-glk: [FAIL][311] ([i915#2346]) -> [PASS][312] [311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a1: - shard-tglu: [INCOMPLETE][313] -> [PASS][314] [313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-tglu-4/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a1.html [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-4/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a1.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-snb: [SKIP][315] ([fdo#109271]) -> [PASS][316] +9 other tests pass [315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-shrfb-scaledprimary: - shard-dg2: [FAIL][317] ([i915#6880]) -> [PASS][318] [317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-shrfb-scaledprimary.html [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-shrfb-scaledprimary.html * igt@kms_hdmi_inject@inject-audio: - shard-tglu: [SKIP][319] ([i915#433]) -> [PASS][320] [319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-tglu-2/igt@kms_hdmi_inject@inject-audio.html [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-4/igt@kms_hdmi_inject@inject-audio.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-rkl: [SKIP][321] ([i915#9519]) -> [PASS][322] +4 other tests pass [321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-rkl: [INCOMPLETE][323] ([i915#8875] / [i915#9475] / [i915#9569]) -> [PASS][324] [323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-rkl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-4: - shard-dg1: [FAIL][325] ([i915#9196]) -> [PASS][326] [325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-dg1-14/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-4.html [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg1-18/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-4.html * igt@perf_pmu@busy-double-start@rcs0: - shard-mtlp: [FAIL][327] ([i915#4349]) -> [PASS][328] +1 other test pass [327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-mtlp-7/igt@perf_pmu@busy-double-start@rcs0.html [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-7/igt@perf_pmu@busy-double-start@rcs0.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: [FAIL][329] ([i915#4349]) -> [PASS][330] +3 other tests pass [329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-dg2-2/igt@perf_pmu@busy-double-start@vecs1.html [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-dg2-11/igt@perf_pmu@busy-double-start@vecs1.html #### Warnings #### * igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0: - shard-tglu: [WARN][331] ([i915#2681]) -> [FAIL][332] ([i915#3591]) +1 other test fail [331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html * igt@kms_async_flips@crc@pipe-a-edp-1: - shard-mtlp: [FAIL][333] ([i915#8247]) -> [DMESG-FAIL][334] ([i915#8561]) [333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-mtlp-4/igt@kms_async_flips@crc@pipe-a-edp-1.html [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-8/igt@kms_async_flips@crc@pipe-a-edp-1.html * igt@kms_async_flips@crc@pipe-b-edp-1: - shard-mtlp: [DMESG-FAIL][335] ([i915#8561]) -> [FAIL][336] ([i915#8247]) +1 other test fail [335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-mtlp-4/igt@kms_async_flips@crc@pipe-b-edp-1.html [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-mtlp-8/igt@kms_async_flips@crc@pipe-b-edp-1.html * igt@kms_content_protection@mei-interface: - shard-rkl: [SKIP][337] ([i915#8063]) -> [SKIP][338] ([i915#9424]) [337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-rkl-1/igt@kms_content_protection@mei-interface.html [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-4/igt@kms_content_protection@mei-interface.html - shard-tglu: [SKIP][339] ([i915#8063]) -> [SKIP][340] ([i915#6944] / [i915#9424]) [339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-tglu-2/igt@kms_content_protection@mei-interface.html [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-tglu-3/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@uevent: - shard-snb: [INCOMPLETE][341] ([i915#8816]) -> [SKIP][342] ([fdo#109271]) +1 other test skip [341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-snb7/igt@kms_content_protection@uevent.html [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-snb5/igt@kms_content_protection@uevent.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][343] ([i915#4816]) -> [SKIP][344] ([i915#4070] / [i915#4816]) [343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-rkl-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_pm_dc@dc9-dpms: - shard-rkl: [SKIP][345] ([i915#3361]) -> [SKIP][346] ([i915#4281]) [345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14074/shard-rkl-1/igt@kms_pm_dc@dc9-dpms.html [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.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 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804 [i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#5978]: https://gitlab.freedesktop.org/drm/intel/issues/5978 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7036]: https://gitlab.freedesktop.org/drm/intel/issues/7036 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7297]: https://gitlab.freedesktop.org/drm/intel/issues/7297 [i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7790]: https://gitlab.freedesktop.org/drm/intel/issues/7790 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8063]: https://gitlab.freedesktop.org/drm/intel/issues/8063 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8430]: https://gitlab.freedesktop.org/drm/intel/issues/8430 [i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8561]: https://gitlab.freedesktop.org/drm/intel/issues/8561 [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8758]: https://gitlab.freedesktop.org/drm/intel/issues/8758 [i915#8809]: https://gitlab.freedesktop.org/drm/intel/issues/8809 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8816]: https://gitlab.freedesktop.org/drm/intel/issues/8816 [i915#8850]: https://gitlab.freedesktop.org/drm/intel/issues/8850 [i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875 [i915#9053]: https://gitlab.freedesktop.org/drm/intel/issues/9053 [i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067 [i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196 [i915#9200]: https://gitlab.freedesktop.org/drm/intel/issues/9200 [i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227 [i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275 [i915#9311]: https://gitlab.freedesktop.org/drm/intel/issues/9311 [i915#9337]: https://gitlab.freedesktop.org/drm/intel/issues/9337 [i915#9412]: https://gitlab.freedesktop.org/drm/intel/issues/9412 [i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424 [i915#9475]: https://gitlab.freedesktop.org/drm/intel/issues/9475 [i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519 [i915#9527]: https://gitlab.freedesktop.org/drm/intel/issues/9527 [i915#9531]: https://gitlab.freedesktop.org/drm/intel/issues/9531 [i915#9569]: https://gitlab.freedesktop.org/drm/intel/issues/9569 [i915#9606]: https://gitlab.freedesktop.org/drm/intel/issues/9606 [i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673 [i915#9683]: https://gitlab.freedesktop.org/drm/intel/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/intel/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688 [i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732 [i915#9781]: https://gitlab.freedesktop.org/drm/intel/issues/9781 [i915#9809]: https://gitlab.freedesktop.org/drm/intel/issues/9809 [i915#9812]: https://gitlab.freedesktop.org/drm/intel/issues/9812 [i915#9833]: https://gitlab.freedesktop.org/drm/intel/issues/9833 [i915#9849]: https://gitlab.freedesktop.org/drm/intel/issues/9849 [i915#9917]: https://gitlab.freedesktop.org/drm/intel/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/intel/issues/9934 [i915#9945]: https://gitlab.freedesktop.org/drm/intel/issues/9945 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7655 -> IGTPW_10471 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_14074: 50f4f5c97328bed06bd18802a896257326b06460 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10471: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/index.html IGT_7655: ddf7cf40a00caa7d02f3729e1e50f78f102463d9 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10471/index.html [-- Attachment #2: Type: text/html, Size: 112525 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH i-g-t] lib/intel_mmio: Allow access to full register space on modern platforms 2024-01-03 23:49 [PATCH i-g-t] lib/intel_mmio: Allow access to full register space on modern platforms Matt Roper ` (2 preceding siblings ...) 2024-01-04 2:09 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2024-01-05 6:07 ` Zbigniew Kempczyński 2024-01-05 9:45 ` Kamil Konieczny 4 siblings, 0 replies; 6+ messages in thread From: Zbigniew Kempczyński @ 2024-01-05 6:07 UTC (permalink / raw) To: Matt Roper; +Cc: igt-dev On Wed, Jan 03, 2024 at 03:49:29PM -0800, Matt Roper wrote: > PCI BAR0 on almost all Intel GPUs is a 16MB range composed of 8MB for > MMIO space and 8MB for GTT. The current MMIO library code is limiting > the iomap to just 2MB (which is where most of the registers live), but > we actually need access to at least 4MB to access some of the registers > that are appearing on newer platforms. However since this library is > mostly used for developer debug tools, there's no need to artificially > limit the map to just the range where registers exist today; from gen12 > onward (where it's easy to find supporting documentation) map the full > 8MB space so that tools like intel_reg get accurate results rather than > random garbage when reading any MMIO offset. > > While we're at it, reverse the if/else ladder to match typical coding > conventions and combine the redundant pre-gen3 and gen3/gen4 conditions. > > Bspec: 44980 > Signed-off-by: Matt Roper <matthew.d.roper@intel.com> > --- > lib/intel_mmio.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/lib/intel_mmio.c b/lib/intel_mmio.c > index 10b07aabe..4b6820787 100644 > --- a/lib/intel_mmio.c > +++ b/lib/intel_mmio.c > @@ -153,12 +153,12 @@ intel_mmio_use_pci_bar(struct intel_mmio_data *mmio_data, struct pci_device *pci > mmio_bar = 0; > > gen = intel_gen(devid); > - if (gen < 3) > - mmio_size = 512*1024; > - else if (gen < 5) > - mmio_size = 512*1024; > + if (gen >= 12) > + mmio_size = 8 * 1024 * 1024; > + else if (gen >= 5) > + mmio_size = 2 * 1024 * 1024; > else > - mmio_size = 2*1024*1024; > + mmio_size = 512 * 1024; > > error = pci_device_map_range (pci_dev, > pci_dev->regions[mmio_bar].base_addr, > -- > 2.43.0 > Well described, makes sense to me: Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> -- Zbigniew ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH i-g-t] lib/intel_mmio: Allow access to full register space on modern platforms 2024-01-03 23:49 [PATCH i-g-t] lib/intel_mmio: Allow access to full register space on modern platforms Matt Roper ` (3 preceding siblings ...) 2024-01-05 6:07 ` [PATCH i-g-t] " Zbigniew Kempczyński @ 2024-01-05 9:45 ` Kamil Konieczny 4 siblings, 0 replies; 6+ messages in thread From: Kamil Konieczny @ 2024-01-05 9:45 UTC (permalink / raw) To: igt-dev Hi Matt, On 2024-01-03 at 15:49:29 -0800, Matt Roper wrote: > PCI BAR0 on almost all Intel GPUs is a 16MB range composed of 8MB for > MMIO space and 8MB for GTT. The current MMIO library code is limiting > the iomap to just 2MB (which is where most of the registers live), but > we actually need access to at least 4MB to access some of the registers > that are appearing on newer platforms. However since this library is > mostly used for developer debug tools, there's no need to artificially > limit the map to just the range where registers exist today; from gen12 > onward (where it's easy to find supporting documentation) map the full > 8MB space so that tools like intel_reg get accurate results rather than > random garbage when reading any MMIO offset. > > While we're at it, reverse the if/else ladder to match typical coding > conventions and combine the redundant pre-gen3 and gen3/gen4 conditions. > > Bspec: 44980 - ^^^^^^^^^^^^ Remove this before merge. Regards, Kamil > Signed-off-by: Matt Roper <matthew.d.roper@intel.com> > --- > lib/intel_mmio.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/lib/intel_mmio.c b/lib/intel_mmio.c > index 10b07aabe..4b6820787 100644 > --- a/lib/intel_mmio.c > +++ b/lib/intel_mmio.c > @@ -153,12 +153,12 @@ intel_mmio_use_pci_bar(struct intel_mmio_data *mmio_data, struct pci_device *pci > mmio_bar = 0; > > gen = intel_gen(devid); > - if (gen < 3) > - mmio_size = 512*1024; > - else if (gen < 5) > - mmio_size = 512*1024; > + if (gen >= 12) > + mmio_size = 8 * 1024 * 1024; > + else if (gen >= 5) > + mmio_size = 2 * 1024 * 1024; > else > - mmio_size = 2*1024*1024; > + mmio_size = 512 * 1024; > > error = pci_device_map_range (pci_dev, > pci_dev->regions[mmio_bar].base_addr, > -- > 2.43.0 > ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-01-05 9:45 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-01-03 23:49 [PATCH i-g-t] lib/intel_mmio: Allow access to full register space on modern platforms Matt Roper 2024-01-04 0:56 ` ✓ Fi.CI.BAT: success for " Patchwork 2024-01-04 1:37 ` ✓ CI.xeBAT: " Patchwork 2024-01-04 2:09 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-01-05 6:07 ` [PATCH i-g-t] " Zbigniew Kempczyński 2024-01-05 9:45 ` Kamil Konieczny
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox