* [igt-dev] [PATCH i-g-t] tests/xe/xe_exec_store: Fix number of placements in store_all
@ 2023-08-11 16:49 sai.gowtham.ch
2023-08-11 17:56 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: sai.gowtham.ch @ 2023-08-11 16:49 UTC (permalink / raw)
To: igt-dev, zbigniew.kempczynski, sai.gowtham.ch
From: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
Fix number of placements in store_all using which we can create
multiple engine instances.
Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
---
tests/xe/xe_exec_store.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/xe/xe_exec_store.c b/tests/xe/xe_exec_store.c
index bab5ea5bc..498aa0f7f 100644
--- a/tests/xe/xe_exec_store.c
+++ b/tests/xe/xe_exec_store.c
@@ -149,7 +149,8 @@ static void store_all(int fd, int gt, int class)
eci[num_placements++] = *hwe;
}
- igt_require(num_placements);
+ if (num_placements < 2)
+ return;
for (i = 0; i < num_placements; i++) {
struct drm_xe_exec_queue_create create = {
--
2.39.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for tests/xe/xe_exec_store: Fix number of placements in store_all
2023-08-11 16:49 [igt-dev] [PATCH i-g-t] tests/xe/xe_exec_store: Fix number of placements in store_all sai.gowtham.ch
@ 2023-08-11 17:56 ` Patchwork
2023-08-11 18:14 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
2023-08-21 10:00 ` [igt-dev] [PATCH i-g-t] " Zbigniew Kempczyński
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2023-08-11 17:56 UTC (permalink / raw)
To: sai.gowtham.ch; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 8505 bytes --]
== Series Details ==
Series: tests/xe/xe_exec_store: Fix number of placements in store_all
URL : https://patchwork.freedesktop.org/series/122355/
State : failure
== Summary ==
CI Bug Log - changes from IGT_7433 -> IGTPW_9579
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_9579 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_9579, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/index.html
Participating hosts (42 -> 41)
------------------------------
Missing (1): fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_9579:
### IGT changes ###
#### Possible regressions ####
* igt@gem_busy@busy@all-engines:
- bat-mtlp-8: [PASS][1] -> [DMESG-FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7433/bat-mtlp-8/igt@gem_busy@busy@all-engines.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/bat-mtlp-8/igt@gem_busy@busy@all-engines.html
Known issues
------------
Here are the changes found in IGTPW_9579 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_auth@basic-auth:
- bat-adlp-11: NOTRUN -> [ABORT][3] ([i915#8011])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/bat-adlp-11/igt@core_auth@basic-auth.html
* igt@i915_selftest@live@migrate:
- bat-mtlp-6: [PASS][4] -> [DMESG-FAIL][5] ([i915#7699])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7433/bat-mtlp-6/igt@i915_selftest@live@migrate.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/bat-mtlp-6/igt@i915_selftest@live@migrate.html
* igt@i915_selftest@live@requests:
- bat-mtlp-8: [PASS][6] -> [DMESG-FAIL][7] ([i915#8497])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7433/bat-mtlp-8/igt@i915_selftest@live@requests.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/bat-mtlp-8/igt@i915_selftest@live@requests.html
- bat-mtlp-6: [PASS][8] -> [DMESG-FAIL][9] ([i915#8497])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7433/bat-mtlp-6/igt@i915_selftest@live@requests.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/bat-mtlp-6/igt@i915_selftest@live@requests.html
* igt@i915_selftest@live@reset:
- bat-rpls-2: NOTRUN -> [ABORT][10] ([i915#4983] / [i915#7461] / [i915#7913] / [i915#8347])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/bat-rpls-2/igt@i915_selftest@live@reset.html
* igt@i915_selftest@live@slpc:
- bat-mtlp-6: [PASS][11] -> [DMESG-WARN][12] ([i915#6367])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7433/bat-mtlp-6/igt@i915_selftest@live@slpc.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/bat-mtlp-6/igt@i915_selftest@live@slpc.html
* igt@i915_selftest@live@workarounds:
- bat-mtlp-8: [PASS][13] -> [DMESG-FAIL][14] ([i915#6763])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7433/bat-mtlp-8/igt@i915_selftest@live@workarounds.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/bat-mtlp-8/igt@i915_selftest@live@workarounds.html
* igt@i915_suspend@basic-s3-without-i915:
- bat-rpls-1: NOTRUN -> [ABORT][15] ([i915#6687] / [i915#7978] / [i915#8668])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/bat-rpls-1/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_chamelium_hpd@common-hpd-after-suspend:
- fi-bsw-n3050: NOTRUN -> [SKIP][16] ([fdo#109271])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/fi-bsw-n3050/igt@kms_chamelium_hpd@common-hpd-after-suspend.html
* igt@kms_psr@primary_mmap_gtt:
- bat-rplp-1: NOTRUN -> [SKIP][17] ([i915#1072])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/bat-rplp-1/igt@kms_psr@primary_mmap_gtt.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-rplp-1: NOTRUN -> [ABORT][18] ([i915#8260] / [i915#8668])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/bat-rplp-1/igt@kms_setmode@basic-clone-single-crtc.html
#### Possible fixes ####
* igt@i915_selftest@live@execlists:
- fi-bsw-n3050: [ABORT][19] ([i915#7911] / [i915#7913]) -> [PASS][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7433/fi-bsw-n3050/igt@i915_selftest@live@execlists.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/fi-bsw-n3050/igt@i915_selftest@live@execlists.html
* igt@i915_selftest@live@gt_mocs:
- bat-mtlp-6: [DMESG-FAIL][21] ([i915#7059]) -> [PASS][22]
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7433/bat-mtlp-6/igt@i915_selftest@live@gt_mocs.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/bat-mtlp-6/igt@i915_selftest@live@gt_mocs.html
* igt@i915_selftest@live@mman:
- bat-rpls-2: [TIMEOUT][23] ([i915#6794] / [i915#7392]) -> [PASS][24]
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7433/bat-rpls-2/igt@i915_selftest@live@mman.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/bat-rpls-2/igt@i915_selftest@live@mman.html
* igt@i915_selftest@live@requests:
- bat-rpls-1: [ABORT][25] ([i915#4983] / [i915#7911] / [i915#7920]) -> [PASS][26]
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7433/bat-rpls-1/igt@i915_selftest@live@requests.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/bat-rpls-1/igt@i915_selftest@live@requests.html
#### Warnings ####
* igt@i915_module_load@load:
- bat-adlp-11: [ABORT][27] ([i915#4423]) -> [DMESG-WARN][28] ([i915#4423])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7433/bat-adlp-11/igt@i915_module_load@load.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/bat-adlp-11/igt@i915_module_load@load.html
* igt@kms_psr@sprite_plane_onoff:
- bat-rplp-1: [ABORT][29] ([i915#8442] / [i915#8668] / [i915#8712]) -> [SKIP][30] ([i915#1072])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7433/bat-rplp-1/igt@kms_psr@sprite_plane_onoff.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/bat-rplp-1/igt@kms_psr@sprite_plane_onoff.html
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423
[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#6763]: https://gitlab.freedesktop.org/drm/intel/issues/6763
[i915#6794]: https://gitlab.freedesktop.org/drm/intel/issues/6794
[i915#7059]: https://gitlab.freedesktop.org/drm/intel/issues/7059
[i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392
[i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461
[i915#7699]: https://gitlab.freedesktop.org/drm/intel/issues/7699
[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#7978]: https://gitlab.freedesktop.org/drm/intel/issues/7978
[i915#8011]: https://gitlab.freedesktop.org/drm/intel/issues/8011
[i915#8260]: https://gitlab.freedesktop.org/drm/intel/issues/8260
[i915#8347]: https://gitlab.freedesktop.org/drm/intel/issues/8347
[i915#8442]: https://gitlab.freedesktop.org/drm/intel/issues/8442
[i915#8497]: https://gitlab.freedesktop.org/drm/intel/issues/8497
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#8712]: https://gitlab.freedesktop.org/drm/intel/issues/8712
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7433 -> IGTPW_9579
CI-20190529: 20190529
CI_DRM_13510: 3e03d3e65440f4d60f19ff7b0313f3faf70de813 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9579: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/index.html
IGT_7433: 74c7773be9eb4b8fc0828aad13d5c775289314ef @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9579/index.html
[-- Attachment #2: Type: text/html, Size: 10064 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ○ CI.xeBAT: info for tests/xe/xe_exec_store: Fix number of placements in store_all
2023-08-11 16:49 [igt-dev] [PATCH i-g-t] tests/xe/xe_exec_store: Fix number of placements in store_all sai.gowtham.ch
2023-08-11 17:56 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
@ 2023-08-11 18:14 ` Patchwork
2023-08-21 10:00 ` [igt-dev] [PATCH i-g-t] " Zbigniew Kempczyński
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2023-08-11 18:14 UTC (permalink / raw)
To: sai.gowtham.ch; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 349 bytes --]
== Series Details ==
Series: tests/xe/xe_exec_store: Fix number of placements in store_all
URL : https://patchwork.freedesktop.org/series/122355/
State : info
== Summary ==
Participating hosts:
bat-atsm-2
bat-dg2-oem2
bat-adlp-7
Missing hosts results[0]:
Results: [IGTPW_9579](https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9579/index.html)
[-- Attachment #2: Type: text/html, Size: 859 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/xe/xe_exec_store: Fix number of placements in store_all
2023-08-11 16:49 [igt-dev] [PATCH i-g-t] tests/xe/xe_exec_store: Fix number of placements in store_all sai.gowtham.ch
2023-08-11 17:56 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2023-08-11 18:14 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
@ 2023-08-21 10:00 ` Zbigniew Kempczyński
2 siblings, 0 replies; 4+ messages in thread
From: Zbigniew Kempczyński @ 2023-08-21 10:00 UTC (permalink / raw)
To: sai.gowtham.ch; +Cc: igt-dev
On Fri, Aug 11, 2023 at 10:19:50PM +0530, sai.gowtham.ch@intel.com wrote:
> From: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
>
> Fix number of placements in store_all using which we can create
> multiple engine instances.
>
> Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
> ---
> tests/xe/xe_exec_store.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/xe/xe_exec_store.c b/tests/xe/xe_exec_store.c
> index bab5ea5bc..498aa0f7f 100644
> --- a/tests/xe/xe_exec_store.c
> +++ b/tests/xe/xe_exec_store.c
> @@ -149,7 +149,8 @@ static void store_all(int fd, int gt, int class)
> eci[num_placements++] = *hwe;
> }
>
> - igt_require(num_placements);
> + if (num_placements < 2)
> + return;
I think this isn't correct solution for this test. On adlp I've seen
there're two gt's - graphics and media, each which different set of
engines. So you may encounter situation there's no engine according
to iterator loop in 'basic-all' subtest.
I think this loop requires rework to be multi-gt ready.
--
Zbigniew
>
> for (i = 0; i < num_placements; i++) {
> struct drm_xe_exec_queue_create create = {
> --
> 2.39.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-08-21 10:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 16:49 [igt-dev] [PATCH i-g-t] tests/xe/xe_exec_store: Fix number of placements in store_all sai.gowtham.ch
2023-08-11 17:56 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2023-08-11 18:14 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
2023-08-21 10:00 ` [igt-dev] [PATCH i-g-t] " 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