* [igt-dev] [PATCH i-g-t] i915/api_intel_bb: Correct size for munmap
@ 2022-02-02 6:25 Zbigniew Kempczyński
2022-02-02 7:10 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/api_intel_bb: Correct size for munmap (rev3) Patchwork
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Zbigniew Kempczyński @ 2022-02-02 6:25 UTC (permalink / raw)
To: igt-dev
If we don't release the entirety of the mmap we create, it still holds a
reference to the fd/object.
v2: changed to intel_buf_size() (ZK)
Signed-off-by: Chris Wilson <chris.p.wilson@intel.com>
Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
---
tests/i915/api_intel_bb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/i915/api_intel_bb.c b/tests/i915/api_intel_bb.c
index 5c996f644..e37472fb4 100644
--- a/tests/i915/api_intel_bb.c
+++ b/tests/i915/api_intel_bb.c
@@ -1169,7 +1169,7 @@ static void delta_check(struct buf_ops *bops)
ptr = gem_mmap__device_coherent(i915, buf->handle, 0,
intel_buf_size(buf), PROT_READ);
val = ptr[0x2000 / sizeof(uint32_t)];
- gem_munmap(ptr, ibb->size);
+ gem_munmap(ptr, intel_buf_size(buf));
intel_buf_destroy(buf);
intel_bb_destroy(ibb);
--
2.32.0
^ permalink raw reply related [flat|nested] 7+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for i915/api_intel_bb: Correct size for munmap (rev3)
2022-02-02 6:25 [igt-dev] [PATCH i-g-t] i915/api_intel_bb: Correct size for munmap Zbigniew Kempczyński
@ 2022-02-02 7:10 ` Patchwork
2022-02-02 8:07 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2022-02-02 16:08 ` [igt-dev] [PATCH i-g-t] i915/api_intel_bb: Correct size for munmap Dixit, Ashutosh
2 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2022-02-02 7:10 UTC (permalink / raw)
To: Zbigniew Kempczyński; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 4779 bytes --]
== Series Details ==
Series: i915/api_intel_bb: Correct size for munmap (rev3)
URL : https://patchwork.freedesktop.org/series/99536/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_11176 -> IGTPW_6594
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/index.html
Participating hosts (47 -> 41)
------------------------------
Missing (6): fi-kbl-soraka fi-rkl-guc shard-tglu shard-rkl shard-dg1 fi-bdw-samus
Known issues
------------
Here are the changes found in IGTPW_6594 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@requests:
- fi-blb-e6850: [PASS][1] -> [DMESG-FAIL][2] ([i915#5026])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/fi-blb-e6850/igt@i915_selftest@live@requests.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/fi-blb-e6850/igt@i915_selftest@live@requests.html
* igt@kms_frontbuffer_tracking@basic:
- fi-cml-u2: [PASS][3] -> [DMESG-WARN][4] ([i915#4269])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html
* igt@prime_vgem@basic-userptr:
- fi-skl-6600u: NOTRUN -> [SKIP][5] ([fdo#109271]) +18 similar issues
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/fi-skl-6600u/igt@prime_vgem@basic-userptr.html
* igt@runner@aborted:
- fi-blb-e6850: NOTRUN -> [FAIL][6] ([fdo#109271] / [i915#2403] / [i915#2426] / [i915#4312])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/fi-blb-e6850/igt@runner@aborted.html
#### Possible fixes ####
* igt@i915_selftest@live@gem_contexts:
- bat-adlp-4: [INCOMPLETE][7] -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/bat-adlp-4/igt@i915_selftest@live@gem_contexts.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/bat-adlp-4/igt@i915_selftest@live@gem_contexts.html
* igt@i915_selftest@live@gt_pm:
- {fi-jsl-1}: [DMESG-FAIL][9] ([i915#1886]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/fi-jsl-1/igt@i915_selftest@live@gt_pm.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/fi-jsl-1/igt@i915_selftest@live@gt_pm.html
* igt@kms_frontbuffer_tracking@basic:
- fi-cfl-8109u: [DMESG-FAIL][11] ([i915#295]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/fi-cfl-8109u/igt@kms_frontbuffer_tracking@basic.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/fi-cfl-8109u/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_pipe_crc_basic@read-crc-pipe-b:
- fi-cfl-8109u: [DMESG-WARN][13] ([i915#295]) -> [PASS][14] +10 similar issues
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/fi-cfl-8109u/igt@kms_pipe_crc_basic@read-crc-pipe-b.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/fi-cfl-8109u/igt@kms_pipe_crc_basic@read-crc-pipe-b.html
* igt@kms_psr@primary_page_flip:
- fi-skl-6600u: [FAIL][15] ([i915#4547]) -> [PASS][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/fi-skl-6600u/igt@kms_psr@primary_page_flip.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/fi-skl-6600u/igt@kms_psr@primary_page_flip.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886
[i915#2403]: https://gitlab.freedesktop.org/drm/intel/issues/2403
[i915#2426]: https://gitlab.freedesktop.org/drm/intel/issues/2426
[i915#295]: https://gitlab.freedesktop.org/drm/intel/issues/295
[i915#4269]: https://gitlab.freedesktop.org/drm/intel/issues/4269
[i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
[i915#4547]: https://gitlab.freedesktop.org/drm/intel/issues/4547
[i915#5026]: https://gitlab.freedesktop.org/drm/intel/issues/5026
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_6337 -> IGTPW_6594
CI-20190529: 20190529
CI_DRM_11176: 196c30496e1aa8a456195d993619e2960b5b0b45 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_6594: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/index.html
IGT_6337: 7c9c034619ef9dbfbfe041fbf3973a1cf1ac7a22 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/index.html
[-- Attachment #2: Type: text/html, Size: 5733 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* [igt-dev] ✓ Fi.CI.IGT: success for i915/api_intel_bb: Correct size for munmap (rev3)
2022-02-02 6:25 [igt-dev] [PATCH i-g-t] i915/api_intel_bb: Correct size for munmap Zbigniew Kempczyński
2022-02-02 7:10 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/api_intel_bb: Correct size for munmap (rev3) Patchwork
@ 2022-02-02 8:07 ` Patchwork
2022-02-02 16:08 ` [igt-dev] [PATCH i-g-t] i915/api_intel_bb: Correct size for munmap Dixit, Ashutosh
2 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2022-02-02 8:07 UTC (permalink / raw)
To: Zbigniew Kempczyński; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 30267 bytes --]
== Series Details ==
Series: i915/api_intel_bb: Correct size for munmap (rev3)
URL : https://patchwork.freedesktop.org/series/99536/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_11176_full -> IGTPW_6594_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/index.html
Participating hosts (11 -> 8)
------------------------------
Missing (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005
Known issues
------------
Here are the changes found in IGTPW_6594_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_ctx_persistence@legacy-engines-hang:
- shard-snb: NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#1099])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-snb4/igt@gem_ctx_persistence@legacy-engines-hang.html
* igt@gem_eio@in-flight-contexts-immediate:
- shard-tglb: [PASS][2] -> [TIMEOUT][3] ([i915#3063])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-tglb7/igt@gem_eio@in-flight-contexts-immediate.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb5/igt@gem_eio@in-flight-contexts-immediate.html
* igt@gem_eio@unwedge-stress:
- shard-tglb: NOTRUN -> [FAIL][4] ([i915#232])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb2/igt@gem_eio@unwedge-stress.html
- shard-iclb: NOTRUN -> [TIMEOUT][5] ([i915#2481] / [i915#3070])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb2/igt@gem_eio@unwedge-stress.html
- shard-snb: NOTRUN -> [FAIL][6] ([i915#3354])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-snb6/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@parallel-keep-in-fence:
- shard-iclb: NOTRUN -> [SKIP][7] ([i915#4525])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb5/igt@gem_exec_balancer@parallel-keep-in-fence.html
* igt@gem_exec_balancer@parallel-keep-submit-fence:
- shard-iclb: [PASS][8] -> [SKIP][9] ([i915#4525])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-iclb1/igt@gem_exec_balancer@parallel-keep-submit-fence.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb7/igt@gem_exec_balancer@parallel-keep-submit-fence.html
* igt@gem_exec_balancer@parallel-out-fence:
- shard-glk: NOTRUN -> [SKIP][10] ([fdo#109271]) +88 similar issues
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-glk8/igt@gem_exec_balancer@parallel-out-fence.html
* igt@gem_exec_fair@basic-deadline:
- shard-glk: NOTRUN -> [FAIL][11] ([i915#2846])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-glk4/igt@gem_exec_fair@basic-deadline.html
- shard-apl: NOTRUN -> [FAIL][12] ([i915#2846])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-apl4/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-apl: [PASS][13] -> [FAIL][14] ([i915#2842]) +1 similar issue
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-apl7/igt@gem_exec_fair@basic-none-solo@rcs0.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-apl7/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-pace@vecs0:
- shard-kbl: [PASS][15] -> [FAIL][16] ([i915#2842]) +2 similar issues
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-kbl1/igt@gem_exec_fair@basic-pace@vecs0.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl4/igt@gem_exec_fair@basic-pace@vecs0.html
- shard-glk: [PASS][17] -> [FAIL][18] ([i915#2842]) +3 similar issues
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-glk1/igt@gem_exec_fair@basic-pace@vecs0.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-glk9/igt@gem_exec_fair@basic-pace@vecs0.html
* igt@gem_huc_copy@huc-copy:
- shard-apl: NOTRUN -> [SKIP][19] ([fdo#109271] / [i915#2190])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-apl1/igt@gem_huc_copy@huc-copy.html
- shard-iclb: NOTRUN -> [SKIP][20] ([i915#2190])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb1/igt@gem_huc_copy@huc-copy.html
- shard-kbl: NOTRUN -> [SKIP][21] ([fdo#109271] / [i915#2190])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl7/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@heavy-random:
- shard-glk: NOTRUN -> [SKIP][22] ([fdo#109271] / [i915#4613])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-glk7/igt@gem_lmem_swapping@heavy-random.html
- shard-kbl: NOTRUN -> [SKIP][23] ([fdo#109271] / [i915#4613]) +1 similar issue
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl7/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_pxp@verify-pxp-key-change-after-suspend-resume:
- shard-tglb: NOTRUN -> [SKIP][24] ([i915#4270]) +1 similar issue
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb6/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html
* igt@gem_pxp@verify-pxp-stale-buf-execution:
- shard-iclb: NOTRUN -> [SKIP][25] ([i915#4270]) +1 similar issue
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb8/igt@gem_pxp@verify-pxp-stale-buf-execution.html
* igt@gem_render_copy@x-tiled-to-vebox-yf-tiled:
- shard-kbl: NOTRUN -> [SKIP][26] ([fdo#109271]) +240 similar issues
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl1/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html
- shard-iclb: NOTRUN -> [SKIP][27] ([i915#768]) +1 similar issue
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb4/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-iclb: NOTRUN -> [SKIP][28] ([i915#3297]) +1 similar issue
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb3/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@unsync-unmap-after-close:
- shard-tglb: NOTRUN -> [SKIP][29] ([i915#3297])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb6/igt@gem_userptr_blits@unsync-unmap-after-close.html
* igt@gen7_exec_parse@batch-without-end:
- shard-iclb: NOTRUN -> [SKIP][30] ([fdo#109289]) +2 similar issues
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb8/igt@gen7_exec_parse@batch-without-end.html
- shard-tglb: NOTRUN -> [SKIP][31] ([fdo#109289]) +2 similar issues
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb3/igt@gen7_exec_parse@batch-without-end.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-tglb: NOTRUN -> [SKIP][32] ([i915#2527] / [i915#2856])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb5/igt@gen9_exec_parse@bb-start-cmd.html
- shard-iclb: NOTRUN -> [SKIP][33] ([i915#2856])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb7/igt@gen9_exec_parse@bb-start-cmd.html
* igt@i915_pm_dc@dc9-dpms:
- shard-tglb: NOTRUN -> [SKIP][34] ([i915#4281])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb5/igt@i915_pm_dc@dc9-dpms.html
* igt@i915_pm_rpm@modeset-pc8-residency-stress:
- shard-apl: NOTRUN -> [SKIP][35] ([fdo#109271]) +140 similar issues
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-apl2/igt@i915_pm_rpm@modeset-pc8-residency-stress.html
- shard-tglb: NOTRUN -> [SKIP][36] ([fdo#109506] / [i915#2411])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb3/igt@i915_pm_rpm@modeset-pc8-residency-stress.html
- shard-iclb: NOTRUN -> [SKIP][37] ([fdo#109293] / [fdo#109506])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb2/igt@i915_pm_rpm@modeset-pc8-residency-stress.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-iclb: NOTRUN -> [SKIP][38] ([fdo#110725] / [fdo#111614])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb1/igt@kms_big_fb@linear-16bpp-rotate-90.html
- shard-tglb: NOTRUN -> [SKIP][39] ([fdo#111614])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb1/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@linear-32bpp-rotate-180:
- shard-glk: NOTRUN -> [DMESG-WARN][40] ([i915#118])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-glk2/igt@kms_big_fb@linear-32bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-kbl: NOTRUN -> [SKIP][41] ([fdo#109271] / [i915#3777]) +3 similar issues
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
- shard-tglb: NOTRUN -> [SKIP][42] ([fdo#111615]) +4 similar issues
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb1/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
- shard-iclb: NOTRUN -> [SKIP][43] ([fdo#110723]) +1 similar issue
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb5/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-glk: NOTRUN -> [SKIP][44] ([fdo#109271] / [i915#3777]) +1 similar issue
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-glk8/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-apl: NOTRUN -> [SKIP][45] ([fdo#109271] / [i915#3777]) +1 similar issue
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-apl1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
- shard-tglb: NOTRUN -> [SKIP][46] ([i915#3689] / [i915#3886]) +1 similar issue
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb1/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs:
- shard-kbl: NOTRUN -> [SKIP][47] ([fdo#109271] / [i915#3886]) +8 similar issues
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl4/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs:
- shard-iclb: NOTRUN -> [SKIP][48] ([fdo#109278] / [i915#3886]) +2 similar issues
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb7/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html
- shard-glk: NOTRUN -> [SKIP][49] ([fdo#109271] / [i915#3886]) +1 similar issue
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-glk2/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_ccs:
- shard-tglb: NOTRUN -> [SKIP][50] ([i915#3689]) +1 similar issue
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb3/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_ccs.html
* igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc:
- shard-apl: NOTRUN -> [SKIP][51] ([fdo#109271] / [i915#3886]) +5 similar issues
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-apl1/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-d-missing-ccs-buffer-yf_tiled_ccs:
- shard-tglb: NOTRUN -> [SKIP][52] ([fdo#111615] / [i915#3689]) +2 similar issues
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb2/igt@kms_ccs@pipe-d-missing-ccs-buffer-yf_tiled_ccs.html
* igt@kms_chamelium@hdmi-hpd-after-suspend:
- shard-iclb: NOTRUN -> [SKIP][53] ([fdo#109284] / [fdo#111827]) +4 similar issues
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb3/igt@kms_chamelium@hdmi-hpd-after-suspend.html
* igt@kms_chamelium@vga-edid-read:
- shard-glk: NOTRUN -> [SKIP][54] ([fdo#109271] / [fdo#111827]) +5 similar issues
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-glk3/igt@kms_chamelium@vga-edid-read.html
* igt@kms_chamelium@vga-frame-dump:
- shard-tglb: NOTRUN -> [SKIP][55] ([fdo#109284] / [fdo#111827]) +4 similar issues
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb2/igt@kms_chamelium@vga-frame-dump.html
* igt@kms_color@pipe-d-degamma:
- shard-iclb: NOTRUN -> [SKIP][56] ([fdo#109278] / [i915#1149])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb8/igt@kms_color@pipe-d-degamma.html
* igt@kms_color_chamelium@pipe-b-ctm-0-25:
- shard-kbl: NOTRUN -> [SKIP][57] ([fdo#109271] / [fdo#111827]) +17 similar issues
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl6/igt@kms_color_chamelium@pipe-b-ctm-0-25.html
- shard-snb: NOTRUN -> [SKIP][58] ([fdo#109271] / [fdo#111827]) +5 similar issues
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-snb2/igt@kms_color_chamelium@pipe-b-ctm-0-25.html
* igt@kms_color_chamelium@pipe-b-ctm-limited-range:
- shard-apl: NOTRUN -> [SKIP][59] ([fdo#109271] / [fdo#111827]) +9 similar issues
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-apl4/igt@kms_color_chamelium@pipe-b-ctm-limited-range.html
* igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding:
- shard-tglb: NOTRUN -> [SKIP][60] ([i915#3319]) +1 similar issue
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb2/igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding.html
* igt@kms_cursor_crc@pipe-a-cursor-max-size-rapid-movement:
- shard-tglb: NOTRUN -> [SKIP][61] ([i915#3359]) +5 similar issues
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb1/igt@kms_cursor_crc@pipe-a-cursor-max-size-rapid-movement.html
* igt@kms_cursor_crc@pipe-a-cursor-suspend:
- shard-kbl: NOTRUN -> [DMESG-WARN][62] ([i915#180]) +2 similar issues
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
* igt@kms_cursor_crc@pipe-c-cursor-512x170-rapid-movement:
- shard-snb: NOTRUN -> [SKIP][63] ([fdo#109271]) +125 similar issues
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-snb2/igt@kms_cursor_crc@pipe-c-cursor-512x170-rapid-movement.html
* igt@kms_cursor_crc@pipe-d-cursor-512x512-rapid-movement:
- shard-tglb: NOTRUN -> [SKIP][64] ([fdo#109279] / [i915#3359]) +2 similar issues
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-512x512-rapid-movement.html
* igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
- shard-iclb: NOTRUN -> [SKIP][65] ([fdo#109274] / [fdo#109278]) +1 similar issue
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb5/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-kbl: [PASS][66] -> [INCOMPLETE][67] ([i915#180] / [i915#636])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-kbl3/igt@kms_fbcon_fbt@fbc-suspend.html
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl7/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_flip@2x-flip-vs-dpms:
- shard-iclb: NOTRUN -> [SKIP][68] ([fdo#109274]) +3 similar issues
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb6/igt@kms_flip@2x-flip-vs-dpms.html
* igt@kms_flip@2x-plain-flip-interruptible:
- shard-tglb: NOTRUN -> [SKIP][69] ([fdo#109274] / [fdo#111825]) +6 similar issues
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb2/igt@kms_flip@2x-plain-flip-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
- shard-kbl: [PASS][70] -> [DMESG-WARN][71] ([i915#180]) +6 similar issues
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-kbl3/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl1/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
- shard-iclb: NOTRUN -> [SKIP][72] ([i915#2587])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling:
- shard-iclb: [PASS][73] -> [SKIP][74] ([i915#3701])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-iclb4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
- shard-iclb: NOTRUN -> [SKIP][75] ([fdo#109280]) +10 similar issues
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff:
- shard-tglb: NOTRUN -> [SKIP][76] ([fdo#109280] / [fdo#111825]) +10 similar issues
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff.html
* igt@kms_invalid_mode@clock-too-high:
- shard-tglb: NOTRUN -> [SKIP][77] ([i915#4278])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb3/igt@kms_invalid_mode@clock-too-high.html
- shard-iclb: NOTRUN -> [SKIP][78] ([i915#4278])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb8/igt@kms_invalid_mode@clock-too-high.html
* igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c:
- shard-apl: [PASS][79] -> [DMESG-WARN][80] ([i915#180])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-apl8/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-apl3/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c.html
- shard-kbl: [PASS][81] -> [INCOMPLETE][82] ([i915#2828])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-kbl4/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl4/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c.html
* igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max:
- shard-apl: NOTRUN -> [FAIL][83] ([fdo#108145] / [i915#265])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-apl1/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max.html
* igt@kms_plane_alpha_blend@pipe-c-alpha-7efc:
- shard-kbl: NOTRUN -> [FAIL][84] ([fdo#108145] / [i915#265]) +2 similar issues
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl3/igt@kms_plane_alpha_blend@pipe-c-alpha-7efc.html
* igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb:
- shard-glk: NOTRUN -> [FAIL][85] ([fdo#108145] / [i915#265])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-glk1/igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb.html
* igt@kms_plane_alpha_blend@pipe-d-constant-alpha-max:
- shard-iclb: NOTRUN -> [SKIP][86] ([fdo#109278]) +20 similar issues
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb5/igt@kms_plane_alpha_blend@pipe-d-constant-alpha-max.html
* igt@kms_plane_cursor@pipe-b-primary-size-256:
- shard-iclb: [PASS][87] -> [DMESG-WARN][88] ([i915#4391])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-iclb6/igt@kms_plane_cursor@pipe-b-primary-size-256.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb7/igt@kms_plane_cursor@pipe-b-primary-size-256.html
* igt@kms_plane_lowres@pipe-c-tiling-none:
- shard-iclb: NOTRUN -> [SKIP][89] ([i915#3536]) +1 similar issue
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb5/igt@kms_plane_lowres@pipe-c-tiling-none.html
* igt@kms_plane_lowres@pipe-d-tiling-y:
- shard-tglb: NOTRUN -> [SKIP][90] ([i915#3536]) +3 similar issues
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb5/igt@kms_plane_lowres@pipe-d-tiling-y.html
* igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping:
- shard-apl: NOTRUN -> [SKIP][91] ([fdo#109271] / [i915#2733])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-apl4/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html
- shard-kbl: NOTRUN -> [SKIP][92] ([fdo#109271] / [i915#2733])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl3/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html
- shard-glk: NOTRUN -> [SKIP][93] ([fdo#109271] / [i915#2733])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-glk3/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html
* igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area:
- shard-apl: NOTRUN -> [SKIP][94] ([fdo#109271] / [i915#658]) +1 similar issue
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-apl1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-tglb: NOTRUN -> [SKIP][95] ([i915#1911])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb6/igt@kms_psr2_su@frontbuffer-xrgb8888.html
- shard-glk: NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#658])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-glk9/igt@kms_psr2_su@frontbuffer-xrgb8888.html
- shard-kbl: NOTRUN -> [SKIP][97] ([fdo#109271] / [i915#658])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl4/igt@kms_psr2_su@frontbuffer-xrgb8888.html
- shard-iclb: NOTRUN -> [SKIP][98] ([fdo#109642] / [fdo#111068] / [i915#658])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb6/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@psr2_sprite_blt:
- shard-tglb: NOTRUN -> [FAIL][99] ([i915#132] / [i915#3467]) +1 similar issue
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb2/igt@kms_psr@psr2_sprite_blt.html
* igt@kms_psr@psr2_sprite_plane_move:
- shard-iclb: [PASS][100] -> [SKIP][101] ([fdo#109441]) +2 similar issues
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb1/igt@kms_psr@psr2_sprite_plane_move.html
* igt@kms_psr@psr2_suspend:
- shard-iclb: NOTRUN -> [SKIP][102] ([fdo#109441])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb4/igt@kms_psr@psr2_suspend.html
* igt@kms_writeback@writeback-fb-id:
- shard-apl: NOTRUN -> [SKIP][103] ([fdo#109271] / [i915#2437])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-apl6/igt@kms_writeback@writeback-fb-id.html
- shard-kbl: NOTRUN -> [SKIP][104] ([fdo#109271] / [i915#2437])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl6/igt@kms_writeback@writeback-fb-id.html
* igt@nouveau_crc@pipe-a-source-outp-inactive:
- shard-iclb: NOTRUN -> [SKIP][105] ([i915#2530])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb1/igt@nouveau_crc@pipe-a-source-outp-inactive.html
* igt@nouveau_crc@pipe-c-source-outp-inactive:
- shard-tglb: NOTRUN -> [SKIP][106] ([i915#2530]) +1 similar issue
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb7/igt@nouveau_crc@pipe-c-source-outp-inactive.html
* igt@prime_nv_pcopy@test_semaphore:
- shard-iclb: NOTRUN -> [SKIP][107] ([fdo#109291])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb4/igt@prime_nv_pcopy@test_semaphore.html
- shard-tglb: NOTRUN -> [SKIP][108] ([fdo#109291])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb6/igt@prime_nv_pcopy@test_semaphore.html
* igt@sysfs_clients@fair-1:
- shard-apl: NOTRUN -> [SKIP][109] ([fdo#109271] / [i915#2994]) +1 similar issue
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-apl4/igt@sysfs_clients@fair-1.html
* igt@sysfs_clients@sema-50:
- shard-kbl: NOTRUN -> [SKIP][110] ([fdo#109271] / [i915#2994]) +4 similar issues
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl1/igt@sysfs_clients@sema-50.html
- shard-glk: NOTRUN -> [SKIP][111] ([fdo#109271] / [i915#2994]) +1 similar issue
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-glk3/igt@sysfs_clients@sema-50.html
* igt@sysfs_clients@split-10:
- shard-iclb: NOTRUN -> [SKIP][112] ([i915#2994])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb3/igt@sysfs_clients@split-10.html
- shard-tglb: NOTRUN -> [SKIP][113] ([i915#2994])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb5/igt@sysfs_clients@split-10.html
#### Possible fixes ####
* igt@gem_ctx_isolation@preservation-s3@rcs0:
- shard-apl: [DMESG-WARN][114] ([i915#180]) -> [PASS][115] +2 similar issues
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-apl1/igt@gem_ctx_isolation@preservation-s3@rcs0.html
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-apl7/igt@gem_ctx_isolation@preservation-s3@rcs0.html
* igt@gem_exec_balancer@parallel-balancer:
- shard-iclb: [SKIP][116] ([i915#4525]) -> [PASS][117]
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-iclb6/igt@gem_exec_balancer@parallel-balancer.html
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb1/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_fair@basic-none-rrul@rcs0:
- shard-glk: [FAIL][118] ([i915#2842]) -> [PASS][119]
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-glk1/igt@gem_exec_fair@basic-none-rrul@rcs0.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-glk5/igt@gem_exec_fair@basic-none-rrul@rcs0.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-iclb: [FAIL][120] ([i915#2842]) -> [PASS][121]
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-iclb6/igt@gem_exec_fair@basic-none-share@rcs0.html
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb2/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-kbl: [FAIL][122] ([i915#2842]) -> [PASS][123]
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-kbl1/igt@gem_exec_fair@basic-pace@rcs0.html
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl4/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@gem_exec_fair@basic-pace@vecs0:
- shard-tglb: [FAIL][124] ([i915#2842]) -> [PASS][125] +1 similar issue
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-tglb1/igt@gem_exec_fair@basic-pace@vecs0.html
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglb6/igt@gem_exec_fair@basic-pace@vecs0.html
* igt@gem_exec_whisper@basic-queues-forked-all:
- shard-glk: [DMESG-WARN][126] ([i915#118]) -> [PASS][127] +2 similar issues
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-glk9/igt@gem_exec_whisper@basic-queues-forked-all.html
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-glk4/igt@gem_exec_whisper@basic-queues-forked-all.html
* igt@gen9_exec_parse@allowed-all:
- shard-apl: [DMESG-WARN][128] ([i915#1436] / [i915#716]) -> [PASS][129]
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-apl3/igt@gen9_exec_parse@allowed-all.html
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-apl1/igt@gen9_exec_parse@allowed-all.html
* igt@kms_big_fb@linear-16bpp-rotate-0:
- {shard-tglu}: [DMESG-WARN][130] ([i915#402]) -> [PASS][131] +1 similar issue
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-tglu-2/igt@kms_big_fb@linear-16bpp-rotate-0.html
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-tglu-5/igt@kms_big_fb@linear-16bpp-rotate-0.html
* igt@kms_cursor_crc@pipe-c-cursor-suspend:
- shard-kbl: [DMESG-WARN][132] ([i915#180]) -> [PASS][133] +4 similar issues
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-kbl6/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-kbl7/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
* igt@kms_psr@psr2_cursor_blt:
- shard-iclb: [SKIP][134] ([fdo#109441]) -> [PASS][135] +1 similar issue
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11176/shard-iclb7/igt@kms_psr@psr2_cursor_blt.html
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/shard-iclb2/igt@kms_psr@psr2_cursor_blt.html
#### Warnings ####
* igt@gem_softpin@allocator-evict-all-engines:
- shard-glk: [FAIL][136] ([i915#4171]) -> [DMESG-W
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6594/index.html
[-- Attachment #2: Type: text/html, Size: 33783 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [igt-dev] [PATCH i-g-t] i915/api_intel_bb: Correct size for munmap
2022-02-02 6:25 [igt-dev] [PATCH i-g-t] i915/api_intel_bb: Correct size for munmap Zbigniew Kempczyński
2022-02-02 7:10 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/api_intel_bb: Correct size for munmap (rev3) Patchwork
2022-02-02 8:07 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
@ 2022-02-02 16:08 ` Dixit, Ashutosh
2 siblings, 0 replies; 7+ messages in thread
From: Dixit, Ashutosh @ 2022-02-02 16:08 UTC (permalink / raw)
To: Zbigniew Kempczyński; +Cc: igt-dev
On Tue, 01 Feb 2022 22:25:27 -0800, Zbigniew Kempczyński wrote:
>
> If we don't release the entirety of the mmap we create, it still holds a
> reference to the fd/object.
>
> v2: changed to intel_buf_size() (ZK)
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> Signed-off-by: Chris Wilson <chris.p.wilson@intel.com>
> Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
> ---
> tests/i915/api_intel_bb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/i915/api_intel_bb.c b/tests/i915/api_intel_bb.c
> index 5c996f644..e37472fb4 100644
> --- a/tests/i915/api_intel_bb.c
> +++ b/tests/i915/api_intel_bb.c
> @@ -1169,7 +1169,7 @@ static void delta_check(struct buf_ops *bops)
> ptr = gem_mmap__device_coherent(i915, buf->handle, 0,
> intel_buf_size(buf), PROT_READ);
> val = ptr[0x2000 / sizeof(uint32_t)];
> - gem_munmap(ptr, ibb->size);
> + gem_munmap(ptr, intel_buf_size(buf));
^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] [PATCH i-g-t] i915/api_intel_bb: Correct size for munmap
@ 2022-01-31 16:48 Zbigniew Kempczyński
2022-02-01 21:53 ` Dixit, Ashutosh
0 siblings, 1 reply; 7+ messages in thread
From: Zbigniew Kempczyński @ 2022-01-31 16:48 UTC (permalink / raw)
To: igt-dev
If we don't release the entirety of the mmap we create, it still holds a
reference to the fd/object.
Signed-off-by: Chris Wilson <chris.p.wilson@intel.com>
Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
---
tests/i915/api_intel_bb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/i915/api_intel_bb.c b/tests/i915/api_intel_bb.c
index 5c996f644..130fb9014 100644
--- a/tests/i915/api_intel_bb.c
+++ b/tests/i915/api_intel_bb.c
@@ -1169,7 +1169,7 @@ static void delta_check(struct buf_ops *bops)
ptr = gem_mmap__device_coherent(i915, buf->handle, 0,
intel_buf_size(buf), PROT_READ);
val = ptr[0x2000 / sizeof(uint32_t)];
- gem_munmap(ptr, ibb->size);
+ gem_munmap(ptr, intel_buf_bo_size(buf));
intel_buf_destroy(buf);
intel_bb_destroy(ibb);
--
2.32.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] i915/api_intel_bb: Correct size for munmap
2022-01-31 16:48 Zbigniew Kempczyński
@ 2022-02-01 21:53 ` Dixit, Ashutosh
2022-02-02 6:21 ` Zbigniew Kempczyński
0 siblings, 1 reply; 7+ messages in thread
From: Dixit, Ashutosh @ 2022-02-01 21:53 UTC (permalink / raw)
To: Zbigniew Kempczyński; +Cc: igt-dev
On Mon, 31 Jan 2022 08:48:04 -0800, Zbigniew Kempczyński wrote:
>
> If we don't release the entirety of the mmap we create, it still holds a
> reference to the fd/object.
>
> Signed-off-by: Chris Wilson <chris.p.wilson@intel.com>
> Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
> ---
> tests/i915/api_intel_bb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/i915/api_intel_bb.c b/tests/i915/api_intel_bb.c
> index 5c996f644..130fb9014 100644
> --- a/tests/i915/api_intel_bb.c
> +++ b/tests/i915/api_intel_bb.c
> @@ -1169,7 +1169,7 @@ static void delta_check(struct buf_ops *bops)
> ptr = gem_mmap__device_coherent(i915, buf->handle, 0,
> intel_buf_size(buf), PROT_READ);
> val = ptr[0x2000 / sizeof(uint32_t)];
> - gem_munmap(ptr, ibb->size);
> + gem_munmap(ptr, intel_buf_bo_size(buf));
For making it easier, maybe we should also change to intel_buf_bo_size() in
the mmap (similar to the munmap). Or have intel_buf_size() in the munmap
too? Basically the same in both map and unmap. With that, this is:
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] i915/api_intel_bb: Correct size for munmap
2022-02-01 21:53 ` Dixit, Ashutosh
@ 2022-02-02 6:21 ` Zbigniew Kempczyński
0 siblings, 0 replies; 7+ messages in thread
From: Zbigniew Kempczyński @ 2022-02-02 6:21 UTC (permalink / raw)
To: Dixit, Ashutosh; +Cc: igt-dev
On Tue, Feb 01, 2022 at 01:53:14PM -0800, Dixit, Ashutosh wrote:
> On Mon, 31 Jan 2022 08:48:04 -0800, Zbigniew Kempczyński wrote:
> >
> > If we don't release the entirety of the mmap we create, it still holds a
> > reference to the fd/object.
> >
> > Signed-off-by: Chris Wilson <chris.p.wilson@intel.com>
> > Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
> > ---
> > tests/i915/api_intel_bb.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tests/i915/api_intel_bb.c b/tests/i915/api_intel_bb.c
> > index 5c996f644..130fb9014 100644
> > --- a/tests/i915/api_intel_bb.c
> > +++ b/tests/i915/api_intel_bb.c
> > @@ -1169,7 +1169,7 @@ static void delta_check(struct buf_ops *bops)
> > ptr = gem_mmap__device_coherent(i915, buf->handle, 0,
> > intel_buf_size(buf), PROT_READ);
> > val = ptr[0x2000 / sizeof(uint32_t)];
> > - gem_munmap(ptr, ibb->size);
> > + gem_munmap(ptr, intel_buf_bo_size(buf));
>
> For making it easier, maybe we should also change to intel_buf_bo_size() in
> the mmap (similar to the munmap). Or have intel_buf_size() in the munmap
> too? Basically the same in both map and unmap. With that, this is:
Yes, you're right. I missed that in above mapping. intel_buf_size() is not
always intel_buf_bo_size() as first one contains requested buffer size.
It may differ than buffer size created by the kernel.
For above case intel_buf_size() should be put as an argument.
Thanks for spotting that. I'm going to change and resend.
--
Zbigniew
>
> Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-02-02 16:11 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-02 6:25 [igt-dev] [PATCH i-g-t] i915/api_intel_bb: Correct size for munmap Zbigniew Kempczyński
2022-02-02 7:10 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/api_intel_bb: Correct size for munmap (rev3) Patchwork
2022-02-02 8:07 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2022-02-02 16:08 ` [igt-dev] [PATCH i-g-t] i915/api_intel_bb: Correct size for munmap Dixit, Ashutosh
-- strict thread matches above, loose matches on Subject: below --
2022-01-31 16:48 Zbigniew Kempczyński
2022-02-01 21:53 ` Dixit, Ashutosh
2022-02-02 6:21 ` Zbigniew Kempczyński
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox