* [PATCH v2] drm/i915: Add VM_DONTEXPAND to exported buffers
@ 2025-01-14 8:23 Jacek Lawrynowicz
2025-01-14 13:17 ` ✓ i915.CI.BAT: success for drm/i915: Add VM_DONTEXPAND to exported buffers (rev2) Patchwork
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Jacek Lawrynowicz @ 2025-01-14 8:23 UTC (permalink / raw)
To: dri-devel
Cc: intel-gfx, jani.nikula, joonas.lahtinen, rodrigo.vivi, tursulin,
karol.wachowski, tomasz.rusinowicz, Jacek Lawrynowicz,
Krzysztof Karas
drm_gem_mmap_obj() expects VM_DONTEXPAND flag to be set after mmap
callback is executed. Set this flag at the end of i915_gem_dmabuf_mmap()
to prevent WARN on mmap in buffers imported from i915 e.g.,
[ 283.623215] WARNING: CPU: 1 PID: 12693 at drivers/gpu/drm/drm_gem.c:1087 drm_gem_mmap_obj+0x196/0x1c0
[ 283.623221] Modules linked in: intel_vpu(OE) cmac nls_utf8 cifs cifs_arc4 nls_ucs2_utils cifs_md4 netfs overlay nls_iso8859_1 binfmt_misc intel_uncore_frequency intel_uncore_frequency_common x86_pkg_temp_thermal intel_powerclamp intel_rapl_msr coretemp rapl intel_cstate kvm_intel wmi_bmof input_leds kvm processor_thermal_device_pci processor_thermal_device processor_thermal_wt_hint processor_thermal_rfim processor_thermal_rapl intel_rapl_common processor_thermal_wt_req intel_vsec processor_thermal_stc processor_thermal_power_floor igen6_edac processor_thermal_mbox pac1934 industrialio int3403_thermal int340x_thermal_zone intel_pmc_core int3400_thermal pmt_telemetry intel_hid pmt_class acpi_thermal_rel sparse_keymap acpi_tad acpi_pad efi_pstore autofs4 btrfs blake2b_generic raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 xe drm_ttm_helper drm_suballoc_helper drm_gpuvm drm_exec hid_sensor_custom hid_sensor_hub intel_ishtp_hid hid_generic usbhid hid i915
[ 283.623254] crct10dif_pclmul i2c_algo_bit crc32_pclmul drm_buddy ghash_clmulni_intel ttm sha512_ssse3 sha256_ssse3 e1000e drm_display_helper nvme sha1_ssse3 intel_lpss_pci thunderbolt intel_ish_ipc intel_lpss vmd intel_ishtp idma64 nvme_core drm_kms_helper video wmi pinctrl_meteorlake backlight pinctrl_intel aesni_intel crypto_simd cryptd [last unloaded: intel_vpu(OE)]
[ 283.623267] CPU: 1 UID: 0 PID: 12693 Comm: npu-kmd-test Tainted: G U OE 6.12.0-performance-20241122-11972534541 #1 f86ee8132c283cf158e9fd89cc84f4adeb3b79b7
[ 283.623269] Tainted: [U]=USER, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
[ 283.623270] Hardware name: Intel Corporation Meteor Lake Client Platform/MTL-P DDR5 SODIMM SBS RVP, BIOS MTLPFWI1.R00.4122.D21.2408281317 08/28/2024
[ 283.623271] RIP: 0010:drm_gem_mmap_obj+0x196/0x1c0
[ 283.623273] Code: 49 8b 94 24 40 01 00 00 48 8b 12 48 85 d2 74 31 89 45 ec 4c 89 e7 ff d2 0f 1f 00 8b 45 ec e9 f8 fe ff ff 0f 0b e9 54 ff ff ff <0f> 0b e9 ea fe ff ff b8 ea ff ff ff 31 d2 31 f6 31 ff c3 cc cc cc
[ 283.623274] RSP: 0018:ffffc90004103b20 EFLAGS: 00010246
[ 283.623275] RAX: 0000000000000000 RBX: ffff888313ebafd0 RCX: 0000000000000000
[ 283.623276] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[ 283.623276] RBP: ffffc90004103b38 R08: 0000000000000000 R09: ffffc90004103bd8
[ 283.623277] R10: 0000000000000000 R11: 0000000000000000 R12: ffff888108b95400
[ 283.623277] R13: ffff888108b95400 R14: ffff88815ee50000 R15: ffff88830133b000
[ 283.623278] FS: 00007fcbf9063740(0000) GS:ffff88846fe40000(0000) knlGS:0000000000000000
[ 283.623279] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 283.623280] CR2: 00007fcbeb15d460 CR3: 00000001076a2002 CR4: 0000000000f72ef0
[ 283.623280] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 283.623281] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[ 283.623281] PKRU: 55555554
[ 283.623282] Call Trace:
[ 283.623283] <TASK>
[ 283.623285] ? show_regs+0x75/0x90
[ 283.623289] ? __warn+0x91/0x150
[ 283.623291] ? drm_gem_mmap_obj+0x196/0x1c0
[ 283.623292] ? report_bug+0x1af/0x1c0
[ 283.623295] ? handle_bug+0x6e/0xb0
[ 283.623297] ? exc_invalid_op+0x1d/0x90
[ 283.623298] ? asm_exc_invalid_op+0x1f/0x30
[ 283.623302] ? drm_gem_mmap_obj+0x196/0x1c0
[ 283.623304] drm_gem_mmap+0x125/0x200
[ 283.623305] __mmap_region+0x7bc/0xc30
[ 283.623310] mmap_region+0x96/0xd0
[ 283.623311] do_mmap+0x526/0x650
[ 283.623313] vm_mmap_pgoff+0xec/0x1c0
[ 283.623315] ? __count_memcg_events+0x89/0x160
[ 283.623317] ksys_mmap_pgoff+0x175/0x230
[ 283.623318] __x64_sys_mmap+0x37/0x70
[ 283.623320] x64_sys_call+0x1c1d/0x2790
[ 283.623322] do_syscall_64+0x62/0x180
[ 283.623324] entry_SYSCALL_64_after_hwframe+0x71/0x79
[ 283.623325] RIP: 0033:0x7fcbf8b1ea27
[ 283.623327] Code: 00 00 00 89 ef e8 59 ae ff ff eb e4 e8 42 7b 01 00 66 90 f3 0f 1e fa 41 89 ca 41 f7 c1 ff 0f 00 00 75 10 b8 09 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 21 c3 48 8b 05 d9 b3 0f 00 64 c7 00 16 00 00
[ 283.623328] RSP: 002b:00007fff157ded78 EFLAGS: 00000246 ORIG_RAX: 0000000000000009
[ 283.623329] RAX: ffffffffffffffda RBX: 00007fff157dedf0 RCX: 00007fcbf8b1ea27
[ 283.623330] RDX: 0000000000000003 RSI: 0000000000002000 RDI: 0000000000000000
[ 283.623330] RBP: 00007fff157def80 R08: 0000000000000004 R09: 000000010418a000
[ 283.623331] R10: 0000000000000001 R11: 0000000000000246 R12: 00007fff157dee70
[ 283.623331] R13: 0000644e2fb203f8 R14: 00007fff157deef0 R15: 00007fff157deeb0
[ 283.623333] </TASK>
[ 283.623333] ---[ end trace 0000000000000000 ]---
Fixes: 2dbf0d90971a ("drm/i915: Use CPU mapping for userspace dma-buf mmap()")
Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
Signed-off-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>
---
v2:
- Added Fixes tag
v1 link: https://lore.kernel.org/r/20250108105346.240103-1-jacek.lawrynowicz%40linux.intel.com
---
drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c b/drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c
index 9473050ac8425..809018265e36f 100644
--- a/drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c
+++ b/drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c
@@ -110,6 +110,7 @@ static int i915_gem_dmabuf_mmap(struct dma_buf *dma_buf, struct vm_area_struct *
if (ret)
return ret;
+ vm_flags_set(vma, VM_DONTEXPAND);
vma_set_file(vma, obj->base.filp);
return 0;
--
2.45.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* ✓ i915.CI.BAT: success for drm/i915: Add VM_DONTEXPAND to exported buffers (rev2)
2025-01-14 8:23 [PATCH v2] drm/i915: Add VM_DONTEXPAND to exported buffers Jacek Lawrynowicz
@ 2025-01-14 13:17 ` Patchwork
2025-01-15 10:01 ` ✗ i915.CI.Full: failure " Patchwork
2025-02-11 15:57 ` [PATCH v2] drm/i915: Add VM_DONTEXPAND to exported buffers Jacek Lawrynowicz
2 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2025-01-14 13:17 UTC (permalink / raw)
To: Jacek Lawrynowicz; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 5034 bytes --]
== Series Details ==
Series: drm/i915: Add VM_DONTEXPAND to exported buffers (rev2)
URL : https://patchwork.freedesktop.org/series/143237/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_15950 -> Patchwork_143237v2
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/index.html
Participating hosts (44 -> 43)
------------------------------
Missing (1): fi-snb-2520m
Known issues
------------
Here are the changes found in Patchwork_143237v2 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@dmabuf@all-tests:
- fi-pnv-d510: NOTRUN -> [INCOMPLETE][1] ([i915#12904]) +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/fi-pnv-d510/igt@dmabuf@all-tests.html
* igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence:
- bat-dg2-11: [PASS][2] -> [SKIP][3] ([i915#9197]) +2 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
* igt@kms_psr@psr-primary-mmap-gtt:
- fi-pnv-d510: NOTRUN -> [SKIP][4] +36 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/fi-pnv-d510/igt@kms_psr@psr-primary-mmap-gtt.html
#### Possible fixes ####
* igt@core_hotunplug@unbind-rebind:
- bat-rpls-4: [DMESG-WARN][5] ([i915#13400]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/bat-rpls-4/igt@core_hotunplug@unbind-rebind.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/bat-rpls-4/igt@core_hotunplug@unbind-rebind.html
* igt@dmabuf@all-tests:
- bat-apl-1: [INCOMPLETE][7] ([i915#12904]) -> [PASS][8] +1 other test pass
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/bat-apl-1/igt@dmabuf@all-tests.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/bat-apl-1/igt@dmabuf@all-tests.html
* igt@i915_module_load@load:
- fi-pnv-d510: [ABORT][9] ([i915#13203]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/fi-pnv-d510/igt@i915_module_load@load.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/fi-pnv-d510/igt@i915_module_load@load.html
- {bat-mtlp-9}: [DMESG-WARN][11] ([i915#13494]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/bat-mtlp-9/igt@i915_module_load@load.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/bat-mtlp-9/igt@i915_module_load@load.html
* igt@i915_selftest@live:
- bat-adlp-6: [ABORT][13] ([i915#13399]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/bat-adlp-6/igt@i915_selftest@live.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/bat-adlp-6/igt@i915_selftest@live.html
* igt@i915_selftest@live@reset:
- bat-adlp-6: [ABORT][15] -> [PASS][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/bat-adlp-6/igt@i915_selftest@live@reset.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/bat-adlp-6/igt@i915_selftest@live@reset.html
* igt@i915_selftest@live@workarounds:
- bat-arlh-3: [DMESG-FAIL][17] ([i915#13393]) -> [PASS][18] +1 other test pass
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/bat-arlh-3/igt@i915_selftest@live@workarounds.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/bat-arlh-3/igt@i915_selftest@live@workarounds.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#12904]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12904
[i915#13203]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13203
[i915#13393]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13393
[i915#13399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13399
[i915#13400]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13400
[i915#13494]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13494
[i915#9197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197
Build changes
-------------
* Linux: CI_DRM_15950 -> Patchwork_143237v2
CI-20190529: 20190529
CI_DRM_15950: 3deaca65541212fd09c8832090815813e6128caa @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_8189: e036190dc1730ecb94cb393f88378e734db4b1d6 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_143237v2: 3deaca65541212fd09c8832090815813e6128caa @ git://anongit.freedesktop.org/gfx-ci/linux
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/index.html
[-- Attachment #2: Type: text/html, Size: 5939 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ i915.CI.Full: failure for drm/i915: Add VM_DONTEXPAND to exported buffers (rev2)
2025-01-14 8:23 [PATCH v2] drm/i915: Add VM_DONTEXPAND to exported buffers Jacek Lawrynowicz
2025-01-14 13:17 ` ✓ i915.CI.BAT: success for drm/i915: Add VM_DONTEXPAND to exported buffers (rev2) Patchwork
@ 2025-01-15 10:01 ` Patchwork
2025-02-11 15:57 ` [PATCH v2] drm/i915: Add VM_DONTEXPAND to exported buffers Jacek Lawrynowicz
2 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2025-01-15 10:01 UTC (permalink / raw)
To: Jacek Lawrynowicz; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 100281 bytes --]
== Series Details ==
Series: drm/i915: Add VM_DONTEXPAND to exported buffers (rev2)
URL : https://patchwork.freedesktop.org/series/143237/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_15950_full -> Patchwork_143237v2_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with Patchwork_143237v2_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_143237v2_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (11 -> 12)
------------------------------
Additional (1): shard-glk-0
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in Patchwork_143237v2_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_mmap_gtt@hang-user:
- shard-tglu: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-tglu-2/igt@gem_mmap_gtt@hang-user.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-10/igt@gem_mmap_gtt@hang-user.html
* igt@gem_tiled_swapping@non-threaded:
- shard-tglu: [PASS][3] -> [FAIL][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-tglu-5/igt@gem_tiled_swapping@non-threaded.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-2/igt@gem_tiled_swapping@non-threaded.html
* igt@kms_flip@flip-vs-rmfb@b-hdmi-a1:
- shard-snb: NOTRUN -> [INCOMPLETE][5] +1 other test incomplete
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-snb4/igt@kms_flip@flip-vs-rmfb@b-hdmi-a1.html
* igt@perf_pmu@module-unload:
- shard-dg1: [PASS][6] -> [INCOMPLETE][7]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-17/igt@perf_pmu@module-unload.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-12/igt@perf_pmu@module-unload.html
Known issues
------------
Here are the changes found in Patchwork_143237v2_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-dg1: NOTRUN -> [SKIP][8] ([i915#8411]) +1 other test skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-dg2: NOTRUN -> [SKIP][9] ([i915#8411])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@api_intel_bb@crc32:
- shard-dg1: NOTRUN -> [SKIP][10] ([i915#6230])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@api_intel_bb@crc32.html
* igt@device_reset@unbind-reset-rebind:
- shard-tglu: [PASS][11] -> [ABORT][12] ([i915#12817] / [i915#5507])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-tglu-8/igt@device_reset@unbind-reset-rebind.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-9/igt@device_reset@unbind-reset-rebind.html
* igt@drm_fdinfo@busy-check-all@ccs0:
- shard-mtlp: NOTRUN -> [SKIP][13] ([i915#8414]) +6 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@drm_fdinfo@busy-check-all@ccs0.html
* igt@drm_fdinfo@busy-idle-check-all:
- shard-rkl: NOTRUN -> [DMESG-WARN][14] ([i915#12964]) +17 other tests dmesg-warn
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-2/igt@drm_fdinfo@busy-idle-check-all.html
* igt@drm_fdinfo@busy-idle@vcs1:
- shard-dg1: NOTRUN -> [SKIP][15] ([i915#8414]) +11 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@drm_fdinfo@busy-idle@vcs1.html
* igt@drm_fdinfo@virtual-busy-idle-all:
- shard-dg2: NOTRUN -> [SKIP][16] ([i915#8414]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@drm_fdinfo@virtual-busy-idle-all.html
* igt@gem_ccs@block-copy-compressed:
- shard-rkl: NOTRUN -> [SKIP][17] ([i915#3555] / [i915#9323])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-2/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@block-multicopy-inplace:
- shard-dg1: NOTRUN -> [SKIP][18] ([i915#3555] / [i915#9323])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@gem_ccs@block-multicopy-inplace.html
- shard-tglu: NOTRUN -> [SKIP][19] ([i915#3555] / [i915#9323])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@gem_ccs@block-multicopy-inplace.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-dg1: NOTRUN -> [SKIP][20] ([i915#9323])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_ccs@suspend-resume:
- shard-dg2: [PASS][21] -> [INCOMPLETE][22] ([i915#7297])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg2-8/igt@gem_ccs@suspend-resume.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-5/igt@gem_ccs@suspend-resume.html
- shard-tglu: NOTRUN -> [SKIP][23] ([i915#9323]) +1 other test skip
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-6/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0:
- shard-dg2: [PASS][24] -> [INCOMPLETE][25] ([i915#12392])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg2-8/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-mtlp: NOTRUN -> [SKIP][26] ([i915#7697])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-tglu: NOTRUN -> [SKIP][27] ([i915#6335])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: NOTRUN -> [SKIP][28] ([i915#8562])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg2: NOTRUN -> [SKIP][29] ([i915#8555]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_ctx_persistence@legacy-engines-mixed-process:
- shard-snb: NOTRUN -> [SKIP][30] ([i915#1099]) +4 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-snb5/igt@gem_ctx_persistence@legacy-engines-mixed-process.html
* igt@gem_ctx_sseu@invalid-args:
- shard-rkl: NOTRUN -> [SKIP][31] ([i915#280])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-2/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: NOTRUN -> [SKIP][32] ([i915#280]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@hibernate:
- shard-rkl: NOTRUN -> [ABORT][33] ([i915#7975] / [i915#8213])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-2/igt@gem_eio@hibernate.html
* igt@gem_exec_balancer@bonded-dual:
- shard-dg1: NOTRUN -> [SKIP][34] ([i915#4771])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@gem_exec_balancer@bonded-dual.html
* igt@gem_exec_balancer@bonded-sync:
- shard-mtlp: NOTRUN -> [SKIP][35] ([i915#4771])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-2/igt@gem_exec_balancer@bonded-sync.html
* igt@gem_exec_balancer@full-late:
- shard-dg1: [PASS][36] -> [FAIL][37] ([i915#13364])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-13/igt@gem_exec_balancer@full-late.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@gem_exec_balancer@full-late.html
* igt@gem_exec_balancer@noheartbeat:
- shard-dg1: NOTRUN -> [SKIP][38] ([i915#8555])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-12/igt@gem_exec_balancer@noheartbeat.html
* igt@gem_exec_balancer@parallel-bb-first:
- shard-rkl: NOTRUN -> [SKIP][39] ([i915#4525])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@gem_exec_balancer@parallel-bb-first.html
* igt@gem_exec_balancer@parallel-out-fence:
- shard-tglu: NOTRUN -> [SKIP][40] ([i915#4525]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@gem_exec_balancer@parallel-out-fence.html
* igt@gem_exec_big@single:
- shard-tglu-1: NOTRUN -> [ABORT][41] ([i915#11713])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@gem_exec_big@single.html
* igt@gem_exec_capture@capture-invisible:
- shard-dg1: NOTRUN -> [SKIP][42] ([i915#6334]) +2 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@gem_exec_capture@capture-invisible.html
* igt@gem_exec_capture@capture-recoverable:
- shard-tglu-1: NOTRUN -> [SKIP][43] ([i915#6344])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@gem_exec_capture@capture-recoverable.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg1: NOTRUN -> [FAIL][44] ([i915#11965]) +2 other tests fail
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_fence@concurrent:
- shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4812])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-2/igt@gem_exec_fence@concurrent.html
* igt@gem_exec_fence@submit:
- shard-dg2: NOTRUN -> [SKIP][46] ([i915#4812])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@gem_exec_fence@submit.html
* igt@gem_exec_flush@basic-uc-rw-default:
- shard-dg1: NOTRUN -> [SKIP][47] ([i915#3539] / [i915#4852]) +3 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@gem_exec_flush@basic-uc-rw-default.html
* igt@gem_exec_flush@basic-uc-set-default:
- shard-dg1: NOTRUN -> [SKIP][48] ([i915#3539])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@gem_exec_flush@basic-uc-set-default.html
* igt@gem_exec_flush@basic-wb-ro-default:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#3539] / [i915#4852])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@gem_exec_flush@basic-wb-ro-default.html
* igt@gem_exec_reloc@basic-cpu-active:
- shard-rkl: NOTRUN -> [SKIP][50] ([i915#3281]) +2 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@gem_exec_reloc@basic-cpu-active.html
* igt@gem_exec_reloc@basic-cpu-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][51] ([i915#3281]) +6 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@gem_exec_reloc@basic-cpu-noreloc.html
* igt@gem_exec_reloc@basic-gtt-wc:
- shard-dg2: NOTRUN -> [SKIP][52] ([i915#3281]) +5 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@gem_exec_reloc@basic-gtt-wc.html
* igt@gem_exec_reloc@basic-write-cpu-active:
- shard-dg1: NOTRUN -> [SKIP][53] ([i915#3281]) +14 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@gem_exec_reloc@basic-write-cpu-active.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-dg1: NOTRUN -> [SKIP][54] ([i915#4812]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-12/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_exec_schedule@preempt-queue-contexts-chain:
- shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4537] / [i915#4812])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
* igt@gem_exec_schedule@reorder-wide:
- shard-dg2: NOTRUN -> [SKIP][56] ([i915#4537] / [i915#4812])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@gem_exec_schedule@reorder-wide.html
* igt@gem_fence_thrash@bo-write-verify-threaded-none:
- shard-dg1: NOTRUN -> [SKIP][57] ([i915#4860])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@gem_fence_thrash@bo-write-verify-threaded-none.html
* igt@gem_fenced_exec_thrash@no-spare-fences-interruptible:
- shard-dg2: NOTRUN -> [SKIP][58] ([i915#4860]) +1 other test skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-rkl: NOTRUN -> [SKIP][59] ([i915#4613] / [i915#7582])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@heavy-random:
- shard-tglu-1: NOTRUN -> [SKIP][60] ([i915#4613])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_lmem_swapping@heavy-verify-random:
- shard-rkl: NOTRUN -> [SKIP][61] ([i915#4613])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-2/igt@gem_lmem_swapping@heavy-verify-random.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-tglu: NOTRUN -> [SKIP][62] ([i915#4613]) +1 other test skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-6/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4613]) +1 other test skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_media_vme:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#284])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@gem_media_vme.html
* igt@gem_mmap_gtt@bad-object:
- shard-dg2: NOTRUN -> [SKIP][65] ([i915#4077]) +1 other test skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@gem_mmap_gtt@bad-object.html
* igt@gem_mmap_gtt@cpuset-basic-small-copy:
- shard-dg1: NOTRUN -> [SKIP][66] ([i915#4077]) +13 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@gem_mmap_gtt@cpuset-basic-small-copy.html
* igt@gem_mmap_wc@bad-size:
- shard-dg2: NOTRUN -> [SKIP][67] ([i915#4083]) +2 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@gem_mmap_wc@bad-size.html
* igt@gem_mmap_wc@pf-nonblock:
- shard-mtlp: NOTRUN -> [SKIP][68] ([i915#4083])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-2/igt@gem_mmap_wc@pf-nonblock.html
* igt@gem_mmap_wc@write-cpu-read-wc-unflushed:
- shard-dg1: NOTRUN -> [SKIP][69] ([i915#4083]) +10 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-12/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html
* igt@gem_partial_pwrite_pread@reads-snoop:
- shard-dg1: NOTRUN -> [SKIP][70] ([i915#3282]) +9 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@gem_partial_pwrite_pread@reads-snoop.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: NOTRUN -> [SKIP][71] ([i915#3282]) +2 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_pread@exhaustion:
- shard-snb: NOTRUN -> [WARN][72] ([i915#2658])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-snb5/igt@gem_pread@exhaustion.html
* igt@gem_pxp@display-protected-crc:
- shard-rkl: NOTRUN -> [TIMEOUT][73] ([i915#12917] / [i915#12964]) +2 other tests timeout
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@gem_pxp@display-protected-crc.html
* igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
- shard-dg1: NOTRUN -> [SKIP][74] ([i915#4270]) +2 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
* igt@gem_pxp@reject-modify-context-protection-off-2:
- shard-dg2: NOTRUN -> [SKIP][75] ([i915#4270]) +3 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@gem_pxp@reject-modify-context-protection-off-2.html
* igt@gem_readwrite@beyond-eob:
- shard-dg2: NOTRUN -> [SKIP][76] ([i915#3282]) +4 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@gem_readwrite@beyond-eob.html
* igt@gem_readwrite@read-bad-handle:
- shard-mtlp: NOTRUN -> [SKIP][77] ([i915#3282]) +2 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@gem_readwrite@read-bad-handle.html
* igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs:
- shard-mtlp: NOTRUN -> [SKIP][78] ([i915#8428]) +2 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html
* igt@gem_render_copy@y-tiled-to-vebox-yf-tiled:
- shard-dg2: NOTRUN -> [SKIP][79] ([i915#5190] / [i915#8428]) +2 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@gem_render_copy@y-tiled-to-vebox-yf-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-dg2: NOTRUN -> [SKIP][80] ([i915#4079]) +1 other test skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_set_tiling_vs_blt@untiled-to-tiled:
- shard-dg1: NOTRUN -> [SKIP][81] ([i915#4079])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][82] ([i915#4885])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_tiling_max_stride:
- shard-mtlp: NOTRUN -> [SKIP][83] ([i915#4077]) +2 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-2/igt@gem_tiling_max_stride.html
* igt@gem_userptr_blits@access-control:
- shard-glk: NOTRUN -> [SKIP][84] +64 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-glk6/igt@gem_userptr_blits@access-control.html
* igt@gem_userptr_blits@coherency-sync:
- shard-tglu: NOTRUN -> [SKIP][85] ([i915#3297]) +2 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-dg1: NOTRUN -> [SKIP][86] ([i915#3297]) +4 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate:
- shard-dg1: NOTRUN -> [SKIP][87] ([i915#3297] / [i915#4880]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@gem_userptr_blits@map-fixed-invalidate.html
* igt@gem_userptr_blits@sd-probe:
- shard-dg1: NOTRUN -> [SKIP][88] ([i915#3297] / [i915#4958])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@gem_userptr_blits@sd-probe.html
* igt@gem_userptr_blits@unsync-unmap:
- shard-tglu-1: NOTRUN -> [SKIP][89] ([i915#3297]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@gem_userptr_blits@unsync-unmap.html
* igt@gen3_render_linear_blits:
- shard-dg2: NOTRUN -> [SKIP][90] +7 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@gen3_render_linear_blits.html
* igt@gen9_exec_parse@allowed-single:
- shard-dg2: NOTRUN -> [SKIP][91] ([i915#2856]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@batch-invalid-length:
- shard-tglu-1: NOTRUN -> [SKIP][92] ([i915#2527] / [i915#2856]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@gen9_exec_parse@batch-invalid-length.html
* igt@gen9_exec_parse@bb-chained:
- shard-dg1: NOTRUN -> [SKIP][93] ([i915#2527]) +4 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@gen9_exec_parse@bb-chained.html
* igt@gen9_exec_parse@bb-large:
- shard-rkl: NOTRUN -> [SKIP][94] ([i915#2527])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-2/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@cmd-crossing-page:
- shard-mtlp: NOTRUN -> [SKIP][95] ([i915#2856]) +1 other test skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-2/igt@gen9_exec_parse@cmd-crossing-page.html
* igt@gen9_exec_parse@valid-registers:
- shard-tglu: NOTRUN -> [SKIP][96] ([i915#2527] / [i915#2856])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-6/igt@gen9_exec_parse@valid-registers.html
* igt@i915_fb_tiling:
- shard-dg1: NOTRUN -> [SKIP][97] ([i915#4881])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@i915_fb_tiling.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-tglu-1: NOTRUN -> [ABORT][98] ([i915#12817] / [i915#9820])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_module_load@resize-bar:
- shard-tglu-1: NOTRUN -> [SKIP][99] ([i915#6412])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@i915_module_load@resize-bar.html
- shard-dg1: NOTRUN -> [SKIP][100] ([i915#7178])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@i915_module_load@resize-bar.html
* igt@i915_pipe_stress@stress-xrgb8888-ytiled:
- shard-mtlp: NOTRUN -> [SKIP][101] ([i915#8436])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html
* igt@i915_pm_freq_api@freq-reset:
- shard-rkl: NOTRUN -> [SKIP][102] ([i915#8399])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-2/igt@i915_pm_freq_api@freq-reset.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-tglu: NOTRUN -> [SKIP][103] ([i915#8399])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@i915_pm_freq_api@freq-suspend.html
* igt@i915_pm_freq_api@freq-suspend@gt0:
- shard-dg2: [PASS][104] -> [INCOMPLETE][105] ([i915#12455]) +1 other test incomplete
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg2-1/igt@i915_pm_freq_api@freq-suspend@gt0.html
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-3/igt@i915_pm_freq_api@freq-suspend@gt0.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-tglu: NOTRUN -> [WARN][106] ([i915#2681]) +4 other tests warn
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0:
- shard-dg1: [PASS][107] -> [FAIL][108] ([i915#12739] / [i915#3591])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-12/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html
* igt@i915_pm_rpm@gem-execbuf-stress-pc8:
- shard-mtlp: NOTRUN -> [SKIP][109] +8 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
* igt@i915_pm_rps@thresholds-park:
- shard-mtlp: NOTRUN -> [SKIP][110] ([i915#11681])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-2/igt@i915_pm_rps@thresholds-park.html
* igt@i915_pm_sseu@full-enable:
- shard-dg2: NOTRUN -> [SKIP][111] ([i915#4387])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@i915_pm_sseu@full-enable.html
- shard-tglu: NOTRUN -> [SKIP][112] ([i915#4387])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-8/igt@i915_pm_sseu@full-enable.html
* igt@i915_query@hwconfig_table:
- shard-dg1: NOTRUN -> [SKIP][113] ([i915#6245])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-12/igt@i915_query@hwconfig_table.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-dg2: NOTRUN -> [SKIP][114] ([i915#6188])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@i915_selftest@live@workarounds:
- shard-mtlp: NOTRUN -> [DMESG-FAIL][115] ([i915#13393]) +1 other test dmesg-fail
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@i915_selftest@live@workarounds.html
* igt@i915_selftest@mock:
- shard-snb: NOTRUN -> [DMESG-WARN][116] ([i915#9311]) +1 other test dmesg-warn
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-snb4/igt@i915_selftest@mock.html
* igt@intel_hwmon@hwmon-write:
- shard-tglu: NOTRUN -> [SKIP][117] ([i915#7707])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-6/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- shard-dg1: NOTRUN -> [SKIP][118] ([i915#4212]) +2 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-1-4-rc-ccs-cc:
- shard-dg2: NOTRUN -> [SKIP][119] ([i915#8709]) +23 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-4/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-1-4-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-edp-1-4-mc-ccs:
- shard-mtlp: NOTRUN -> [SKIP][120] ([i915#8709]) +11 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-edp-1-4-mc-ccs.html
* igt@kms_async_flips@test-cursor-atomic:
- shard-mtlp: NOTRUN -> [SKIP][121] ([i915#10333])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-2/igt@kms_async_flips@test-cursor-atomic.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg1: NOTRUN -> [SKIP][122] ([i915#9531])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1:
- shard-snb: [PASS][123] -> [FAIL][124] ([i915#5956]) +1 other test fail
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-snb5/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-snb2/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-3:
- shard-dg1: [PASS][125] -> [FAIL][126] ([i915#5956]) +1 other test fail
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-12/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-3.html
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-3.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][127] ([i915#5286]) +3 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-addfb-size-offset-overflow:
- shard-tglu: NOTRUN -> [SKIP][128] ([i915#5286])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html
- shard-dg1: NOTRUN -> [SKIP][129] ([i915#5286])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][130] ([i915#4538] / [i915#5286]) +6 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-tglu-1: NOTRUN -> [SKIP][131] ([i915#5286]) +4 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][132] ([i915#3638])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-2/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][133] ([i915#3638]) +2 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][134] ([i915#4538] / [i915#5190]) +6 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][135] ([i915#4538]) +4 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][136] ([i915#6095]) +44 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-6/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][137] ([i915#6095]) +19 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs@pipe-c-edp-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][138] ([i915#12313])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][139] ([i915#6095]) +82 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-7/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#6095]) +12 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
- shard-dg1: NOTRUN -> [SKIP][141] ([i915#12313]) +3 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
- shard-tglu: NOTRUN -> [SKIP][142] ([i915#12313]) +1 other test skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][143] ([i915#6095]) +44 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#12313])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][145] ([i915#6095]) +191 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][146] ([i915#10307] / [i915#6095]) +122 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-11/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_cdclk@mode-transition:
- shard-tglu-1: NOTRUN -> [SKIP][147] ([i915#3742])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-dg1: NOTRUN -> [SKIP][148] ([i915#3742])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@mode-transition@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [SKIP][149] ([i915#11616] / [i915#7213]) +3 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-a-dp-4.html
* igt@kms_cdclk@plane-scaling:
- shard-tglu: NOTRUN -> [SKIP][150] ([i915#3742])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-6/igt@kms_cdclk@plane-scaling.html
* igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][151] ([i915#4087]) +3 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-5/igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3.html
* igt@kms_chamelium_edid@dp-edid-change-during-suspend:
- shard-tglu: NOTRUN -> [SKIP][152] ([i915#11151] / [i915#7828]) +4 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-dg2: NOTRUN -> [SKIP][153] ([i915#11151] / [i915#7828]) +3 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_frames@vga-frame-dump:
- shard-rkl: NOTRUN -> [SKIP][154] ([i915#11151] / [i915#7828]) +2 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@kms_chamelium_frames@vga-frame-dump.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-dg1: NOTRUN -> [SKIP][155] ([i915#11151] / [i915#7828]) +14 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-tglu-1: NOTRUN -> [SKIP][156] ([i915#11151] / [i915#7828]) +3 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-mtlp: NOTRUN -> [SKIP][157] ([i915#11151] / [i915#7828]) +1 other test skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_content_protection@atomic:
- shard-dg1: NOTRUN -> [SKIP][158] ([i915#7116] / [i915#9424]) +1 other test skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@kms_content_protection@atomic.html
- shard-tglu: NOTRUN -> [SKIP][159] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg2: NOTRUN -> [SKIP][160] ([i915#3299]) +1 other test skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-tglu: NOTRUN -> [SKIP][161] ([i915#3116] / [i915#3299])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-6/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@lic-type-0:
- shard-mtlp: NOTRUN -> [SKIP][162] ([i915#6944] / [i915#9424]) +1 other test skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_content_protection@lic-type-0.html
* igt@kms_cursor_crc@cursor-offscreen-32x32:
- shard-mtlp: NOTRUN -> [SKIP][163] ([i915#3555] / [i915#8814])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_cursor_crc@cursor-offscreen-32x32.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2: NOTRUN -> [SKIP][164] ([i915#13049])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-tglu: NOTRUN -> [SKIP][165] ([i915#13049]) +1 other test skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-6/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-tglu-1: NOTRUN -> [SKIP][166] ([i915#13049]) +1 other test skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-dg1: NOTRUN -> [SKIP][167] ([i915#13049])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-dg2: NOTRUN -> [SKIP][168] ([i915#3555]) +2 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#13049])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_crc@cursor-sliding-32x32:
- shard-tglu: NOTRUN -> [SKIP][170] ([i915#3555]) +6 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@kms_cursor_crc@cursor-sliding-32x32.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-mtlp: NOTRUN -> [SKIP][171] ([i915#13049])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-2/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][172] ([i915#13046] / [i915#5354]) +4 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][173] ([i915#4103] / [i915#4213])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
- shard-tglu: NOTRUN -> [SKIP][174] ([i915#4103])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-rkl: NOTRUN -> [SKIP][175] +16 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-dg1: NOTRUN -> [SKIP][176] ([i915#9067])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-12/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-mtlp: NOTRUN -> [SKIP][177] ([i915#4213]) +1 other test skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-rkl: NOTRUN -> [SKIP][178] ([i915#9723])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-2/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_display_modes@extended-mode-basic:
- shard-mtlp: NOTRUN -> [SKIP][179] ([i915#3555] / [i915#8827])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2: NOTRUN -> [SKIP][180] ([i915#8588])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][181] ([i915#3804])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html
* igt@kms_dp_aux_dev:
- shard-dg1: NOTRUN -> [SKIP][182] ([i915#1257])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@kms_dp_aux_dev.html
* igt@kms_draw_crc@draw-method-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][183] ([i915#8812])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_draw_crc@draw-method-mmap-gtt.html
* igt@kms_dsc@dsc-with-bpc:
- shard-tglu: NOTRUN -> [SKIP][184] ([i915#3555] / [i915#3840])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-6/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-tglu-1: NOTRUN -> [SKIP][185] ([i915#3555] / [i915#3840])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-dg1: NOTRUN -> [SKIP][186] ([i915#3555] / [i915#3840]) +1 other test skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-12/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_fbcon_fbt@psr:
- shard-rkl: NOTRUN -> [SKIP][187] ([i915#3955])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-2/igt@kms_fbcon_fbt@psr.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-dg2: NOTRUN -> [SKIP][188] ([i915#3469])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@chamelium:
- shard-tglu-1: NOTRUN -> [SKIP][189] ([i915#2065] / [i915#4854])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-3x:
- shard-tglu-1: NOTRUN -> [SKIP][190] ([i915#1839])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-rkl: NOTRUN -> [SKIP][191] ([i915#1839])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@dp-mst:
- shard-rkl: NOTRUN -> [SKIP][192] ([i915#9337])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-2/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr1:
- shard-tglu-1: NOTRUN -> [SKIP][193] ([i915#658])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_feature_discovery@psr1.html
* igt@kms_feature_discovery@psr2:
- shard-dg1: NOTRUN -> [SKIP][194] ([i915#658]) +1 other test skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-12/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][195] ([i915#3637]) +1 other test skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@2x-busy-flip:
- shard-dg2: NOTRUN -> [SKIP][196] ([i915#9934]) +1 other test skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_flip@2x-busy-flip.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-mtlp: NOTRUN -> [SKIP][197] ([i915#3637]) +2 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-dg1: NOTRUN -> [SKIP][198] ([i915#8381])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-flip-vs-modeset-vs-hang:
- shard-rkl: NOTRUN -> [SKIP][199] ([i915#9934]) +3 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html
* igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
- shard-tglu-1: NOTRUN -> [SKIP][200] ([i915#3637])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-dg1: NOTRUN -> [SKIP][201] ([i915#9934]) +6 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-rkl: [PASS][202] -> [DMESG-WARN][203] ([i915#12964]) +11 other tests dmesg-warn
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-rkl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-tglu: NOTRUN -> [SKIP][204] ([i915#2672] / [i915#3555]) +1 other test skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][205] ([i915#2672] / [i915#3555])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode:
- shard-tglu-1: NOTRUN -> [SKIP][206] ([i915#2587] / [i915#2672])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode.html
- shard-dg1: NOTRUN -> [SKIP][207] ([i915#2587] / [i915#2672]) +5 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][208] ([i915#2672] / [i915#3555]) +1 other test skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][209] ([i915#2587] / [i915#2672]) +2 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-dg1: NOTRUN -> [SKIP][210] ([i915#2587] / [i915#2672] / [i915#3555])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
- shard-tglu: NOTRUN -> [SKIP][211] ([i915#2587] / [i915#2672] / [i915#3555])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][212] ([i915#3555] / [i915#8810] / [i915#8813])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][213] ([i915#8810])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling:
- shard-rkl: NOTRUN -> [SKIP][214] ([i915#2672] / [i915#3555])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][215] ([i915#2672])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][216] ([i915#2672] / [i915#8813]) +1 other test skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling:
- shard-dg1: NOTRUN -> [SKIP][217] ([i915#2672] / [i915#3555]) +4 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][218] ([i915#2672] / [i915#3555] / [i915#8813]) +3 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling:
- shard-dg2: NOTRUN -> [SKIP][219] ([i915#2672] / [i915#3555] / [i915#5190])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][220] ([i915#2672]) +2 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][221] ([i915#8708]) +14 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][222] ([i915#5354]) +17 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt:
- shard-mtlp: NOTRUN -> [SKIP][223] ([i915#1825]) +15 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][224] +68 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render:
- shard-dg2: NOTRUN -> [SKIP][225] ([i915#3458]) +10 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][226] ([i915#8708]) +21 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-dg2: NOTRUN -> [SKIP][227] ([i915#10055])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-dg2: NOTRUN -> [SKIP][228] ([i915#9766])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][229] ([i915#8708]) +1 other test skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][230] ([i915#3023]) +9 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][231] +57 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][232] ([i915#1825]) +20 other tests skip
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu:
- shard-tglu-1: NOTRUN -> [SKIP][233] +35 other tests skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][234] ([i915#3458]) +31 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite.html
* igt@kms_hdr@bpc-switch:
- shard-tglu-1: NOTRUN -> [SKIP][235] ([i915#3555] / [i915#8228]) +1 other test skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_hdr@bpc-switch.html
- shard-dg1: NOTRUN -> [SKIP][236] ([i915#3555] / [i915#8228]) +1 other test skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@brightness-with-hdr:
- shard-dg2: NOTRUN -> [SKIP][237] ([i915#12713])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_hdr@brightness-with-hdr.html
- shard-tglu: NOTRUN -> [SKIP][238] ([i915#12713])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-8/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@static-swap:
- shard-rkl: NOTRUN -> [SKIP][239] ([i915#3555] / [i915#8228])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle:
- shard-dg2: NOTRUN -> [SKIP][240] ([i915#3555] / [i915#8228])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@kms_hdr@static-toggle.html
* igt@kms_joiner@basic-big-joiner:
- shard-dg1: NOTRUN -> [SKIP][241] ([i915#10656])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][242] ([i915#12394])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-dg2: NOTRUN -> [SKIP][243] ([i915#12339])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-dg1: NOTRUN -> [SKIP][244] ([i915#1839])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-12/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-tglu: NOTRUN -> [SKIP][245] ([i915#6301])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-6/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_plane_lowres@tiling-4:
- shard-tglu-1: NOTRUN -> [SKIP][246] ([i915#3555])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_plane_lowres@tiling-4.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-dg1: NOTRUN -> [SKIP][247] ([i915#6953])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-12/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][248] ([i915#12247]) +5 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-a.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a:
- shard-tglu-1: NOTRUN -> [SKIP][249] ([i915#12247]) +4 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
- shard-dg1: NOTRUN -> [SKIP][250] ([i915#12247] / [i915#6953])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c:
- shard-dg1: NOTRUN -> [SKIP][251] ([i915#12247]) +27 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25:
- shard-mtlp: NOTRUN -> [SKIP][252] ([i915#6953])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-b:
- shard-mtlp: NOTRUN -> [SKIP][253] ([i915#12247]) +3 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-b.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:
- shard-dg1: NOTRUN -> [SKIP][254] ([i915#12247] / [i915#3555])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html
- shard-tglu: NOTRUN -> [SKIP][255] ([i915#12247] / [i915#3555])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a:
- shard-tglu: NOTRUN -> [SKIP][256] ([i915#12247]) +3 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a.html
* igt@kms_pm_backlight@bad-brightness:
- shard-tglu-1: NOTRUN -> [SKIP][257] ([i915#9812])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-dg1: NOTRUN -> [SKIP][258] ([i915#5354]) +1 other test skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@kms_pm_backlight@fade-with-dpms.html
- shard-tglu: NOTRUN -> [SKIP][259] ([i915#9812])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc6-dpms:
- shard-rkl: NOTRUN -> [SKIP][260] ([i915#3361])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][261] ([i915#9340])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_pm_lpsp@kms-lpsp.html
- shard-tglu: NOTRUN -> [SKIP][262] ([i915#3828])
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-8/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][263] ([i915#9519])
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-mtlp: NOTRUN -> [SKIP][264] ([i915#9519])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-2/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-rkl: [PASS][265] -> [SKIP][266] ([i915#9519])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp-stress.html
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg2: [PASS][267] -> [SKIP][268] ([i915#9519])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg2-8/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-5/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-tglu-1: NOTRUN -> [SKIP][269] ([i915#9519])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-dg1: NOTRUN -> [SKIP][270] ([i915#6524]) +2 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-12/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_prime@d3hot:
- shard-tglu: NOTRUN -> [SKIP][271] ([i915#6524])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-4/igt@kms_prime@d3hot.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf:
- shard-dg2: NOTRUN -> [SKIP][272] ([i915#11520]) +5 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf:
- shard-glk: NOTRUN -> [SKIP][273] ([i915#11520]) +1 other test skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-glk6/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][274] ([i915#11520]) +5 other tests skip
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-8/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area:
- shard-mtlp: NOTRUN -> [SKIP][275] ([i915#12316]) +3 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
- shard-dg1: NOTRUN -> [SKIP][276] ([i915#11520]) +9 other tests skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf:
- shard-snb: NOTRUN -> [SKIP][277] ([i915#11520]) +11 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-snb5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][278] ([i915#9808])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area:
- shard-tglu-1: NOTRUN -> [SKIP][279] ([i915#11520]) +3 other tests skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
- shard-rkl: NOTRUN -> [SKIP][280] ([i915#11520]) +4 other tests skip
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-2/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-dg1: NOTRUN -> [SKIP][281] ([i915#9683])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@fbc-psr-dpms:
- shard-mtlp: NOTRUN -> [SKIP][282] ([i915#9688]) +7 other tests skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_psr@fbc-psr-dpms.html
* igt@kms_psr@fbc-psr-primary-blt:
- shard-dg2: NOTRUN -> [SKIP][283] ([i915#1072] / [i915#9732]) +13 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_psr@fbc-psr-primary-blt.html
* igt@kms_psr@fbc-psr-sprite-plane-move:
- shard-tglu: NOTRUN -> [SKIP][284] ([i915#9732]) +13 other tests skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-8/igt@kms_psr@fbc-psr-sprite-plane-move.html
* igt@kms_psr@fbc-psr2-sprite-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][285] ([i915#1072] / [i915#9732]) +31 other tests skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@kms_psr@fbc-psr2-sprite-mmap-gtt.html
* igt@kms_psr@pr-cursor-plane-onoff:
- shard-rkl: NOTRUN -> [SKIP][286] ([i915#1072] / [i915#9732]) +10 other tests skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-2/igt@kms_psr@pr-cursor-plane-onoff.html
* igt@kms_psr@psr-sprite-blt:
- shard-snb: NOTRUN -> [SKIP][287] +468 other tests skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-snb5/igt@kms_psr@psr-sprite-blt.html
* igt@kms_psr@psr2-sprite-mmap-gtt:
- shard-tglu-1: NOTRUN -> [SKIP][288] ([i915#9732]) +11 other tests skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_psr@psr2-sprite-mmap-gtt.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- shard-tglu-1: NOTRUN -> [SKIP][289] ([i915#5289])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-mtlp: NOTRUN -> [SKIP][290] ([i915#5289])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-tglu: NOTRUN -> [SKIP][291] ([i915#5289]) +1 other test skip
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
- shard-dg2: NOTRUN -> [SKIP][292] ([i915#5190]) +1 other test skip
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-mtlp: NOTRUN -> [SKIP][293] ([i915#12755])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg1: NOTRUN -> [SKIP][294] ([i915#5289]) +1 other test skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_selftest@drm_framebuffer:
- shard-tglu: NOTRUN -> [ABORT][295] ([i915#13179]) +1 other test abort
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-8/igt@kms_selftest@drm_framebuffer.html
* igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free:
- shard-dg2: NOTRUN -> [ABORT][296] ([i915#13179]) +1 other test abort
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free.html
* igt@kms_setmode@basic:
- shard-snb: NOTRUN -> [FAIL][297] ([i915#5465]) +2 other tests fail
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-snb7/igt@kms_setmode@basic.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-mtlp: [PASS][298] -> [FAIL][299] ([i915#5465]) +2 other tests fail
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-mtlp-8/igt@kms_setmode@basic@pipe-b-edp-1.html
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-5/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-dg1: NOTRUN -> [SKIP][300] ([i915#3555]) +8 other tests skip
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-mtlp: NOTRUN -> [SKIP][301] ([i915#3555] / [i915#8809])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@kms_vblank@query-forked:
- shard-dg1: NOTRUN -> [DMESG-WARN][302] ([i915#4423])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@kms_vblank@query-forked.html
* igt@kms_vrr@flip-suspend:
- shard-mtlp: NOTRUN -> [SKIP][303] ([i915#3555] / [i915#8808])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-2/igt@kms_vrr@flip-suspend.html
* igt@kms_vrr@lobf:
- shard-rkl: NOTRUN -> [SKIP][304] ([i915#11920])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@kms_vrr@lobf.html
* igt@kms_vrr@max-min:
- shard-dg2: NOTRUN -> [SKIP][305] ([i915#9906])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@kms_vrr@max-min.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-dg1: NOTRUN -> [SKIP][306] ([i915#9906]) +2 other tests skip
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-tglu-1: NOTRUN -> [SKIP][307] ([i915#9906])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-tglu-1: NOTRUN -> [SKIP][308] ([i915#2437] / [i915#9412])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-mtlp: NOTRUN -> [SKIP][309] ([i915#2437])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@kms_writeback@writeback-invalid-parameters.html
* igt@perf@blocking@0-rcs0:
- shard-rkl: [PASS][310] -> [FAIL][311] ([i915#10538]) +1 other test fail
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-rkl-1/igt@perf@blocking@0-rcs0.html
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-7/igt@perf@blocking@0-rcs0.html
* igt@perf@mi-rpc:
- shard-rkl: NOTRUN -> [SKIP][312] ([i915#2434])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@perf@mi-rpc.html
* igt@perf@polling@0-rcs0:
- shard-mtlp: [PASS][313] -> [FAIL][314] ([i915#10538]) +1 other test fail
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-mtlp-6/igt@perf@polling@0-rcs0.html
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-7/igt@perf@polling@0-rcs0.html
* igt@perf_pmu@all-busy-idle-check-all:
- shard-dg1: [PASS][315] -> [FAIL][316] ([i915#11943])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-12/igt@perf_pmu@all-busy-idle-check-all.html
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@perf_pmu@all-busy-idle-check-all.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: NOTRUN -> [FAIL][317] ([i915#4349]) +4 other tests fail
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-2/igt@perf_pmu@busy-double-start@vecs1.html
* igt@perf_pmu@rc6-all-gts:
- shard-tglu: NOTRUN -> [SKIP][318] ([i915#8516]) +1 other test skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-6/igt@perf_pmu@rc6-all-gts.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-dg2: NOTRUN -> [SKIP][319] ([i915#8516])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@prime_mmap@test_aperture_limit:
- shard-dg2: NOTRUN -> [WARN][320] ([i915#9351])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@prime_mmap@test_aperture_limit.html
* igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem:
- shard-dg2: NOTRUN -> [CRASH][321] ([i915#9351])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html
* igt@prime_vgem@basic-fence-flip:
- shard-dg1: NOTRUN -> [SKIP][322] ([i915#3708]) +2 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-mmap:
- shard-mtlp: NOTRUN -> [SKIP][323] ([i915#3708] / [i915#4077])
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-gtt:
- shard-dg1: NOTRUN -> [SKIP][324] ([i915#3708] / [i915#4077])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@prime_vgem@basic-gtt.html
* igt@prime_vgem@basic-write:
- shard-rkl: NOTRUN -> [SKIP][325] ([i915#3291] / [i915#3708])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@prime_vgem@basic-write.html
* igt@sriov_basic@bind-unbind-vf:
- shard-dg1: NOTRUN -> [SKIP][326] ([i915#9917]) +1 other test skip
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@sriov_basic@bind-unbind-vf.html
* igt@sriov_basic@bind-unbind-vf@vf-5:
- shard-mtlp: NOTRUN -> [FAIL][327] ([i915#12910]) +9 other tests fail
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@sriov_basic@bind-unbind-vf@vf-5.html
* igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-all:
- shard-tglu-1: NOTRUN -> [FAIL][328] ([i915#12910]) +9 other tests fail
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-1/igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-all.html
* igt@sriov_basic@enable-vfs-bind-unbind-each:
- shard-dg2: NOTRUN -> [SKIP][329] ([i915#9917])
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-1/igt@sriov_basic@enable-vfs-bind-unbind-each.html
#### Possible fixes ####
* igt@api_intel_bb@destroy-bb:
- shard-rkl: [DMESG-WARN][330] ([i915#12964]) -> [PASS][331] +1 other test pass
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-rkl-7/igt@api_intel_bb@destroy-bb.html
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-4/igt@api_intel_bb@destroy-bb.html
* igt@gem_eio@hibernate:
- shard-dg1: [ABORT][332] ([i915#7975] / [i915#8213]) -> [PASS][333]
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-14/igt@gem_eio@hibernate.html
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@gem_eio@hibernate.html
* igt@gem_eio@reset-stress:
- shard-dg1: [FAIL][334] ([i915#12543] / [i915#5784]) -> [PASS][335]
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-12/igt@gem_eio@reset-stress.html
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@gem_eio@reset-stress.html
* igt@gem_mmap_offset@clear-via-pagefault:
- shard-mtlp: [ABORT][336] ([i915#10729]) -> [PASS][337] +1 other test pass
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-mtlp-3/igt@gem_mmap_offset@clear-via-pagefault.html
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@gem_mmap_offset@clear-via-pagefault.html
* igt@gen9_exec_parse@allowed-all:
- shard-glk: [ABORT][338] ([i915#5566]) -> [PASS][339]
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-glk9/igt@gen9_exec_parse@allowed-all.html
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-glk6/igt@gen9_exec_parse@allowed-all.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-rkl: [ABORT][340] ([i915#9820]) -> [PASS][341]
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-rkl-3/igt@i915_module_load@reload-with-fault-injection.html
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-1/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0:
- shard-dg1: [FAIL][342] ([i915#12739] / [i915#3591]) -> [PASS][343]
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-12/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
* igt@i915_pm_rps@reset:
- shard-snb: [INCOMPLETE][344] -> [PASS][345]
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-snb4/igt@i915_pm_rps@reset.html
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-snb7/igt@i915_pm_rps@reset.html
* igt@i915_power@sanity:
- shard-mtlp: [SKIP][346] ([i915#7984]) -> [PASS][347]
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-mtlp-4/igt@i915_power@sanity.html
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-2/igt@i915_power@sanity.html
* igt@kms_cursor_legacy@flip-vs-cursor-toggle:
- shard-mtlp: [FAIL][348] ([i915#2346]) -> [PASS][349]
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-mtlp-6/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-7/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
* igt@kms_flip@flip-vs-wf_vblank-interruptible:
- shard-dg2: [FAIL][350] ([i915#11989]) -> [PASS][351]
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg2-2/igt@kms_flip@flip-vs-wf_vblank-interruptible.html
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-11/igt@kms_flip@flip-vs-wf_vblank-interruptible.html
- shard-tglu: [FAIL][352] ([i915#10826]) -> [PASS][353]
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-tglu-2/igt@kms_flip@flip-vs-wf_vblank-interruptible.html
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-10/igt@kms_flip@flip-vs-wf_vblank-interruptible.html
* igt@kms_flip@flip-vs-wf_vblank-interruptible@c-hdmi-a1:
- shard-tglu: [FAIL][354] -> [PASS][355]
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-tglu-2/igt@kms_flip@flip-vs-wf_vblank-interruptible@c-hdmi-a1.html
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-10/igt@kms_flip@flip-vs-wf_vblank-interruptible@c-hdmi-a1.html
* igt@kms_hdr@static-toggle-dpms:
- shard-dg2: [SKIP][356] ([i915#3555] / [i915#8228]) -> [PASS][357]
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg2-3/igt@kms_hdr@static-toggle-dpms.html
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-10/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-dg2: [SKIP][358] ([i915#12388]) -> [PASS][359]
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg2-3/igt@kms_joiner@basic-force-big-joiner.html
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-10/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_plane_scaling@planes-upscale-20x20:
- shard-dg1: [DMESG-WARN][360] ([i915#4423]) -> [PASS][361] +7 other tests pass
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-13/igt@kms_plane_scaling@planes-upscale-20x20.html
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_plane_scaling@planes-upscale-20x20.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-dg2: [SKIP][362] ([i915#9519]) -> [PASS][363]
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg2-11/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-4/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-rkl: [SKIP][364] ([i915#9519]) -> [PASS][365] +1 other test pass
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-rkl-4/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-3/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@perf@polling@0-rcs0:
- shard-tglu: [FAIL][366] ([i915#10538]) -> [PASS][367] +1 other test pass
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-tglu-9/igt@perf@polling@0-rcs0.html
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-9/igt@perf@polling@0-rcs0.html
* igt@perf_pmu@busy-accuracy-98@bcs0:
- shard-glk: [FAIL][368] ([i915#4349]) -> [PASS][369]
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-glk7/igt@perf_pmu@busy-accuracy-98@bcs0.html
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-glk1/igt@perf_pmu@busy-accuracy-98@bcs0.html
* igt@perf_pmu@busy-accuracy-98@rcs0:
- shard-tglu: [FAIL][370] ([i915#4349]) -> [PASS][371] +1 other test pass
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-tglu-9/igt@perf_pmu@busy-accuracy-98@rcs0.html
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-tglu-3/igt@perf_pmu@busy-accuracy-98@rcs0.html
* igt@perf_pmu@busy-double-start@rcs0:
- shard-mtlp: [FAIL][372] ([i915#4349]) -> [PASS][373]
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-mtlp-1/igt@perf_pmu@busy-double-start@rcs0.html
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-6/igt@perf_pmu@busy-double-start@rcs0.html
* igt@perf_pmu@module-unload:
- shard-mtlp: [INCOMPLETE][374] -> [PASS][375]
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-mtlp-4/igt@perf_pmu@module-unload.html
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-2/igt@perf_pmu@module-unload.html
#### Warnings ####
* igt@gem_eio@in-flight-suspend:
- shard-glk: [INCOMPLETE][376] ([i915#13390]) -> [INCOMPLETE][377] ([i915#13197] / [i915#13390])
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-glk1/igt@gem_eio@in-flight-suspend.html
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-glk5/igt@gem_eio@in-flight-suspend.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg1: [TIMEOUT][378] ([i915#5493]) -> [DMESG-WARN][379] ([i915#5493]) +1 other test dmesg-warn
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_tiled_swapping@non-threaded:
- shard-snb: [ABORT][380] ([i915#13449]) -> [ABORT][381] ([i915#13263] / [i915#13449])
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-snb7/igt@gem_tiled_swapping@non-threaded.html
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-snb1/igt@gem_tiled_swapping@non-threaded.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg1: [DMESG-WARN][382] ([i915#13475] / [i915#4391] / [i915#4423]) -> [DMESG-WARN][383] ([i915#13475])
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-13/igt@i915_module_load@reload-with-fault-injection.html
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@i915_module_load@reload-with-fault-injection.html
- shard-mtlp: [DMESG-WARN][384] ([i915#13475]) -> [ABORT][385] ([i915#10131] / [i915#10887] / [i915#13493] / [i915#9820])
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-mtlp-7/igt@i915_module_load@reload-with-fault-injection.html
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html
- shard-dg2: [ABORT][386] ([i915#10887] / [i915#9820]) -> [ABORT][387] ([i915#9820])
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg2-3/igt@i915_module_load@reload-with-fault-injection.html
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-10/igt@i915_module_load@reload-with-fault-injection.html
* igt@kms_content_protection@mei-interface:
- shard-dg1: [SKIP][388] ([i915#9424]) -> [SKIP][389] ([i915#9433])
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-18/igt@kms_content_protection@mei-interface.html
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-12/igt@kms_content_protection@mei-interface.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-glk: [INCOMPLETE][390] ([i915#12745] / [i915#4839]) -> [INCOMPLETE][391] ([i915#12314] / [i915#12745] / [i915#4839])
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-glk2/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-glk8/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite:
- shard-dg2: [SKIP][392] ([i915#3458]) -> [SKIP][393] ([i915#10433] / [i915#3458])
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite.html
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt:
- shard-dg1: [SKIP][394] -> [SKIP][395] ([i915#4423])
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt.html
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu:
- shard-dg2: [SKIP][396] ([i915#10433] / [i915#3458]) -> [SKIP][397] ([i915#3458]) +1 other test skip
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff:
- shard-dg1: [SKIP][398] ([i915#4423]) -> [SKIP][399]
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff.html
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-dg1: [SKIP][400] ([i915#4423] / [i915#8708]) -> [SKIP][401] ([i915#8708])
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-rkl: [DMESG-WARN][402] ([i915#12964]) -> [SKIP][403] ([i915#9519])
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-rkl-5/igt@kms_pm_rpm@dpms-non-lpsp.html
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-rkl-4/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area:
- shard-dg1: [SKIP][404] ([i915#11520] / [i915#4423]) -> [SKIP][405] ([i915#11520])
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-13/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area.html
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-dg1: [SKIP][406] ([i915#2437] / [i915#4423] / [i915#9412]) -> [SKIP][407] ([i915#2437] / [i915#9412])
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15950/shard-dg1-13/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/shard-dg1-17/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055
[i915#10131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10333]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10333
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10538
[i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#10729]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10729
[i915#10826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826
[i915#10887]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10887
[i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099
[i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
[i915#11441]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11441
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11616]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11616
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#11713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11713
[i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920
[i915#11943]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11943
[i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965
[i915#11989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11989
[i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12314]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12314
[i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316
[i915#12339]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12339
[i915#12388]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388
[i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392
[i915#12394]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12394
[i915#12455]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12455
[i915#12543]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12543
[i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
[i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
[i915#12739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12739
[i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143237v2/index.html
[-- Attachment #2: Type: text/html, Size: 112008 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] drm/i915: Add VM_DONTEXPAND to exported buffers
2025-01-14 8:23 [PATCH v2] drm/i915: Add VM_DONTEXPAND to exported buffers Jacek Lawrynowicz
2025-01-14 13:17 ` ✓ i915.CI.BAT: success for drm/i915: Add VM_DONTEXPAND to exported buffers (rev2) Patchwork
2025-01-15 10:01 ` ✗ i915.CI.Full: failure " Patchwork
@ 2025-02-11 15:57 ` Jacek Lawrynowicz
2025-02-11 20:50 ` Rodrigo Vivi
2025-02-19 10:55 ` Joonas Lahtinen
2 siblings, 2 replies; 9+ messages in thread
From: Jacek Lawrynowicz @ 2025-02-11 15:57 UTC (permalink / raw)
To: dri-devel
Cc: intel-gfx, jani.nikula, joonas.lahtinen, rodrigo.vivi, tursulin,
karol.wachowski, tomasz.rusinowicz, Krzysztof Karas
Hi, can I submit this to drm-misc or should someone commit this to drm-intel?
On 1/14/2025 9:23 AM, Jacek Lawrynowicz wrote:
> drm_gem_mmap_obj() expects VM_DONTEXPAND flag to be set after mmap
> callback is executed. Set this flag at the end of i915_gem_dmabuf_mmap()
> to prevent WARN on mmap in buffers imported from i915 e.g.,
>
> [ 283.623215] WARNING: CPU: 1 PID: 12693 at drivers/gpu/drm/drm_gem.c:1087 drm_gem_mmap_obj+0x196/0x1c0
> [ 283.623221] Modules linked in: intel_vpu(OE) cmac nls_utf8 cifs cifs_arc4 nls_ucs2_utils cifs_md4 netfs overlay nls_iso8859_1 binfmt_misc intel_uncore_frequency intel_uncore_frequency_common x86_pkg_temp_thermal intel_powerclamp intel_rapl_msr coretemp rapl intel_cstate kvm_intel wmi_bmof input_leds kvm processor_thermal_device_pci processor_thermal_device processor_thermal_wt_hint processor_thermal_rfim processor_thermal_rapl intel_rapl_common processor_thermal_wt_req intel_vsec processor_thermal_stc processor_thermal_power_floor igen6_edac processor_thermal_mbox pac1934 industrialio int3403_thermal int340x_thermal_zone intel_pmc_core int3400_thermal pmt_telemetry intel_hid pmt_class acpi_thermal_rel sparse_keymap acpi_tad acpi_pad efi_pstore autofs4 btrfs blake2b_generic raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 xe drm_ttm_helper drm_suballoc_helper drm_gpuvm drm_exec hid_sensor_custom hid_sensor_hub intel_ishtp_hid hid_generic usbhid hid i915
> [ 283.623254] crct10dif_pclmul i2c_algo_bit crc32_pclmul drm_buddy ghash_clmulni_intel ttm sha512_ssse3 sha256_ssse3 e1000e drm_display_helper nvme sha1_ssse3 intel_lpss_pci thunderbolt intel_ish_ipc intel_lpss vmd intel_ishtp idma64 nvme_core drm_kms_helper video wmi pinctrl_meteorlake backlight pinctrl_intel aesni_intel crypto_simd cryptd [last unloaded: intel_vpu(OE)]
> [ 283.623267] CPU: 1 UID: 0 PID: 12693 Comm: npu-kmd-test Tainted: G U OE 6.12.0-performance-20241122-11972534541 #1 f86ee8132c283cf158e9fd89cc84f4adeb3b79b7
> [ 283.623269] Tainted: [U]=USER, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
> [ 283.623270] Hardware name: Intel Corporation Meteor Lake Client Platform/MTL-P DDR5 SODIMM SBS RVP, BIOS MTLPFWI1.R00.4122.D21.2408281317 08/28/2024
> [ 283.623271] RIP: 0010:drm_gem_mmap_obj+0x196/0x1c0
> [ 283.623273] Code: 49 8b 94 24 40 01 00 00 48 8b 12 48 85 d2 74 31 89 45 ec 4c 89 e7 ff d2 0f 1f 00 8b 45 ec e9 f8 fe ff ff 0f 0b e9 54 ff ff ff <0f> 0b e9 ea fe ff ff b8 ea ff ff ff 31 d2 31 f6 31 ff c3 cc cc cc
> [ 283.623274] RSP: 0018:ffffc90004103b20 EFLAGS: 00010246
> [ 283.623275] RAX: 0000000000000000 RBX: ffff888313ebafd0 RCX: 0000000000000000
> [ 283.623276] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
> [ 283.623276] RBP: ffffc90004103b38 R08: 0000000000000000 R09: ffffc90004103bd8
> [ 283.623277] R10: 0000000000000000 R11: 0000000000000000 R12: ffff888108b95400
> [ 283.623277] R13: ffff888108b95400 R14: ffff88815ee50000 R15: ffff88830133b000
> [ 283.623278] FS: 00007fcbf9063740(0000) GS:ffff88846fe40000(0000) knlGS:0000000000000000
> [ 283.623279] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [ 283.623280] CR2: 00007fcbeb15d460 CR3: 00000001076a2002 CR4: 0000000000f72ef0
> [ 283.623280] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
> [ 283.623281] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
> [ 283.623281] PKRU: 55555554
> [ 283.623282] Call Trace:
> [ 283.623283] <TASK>
> [ 283.623285] ? show_regs+0x75/0x90
> [ 283.623289] ? __warn+0x91/0x150
> [ 283.623291] ? drm_gem_mmap_obj+0x196/0x1c0
> [ 283.623292] ? report_bug+0x1af/0x1c0
> [ 283.623295] ? handle_bug+0x6e/0xb0
> [ 283.623297] ? exc_invalid_op+0x1d/0x90
> [ 283.623298] ? asm_exc_invalid_op+0x1f/0x30
> [ 283.623302] ? drm_gem_mmap_obj+0x196/0x1c0
> [ 283.623304] drm_gem_mmap+0x125/0x200
> [ 283.623305] __mmap_region+0x7bc/0xc30
> [ 283.623310] mmap_region+0x96/0xd0
> [ 283.623311] do_mmap+0x526/0x650
> [ 283.623313] vm_mmap_pgoff+0xec/0x1c0
> [ 283.623315] ? __count_memcg_events+0x89/0x160
> [ 283.623317] ksys_mmap_pgoff+0x175/0x230
> [ 283.623318] __x64_sys_mmap+0x37/0x70
> [ 283.623320] x64_sys_call+0x1c1d/0x2790
> [ 283.623322] do_syscall_64+0x62/0x180
> [ 283.623324] entry_SYSCALL_64_after_hwframe+0x71/0x79
> [ 283.623325] RIP: 0033:0x7fcbf8b1ea27
> [ 283.623327] Code: 00 00 00 89 ef e8 59 ae ff ff eb e4 e8 42 7b 01 00 66 90 f3 0f 1e fa 41 89 ca 41 f7 c1 ff 0f 00 00 75 10 b8 09 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 21 c3 48 8b 05 d9 b3 0f 00 64 c7 00 16 00 00
> [ 283.623328] RSP: 002b:00007fff157ded78 EFLAGS: 00000246 ORIG_RAX: 0000000000000009
> [ 283.623329] RAX: ffffffffffffffda RBX: 00007fff157dedf0 RCX: 00007fcbf8b1ea27
> [ 283.623330] RDX: 0000000000000003 RSI: 0000000000002000 RDI: 0000000000000000
> [ 283.623330] RBP: 00007fff157def80 R08: 0000000000000004 R09: 000000010418a000
> [ 283.623331] R10: 0000000000000001 R11: 0000000000000246 R12: 00007fff157dee70
> [ 283.623331] R13: 0000644e2fb203f8 R14: 00007fff157deef0 R15: 00007fff157deeb0
> [ 283.623333] </TASK>
> [ 283.623333] ---[ end trace 0000000000000000 ]---
>
> Fixes: 2dbf0d90971a ("drm/i915: Use CPU mapping for userspace dma-buf mmap()")
> Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
> Signed-off-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>
> ---
> v2:
> - Added Fixes tag
>
> v1 link: https://lore.kernel.org/r/20250108105346.240103-1-jacek.lawrynowicz%40linux.intel.com
> ---
> drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c b/drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c
> index 9473050ac8425..809018265e36f 100644
> --- a/drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c
> +++ b/drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c
> @@ -110,6 +110,7 @@ static int i915_gem_dmabuf_mmap(struct dma_buf *dma_buf, struct vm_area_struct *
> if (ret)
> return ret;
>
> + vm_flags_set(vma, VM_DONTEXPAND);
> vma_set_file(vma, obj->base.filp);
>
> return 0;
> --
> 2.45.1
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] drm/i915: Add VM_DONTEXPAND to exported buffers
2025-02-11 15:57 ` [PATCH v2] drm/i915: Add VM_DONTEXPAND to exported buffers Jacek Lawrynowicz
@ 2025-02-11 20:50 ` Rodrigo Vivi
2025-02-19 10:55 ` Joonas Lahtinen
1 sibling, 0 replies; 9+ messages in thread
From: Rodrigo Vivi @ 2025-02-11 20:50 UTC (permalink / raw)
To: Jacek Lawrynowicz, Joonas Lahtinen
Cc: dri-devel, intel-gfx, jani.nikula, joonas.lahtinen, tursulin,
karol.wachowski, tomasz.rusinowicz, Krzysztof Karas
On Tue, Feb 11, 2025 at 04:57:03PM +0100, Jacek Lawrynowicz wrote:
> Hi, can I submit this to drm-misc or should someone commit this to drm-intel?
This is drm-intel. More specifically drm-intel-gt-next.
Since Joonas had some concerns on the v1, let's wait for him to check if
the provided answers were enough and that we can go ahead and get this
merged in drm-intel-gt-next.
>
> On 1/14/2025 9:23 AM, Jacek Lawrynowicz wrote:
> > drm_gem_mmap_obj() expects VM_DONTEXPAND flag to be set after mmap
> > callback is executed. Set this flag at the end of i915_gem_dmabuf_mmap()
> > to prevent WARN on mmap in buffers imported from i915 e.g.,
> >
> > [ 283.623215] WARNING: CPU: 1 PID: 12693 at drivers/gpu/drm/drm_gem.c:1087 drm_gem_mmap_obj+0x196/0x1c0
> > [ 283.623221] Modules linked in: intel_vpu(OE) cmac nls_utf8 cifs cifs_arc4 nls_ucs2_utils cifs_md4 netfs overlay nls_iso8859_1 binfmt_misc intel_uncore_frequency intel_uncore_frequency_common x86_pkg_temp_thermal intel_powerclamp intel_rapl_msr coretemp rapl intel_cstate kvm_intel wmi_bmof input_leds kvm processor_thermal_device_pci processor_thermal_device processor_thermal_wt_hint processor_thermal_rfim processor_thermal_rapl intel_rapl_common processor_thermal_wt_req intel_vsec processor_thermal_stc processor_thermal_power_floor igen6_edac processor_thermal_mbox pac1934 industrialio int3403_thermal int340x_thermal_zone intel_pmc_core int3400_thermal pmt_telemetry intel_hid pmt_class acpi_thermal_rel sparse_keymap acpi_tad acpi_pad efi_pstore autofs4 btrfs blake2b_generic raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 xe drm_ttm_helper drm_suballoc_helper drm_gpuvm drm_exec hid_sensor_custom hid_sensor_hub intel_ishtp_hid hid_generic usbhid hid i915
> > [ 283.623254] crct10dif_pclmul i2c_algo_bit crc32_pclmul drm_buddy ghash_clmulni_intel ttm sha512_ssse3 sha256_ssse3 e1000e drm_display_helper nvme sha1_ssse3 intel_lpss_pci thunderbolt intel_ish_ipc intel_lpss vmd intel_ishtp idma64 nvme_core drm_kms_helper video wmi pinctrl_meteorlake backlight pinctrl_intel aesni_intel crypto_simd cryptd [last unloaded: intel_vpu(OE)]
> > [ 283.623267] CPU: 1 UID: 0 PID: 12693 Comm: npu-kmd-test Tainted: G U OE 6.12.0-performance-20241122-11972534541 #1 f86ee8132c283cf158e9fd89cc84f4adeb3b79b7
> > [ 283.623269] Tainted: [U]=USER, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
> > [ 283.623270] Hardware name: Intel Corporation Meteor Lake Client Platform/MTL-P DDR5 SODIMM SBS RVP, BIOS MTLPFWI1.R00.4122.D21.2408281317 08/28/2024
> > [ 283.623271] RIP: 0010:drm_gem_mmap_obj+0x196/0x1c0
> > [ 283.623273] Code: 49 8b 94 24 40 01 00 00 48 8b 12 48 85 d2 74 31 89 45 ec 4c 89 e7 ff d2 0f 1f 00 8b 45 ec e9 f8 fe ff ff 0f 0b e9 54 ff ff ff <0f> 0b e9 ea fe ff ff b8 ea ff ff ff 31 d2 31 f6 31 ff c3 cc cc cc
> > [ 283.623274] RSP: 0018:ffffc90004103b20 EFLAGS: 00010246
> > [ 283.623275] RAX: 0000000000000000 RBX: ffff888313ebafd0 RCX: 0000000000000000
> > [ 283.623276] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
> > [ 283.623276] RBP: ffffc90004103b38 R08: 0000000000000000 R09: ffffc90004103bd8
> > [ 283.623277] R10: 0000000000000000 R11: 0000000000000000 R12: ffff888108b95400
> > [ 283.623277] R13: ffff888108b95400 R14: ffff88815ee50000 R15: ffff88830133b000
> > [ 283.623278] FS: 00007fcbf9063740(0000) GS:ffff88846fe40000(0000) knlGS:0000000000000000
> > [ 283.623279] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> > [ 283.623280] CR2: 00007fcbeb15d460 CR3: 00000001076a2002 CR4: 0000000000f72ef0
> > [ 283.623280] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
> > [ 283.623281] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
> > [ 283.623281] PKRU: 55555554
> > [ 283.623282] Call Trace:
> > [ 283.623283] <TASK>
> > [ 283.623285] ? show_regs+0x75/0x90
> > [ 283.623289] ? __warn+0x91/0x150
> > [ 283.623291] ? drm_gem_mmap_obj+0x196/0x1c0
> > [ 283.623292] ? report_bug+0x1af/0x1c0
> > [ 283.623295] ? handle_bug+0x6e/0xb0
> > [ 283.623297] ? exc_invalid_op+0x1d/0x90
> > [ 283.623298] ? asm_exc_invalid_op+0x1f/0x30
> > [ 283.623302] ? drm_gem_mmap_obj+0x196/0x1c0
> > [ 283.623304] drm_gem_mmap+0x125/0x200
> > [ 283.623305] __mmap_region+0x7bc/0xc30
> > [ 283.623310] mmap_region+0x96/0xd0
> > [ 283.623311] do_mmap+0x526/0x650
> > [ 283.623313] vm_mmap_pgoff+0xec/0x1c0
> > [ 283.623315] ? __count_memcg_events+0x89/0x160
> > [ 283.623317] ksys_mmap_pgoff+0x175/0x230
> > [ 283.623318] __x64_sys_mmap+0x37/0x70
> > [ 283.623320] x64_sys_call+0x1c1d/0x2790
> > [ 283.623322] do_syscall_64+0x62/0x180
> > [ 283.623324] entry_SYSCALL_64_after_hwframe+0x71/0x79
> > [ 283.623325] RIP: 0033:0x7fcbf8b1ea27
> > [ 283.623327] Code: 00 00 00 89 ef e8 59 ae ff ff eb e4 e8 42 7b 01 00 66 90 f3 0f 1e fa 41 89 ca 41 f7 c1 ff 0f 00 00 75 10 b8 09 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 21 c3 48 8b 05 d9 b3 0f 00 64 c7 00 16 00 00
> > [ 283.623328] RSP: 002b:00007fff157ded78 EFLAGS: 00000246 ORIG_RAX: 0000000000000009
> > [ 283.623329] RAX: ffffffffffffffda RBX: 00007fff157dedf0 RCX: 00007fcbf8b1ea27
> > [ 283.623330] RDX: 0000000000000003 RSI: 0000000000002000 RDI: 0000000000000000
> > [ 283.623330] RBP: 00007fff157def80 R08: 0000000000000004 R09: 000000010418a000
> > [ 283.623331] R10: 0000000000000001 R11: 0000000000000246 R12: 00007fff157dee70
> > [ 283.623331] R13: 0000644e2fb203f8 R14: 00007fff157deef0 R15: 00007fff157deeb0
> > [ 283.623333] </TASK>
> > [ 283.623333] ---[ end trace 0000000000000000 ]---
> >
> > Fixes: 2dbf0d90971a ("drm/i915: Use CPU mapping for userspace dma-buf mmap()")
> > Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
> > Signed-off-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>
> > ---
> > v2:
> > - Added Fixes tag
> >
> > v1 link: https://lore.kernel.org/r/20250108105346.240103-1-jacek.lawrynowicz%40linux.intel.com
> > ---
> > drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c b/drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c
> > index 9473050ac8425..809018265e36f 100644
> > --- a/drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c
> > +++ b/drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c
> > @@ -110,6 +110,7 @@ static int i915_gem_dmabuf_mmap(struct dma_buf *dma_buf, struct vm_area_struct *
> > if (ret)
> > return ret;
> >
> > + vm_flags_set(vma, VM_DONTEXPAND);
> > vma_set_file(vma, obj->base.filp);
> >
> > return 0;
> > --
> > 2.45.1
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] drm/i915: Add VM_DONTEXPAND to exported buffers
2025-02-11 15:57 ` [PATCH v2] drm/i915: Add VM_DONTEXPAND to exported buffers Jacek Lawrynowicz
2025-02-11 20:50 ` Rodrigo Vivi
@ 2025-02-19 10:55 ` Joonas Lahtinen
2025-02-20 13:14 ` Jacek Lawrynowicz
1 sibling, 1 reply; 9+ messages in thread
From: Joonas Lahtinen @ 2025-02-19 10:55 UTC (permalink / raw)
To: Jacek Lawrynowicz, dri-devel
Cc: intel-gfx, jani.nikula, rodrigo.vivi, tursulin, karol.wachowski,
tomasz.rusinowicz, Krzysztof Karas
Quoting Jacek Lawrynowicz (2025-02-11 17:57:03)
> Hi, can I submit this to drm-misc or should someone commit this to drm-intel?
Is the this happening in linux-next or is it still completely out-of-tree?
Feels weird that the splat would not have happened in any hybrid GPU
systems in the past. Did you look what is the difference between your
driver and amdgpu/nouveau?
Regards, Joonas
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] drm/i915: Add VM_DONTEXPAND to exported buffers
2025-02-19 10:55 ` Joonas Lahtinen
@ 2025-02-20 13:14 ` Jacek Lawrynowicz
2025-02-20 13:53 ` Tvrtko Ursulin
0 siblings, 1 reply; 9+ messages in thread
From: Jacek Lawrynowicz @ 2025-02-20 13:14 UTC (permalink / raw)
To: Joonas Lahtinen, dri-devel
Cc: intel-gfx, jani.nikula, rodrigo.vivi, tursulin, karol.wachowski,
tomasz.rusinowicz, Krzysztof Karas
Hi,
On 2/19/2025 11:55 AM, Joonas Lahtinen wrote:
> Quoting Jacek Lawrynowicz (2025-02-11 17:57:03)
>> Hi, can I submit this to drm-misc or should someone commit this to drm-intel?
>
> Is the this happening in linux-next or is it still completely out-of-tree?
The patch is not merged so it is happening everywhere.
> Feels weird that the splat would not have happened in any hybrid GPU
> systems in the past. Did you look what is the difference between your
> driver and amdgpu/nouveau?
It looks like imported buffers are just never mmaped.
This is a call chain when mmapping imported buffer in amdgpu:
drm_gem_mmap()->drm_gem_mmap_obj()->amdgpu_gem_object_mmap()->drm_gem_ttm_mmap()->ttm_bo_mmap_obj()
And this is intel_vpu call chain:
drm_gem_mmap()->drm_gem_mmap_obj()->drm_gem_shmem_object_mmap()->drm_gem_shmem_mmap()->dma_buf_mmap()->i915_gem_dmabuf_mmap()
amdgpu does not check if the object is imported and just calls drm_gem_ttm_mmap() and dma_buf_mmap() is never called.
Same with xe and nouveau. All drivers using drm_gem_shmem seems ok but besides them only couple small drivers check for import_attach in mmap.
Looks like most drivers do not support mmapping imported buffers.
Is this really possible? Do you have test coverage for this?
PS.
you may also want to add VM_PFNMAP, VM_DONTDUMP and VM_IO that you are setting for i915 buffers in i915_gem_object_mmap().
Jacek
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] drm/i915: Add VM_DONTEXPAND to exported buffers
2025-02-20 13:14 ` Jacek Lawrynowicz
@ 2025-02-20 13:53 ` Tvrtko Ursulin
2025-02-20 15:40 ` Jacek Lawrynowicz
0 siblings, 1 reply; 9+ messages in thread
From: Tvrtko Ursulin @ 2025-02-20 13:53 UTC (permalink / raw)
To: Jacek Lawrynowicz, Joonas Lahtinen, dri-devel
Cc: intel-gfx, jani.nikula, rodrigo.vivi, karol.wachowski,
tomasz.rusinowicz, Krzysztof Karas
On 20/02/2025 13:14, Jacek Lawrynowicz wrote:
> Hi,
>
> On 2/19/2025 11:55 AM, Joonas Lahtinen wrote:
>> Quoting Jacek Lawrynowicz (2025-02-11 17:57:03)
>>> Hi, can I submit this to drm-misc or should someone commit this to drm-intel?
>>
>> Is the this happening in linux-next or is it still completely out-of-tree?
> The patch is not merged so it is happening everywhere.
>
>> Feels weird that the splat would not have happened in any hybrid GPU
>> systems in the past. Did you look what is the difference between your
>> driver and amdgpu/nouveau?
>
> It looks like imported buffers are just never mmaped.
>
> This is a call chain when mmapping imported buffer in amdgpu:
> drm_gem_mmap()->drm_gem_mmap_obj()->amdgpu_gem_object_mmap()->drm_gem_ttm_mmap()->ttm_bo_mmap_obj()
>
> And this is intel_vpu call chain:
> drm_gem_mmap()->drm_gem_mmap_obj()->drm_gem_shmem_object_mmap()->drm_gem_shmem_mmap()->dma_buf_mmap()->i915_gem_dmabuf_mmap()
>
> amdgpu does not check if the object is imported and just calls drm_gem_ttm_mmap() and dma_buf_mmap() is never called.
> Same with xe and nouveau. All drivers using drm_gem_shmem seems ok but besides them only couple small drivers check for import_attach in mmap.
> Looks like most drivers do not support mmapping imported buffers.
> Is this really possible? Do you have test coverage for this?
Without going into details here, commenting just on the "mmaping
imported buffers" part.
My understanding is that mmaping imported buffers should not be
supported by design. There was some discussion around this in
https://lore.kernel.org/dri-devel/bc7f7844-0aa3-4802-b203-69d58e8be2fa@linux.intel.com/
(The thread is for a patch which added this ability to i915.).
Regards,
Tvrtko
>
> PS.
> you may also want to add VM_PFNMAP, VM_DONTDUMP and VM_IO that you are setting for i915 buffers in i915_gem_object_mmap().
>
> Jacek
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH v2] drm/i915: Add VM_DONTEXPAND to exported buffers
2025-02-20 13:53 ` Tvrtko Ursulin
@ 2025-02-20 15:40 ` Jacek Lawrynowicz
0 siblings, 0 replies; 9+ messages in thread
From: Jacek Lawrynowicz @ 2025-02-20 15:40 UTC (permalink / raw)
To: Tvrtko Ursulin, Joonas Lahtinen, dri-devel, Thomas Zimmermann,
Simona Vetter
Cc: intel-gfx, jani.nikula, rodrigo.vivi, karol.wachowski,
tomasz.rusinowicz, Krzysztof Karas
Hi,
On 2/20/2025 2:53 PM, Tvrtko Ursulin wrote:
>
> On 20/02/2025 13:14, Jacek Lawrynowicz wrote:
>> Hi,
>>
>> On 2/19/2025 11:55 AM, Joonas Lahtinen wrote:
>>> Quoting Jacek Lawrynowicz (2025-02-11 17:57:03)
>>>> Hi, can I submit this to drm-misc or should someone commit this to drm-intel?
>>>
>>> Is the this happening in linux-next or is it still completely out-of-tree?
>> The patch is not merged so it is happening everywhere.
>>
>>> Feels weird that the splat would not have happened in any hybrid GPU
>>> systems in the past. Did you look what is the difference between your
>>> driver and amdgpu/nouveau?
>>
>> It looks like imported buffers are just never mmaped.
>>
>> This is a call chain when mmapping imported buffer in amdgpu:
>> drm_gem_mmap()->drm_gem_mmap_obj()->amdgpu_gem_object_mmap()->drm_gem_ttm_mmap()->ttm_bo_mmap_obj()
>>
>> And this is intel_vpu call chain:
>> drm_gem_mmap()->drm_gem_mmap_obj()->drm_gem_shmem_object_mmap()->drm_gem_shmem_mmap()->dma_buf_mmap()->i915_gem_dmabuf_mmap()
>>
>> amdgpu does not check if the object is imported and just calls drm_gem_ttm_mmap() and dma_buf_mmap() is never called.
>> Same with xe and nouveau. All drivers using drm_gem_shmem seems ok but besides them only couple small drivers check for import_attach in mmap.
>> Looks like most drivers do not support mmapping imported buffers.
>> Is this really possible? Do you have test coverage for this?
>
> Without going into details here, commenting just on the "mmaping imported buffers" part.
>
> My understanding is that mmaping imported buffers should not be supported by design. There was some discussion around this in https://lore.kernel.org/dri-devel/bc7f7844-0aa3-4802-b203-69d58e8be2fa@linux.intel.com/ (The thread is for a patch which added this ability to i915.).
If so, these drivers should return an error when mmaping imported buffer instead of happily proceed as if it was an ordinary buffer.
In my opinion, every driver that doesn't check obj->import_attach in drm_gem_object_funcs->mmap has potential for security vulnerability.
Thomas, Simona, shouldn't there be a clear policy regarding this for the all drivers?
Jacek
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-02-20 15:40 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-14 8:23 [PATCH v2] drm/i915: Add VM_DONTEXPAND to exported buffers Jacek Lawrynowicz
2025-01-14 13:17 ` ✓ i915.CI.BAT: success for drm/i915: Add VM_DONTEXPAND to exported buffers (rev2) Patchwork
2025-01-15 10:01 ` ✗ i915.CI.Full: failure " Patchwork
2025-02-11 15:57 ` [PATCH v2] drm/i915: Add VM_DONTEXPAND to exported buffers Jacek Lawrynowicz
2025-02-11 20:50 ` Rodrigo Vivi
2025-02-19 10:55 ` Joonas Lahtinen
2025-02-20 13:14 ` Jacek Lawrynowicz
2025-02-20 13:53 ` Tvrtko Ursulin
2025-02-20 15:40 ` Jacek Lawrynowicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox