* [igt-dev] [PATCH i-g-t v2] tests/xe/xe_huc_copy: check debugfs for huc running
@ 2023-04-13 20:22 Matt Atwood
2023-04-13 21:29 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/xe/xe_huc_copy: check debugfs for huc running (rev2) Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Matt Atwood @ 2023-04-13 20:22 UTC (permalink / raw)
To: igt-dev, lucas.demarchi, mchehab
Use debugfs to make sure that huc is loaded for xe_huc_copy. This
test will eventually need to determine if huc failed to load or if the
platform supports it period.
v2: support multitile (Lucas)
Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
---
tests/xe/xe_huc_copy.c | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/tests/xe/xe_huc_copy.c b/tests/xe/xe_huc_copy.c
index cd68dbb5ac..65eb747687 100644
--- a/tests/xe/xe_huc_copy.c
+++ b/tests/xe/xe_huc_copy.c
@@ -152,6 +152,27 @@ test_huc_copy(int fd)
xe_vm_destroy(fd, vm);
}
+static bool
+is_huc_running(int fd)
+{
+ char buf[4096];
+ char *s;
+ int gt;
+
+ xe_for_each_gt(fd, gt)
+ {
+ char name[256];
+
+ sprintf(name, "gt%d/uc/huc_info", gt);
+ igt_debugfs_read(fd, name, buf);
+ s = strstr(buf, "RUNNING");
+
+ if (s)
+ return true;
+ }
+ return false;
+}
+
igt_main
{
int xe;
@@ -162,7 +183,11 @@ igt_main
}
igt_subtest("huc_copy") {
- igt_skip_on(!IS_TIGERLAKE(intel_get_drm_devid(xe)));
+ /*
+ * TODO: eventually need to differentiate huc failed to load vs
+ * platform doesnt have huc
+ */
+ igt_skip_on(!is_huc_running(xe));
test_huc_copy(xe);
}
--
2.39.2
^ permalink raw reply related [flat|nested] 4+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/xe/xe_huc_copy: check debugfs for huc running (rev2) 2023-04-13 20:22 [igt-dev] [PATCH i-g-t v2] tests/xe/xe_huc_copy: check debugfs for huc running Matt Atwood @ 2023-04-13 21:29 ` Patchwork 2023-04-14 3:10 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2023-04-18 20:57 ` [igt-dev] [PATCH i-g-t v2] tests/xe/xe_huc_copy: check debugfs for huc running Lucas De Marchi 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-04-13 21:29 UTC (permalink / raw) To: Matt Atwood; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 9864 bytes --] == Series Details == Series: tests/xe/xe_huc_copy: check debugfs for huc running (rev2) URL : https://patchwork.freedesktop.org/series/116399/ State : success == Summary == CI Bug Log - changes from CI_DRM_13004 -> IGTPW_8801 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/index.html Participating hosts (35 -> 35) ------------------------------ Additional (1): bat-rpls-2 Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_8801 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - bat-rpls-2: NOTRUN -> [SKIP][1] ([i915#7456]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@debugfs_test@basic-hwmon.html * igt@fbdev@read: - bat-rpls-2: NOTRUN -> [SKIP][2] ([i915#2582]) +4 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@fbdev@read.html * igt@gem_exec_suspend@basic-s0@smem: - bat-rpls-2: NOTRUN -> [ABORT][3] ([i915#6687]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@gem_exec_suspend@basic-s0@smem.html * igt@gem_lmem_swapping@verify-random: - bat-rpls-2: NOTRUN -> [SKIP][4] ([i915#4613]) +3 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@gem_lmem_swapping@verify-random.html * igt@gem_tiled_pread_basic: - bat-rpls-2: NOTRUN -> [SKIP][5] ([i915#3282]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@gem_tiled_pread_basic.html * igt@i915_pm_backlight@basic-brightness: - bat-rpls-2: NOTRUN -> [SKIP][6] ([i915#7561]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@i915_pm_backlight@basic-brightness.html * igt@i915_selftest@live@gt_pm: - bat-rpls-2: NOTRUN -> [DMESG-FAIL][7] ([i915#4258]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@i915_selftest@live@gt_pm.html * igt@i915_selftest@live@slpc: - bat-rpls-2: NOTRUN -> [DMESG-FAIL][8] ([i915#6367] / [i915#7913] / [i915#7996]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@i915_selftest@live@slpc.html - bat-adln-1: NOTRUN -> [DMESG-FAIL][9] ([i915#6997]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-adln-1/igt@i915_selftest@live@slpc.html * igt@kms_busy@basic: - bat-rpls-2: NOTRUN -> [SKIP][10] ([i915#1845]) +14 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@kms_busy@basic.html * igt@kms_chamelium_edid@hdmi-edid-read: - bat-rpls-2: NOTRUN -> [SKIP][11] ([i915#7828]) +7 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@kms_chamelium_edid@hdmi-edid-read.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-adln-1: NOTRUN -> [SKIP][12] ([i915#7828]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-adln-1/igt@kms_chamelium_hpd@common-hpd-after-suspend.html - fi-bsw-n3050: NOTRUN -> [SKIP][13] ([fdo#109271]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/fi-bsw-n3050/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_flip@basic-flip-vs-dpms: - bat-rpls-2: NOTRUN -> [SKIP][14] ([i915#3637]) +3 similar issues [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@kms_flip@basic-flip-vs-dpms.html * igt@kms_force_connector_basic@force-load-detect: - bat-rpls-2: NOTRUN -> [SKIP][15] ([fdo#109285]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@basic: - bat-rpls-2: NOTRUN -> [SKIP][16] ([i915#1849]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pipe_crc_basic@read-crc: - bat-adlp-9: NOTRUN -> [SKIP][17] ([i915#3546]) +1 similar issue [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-adlp-9/igt@kms_pipe_crc_basic@read-crc.html * igt@kms_psr@sprite_plane_onoff: - bat-rpls-2: NOTRUN -> [SKIP][18] ([i915#1072]) +3 similar issues [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@kms_psr@sprite_plane_onoff.html * igt@kms_setmode@basic-clone-single-crtc: - bat-rpls-2: NOTRUN -> [SKIP][19] ([i915#3555] / [i915#4579]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-rpls-2: NOTRUN -> [SKIP][20] ([fdo#109295] / [i915#1845] / [i915#3708]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-read: - bat-rpls-2: NOTRUN -> [SKIP][21] ([fdo#109295] / [i915#3708]) +3 similar issues [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-2/igt@prime_vgem@basic-fence-read.html #### Possible fixes #### * igt@i915_pm_rps@basic-api: - bat-dg2-11: [FAIL][22] ([i915#8308]) -> [PASS][23] [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/bat-dg2-11/igt@i915_pm_rps@basic-api.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-dg2-11/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live@execlists: - fi-bsw-n3050: [ABORT][24] ([i915#7911] / [i915#7913]) -> [PASS][25] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/fi-bsw-n3050/igt@i915_selftest@live@execlists.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/fi-bsw-n3050/igt@i915_selftest@live@execlists.html * igt@i915_selftest@live@gt_lrc: - bat-adln-1: [INCOMPLETE][26] ([i915#4983] / [i915#7609]) -> [PASS][27] [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/bat-adln-1/igt@i915_selftest@live@gt_lrc.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-adln-1/igt@i915_selftest@live@gt_lrc.html * igt@i915_selftest@live@slpc: - bat-rpls-1: [DMESG-FAIL][28] ([i915#6367]) -> [PASS][29] [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/bat-rpls-1/igt@i915_selftest@live@slpc.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-rpls-1/igt@i915_selftest@live@slpc.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - fi-kbl-7567u: [ABORT][30] ([i915#8059]) -> [PASS][31] [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/fi-kbl-7567u/igt@kms_chamelium_hpd@common-hpd-after-suspend.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/fi-kbl-7567u/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence@pipe-d-dp-1: - bat-dg2-8: [FAIL][32] ([i915#7932]) -> [PASS][33] [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence@pipe-d-dp-1.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence@pipe-d-dp-1.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#4258]: https://gitlab.freedesktop.org/drm/intel/issues/4258 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#6687]: https://gitlab.freedesktop.org/drm/intel/issues/6687 [i915#6997]: https://gitlab.freedesktop.org/drm/intel/issues/6997 [i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7609]: https://gitlab.freedesktop.org/drm/intel/issues/7609 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7932]: https://gitlab.freedesktop.org/drm/intel/issues/7932 [i915#7996]: https://gitlab.freedesktop.org/drm/intel/issues/7996 [i915#8059]: https://gitlab.freedesktop.org/drm/intel/issues/8059 [i915#8308]: https://gitlab.freedesktop.org/drm/intel/issues/8308 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7254 -> IGTPW_8801 CI-20190529: 20190529 CI_DRM_13004: 293fce331f7e09efa3b9d2046699f3e6af8a4ac9 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8801: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/index.html IGT_7254: 7fab01340a3f360abacd7914015be1ad485363d7 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/index.html [-- Attachment #2: Type: text/html, Size: 11524 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/xe/xe_huc_copy: check debugfs for huc running (rev2) 2023-04-13 20:22 [igt-dev] [PATCH i-g-t v2] tests/xe/xe_huc_copy: check debugfs for huc running Matt Atwood 2023-04-13 21:29 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/xe/xe_huc_copy: check debugfs for huc running (rev2) Patchwork @ 2023-04-14 3:10 ` Patchwork 2023-04-18 20:57 ` [igt-dev] [PATCH i-g-t v2] tests/xe/xe_huc_copy: check debugfs for huc running Lucas De Marchi 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-04-14 3:10 UTC (permalink / raw) To: Matt Atwood; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 18115 bytes --] == Series Details == Series: tests/xe/xe_huc_copy: check debugfs for huc running (rev2) URL : https://patchwork.freedesktop.org/series/116399/ State : success == Summary == CI Bug Log - changes from CI_DRM_13004_full -> IGTPW_8801_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/index.html Participating hosts (7 -> 7) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in IGTPW_8801_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [PASS][1] -> [FAIL][2] ([i915#2842]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-glk7/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_schedule@wide@rcs0: - shard-glk: [PASS][3] -> [FAIL][4] ([i915#6659]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-glk1/igt@gem_exec_schedule@wide@rcs0.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-glk2/igt@gem_exec_schedule@wide@rcs0.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-apl: NOTRUN -> [FAIL][5] ([i915#7036]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-apl1/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#3886]) +2 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-apl4/igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-apl: [PASS][7] -> [FAIL][8] ([i915#2346]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html - shard-glk: [PASS][9] -> [FAIL][10] ([i915#2346]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-cpu: - shard-glk: NOTRUN -> [SKIP][11] ([fdo#109271]) +7 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-glk8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-cpu.html * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-dp-1: - shard-apl: NOTRUN -> [SKIP][12] ([fdo#109271]) +51 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-apl2/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-dp-1.html * igt@kms_psr2_su@page_flip-nv12: - shard-apl: NOTRUN -> [SKIP][13] ([fdo#109271] / [i915#658]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-apl6/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_vblank@pipe-c-wait-forked-busy-hang: - shard-apl: [PASS][14] -> [SKIP][15] ([fdo#109271]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-apl3/igt@kms_vblank@pipe-c-wait-forked-busy-hang.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-apl7/igt@kms_vblank@pipe-c-wait-forked-busy-hang.html - shard-glk: [PASS][16] -> [SKIP][17] ([fdo#109271]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-glk1/igt@kms_vblank@pipe-c-wait-forked-busy-hang.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-glk7/igt@kms_vblank@pipe-c-wait-forked-busy-hang.html * igt@v3d/v3d_submit_cl@bad-multisync-extension: - shard-snb: NOTRUN -> [SKIP][18] ([fdo#109271]) +14 similar issues [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-snb4/igt@v3d/v3d_submit_cl@bad-multisync-extension.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - {shard-rkl}: [FAIL][19] ([i915#7742]) -> [PASS][20] [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-rkl-1/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-rkl-1/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@gem_eio@hibernate: - {shard-dg1}: [ABORT][21] ([i915#7975]) -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-dg1-14/igt@gem_eio@hibernate.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-dg1-18/igt@gem_eio@hibernate.html * igt@gem_exec_fair@basic-pace-share@rcs0: - {shard-rkl}: [FAIL][23] ([i915#2842]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-rkl-2/igt@gem_exec_fair@basic-pace-share@rcs0.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-rkl-2/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-apl: [FAIL][25] ([i915#2842]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-apl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-apl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@i915_module_load@reload: - shard-snb: [ABORT][27] ([i915#4528]) -> [PASS][28] [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-snb7/igt@i915_module_load@reload.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-snb7/igt@i915_module_load@reload.html * igt@i915_pm_rc6_residency@rc6-idle@rcs0: - shard-glk: [INCOMPLETE][29] -> [PASS][30] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-glk5/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-glk7/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html * igt@i915_pm_rpm@dpms-non-lpsp: - {shard-rkl}: [SKIP][31] ([i915#1397]) -> [PASS][32] +2 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-rkl-4/igt@i915_pm_rpm@dpms-non-lpsp.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][33] ([i915#2346]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@single-bo@pipe-b: - {shard-dg1}: [INCOMPLETE][35] ([i915#8011] / [i915#8347]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-dg1-14/igt@kms_cursor_legacy@single-bo@pipe-b.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-dg1-15/igt@kms_cursor_legacy@single-bo@pipe-b.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a1: - shard-glk: [FAIL][37] ([i915#79]) -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-glk1/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a1.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-glk6/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a1.html * igt@kms_flip@flip-vs-suspend-interruptible@b-dp1: - shard-apl: [ABORT][39] ([i915#180]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-apl3/igt@kms_flip@flip-vs-suspend-interruptible@b-dp1.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@b-dp1.html * igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a1: - shard-glk: [FAIL][41] ([i915#2122]) -> [PASS][42] +2 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-glk8/igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a1.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-glk5/igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a1.html * igt@perf_pmu@most-busy-check-all@rcs0: - {shard-rkl}: [FAIL][43] ([i915#4349]) -> [PASS][44] [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13004/shard-rkl-4/igt@perf_pmu@most-busy-check-all@rcs0.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/shard-rkl-4/igt@perf_pmu@most-busy-check-all@rcs0.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#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1902]: https://gitlab.freedesktop.org/drm/intel/issues/1902 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#315]: https://gitlab.freedesktop.org/drm/intel/issues/315 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3778]: https://gitlab.freedesktop.org/drm/intel/issues/3778 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4859]: https://gitlab.freedesktop.org/drm/intel/issues/4859 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4958]: https://gitlab.freedesktop.org/drm/intel/issues/4958 [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#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [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#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6493]: https://gitlab.freedesktop.org/drm/intel/issues/6493 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6659]: https://gitlab.freedesktop.org/drm/intel/issues/6659 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7036]: https://gitlab.freedesktop.org/drm/intel/issues/7036 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8011]: https://gitlab.freedesktop.org/drm/intel/issues/8011 [i915#8234]: https://gitlab.freedesktop.org/drm/intel/issues/8234 [i915#8308]: https://gitlab.freedesktop.org/drm/intel/issues/8308 [i915#8311]: https://gitlab.freedesktop.org/drm/intel/issues/8311 [i915#8347]: https://gitlab.freedesktop.org/drm/intel/issues/8347 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7254 -> IGTPW_8801 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13004: 293fce331f7e09efa3b9d2046699f3e6af8a4ac9 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8801: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8801/index.html IGT_7254: 7fab01340a3f360abacd7914015be1ad485363d7 @ 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_8801/index.html [-- Attachment #2: Type: text/html, Size: 12886 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [igt-dev] [PATCH i-g-t v2] tests/xe/xe_huc_copy: check debugfs for huc running 2023-04-13 20:22 [igt-dev] [PATCH i-g-t v2] tests/xe/xe_huc_copy: check debugfs for huc running Matt Atwood 2023-04-13 21:29 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/xe/xe_huc_copy: check debugfs for huc running (rev2) Patchwork 2023-04-14 3:10 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork @ 2023-04-18 20:57 ` Lucas De Marchi 2 siblings, 0 replies; 4+ messages in thread From: Lucas De Marchi @ 2023-04-18 20:57 UTC (permalink / raw) To: Matt Atwood; +Cc: igt-dev On Thu, Apr 13, 2023 at 01:22:33PM -0700, Matt Atwood wrote: >Use debugfs to make sure that huc is loaded for xe_huc_copy. This >test will eventually need to determine if huc failed to load or if the >platform supports it period. s/period// ? not sure what's the meaning of "period" here. >v2: support multitile (Lucas) > >Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com> >--- > tests/xe/xe_huc_copy.c | 27 ++++++++++++++++++++++++++- > 1 file changed, 26 insertions(+), 1 deletion(-) > >diff --git a/tests/xe/xe_huc_copy.c b/tests/xe/xe_huc_copy.c >index cd68dbb5ac..65eb747687 100644 >--- a/tests/xe/xe_huc_copy.c >+++ b/tests/xe/xe_huc_copy.c >@@ -152,6 +152,27 @@ test_huc_copy(int fd) > xe_vm_destroy(fd, vm); > } > >+static bool >+is_huc_running(int fd) >+{ >+ char buf[4096]; >+ char *s; >+ int gt; >+ >+ xe_for_each_gt(fd, gt) >+ { coding style.. otherwise, Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Lucas De Marchi >+ char name[256]; >+ >+ sprintf(name, "gt%d/uc/huc_info", gt); >+ igt_debugfs_read(fd, name, buf); >+ s = strstr(buf, "RUNNING"); >+ >+ if (s) >+ return true; >+ } >+ return false; >+} >+ > igt_main > { > int xe; >@@ -162,7 +183,11 @@ igt_main > } > > igt_subtest("huc_copy") { >- igt_skip_on(!IS_TIGERLAKE(intel_get_drm_devid(xe))); >+ /* >+ * TODO: eventually need to differentiate huc failed to load vs >+ * platform doesnt have huc >+ */ >+ igt_skip_on(!is_huc_running(xe)); > test_huc_copy(xe); > } > >-- >2.39.2 > ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-04-18 20:57 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-04-13 20:22 [igt-dev] [PATCH i-g-t v2] tests/xe/xe_huc_copy: check debugfs for huc running Matt Atwood 2023-04-13 21:29 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/xe/xe_huc_copy: check debugfs for huc running (rev2) Patchwork 2023-04-14 3:10 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2023-04-18 20:57 ` [igt-dev] [PATCH i-g-t v2] tests/xe/xe_huc_copy: check debugfs for huc running Lucas De Marchi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox