* [igt-dev] [PATCH i-g-t] tests/i915_query: Add igt_debug() calls for geometry-subslices
@ 2023-06-13 21:01 Gustavo Sousa
2023-06-13 22:33 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Gustavo Sousa @ 2023-06-13 21:01 UTC (permalink / raw)
To: igt-dev
Besides providing extra debug information, this also allows one to
simply use the test binary to quickly check values.
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
tests/i915/i915_query.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/tests/i915/i915_query.c b/tests/i915/i915_query.c
index 62f7de428ec8..194f2e91b0ad 100644
--- a/tests/i915/i915_query.c
+++ b/tests/i915/i915_query.c
@@ -1249,6 +1249,10 @@ static void test_query_geometry_subslices(int fd)
item.flags = e->class | (e->instance << 16);
i915_query_items(fd, &item, 1);
+ igt_debug("%s is render engine: %s\n",
+ e->name,
+ e->class == I915_ENGINE_CLASS_RENDER ? "yes" : "no");
+
/* Non-render engines should return -EINVAL */
if (e->class != I915_ENGINE_CLASS_RENDER) {
igt_assert_eq(item.length, -EINVAL);
@@ -1262,6 +1266,14 @@ static void test_query_geometry_subslices(int fd)
item.data_ptr = to_user_pointer(topo_info);
i915_query_items(fd, &item, 1);
+ igt_debug(" max_slices=%hu max_subslices=%hu max_eus_per_subslice=%hu\n",
+ topo_info->max_slices, topo_info->max_subslices,
+ topo_info->max_eus_per_subslice);
+ igt_debug(" subslice_offset=%hu subslice_stride=%hu\n",
+ topo_info->subslice_offset, topo_info->subslice_stride);
+ igt_debug(" eu_offset=%hu eu_stride=%hu\n",
+ topo_info->eu_offset, topo_info->eu_stride);
+
igt_assert(topo_info->max_subslices > 0);
igt_assert(topo_info->max_eus_per_subslice > 0);
--
2.41.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915_query: Add igt_debug() calls for geometry-subslices
2023-06-13 21:01 [igt-dev] [PATCH i-g-t] tests/i915_query: Add igt_debug() calls for geometry-subslices Gustavo Sousa
@ 2023-06-13 22:33 ` Patchwork
2023-06-14 1:59 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2023-06-14 11:19 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2023-06-13 22:33 UTC (permalink / raw)
To: Gustavo Sousa; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3935 bytes --]
== Series Details ==
Series: tests/i915_query: Add igt_debug() calls for geometry-subslices
URL : https://patchwork.freedesktop.org/series/119298/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13268 -> IGTPW_9163
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/index.html
Participating hosts (39 -> 38)
------------------------------
Missing (1): fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_9163 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@gt_mocs:
- bat-mtlp-6: [PASS][1] -> [DMESG-FAIL][2] ([i915#7059])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/bat-mtlp-6/igt@i915_selftest@live@gt_mocs.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/bat-mtlp-6/igt@i915_selftest@live@gt_mocs.html
* igt@i915_selftest@live@hangcheck:
- bat-dg2-11: [PASS][3] -> [ABORT][4] ([i915#7913] / [i915#7979])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/bat-dg2-11/igt@i915_selftest@live@hangcheck.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/bat-dg2-11/igt@i915_selftest@live@hangcheck.html
* igt@i915_selftest@live@requests:
- bat-rpls-1: [PASS][5] -> [ABORT][6] ([i915#7911] / [i915#7920] / [i915#7982])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/bat-rpls-1/igt@i915_selftest@live@requests.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/bat-rpls-1/igt@i915_selftest@live@requests.html
#### Possible fixes ####
* igt@i915_suspend@basic-s3-without-i915:
- fi-apl-guc: [DMESG-WARN][7] ([i915#1982]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/fi-apl-guc/igt@i915_suspend@basic-s3-without-i915.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/fi-apl-guc/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence@pipe-d-dp-1:
- bat-dg2-8: [FAIL][9] ([i915#7932]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence@pipe-d-dp-1.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence@pipe-d-dp-1.html
#### Warnings ####
* igt@i915_module_load@load:
- bat-adlp-11: [DMESG-WARN][11] ([i915#4423]) -> [ABORT][12] ([i915#4423])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/bat-adlp-11/igt@i915_module_load@load.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/bat-adlp-11/igt@i915_module_load@load.html
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423
[i915#7059]: https://gitlab.freedesktop.org/drm/intel/issues/7059
[i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911
[i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913
[i915#7920]: https://gitlab.freedesktop.org/drm/intel/issues/7920
[i915#7932]: https://gitlab.freedesktop.org/drm/intel/issues/7932
[i915#7979]: https://gitlab.freedesktop.org/drm/intel/issues/7979
[i915#7982]: https://gitlab.freedesktop.org/drm/intel/issues/7982
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7327 -> IGTPW_9163
CI-20190529: 20190529
CI_DRM_13268: 3caf49f11ec7b90307ce2e4aeeb9c72106977efb @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9163: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/index.html
IGT_7327: 34e48b7d6402c3d7af19a40d8951eae017cf64df @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/index.html
[-- Attachment #2: Type: text/html, Size: 4728 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/i915_query: Add igt_debug() calls for geometry-subslices
2023-06-13 21:01 [igt-dev] [PATCH i-g-t] tests/i915_query: Add igt_debug() calls for geometry-subslices Gustavo Sousa
2023-06-13 22:33 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2023-06-14 1:59 ` Patchwork
2023-06-14 11:19 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2023-06-14 1:59 UTC (permalink / raw)
To: Gustavo Sousa; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 23035 bytes --]
== Series Details ==
Series: tests/i915_query: Add igt_debug() calls for geometry-subslices
URL : https://patchwork.freedesktop.org/series/119298/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13268_full -> IGTPW_9163_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/index.html
Participating hosts (7 -> 7)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in IGTPW_9163_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@debugfs_test@basic-hwmon:
- shard-tglu: NOTRUN -> [SKIP][1] ([i915#7456])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-8/igt@debugfs_test@basic-hwmon.html
* igt@gem_barrier_race@remote-request@rcs0:
- shard-tglu: [PASS][2] -> [ABORT][3] ([i915#8211] / [i915#8234])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-tglu-4/igt@gem_barrier_race@remote-request@rcs0.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-7/igt@gem_barrier_race@remote-request@rcs0.html
* igt@gem_ccs@block-multicopy-compressed:
- shard-tglu: NOTRUN -> [SKIP][4] ([i915#4579] / [i915#5325])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-8/igt@gem_ccs@block-multicopy-compressed.html
* igt@gem_exec_endless@dispatch@rcs0:
- shard-rkl: [PASS][5] -> [TIMEOUT][6] ([i915#3778])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-rkl-3/igt@gem_exec_endless@dispatch@rcs0.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-3/igt@gem_exec_endless@dispatch@rcs0.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-rkl: [PASS][7] -> [FAIL][8] ([i915#2842]) +1 similar issue
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-rkl-6/igt@gem_exec_fair@basic-pace@rcs0.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-4/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@gem_exec_suspend@basic-s4-devices@smem:
- shard-tglu: [PASS][9] -> [ABORT][10] ([i915#7975] / [i915#8213])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-tglu-7/igt@gem_exec_suspend@basic-s4-devices@smem.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices@smem.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-rkl: NOTRUN -> [SKIP][11] ([i915#4613])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-4/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_userptr_blits@coherency-sync:
- shard-tglu: NOTRUN -> [SKIP][12] ([fdo#110542])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-2/igt@gem_userptr_blits@coherency-sync.html
* igt@gen7_exec_parse@load-register-reg:
- shard-tglu: NOTRUN -> [SKIP][13] ([fdo#109289])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-7/igt@gen7_exec_parse@load-register-reg.html
* igt@gen9_exec_parse@bb-chained:
- shard-tglu: NOTRUN -> [SKIP][14] ([i915#2527] / [i915#2856])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-5/igt@gen9_exec_parse@bb-chained.html
* igt@i915_pm_dc@dc9-dpms:
- shard-apl: [PASS][15] -> [SKIP][16] ([fdo#109271])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-apl7/igt@i915_pm_dc@dc9-dpms.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-apl3/igt@i915_pm_dc@dc9-dpms.html
* igt@i915_pm_rpm@dpms-mode-unset-lpsp:
- shard-rkl: [PASS][17] -> [SKIP][18] ([i915#1397]) +1 similar issue
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-rkl-7/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-1/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
* igt@i915_power@sanity:
- shard-rkl: NOTRUN -> [SKIP][19] ([i915#7984])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-6/igt@i915_power@sanity.html
* igt@i915_selftest@live@dmabuf:
- shard-apl: [PASS][20] -> [DMESG-FAIL][21] ([i915#7562])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-apl4/igt@i915_selftest@live@dmabuf.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-apl6/igt@i915_selftest@live@dmabuf.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-rkl: [PASS][22] -> [FAIL][23] ([fdo#103375])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-rkl-3/igt@i915_suspend@basic-s3-without-i915.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-3/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs:
- shard-rkl: NOTRUN -> [SKIP][24] ([i915#8502]) +3 similar issues
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-4/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-rkl: NOTRUN -> [SKIP][25] ([i915#5286])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-0:
- shard-tglu: NOTRUN -> [SKIP][26] ([fdo#111615])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-4/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html
* igt@kms_big_joiner@basic:
- shard-rkl: NOTRUN -> [SKIP][27] ([i915#2705])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-3/igt@kms_big_joiner@basic.html
* igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs:
- shard-tglu: NOTRUN -> [SKIP][28] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-8/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-a-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs:
- shard-tglu: NOTRUN -> [SKIP][29] ([i915#3689] / [i915#5354] / [i915#6095])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-3/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs.html
* igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_rc_ccs:
- shard-tglu: NOTRUN -> [SKIP][30] ([i915#5354] / [i915#6095])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-5/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_rc_ccs.html
* igt@kms_chamelium_color@ctm-max:
- shard-tglu: NOTRUN -> [SKIP][31] ([fdo#111827])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-8/igt@kms_chamelium_color@ctm-max.html
* igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
- shard-tglu: NOTRUN -> [SKIP][32] ([i915#7828])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-8/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
- shard-tglu: NOTRUN -> [SKIP][33] ([fdo#109274])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-3/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: [PASS][34] -> [FAIL][35] ([i915#2346]) +1 similar issue
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
- shard-apl: [PASS][36] -> [FAIL][37] ([i915#2346])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@single-move@pipe-b:
- shard-rkl: [PASS][38] -> [INCOMPLETE][39] ([i915#8011])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-rkl-2/igt@kms_cursor_legacy@single-move@pipe-b.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-7/igt@kms_cursor_legacy@single-move@pipe-b.html
* igt@kms_draw_crc@draw-method-blt@xrgb2101010-ytiled:
- shard-glk: [PASS][40] -> [DMESG-WARN][41] ([i915#7936])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-glk8/igt@kms_draw_crc@draw-method-blt@xrgb2101010-ytiled.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-glk5/igt@kms_draw_crc@draw-method-blt@xrgb2101010-ytiled.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][42] ([i915#2587] / [i915#2672] / [i915#4579])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-plflip-blt:
- shard-tglu: NOTRUN -> [SKIP][43] ([fdo#109280]) +3 similar issues
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-9/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt:
- shard-apl: NOTRUN -> [SKIP][44] ([fdo#109271]) +3 similar issues
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-apl7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary:
- shard-tglu: NOTRUN -> [SKIP][45] ([fdo#110189]) +5 similar issues
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-3/igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-rkl: NOTRUN -> [SKIP][46] ([i915#3555] / [i915#4579])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-1/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][47] ([i915#5176]) +1 similar issue
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][48] ([i915#4579] / [i915#5176]) +1 similar issue
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-b-hdmi-a-1.html
* igt@kms_plane_scaling@plane-upscale-with-modifiers-factor-0-25@pipe-a-vga-1:
- shard-snb: NOTRUN -> [SKIP][49] ([fdo#109271]) +18 similar issues
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-snb5/igt@kms_plane_scaling@plane-upscale-with-modifiers-factor-0-25@pipe-a-vga-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][50] ([i915#5235]) +2 similar issues
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][51] ([i915#4579] / [i915#5235]) +2 similar issues
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1:
- shard-snb: NOTRUN -> [SKIP][52] ([fdo#109271] / [i915#4579]) +9 similar issues
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-snb6/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1.html
* igt@kms_psr@sprite_mmap_gtt:
- shard-rkl: NOTRUN -> [SKIP][53] ([i915#1072])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-7/igt@kms_psr@sprite_mmap_gtt.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-tglu: NOTRUN -> [SKIP][54] ([i915#3555] / [i915#4579])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-5/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-tglu: NOTRUN -> [SKIP][55] ([i915#8623])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-9/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_universal_plane@universal-plane-pipe-d-functional:
- shard-rkl: NOTRUN -> [SKIP][56] ([i915#4070] / [i915#533] / [i915#6768])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-4/igt@kms_universal_plane@universal-plane-pipe-d-functional.html
* igt@kms_vblank@pipe-c-wait-forked-busy-hang:
- shard-rkl: NOTRUN -> [SKIP][57] ([i915#4070] / [i915#6768])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-1/igt@kms_vblank@pipe-c-wait-forked-busy-hang.html
* igt@v3d/v3d_submit_csd@single-out-sync:
- shard-rkl: NOTRUN -> [SKIP][58] ([fdo#109315])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-4/igt@v3d/v3d_submit_csd@single-out-sync.html
#### Possible fixes ####
* igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
- shard-rkl: [FAIL][59] ([i915#7742]) -> [PASS][60] +1 similar issue
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-rkl-4/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-1/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@gem_barrier_race@remote-request@rcs0:
- shard-apl: [ABORT][61] ([i915#7461] / [i915#8211] / [i915#8234]) -> [PASS][62]
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-apl6/igt@gem_barrier_race@remote-request@rcs0.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-apl2/igt@gem_barrier_race@remote-request@rcs0.html
* igt@gem_eio@reset-stress:
- {shard-dg1}: [FAIL][63] ([i915#5784]) -> [PASS][64]
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-dg1-17/igt@gem_eio@reset-stress.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-dg1-17/igt@gem_eio@reset-stress.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-glk: [FAIL][65] ([i915#2842]) -> [PASS][66]
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-glk5/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-none@bcs0:
- shard-rkl: [FAIL][67] ([i915#2842]) -> [PASS][68] +1 similar issue
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-rkl-7/igt@gem_exec_fair@basic-none@bcs0.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-3/igt@gem_exec_fair@basic-none@bcs0.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-tglu: [FAIL][69] ([i915#2842]) -> [PASS][70]
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-tglu-7/igt@gem_exec_fair@basic-pace-share@rcs0.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-apl: [FAIL][71] ([i915#2842]) -> [PASS][72]
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-apl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-apl3/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@i915_pm_rc6_residency@rc6-idle@vecs0:
- {shard-dg1}: [FAIL][73] ([i915#3591]) -> [PASS][74]
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
* igt@i915_pm_rpm@i2c:
- shard-glk: [FAIL][75] ([i915#5466]) -> [PASS][76]
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-glk1/igt@i915_pm_rpm@i2c.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-glk8/igt@i915_pm_rpm@i2c.html
#### Warnings ####
* igt@i915_pm_rc6_residency@rc6-idle@rcs0:
- shard-tglu: [FAIL][77] ([i915#2681] / [i915#3591]) -> [WARN][78] ([i915#2681])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-tglu-5/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-tglu-7/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][79] ([i915#3955]) -> [SKIP][80] ([fdo#110189] / [i915#3955]) +1 similar issue
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13268/shard-rkl-6/igt@kms_fbcon_fbt@psr-suspend.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2
[fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110542]: https://bugs.freedesktop.org/show_bug.cgi?id=110542
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
[i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
[i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3778]: https://gitlab.freedesktop.org/drm/intel/issues/3778
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391
[i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423
[i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325
[i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5466]: https://gitlab.freedesktop.org/drm/intel/issues/5466
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6493]: https://gitlab.freedesktop.org/drm/intel/issues/6493
[i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
[i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
[i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456
[i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461
[i915#7562]: https://gitlab.freedesktop.org/drm/intel/issues/7562
[i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#7936]: https://gitlab.freedesktop.org/drm/intel/issues/7936
[i915#7959]: https://gitlab.freedesktop.org/drm/intel/issues/7959
[i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
[i915#7984]: https://gitlab.freedesktop.org/drm/intel/issues/7984
[i915#8011]: https://gitlab.freedesktop.org/drm/intel/issues/8011
[i915#8211]: https://gitlab.freedesktop.org/drm/intel/issues/8211
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8234]: https://gitlab.freedesktop.org/drm/intel/issues/8234
[i915#8347]: https://gitlab.freedesktop.org/drm/intel/issues/8347
[i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
[i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7327 -> IGTPW_9163
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_13268: 3caf49f11ec7b90307ce2e4aeeb9c72106977efb @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9163: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/index.html
IGT_7327: 34e48b7d6402c3d7af19a40d8951eae017cf64df @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9163/index.html
[-- Attachment #2: Type: text/html, Size: 26240 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/i915_query: Add igt_debug() calls for geometry-subslices
2023-06-13 21:01 [igt-dev] [PATCH i-g-t] tests/i915_query: Add igt_debug() calls for geometry-subslices Gustavo Sousa
2023-06-13 22:33 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-06-14 1:59 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
@ 2023-06-14 11:19 ` Kamil Konieczny
2 siblings, 0 replies; 4+ messages in thread
From: Kamil Konieczny @ 2023-06-14 11:19 UTC (permalink / raw)
To: igt-dev
Hi Gustavo,
On 2023-06-13 at 18:01:32 -0300, Gustavo Sousa wrote:
> Besides providing extra debug information, this also allows one to
> simply use the test binary to quickly check values.
>
> Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> ---
> tests/i915/i915_query.c | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/tests/i915/i915_query.c b/tests/i915/i915_query.c
> index 62f7de428ec8..194f2e91b0ad 100644
> --- a/tests/i915/i915_query.c
> +++ b/tests/i915/i915_query.c
> @@ -1249,6 +1249,10 @@ static void test_query_geometry_subslices(int fd)
> item.flags = e->class | (e->instance << 16);
> i915_query_items(fd, &item, 1);
>
> + igt_debug("%s is render engine: %s\n",
> + e->name,
> + e->class == I915_ENGINE_CLASS_RENDER ? "yes" : "no");
> +
> /* Non-render engines should return -EINVAL */
> if (e->class != I915_ENGINE_CLASS_RENDER) {
> igt_assert_eq(item.length, -EINVAL);
> @@ -1262,6 +1266,14 @@ static void test_query_geometry_subslices(int fd)
> item.data_ptr = to_user_pointer(topo_info);
> i915_query_items(fd, &item, 1);
>
> + igt_debug(" max_slices=%hu max_subslices=%hu max_eus_per_subslice=%hu\n",
> + topo_info->max_slices, topo_info->max_subslices,
> + topo_info->max_eus_per_subslice);
> + igt_debug(" subslice_offset=%hu subslice_stride=%hu\n",
> + topo_info->subslice_offset, topo_info->subslice_stride);
> + igt_debug(" eu_offset=%hu eu_stride=%hu\n",
> + topo_info->eu_offset, topo_info->eu_stride);
> +
> igt_assert(topo_info->max_subslices > 0);
> igt_assert(topo_info->max_eus_per_subslice > 0);
>
> --
> 2.41.0
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-06-14 11:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-13 21:01 [igt-dev] [PATCH i-g-t] tests/i915_query: Add igt_debug() calls for geometry-subslices Gustavo Sousa
2023-06-13 22:33 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-06-14 1:59 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2023-06-14 11:19 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox