* [igt-dev] [PATCH] tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout
@ 2023-06-17 9:54 Garg, Nemesa
2023-06-19 6:03 ` Juha-Pekka Heikkila
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: Garg, Nemesa @ 2023-06-17 9:54 UTC (permalink / raw)
To: igt-dev; +Cc: Garg, Garg, Nemesa
Due to excessive IOCTL calls in a stress test we are getting
disk limit issue. Hence by reducing the timeout from 20 to 5
the IOCTL call will get reduced.
Checked with different values and found 5 as optimal value.
Signed-off-by: Garg, Nemesa <nemesa.garg@intel.com>
---
tests/kms_cursor_legacy.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c
index f1e55906..13918345 100644
--- a/tests/kms_cursor_legacy.c
+++ b/tests/kms_cursor_legacy.c
@@ -1562,12 +1562,12 @@ igt_main
errno = 0;
igt_dynamic_f("pipe-%s", kmstest_pipe_name(n))
- stress(&display, n, tests[i].ncpus, tests[i].flags, 20);
+ stress(&display, n, tests[i].ncpus, tests[i].flags, 5);
}
errno = 0;
igt_dynamic("all-pipes")
- stress(&display, -1, tests[i].ncpus, tests[i].flags, 20);
+ stress(&display, -1, tests[i].ncpus, tests[i].flags, 5);
}
}
}
--
2.25.1
^ permalink raw reply related [flat|nested] 9+ messages in thread* Re: [igt-dev] [PATCH] tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout
2023-06-17 9:54 [igt-dev] [PATCH] tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout Garg, Nemesa
@ 2023-06-19 6:03 ` Juha-Pekka Heikkila
2023-06-19 15:59 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout (rev2) Patchwork
` (2 subsequent siblings)
3 siblings, 0 replies; 9+ messages in thread
From: Juha-Pekka Heikkila @ 2023-06-19 6:03 UTC (permalink / raw)
To: Garg, Nemesa, igt-dev
Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
On 17.6.2023 12.54, Garg, Nemesa wrote:
> Due to excessive IOCTL calls in a stress test we are getting
> disk limit issue. Hence by reducing the timeout from 20 to 5
> the IOCTL call will get reduced.
>
> Checked with different values and found 5 as optimal value.
>
> Signed-off-by: Garg, Nemesa <nemesa.garg@intel.com>
> ---
> tests/kms_cursor_legacy.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c
> index f1e55906..13918345 100644
> --- a/tests/kms_cursor_legacy.c
> +++ b/tests/kms_cursor_legacy.c
> @@ -1562,12 +1562,12 @@ igt_main
> errno = 0;
>
> igt_dynamic_f("pipe-%s", kmstest_pipe_name(n))
> - stress(&display, n, tests[i].ncpus, tests[i].flags, 20);
> + stress(&display, n, tests[i].ncpus, tests[i].flags, 5);
> }
>
> errno = 0;
> igt_dynamic("all-pipes")
> - stress(&display, -1, tests[i].ncpus, tests[i].flags, 20);
> + stress(&display, -1, tests[i].ncpus, tests[i].flags, 5);
> }
> }
> }
^ permalink raw reply [flat|nested] 9+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout (rev2)
2023-06-17 9:54 [igt-dev] [PATCH] tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout Garg, Nemesa
2023-06-19 6:03 ` Juha-Pekka Heikkila
@ 2023-06-19 15:59 ` Patchwork
2023-06-20 0:46 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-06-20 8:09 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
3 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2023-06-19 15:59 UTC (permalink / raw)
To: Garg, Nemesa; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 9451 bytes --]
== Series Details ==
Series: tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout (rev2)
URL : https://patchwork.freedesktop.org/series/119491/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13289 -> IGTPW_9202
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/index.html
Participating hosts (41 -> 42)
------------------------------
Additional (3): fi-tgl-1115g4 bat-dg1-8 fi-pnv-d510
Missing (2): fi-kbl-soraka fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_9202:
### IGT changes ###
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@xe_compute@compute-square:
- {bat-dg1-8}: NOTRUN -> [SKIP][1] +2 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/bat-dg1-8/igt@xe_compute@compute-square.html
Known issues
------------
Here are the changes found in IGTPW_9202 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@debugfs_test@basic-hwmon:
- fi-tgl-1115g4: NOTRUN -> [SKIP][2] ([i915#7456])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/fi-tgl-1115g4/igt@debugfs_test@basic-hwmon.html
* igt@gem_huc_copy@huc-copy:
- fi-tgl-1115g4: NOTRUN -> [SKIP][3] ([i915#2190])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/fi-tgl-1115g4/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@parallel-random-engines:
- fi-tgl-1115g4: NOTRUN -> [SKIP][4] ([i915#4613]) +3 similar issues
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/fi-tgl-1115g4/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@i915_pm_backlight@basic-brightness:
- fi-tgl-1115g4: NOTRUN -> [SKIP][5] ([i915#3546] / [i915#7561])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/fi-tgl-1115g4/igt@i915_pm_backlight@basic-brightness.html
* igt@i915_selftest@live@slpc:
- bat-rpls-1: [PASS][6] -> [DMESG-WARN][7] ([i915#6367])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/bat-rpls-1/igt@i915_selftest@live@slpc.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/bat-rpls-1/igt@i915_selftest@live@slpc.html
* igt@i915_suspend@basic-s3-without-i915:
- fi-kbl-8809g: [PASS][8] -> [INCOMPLETE][9] ([i915#4817])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/fi-kbl-8809g/igt@i915_suspend@basic-s3-without-i915.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/fi-kbl-8809g/igt@i915_suspend@basic-s3-without-i915.html
- fi-tgl-1115g4: NOTRUN -> [INCOMPLETE][10] ([i915#7443] / [i915#8102])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/fi-tgl-1115g4/igt@i915_suspend@basic-s3-without-i915.html
- bat-atsm-1: NOTRUN -> [SKIP][11] ([i915#6645])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/bat-atsm-1/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_chamelium_frames@dp-crc-fast:
- fi-tgl-1115g4: NOTRUN -> [SKIP][12] ([i915#7828]) +7 similar issues
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/fi-tgl-1115g4/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_hpd@common-hpd-after-suspend:
- bat-atsm-1: NOTRUN -> [SKIP][13] ([i915#6078])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/bat-atsm-1/igt@kms_chamelium_hpd@common-hpd-after-suspend.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- fi-tgl-1115g4: NOTRUN -> [SKIP][14] ([i915#4103]) +1 similar issue
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/fi-tgl-1115g4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_force_connector_basic@force-load-detect:
- fi-tgl-1115g4: NOTRUN -> [SKIP][15] ([fdo#109285])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/fi-tgl-1115g4/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- bat-atsm-1: NOTRUN -> [SKIP][16] ([i915#1836])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/bat-atsm-1/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_psr@primary_page_flip:
- fi-pnv-d510: NOTRUN -> [SKIP][17] ([fdo#109271]) +37 similar issues
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/fi-pnv-d510/igt@kms_psr@primary_page_flip.html
- fi-tgl-1115g4: NOTRUN -> [SKIP][18] ([fdo#110189]) +3 similar issues
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/fi-tgl-1115g4/igt@kms_psr@primary_page_flip.html
* igt@kms_setmode@basic-clone-single-crtc:
- fi-tgl-1115g4: NOTRUN -> [SKIP][19] ([i915#3555] / [i915#4579])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/fi-tgl-1115g4/igt@kms_setmode@basic-clone-single-crtc.html
- fi-pnv-d510: NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#4579])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/fi-pnv-d510/igt@kms_setmode@basic-clone-single-crtc.html
#### Possible fixes ####
* 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/CI_DRM_13289/bat-mtlp-6/igt@i915_selftest@live@gt_mocs.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/bat-mtlp-6/igt@i915_selftest@live@gt_mocs.html
* igt@i915_selftest@live@requests:
- bat-mtlp-8: [DMESG-FAIL][23] ([i915#8497]) -> [PASS][24]
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/bat-mtlp-8/igt@i915_selftest@live@requests.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/bat-mtlp-8/igt@i915_selftest@live@requests.html
* igt@i915_selftest@live@slpc:
- bat-mtlp-6: [DMESG-WARN][25] ([i915#6367]) -> [PASS][26]
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/bat-mtlp-6/igt@i915_selftest@live@slpc.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/bat-mtlp-6/igt@i915_selftest@live@slpc.html
#### Warnings ####
* igt@i915_module_load@load:
- bat-adlp-11: [DMESG-WARN][27] ([i915#4423]) -> [ABORT][28] ([i915#4423])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/bat-adlp-11/igt@i915_module_load@load.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/bat-adlp-11/igt@i915_module_load@load.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
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#1836]: https://gitlab.freedesktop.org/drm/intel/issues/1836
[i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[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#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[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#4817]: https://gitlab.freedesktop.org/drm/intel/issues/4817
[i915#6078]: https://gitlab.freedesktop.org/drm/intel/issues/6078
[i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
[i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645
[i915#7059]: https://gitlab.freedesktop.org/drm/intel/issues/7059
[i915#7443]: https://gitlab.freedesktop.org/drm/intel/issues/7443
[i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456
[i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#8102]: https://gitlab.freedesktop.org/drm/intel/issues/8102
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8497]: https://gitlab.freedesktop.org/drm/intel/issues/8497
[i915#8513]: https://gitlab.freedesktop.org/drm/intel/issues/8513
[i915#8676]: https://gitlab.freedesktop.org/drm/intel/issues/8676
[i915#8678]: https://gitlab.freedesktop.org/drm/intel/issues/8678
[i915#8679]: https://gitlab.freedesktop.org/drm/intel/issues/8679
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7338 -> IGTPW_9202
CI-20190529: 20190529
CI_DRM_13289: 32e260cd0d16cee6f33e747679f168d63ea54bf6 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9202: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/index.html
IGT_7338: 4f2f4b61eafc613ec58fd07bb11be7072b41c6bf @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/index.html
[-- Attachment #2: Type: text/html, Size: 10162 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout (rev2)
2023-06-17 9:54 [igt-dev] [PATCH] tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout Garg, Nemesa
2023-06-19 6:03 ` Juha-Pekka Heikkila
2023-06-19 15:59 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout (rev2) Patchwork
@ 2023-06-20 0:46 ` Patchwork
2023-06-20 8:09 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
3 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2023-06-20 0:46 UTC (permalink / raw)
To: Garg, Nemesa; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 37313 bytes --]
== Series Details ==
Series: tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout (rev2)
URL : https://patchwork.freedesktop.org/series/119491/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_13289_full -> IGTPW_9202_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_9202_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_9202_full, 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_9202/index.html
Participating hosts (7 -> 8)
------------------------------
Additional (1): shard-tglu0
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_9202_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_ctx_isolation@preservation-s3@vecs0:
- shard-tglu: [PASS][1] -> [ABORT][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-tglu-8/igt@gem_ctx_isolation@preservation-s3@vecs0.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-9/igt@gem_ctx_isolation@preservation-s3@vecs0.html
New tests
---------
New tests have been introduced between CI_DRM_13289_full and IGTPW_9202_full:
### New IGT tests (4) ###
* igt@kms_async_flips@crc@pipe-a-hdmi-a-3:
- Statuses : 1 fail(s)
- Exec time: [0.0] s
* igt@kms_async_flips@crc@pipe-b-hdmi-a-3:
- Statuses : 1 fail(s)
- Exec time: [0.0] s
* igt@kms_async_flips@crc@pipe-c-hdmi-a-3:
- Statuses : 1 fail(s)
- Exec time: [0.0] s
* igt@kms_async_flips@crc@pipe-d-hdmi-a-3:
- Statuses : 1 fail(s)
- Exec time: [0.0] s
Known issues
------------
Here are the changes found in IGTPW_9202_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [PASS][3] -> [FAIL][4] ([i915#7742])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@gem_barrier_race@remote-request@rcs0:
- shard-rkl: [PASS][5] -> [ABORT][6] ([i915#7461] / [i915#8211])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-6/igt@gem_barrier_race@remote-request@rcs0.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@gem_barrier_race@remote-request@rcs0.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-rkl: NOTRUN -> [SKIP][7] ([i915#7697])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-rkl: [PASS][8] -> [FAIL][9] ([i915#6268])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_eio@unwedge-stress:
- shard-tglu: [PASS][10] -> [TIMEOUT][11] ([i915#3063] / [i915#7941])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-tglu-9/igt@gem_eio@unwedge-stress.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-2/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@parallel-balancer:
- shard-rkl: NOTRUN -> [SKIP][12] ([i915#4525]) +1 similar issue
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-apl: [PASS][13] -> [FAIL][14] ([i915#2842])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-apl2/igt@gem_exec_fair@basic-none-solo@rcs0.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-apl6/igt@gem_exec_fair@basic-none-solo@rcs0.html
- shard-rkl: NOTRUN -> [FAIL][15] ([i915#2842])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-none@bcs0:
- shard-rkl: [PASS][16] -> [FAIL][17] ([i915#2842]) +1 similar issue
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-7/igt@gem_exec_fair@basic-none@bcs0.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@gem_exec_fair@basic-none@bcs0.html
* igt@gem_exec_reloc@basic-cpu-read:
- shard-rkl: NOTRUN -> [SKIP][18] ([i915#3281]) +3 similar issues
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@gem_exec_reloc@basic-cpu-read.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-tglu: NOTRUN -> [SKIP][19] ([i915#4613] / [i915#7582])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-10/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@random-engines:
- shard-rkl: NOTRUN -> [SKIP][20] ([i915#4613])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@gem_lmem_swapping@random-engines.html
* igt@gem_ppgtt@blt-vs-render-ctx0:
- shard-snb: [PASS][21] -> [FAIL][22] ([i915#8295])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-snb5/igt@gem_ppgtt@blt-vs-render-ctx0.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-snb6/igt@gem_ppgtt@blt-vs-render-ctx0.html
* igt@gem_pxp@create-regular-context-1:
- shard-rkl: NOTRUN -> [SKIP][23] ([i915#4270]) +1 similar issue
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@gem_pxp@create-regular-context-1.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-snb: NOTRUN -> [SKIP][24] ([fdo#109271]) +64 similar issues
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-snb7/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-rkl: NOTRUN -> [SKIP][25] ([i915#3282])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@gem_userptr_blits@forbidden-operations.html
* igt@gen7_exec_parse@chained-batch:
- shard-rkl: NOTRUN -> [SKIP][26] ([fdo#109289]) +1 similar issue
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@gen7_exec_parse@chained-batch.html
* igt@i915_pm_dc@dc6-dpms:
- shard-tglu: [PASS][27] -> [FAIL][28] ([i915#3989] / [i915#454])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-tglu-9/igt@i915_pm_dc@dc6-dpms.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-8/igt@i915_pm_dc@dc6-dpms.html
* igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
- shard-rkl: NOTRUN -> [SKIP][29] ([i915#1937] / [i915#4579])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
* igt@i915_pm_rpm@dpms-mode-unset-lpsp:
- shard-rkl: [PASS][30] -> [SKIP][31] ([i915#1397]) +2 similar issues
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-7/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
* igt@i915_selftest@live@gt_heartbeat:
- shard-apl: [PASS][32] -> [DMESG-FAIL][33] ([i915#5334])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-apl2/igt@i915_selftest@live@gt_heartbeat.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-apl2/igt@i915_selftest@live@gt_heartbeat.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs:
- shard-rkl: NOTRUN -> [SKIP][34] ([i915#8502]) +3 similar issues
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs.html
* igt@kms_async_flips@crc@pipe-b-hdmi-a-3 (NEW):
- {shard-dg1}: NOTRUN -> [FAIL][35] ([i915#8247]) +3 similar issues
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-dg1-13/igt@kms_async_flips@crc@pipe-b-hdmi-a-3.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][36] ([i915#5286]) +1 similar issue
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][37] ([fdo#111614] / [i915#3638])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][38] ([fdo#110723]) +1 similar issue
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html
* igt@kms_big_joiner@basic:
- shard-rkl: NOTRUN -> [SKIP][39] ([i915#2705])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_big_joiner@basic.html
* igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][40] ([i915#5354] / [i915#6095]) +5 similar issues
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-a-bad-rotation-90-yf_tiled_ccs:
- shard-tglu: NOTRUN -> [SKIP][41] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-9/igt@kms_ccs@pipe-a-bad-rotation-90-yf_tiled_ccs.html
* igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][42] ([i915#3886] / [i915#5354] / [i915#6095]) +2 similar issues
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs:
- shard-rkl: NOTRUN -> [SKIP][43] ([i915#3734] / [i915#5354] / [i915#6095]) +2 similar issues
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs.html
* igt@kms_ccs@pipe-c-bad-pixel-format-4_tiled_mtl_rc_ccs:
- shard-apl: NOTRUN -> [SKIP][44] ([fdo#109271]) +10 similar issues
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-apl1/igt@kms_ccs@pipe-c-bad-pixel-format-4_tiled_mtl_rc_ccs.html
* igt@kms_ccs@pipe-d-ccs-on-another-bo-4_tiled_mtl_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][45] ([i915#5354]) +11 similar issues
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@kms_ccs@pipe-d-ccs-on-another-bo-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-d-ccs-on-another-bo-yf_tiled_ccs:
- shard-glk: NOTRUN -> [SKIP][46] ([fdo#109271]) +11 similar issues
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-glk6/igt@kms_ccs@pipe-d-ccs-on-another-bo-yf_tiled_ccs.html
* igt@kms_cdclk@mode-transition:
- shard-rkl: NOTRUN -> [SKIP][47] ([i915#3742])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@kms_cdclk@mode-transition.html
* igt@kms_chamelium_color@degamma:
- shard-rkl: NOTRUN -> [SKIP][48] ([fdo#111827]) +1 similar issue
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_edid@vga-edid-read:
- shard-tglu: NOTRUN -> [SKIP][49] ([i915#7828]) +1 similar issue
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-7/igt@kms_chamelium_edid@vga-edid-read.html
* igt@kms_chamelium_frames@vga-frame-dump:
- shard-rkl: NOTRUN -> [SKIP][50] ([i915#7828]) +3 similar issues
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@kms_chamelium_frames@vga-frame-dump.html
* igt@kms_color@deep-color:
- shard-rkl: NOTRUN -> [SKIP][51] ([i915#3555] / [i915#4579]) +3 similar issues
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_color@deep-color.html
* igt@kms_content_protection@srm:
- shard-rkl: NOTRUN -> [SKIP][52] ([i915#4579] / [i915#7118])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-rkl: NOTRUN -> [SKIP][53] ([i915#3359]) +1 similar issue
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-hdmi-a-1:
- shard-glk: [PASS][54] -> [DMESG-FAIL][55] ([i915#118])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-glk8/igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-hdmi-a-1.html
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-glk8/igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-hdmi-a-1.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-tglu: NOTRUN -> [SKIP][56] ([fdo#109274])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-8/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:
- shard-rkl: NOTRUN -> [SKIP][57] ([fdo#111825]) +6 similar issues
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
* igt@kms_dsc@dsc-with-bpc:
- shard-rkl: NOTRUN -> [SKIP][58] ([i915#3840] / [i915#4579])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_fbcon_fbt@psr:
- shard-rkl: NOTRUN -> [SKIP][59] ([i915#3955])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@kms_fbcon_fbt@psr.html
* igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2:
- shard-glk: [PASS][60] -> [FAIL][61] ([i915#79]) +1 similar issue
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-glk6/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2.html
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-glk1/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][62] ([i915#2672] / [i915#4579]) +3 similar issues
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode:
- shard-glk: NOTRUN -> [SKIP][63] ([fdo#109271] / [i915#4579])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-glk4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
- shard-rkl: NOTRUN -> [SKIP][64] ([i915#3023]) +11 similar issues
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-tglu: NOTRUN -> [SKIP][65] ([fdo#109280]) +1 similar issue
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][66] ([fdo#110189]) +2 similar issues
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-3/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-pwrite:
- shard-rkl: NOTRUN -> [SKIP][67] ([fdo#111825] / [i915#1825]) +16 similar issues
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-rkl: NOTRUN -> [SKIP][68] ([i915#4579] / [i915#6953] / [i915#8228])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][69] ([i915#4579] / [i915#5176]) +4 similar issues
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][70] ([i915#5176]) +4 similar issues
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-dp-1:
- shard-apl: NOTRUN -> [SKIP][71] ([fdo#109271] / [i915#4579])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-apl2/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-dp-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling@pipe-b-vga-1:
- shard-snb: NOTRUN -> [SKIP][72] ([fdo#109271] / [i915#4579]) +13 similar issues
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-snb2/igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling@pipe-b-vga-1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][73] ([i915#5235]) +1 similar issue
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][74] ([i915#4579] / [i915#5235]) +1 similar issue
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1.html
* igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb:
- shard-rkl: NOTRUN -> [SKIP][75] ([i915#658])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr@sprite_mmap_gtt:
- shard-rkl: NOTRUN -> [SKIP][76] ([i915#1072]) +2 similar issues
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@kms_psr@sprite_mmap_gtt.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-rkl: [PASS][77] -> [ABORT][78] ([i915#7461])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-7/igt@kms_rotation_crc@primary-rotation-270.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_vblank@pipe-c-wait-busy:
- shard-rkl: NOTRUN -> [SKIP][79] ([i915#4070] / [i915#6768]) +3 similar issues
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_vblank@pipe-c-wait-busy.html
* igt@kms_vblank@pipe-d-query-forked:
- shard-rkl: NOTRUN -> [SKIP][80] ([i915#4070] / [i915#533] / [i915#6768])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@kms_vblank@pipe-d-query-forked.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-rkl: NOTRUN -> [SKIP][81] ([i915#2437])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf_pmu@event-wait@rcs0:
- shard-rkl: NOTRUN -> [SKIP][82] ([fdo#112283] / [i915#4579])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@perf_pmu@event-wait@rcs0.html
* igt@perf_pmu@most-busy-check-all@rcs0:
- shard-rkl: [PASS][83] -> [FAIL][84] ([i915#4349])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-7/igt@perf_pmu@most-busy-check-all@rcs0.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@perf_pmu@most-busy-check-all@rcs0.html
* igt@prime_udl:
- shard-tglu: NOTRUN -> [SKIP][85] ([fdo#109291])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-9/igt@prime_udl.html
- shard-rkl: NOTRUN -> [SKIP][86] ([fdo#109291])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@prime_udl.html
* igt@v3d/v3d_submit_cl@multi-and-single-sync:
- shard-rkl: NOTRUN -> [SKIP][87] ([fdo#109315]) +7 similar issues
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@v3d/v3d_submit_cl@multi-and-single-sync.html
* igt@v3d/v3d_wait_bo@used-bo-1ns:
- shard-tglu: NOTRUN -> [SKIP][88] ([fdo#109315] / [i915#2575])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-8/igt@v3d/v3d_wait_bo@used-bo-1ns.html
* igt@vc4/vc4_dmabuf_poll@poll-write-waits-until-write-done:
- shard-tglu: NOTRUN -> [SKIP][89] ([i915#2575]) +1 similar issue
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-2/igt@vc4/vc4_dmabuf_poll@poll-write-waits-until-write-done.html
* igt@vc4/vc4_tiling@get-bad-flags:
- shard-rkl: NOTRUN -> [SKIP][90] ([i915#7711]) +2 similar issues
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@vc4/vc4_tiling@get-bad-flags.html
#### Possible fixes ####
* igt@gem_eio@hibernate:
- shard-tglu: [ABORT][91] ([i915#7975] / [i915#8213] / [i915#8398]) -> [PASS][92]
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-tglu-10/igt@gem_eio@hibernate.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-7/igt@gem_eio@hibernate.html
* igt@gem_eio@unwedge-stress:
- {shard-dg1}: [FAIL][93] ([i915#5784]) -> [PASS][94] +1 similar issue
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-dg1-12/igt@gem_eio@unwedge-stress.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-dg1-14/igt@gem_eio@unwedge-stress.html
* igt@gem_mmap_gtt@fault-concurrent-x:
- shard-snb: [ABORT][95] ([i915#5161]) -> [PASS][96]
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-snb4/igt@gem_mmap_gtt@fault-concurrent-x.html
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-snb2/igt@gem_mmap_gtt@fault-concurrent-x.html
* igt@i915_pm_dc@dc9-dpms:
- shard-apl: [SKIP][97] ([fdo#109271]) -> [PASS][98]
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-apl2/igt@i915_pm_dc@dc9-dpms.html
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-apl3/igt@i915_pm_dc@dc9-dpms.html
* igt@i915_pm_rc6_residency@rc6-idle@vecs0:
- {shard-dg1}: [FAIL][99] ([i915#3591]) -> [PASS][100]
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-dg1-12/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
* igt@i915_pm_rpm@modeset-non-lpsp-stress:
- {shard-dg1}: [SKIP][101] ([i915#1397]) -> [PASS][102]
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-dg1-13/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-rkl: [FAIL][103] ([i915#3743]) -> [PASS][104] +1 similar issue
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-7/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-apl: [FAIL][105] ([i915#2346]) -> [PASS][106]
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@single-bo@pipe-b:
- {shard-dg1}: [INCOMPLETE][107] ([i915#8011] / [i915#8347]) -> [PASS][108]
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-dg1-19/igt@kms_cursor_legacy@single-bo@pipe-b.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-dg1-17/igt@kms_cursor_legacy@single-bo@pipe-b.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-rkl: [ABORT][109] ([i915#7461]) -> [PASS][110]
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@perf_pmu@rc6-suspend:
- shard-apl: [ABORT][111] ([i915#180]) -> [PASS][112]
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-apl2/igt@perf_pmu@rc6-suspend.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-apl3/igt@perf_pmu@rc6-suspend.html
* igt@syncobj_timeline@multi-wait-for-submit-available-signaled:
- {shard-dg1}: [DMESG-WARN][113] ([i915#4423]) -> [PASS][114]
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-dg1-18/igt@syncobj_timeline@multi-wait-for-submit-available-signaled.html
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-dg1-13/igt@syncobj_timeline@multi-wait-for-submit-available-signaled.html
#### Warnings ####
* igt@i915_pm_rc6_residency@rc6-idle@rcs0:
- shard-tglu: [FAIL][115] ([i915#2681] / [i915#3591]) -> [WARN][116] ([i915#2681])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
* igt@i915_pm_rc6_residency@rc6-idle@vecs0:
- shard-tglu: [WARN][117] ([i915#2681]) -> [FAIL][118] ([i915#2681] / [i915#3591])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
* igt@kms_content_protection@mei_interface:
- shard-rkl: [SKIP][119] ([fdo#109300]) -> [SKIP][120] ([i915#4579] / [i915#7118])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-1/igt@kms_content_protection@mei_interface.html
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@kms_content_protection@mei_interface.html
- shard-apl: [SKIP][121] ([fdo#109271]) -> [SKIP][122] ([fdo#109271] / [i915#4579])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-apl2/igt@kms_content_protection@mei_interface.html
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-apl4/igt@kms_content_protection@mei_interface.html
- shard-snb: [SKIP][123] ([fdo#109271]) -> [SKIP][124] ([fdo#109271] / [i915#4579])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-snb4/igt@kms_content_protection@mei_interface.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-snb6/igt@kms_content_protection@mei_interface.html
- shard-tglu: [SKIP][125] ([fdo#109300]) -> [SKIP][126] ([i915#4579] / [i915#6944] / [i915#7116] / [i915#7118])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-tglu-8/igt@kms_content_protection@mei_interface.html
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-3/igt@kms_content_protection@mei_interface.html
- shard-glk: [SKIP][127] ([fdo#109271]) -> [SKIP][128] ([fdo#109271] / [i915#4579])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-glk7/igt@kms_content_protection@mei_interface.html
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-glk8/igt@kms_content_protection@mei_interface.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][129] ([fdo#110189] / [i915#3955]) -> [SKIP][130] ([i915#3955])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/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).
[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#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291
[fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300
[fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309
[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#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#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
[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#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937
[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#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
[i915#3063]: https://gitlab.freedesktop.org/drm/intel/issues/3063
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[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#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#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
[i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
[i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[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#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423
[i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
[i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#5161]: https://gitlab.freedesktop.org/drm/intel/issues/5161
[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#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[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#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[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#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461
[i915#7582]: https://gitlab.freedesktop.org/drm/intel/issues/7582
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[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#7941]: https://gitlab.freedesktop.org/drm/intel/issues/7941
[i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
[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#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247
[i915#8295]: https://gitlab.freedesktop.org/drm/intel/issues/8295
[i915#8347]: https://gitlab.freedesktop.org/drm/intel/issues/8347
[i915#8398]: https://gitlab.freedesktop.org/drm/intel/issues/8398
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
[i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7338 -> IGTPW_9202
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_13289: 32e260cd0d16cee6f33e747679f168d63ea54bf6 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9202: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/index.html
IGT_7338: 4f2f4b61eafc613ec58fd07bb11be7072b41c6bf @ 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_9202/index.html
[-- Attachment #2: Type: text/html, Size: 43198 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout (rev2)
2023-06-17 9:54 [igt-dev] [PATCH] tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout Garg, Nemesa
` (2 preceding siblings ...)
2023-06-20 0:46 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2023-06-20 8:09 ` Patchwork
3 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2023-06-20 8:09 UTC (permalink / raw)
To: Garg, Nemesa; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 36915 bytes --]
== Series Details ==
Series: tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout (rev2)
URL : https://patchwork.freedesktop.org/series/119491/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13289_full -> IGTPW_9202_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/index.html
Participating hosts (7 -> 8)
------------------------------
Additional (1): shard-tglu0
New tests
---------
New tests have been introduced between CI_DRM_13289_full and IGTPW_9202_full:
### New IGT tests (4) ###
* igt@kms_async_flips@crc@pipe-a-hdmi-a-3:
- Statuses : 1 fail(s)
- Exec time: [0.0] s
* igt@kms_async_flips@crc@pipe-b-hdmi-a-3:
- Statuses : 1 fail(s)
- Exec time: [0.0] s
* igt@kms_async_flips@crc@pipe-c-hdmi-a-3:
- Statuses : 1 fail(s)
- Exec time: [0.0] s
* igt@kms_async_flips@crc@pipe-d-hdmi-a-3:
- Statuses : 1 fail(s)
- Exec time: [0.0] s
Known issues
------------
Here are the changes found in IGTPW_9202_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [PASS][1] -> [FAIL][2] ([i915#7742])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@gem_barrier_race@remote-request@rcs0:
- shard-rkl: [PASS][3] -> [ABORT][4] ([i915#7461] / [i915#8211])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-6/igt@gem_barrier_race@remote-request@rcs0.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@gem_barrier_race@remote-request@rcs0.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-rkl: NOTRUN -> [SKIP][5] ([i915#7697])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-rkl: [PASS][6] -> [FAIL][7] ([i915#6268])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_isolation@preservation-s3@vecs0:
- shard-tglu: [PASS][8] -> [ABORT][9] ([i915#8697])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-tglu-8/igt@gem_ctx_isolation@preservation-s3@vecs0.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-9/igt@gem_ctx_isolation@preservation-s3@vecs0.html
* igt@gem_eio@unwedge-stress:
- shard-tglu: [PASS][10] -> [TIMEOUT][11] ([i915#3063] / [i915#7941])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-tglu-9/igt@gem_eio@unwedge-stress.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-2/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@parallel-balancer:
- shard-rkl: NOTRUN -> [SKIP][12] ([i915#4525]) +1 similar issue
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-apl: [PASS][13] -> [FAIL][14] ([i915#2842])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-apl2/igt@gem_exec_fair@basic-none-solo@rcs0.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-apl6/igt@gem_exec_fair@basic-none-solo@rcs0.html
- shard-rkl: NOTRUN -> [FAIL][15] ([i915#2842])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-none@bcs0:
- shard-rkl: [PASS][16] -> [FAIL][17] ([i915#2842]) +1 similar issue
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-7/igt@gem_exec_fair@basic-none@bcs0.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@gem_exec_fair@basic-none@bcs0.html
* igt@gem_exec_reloc@basic-cpu-read:
- shard-rkl: NOTRUN -> [SKIP][18] ([i915#3281]) +3 similar issues
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@gem_exec_reloc@basic-cpu-read.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-tglu: NOTRUN -> [SKIP][19] ([i915#4613] / [i915#7582])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-10/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@random-engines:
- shard-rkl: NOTRUN -> [SKIP][20] ([i915#4613])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@gem_lmem_swapping@random-engines.html
* igt@gem_ppgtt@blt-vs-render-ctx0:
- shard-snb: [PASS][21] -> [FAIL][22] ([i915#8295])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-snb5/igt@gem_ppgtt@blt-vs-render-ctx0.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-snb6/igt@gem_ppgtt@blt-vs-render-ctx0.html
* igt@gem_pxp@create-regular-context-1:
- shard-rkl: NOTRUN -> [SKIP][23] ([i915#4270]) +1 similar issue
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@gem_pxp@create-regular-context-1.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-snb: NOTRUN -> [SKIP][24] ([fdo#109271]) +64 similar issues
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-snb7/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-rkl: NOTRUN -> [SKIP][25] ([i915#3282])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@gem_userptr_blits@forbidden-operations.html
* igt@gen7_exec_parse@chained-batch:
- shard-rkl: NOTRUN -> [SKIP][26] ([fdo#109289]) +1 similar issue
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@gen7_exec_parse@chained-batch.html
* igt@i915_pm_dc@dc6-dpms:
- shard-tglu: [PASS][27] -> [FAIL][28] ([i915#3989] / [i915#454])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-tglu-9/igt@i915_pm_dc@dc6-dpms.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-8/igt@i915_pm_dc@dc6-dpms.html
* igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
- shard-rkl: NOTRUN -> [SKIP][29] ([i915#1937] / [i915#4579])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
* igt@i915_pm_rpm@dpms-mode-unset-lpsp:
- shard-rkl: [PASS][30] -> [SKIP][31] ([i915#1397]) +2 similar issues
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-7/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
* igt@i915_selftest@live@gt_heartbeat:
- shard-apl: [PASS][32] -> [DMESG-FAIL][33] ([i915#5334])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-apl2/igt@i915_selftest@live@gt_heartbeat.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-apl2/igt@i915_selftest@live@gt_heartbeat.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs:
- shard-rkl: NOTRUN -> [SKIP][34] ([i915#8502]) +3 similar issues
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs.html
* igt@kms_async_flips@crc@pipe-b-hdmi-a-3 (NEW):
- {shard-dg1}: NOTRUN -> [FAIL][35] ([i915#8247]) +3 similar issues
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-dg1-13/igt@kms_async_flips@crc@pipe-b-hdmi-a-3.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][36] ([i915#5286]) +1 similar issue
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][37] ([fdo#111614] / [i915#3638])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][38] ([fdo#110723]) +1 similar issue
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html
* igt@kms_big_joiner@basic:
- shard-rkl: NOTRUN -> [SKIP][39] ([i915#2705])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_big_joiner@basic.html
* igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][40] ([i915#5354] / [i915#6095]) +5 similar issues
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-a-bad-rotation-90-yf_tiled_ccs:
- shard-tglu: NOTRUN -> [SKIP][41] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-9/igt@kms_ccs@pipe-a-bad-rotation-90-yf_tiled_ccs.html
* igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][42] ([i915#3886] / [i915#5354] / [i915#6095]) +2 similar issues
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs:
- shard-rkl: NOTRUN -> [SKIP][43] ([i915#3734] / [i915#5354] / [i915#6095]) +2 similar issues
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs.html
* igt@kms_ccs@pipe-c-bad-pixel-format-4_tiled_mtl_rc_ccs:
- shard-apl: NOTRUN -> [SKIP][44] ([fdo#109271]) +10 similar issues
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-apl1/igt@kms_ccs@pipe-c-bad-pixel-format-4_tiled_mtl_rc_ccs.html
* igt@kms_ccs@pipe-d-ccs-on-another-bo-4_tiled_mtl_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][45] ([i915#5354]) +11 similar issues
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@kms_ccs@pipe-d-ccs-on-another-bo-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-d-ccs-on-another-bo-yf_tiled_ccs:
- shard-glk: NOTRUN -> [SKIP][46] ([fdo#109271]) +11 similar issues
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-glk6/igt@kms_ccs@pipe-d-ccs-on-another-bo-yf_tiled_ccs.html
* igt@kms_cdclk@mode-transition:
- shard-rkl: NOTRUN -> [SKIP][47] ([i915#3742])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@kms_cdclk@mode-transition.html
* igt@kms_chamelium_color@degamma:
- shard-rkl: NOTRUN -> [SKIP][48] ([fdo#111827]) +1 similar issue
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_edid@vga-edid-read:
- shard-tglu: NOTRUN -> [SKIP][49] ([i915#7828]) +1 similar issue
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-7/igt@kms_chamelium_edid@vga-edid-read.html
* igt@kms_chamelium_frames@vga-frame-dump:
- shard-rkl: NOTRUN -> [SKIP][50] ([i915#7828]) +3 similar issues
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@kms_chamelium_frames@vga-frame-dump.html
* igt@kms_color@deep-color:
- shard-rkl: NOTRUN -> [SKIP][51] ([i915#3555] / [i915#4579]) +3 similar issues
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_color@deep-color.html
* igt@kms_content_protection@srm:
- shard-rkl: NOTRUN -> [SKIP][52] ([i915#4579] / [i915#7118])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-rkl: NOTRUN -> [SKIP][53] ([i915#3359]) +1 similar issue
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-hdmi-a-1:
- shard-glk: [PASS][54] -> [DMESG-FAIL][55] ([i915#118])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-glk8/igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-hdmi-a-1.html
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-glk8/igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-hdmi-a-1.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-tglu: NOTRUN -> [SKIP][56] ([fdo#109274])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-8/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:
- shard-rkl: NOTRUN -> [SKIP][57] ([fdo#111825]) +6 similar issues
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
* igt@kms_dsc@dsc-with-bpc:
- shard-rkl: NOTRUN -> [SKIP][58] ([i915#3840] / [i915#4579])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_fbcon_fbt@psr:
- shard-rkl: NOTRUN -> [SKIP][59] ([i915#3955])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@kms_fbcon_fbt@psr.html
* igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2:
- shard-glk: [PASS][60] -> [FAIL][61] ([i915#79]) +1 similar issue
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-glk6/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2.html
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-glk1/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][62] ([i915#2672] / [i915#4579]) +3 similar issues
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode:
- shard-glk: NOTRUN -> [SKIP][63] ([fdo#109271] / [i915#4579])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-glk4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
- shard-rkl: NOTRUN -> [SKIP][64] ([i915#3023]) +11 similar issues
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-tglu: NOTRUN -> [SKIP][65] ([fdo#109280]) +1 similar issue
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][66] ([fdo#110189]) +2 similar issues
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-3/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-pwrite:
- shard-rkl: NOTRUN -> [SKIP][67] ([fdo#111825] / [i915#1825]) +16 similar issues
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-rkl: NOTRUN -> [SKIP][68] ([i915#4579] / [i915#6953] / [i915#8228])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][69] ([i915#4579] / [i915#5176]) +4 similar issues
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][70] ([i915#5176]) +4 similar issues
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-dp-1:
- shard-apl: NOTRUN -> [SKIP][71] ([fdo#109271] / [i915#4579])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-apl2/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-dp-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling@pipe-b-vga-1:
- shard-snb: NOTRUN -> [SKIP][72] ([fdo#109271] / [i915#4579]) +13 similar issues
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-snb2/igt@kms_plane_scaling@planes-downscale-factor-0-75-unity-scaling@pipe-b-vga-1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][73] ([i915#5235]) +1 similar issue
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][74] ([i915#4579] / [i915#5235]) +1 similar issue
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1.html
* igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb:
- shard-rkl: NOTRUN -> [SKIP][75] ([i915#658])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr@sprite_mmap_gtt:
- shard-rkl: NOTRUN -> [SKIP][76] ([i915#1072]) +2 similar issues
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@kms_psr@sprite_mmap_gtt.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-rkl: [PASS][77] -> [ABORT][78] ([i915#7461])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-7/igt@kms_rotation_crc@primary-rotation-270.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_vblank@pipe-c-wait-busy:
- shard-rkl: NOTRUN -> [SKIP][79] ([i915#4070] / [i915#6768]) +3 similar issues
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-2/igt@kms_vblank@pipe-c-wait-busy.html
* igt@kms_vblank@pipe-d-query-forked:
- shard-rkl: NOTRUN -> [SKIP][80] ([i915#4070] / [i915#533] / [i915#6768])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@kms_vblank@pipe-d-query-forked.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-rkl: NOTRUN -> [SKIP][81] ([i915#2437])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf_pmu@event-wait@rcs0:
- shard-rkl: NOTRUN -> [SKIP][82] ([fdo#112283] / [i915#4579])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@perf_pmu@event-wait@rcs0.html
* igt@perf_pmu@most-busy-check-all@rcs0:
- shard-rkl: [PASS][83] -> [FAIL][84] ([i915#4349])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-7/igt@perf_pmu@most-busy-check-all@rcs0.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-7/igt@perf_pmu@most-busy-check-all@rcs0.html
* igt@prime_udl:
- shard-tglu: NOTRUN -> [SKIP][85] ([fdo#109291])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-9/igt@prime_udl.html
- shard-rkl: NOTRUN -> [SKIP][86] ([fdo#109291])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/igt@prime_udl.html
* igt@v3d/v3d_submit_cl@multi-and-single-sync:
- shard-rkl: NOTRUN -> [SKIP][87] ([fdo#109315]) +7 similar issues
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@v3d/v3d_submit_cl@multi-and-single-sync.html
* igt@v3d/v3d_wait_bo@used-bo-1ns:
- shard-tglu: NOTRUN -> [SKIP][88] ([fdo#109315] / [i915#2575])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-8/igt@v3d/v3d_wait_bo@used-bo-1ns.html
* igt@vc4/vc4_dmabuf_poll@poll-write-waits-until-write-done:
- shard-tglu: NOTRUN -> [SKIP][89] ([i915#2575]) +1 similar issue
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-2/igt@vc4/vc4_dmabuf_poll@poll-write-waits-until-write-done.html
* igt@vc4/vc4_tiling@get-bad-flags:
- shard-rkl: NOTRUN -> [SKIP][90] ([i915#7711]) +2 similar issues
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@vc4/vc4_tiling@get-bad-flags.html
#### Possible fixes ####
* igt@gem_eio@hibernate:
- shard-tglu: [ABORT][91] ([i915#7975] / [i915#8213] / [i915#8398]) -> [PASS][92]
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-tglu-10/igt@gem_eio@hibernate.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-7/igt@gem_eio@hibernate.html
* igt@gem_eio@unwedge-stress:
- {shard-dg1}: [FAIL][93] ([i915#5784]) -> [PASS][94] +1 similar issue
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-dg1-12/igt@gem_eio@unwedge-stress.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-dg1-14/igt@gem_eio@unwedge-stress.html
* igt@gem_mmap_gtt@fault-concurrent-x:
- shard-snb: [ABORT][95] ([i915#5161]) -> [PASS][96]
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-snb4/igt@gem_mmap_gtt@fault-concurrent-x.html
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-snb2/igt@gem_mmap_gtt@fault-concurrent-x.html
* igt@i915_pm_dc@dc9-dpms:
- shard-apl: [SKIP][97] ([fdo#109271]) -> [PASS][98]
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-apl2/igt@i915_pm_dc@dc9-dpms.html
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-apl3/igt@i915_pm_dc@dc9-dpms.html
* igt@i915_pm_rc6_residency@rc6-idle@vecs0:
- {shard-dg1}: [FAIL][99] ([i915#3591]) -> [PASS][100]
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-dg1-12/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
* igt@i915_pm_rpm@modeset-non-lpsp-stress:
- {shard-dg1}: [SKIP][101] ([i915#1397]) -> [PASS][102]
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-dg1-13/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-rkl: [FAIL][103] ([i915#3743]) -> [PASS][104] +1 similar issue
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-7/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-4/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-apl: [FAIL][105] ([i915#2346]) -> [PASS][106]
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@single-bo@pipe-b:
- {shard-dg1}: [INCOMPLETE][107] ([i915#8011] / [i915#8347]) -> [PASS][108]
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-dg1-19/igt@kms_cursor_legacy@single-bo@pipe-b.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-dg1-17/igt@kms_cursor_legacy@single-bo@pipe-b.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-rkl: [ABORT][109] ([i915#7461]) -> [PASS][110]
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@perf_pmu@rc6-suspend:
- shard-apl: [ABORT][111] ([i915#180]) -> [PASS][112]
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-apl2/igt@perf_pmu@rc6-suspend.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-apl3/igt@perf_pmu@rc6-suspend.html
* igt@syncobj_timeline@multi-wait-for-submit-available-signaled:
- {shard-dg1}: [DMESG-WARN][113] ([i915#4423]) -> [PASS][114]
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-dg1-18/igt@syncobj_timeline@multi-wait-for-submit-available-signaled.html
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-dg1-13/igt@syncobj_timeline@multi-wait-for-submit-available-signaled.html
#### Warnings ####
* igt@i915_pm_rc6_residency@rc6-idle@rcs0:
- shard-tglu: [FAIL][115] ([i915#2681] / [i915#3591]) -> [WARN][116] ([i915#2681])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
* igt@i915_pm_rc6_residency@rc6-idle@vecs0:
- shard-tglu: [WARN][117] ([i915#2681]) -> [FAIL][118] ([i915#2681] / [i915#3591])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
* igt@kms_content_protection@mei_interface:
- shard-rkl: [SKIP][119] ([fdo#109300]) -> [SKIP][120] ([i915#4579] / [i915#7118])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-1/igt@kms_content_protection@mei_interface.html
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-1/igt@kms_content_protection@mei_interface.html
- shard-apl: [SKIP][121] ([fdo#109271]) -> [SKIP][122] ([fdo#109271] / [i915#4579])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-apl2/igt@kms_content_protection@mei_interface.html
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-apl4/igt@kms_content_protection@mei_interface.html
- shard-snb: [SKIP][123] ([fdo#109271]) -> [SKIP][124] ([fdo#109271] / [i915#4579])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-snb4/igt@kms_content_protection@mei_interface.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-snb6/igt@kms_content_protection@mei_interface.html
- shard-tglu: [SKIP][125] ([fdo#109300]) -> [SKIP][126] ([i915#4579] / [i915#6944] / [i915#7116] / [i915#7118])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-tglu-8/igt@kms_content_protection@mei_interface.html
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-tglu-3/igt@kms_content_protection@mei_interface.html
- shard-glk: [SKIP][127] ([fdo#109271]) -> [SKIP][128] ([fdo#109271] / [i915#4579])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-glk7/igt@kms_content_protection@mei_interface.html
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-glk8/igt@kms_content_protection@mei_interface.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][129] ([fdo#110189] / [i915#3955]) -> [SKIP][130] ([i915#3955])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13289/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/shard-rkl-6/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).
[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#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291
[fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300
[fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309
[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#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#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
[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#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937
[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#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
[i915#3063]: https://gitlab.freedesktop.org/drm/intel/issues/3063
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[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#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#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
[i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
[i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[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#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423
[i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
[i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#5161]: https://gitlab.freedesktop.org/drm/intel/issues/5161
[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#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[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#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[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#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461
[i915#7582]: https://gitlab.freedesktop.org/drm/intel/issues/7582
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[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#7941]: https://gitlab.freedesktop.org/drm/intel/issues/7941
[i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
[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#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247
[i915#8295]: https://gitlab.freedesktop.org/drm/intel/issues/8295
[i915#8347]: https://gitlab.freedesktop.org/drm/intel/issues/8347
[i915#8398]: https://gitlab.freedesktop.org/drm/intel/issues/8398
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
[i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661
[i915#8697]: https://gitlab.freedesktop.org/drm/intel/issues/8697
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7338 -> IGTPW_9202
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_13289: 32e260cd0d16cee6f33e747679f168d63ea54bf6 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9202: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9202/index.html
IGT_7338: 4f2f4b61eafc613ec58fd07bb11be7072b41c6bf @ 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_9202/index.html
[-- Attachment #2: Type: text/html, Size: 42788 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* [igt-dev] [PATCH] tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout.
@ 2023-06-15 12:36 Garg, Nemesa
2023-06-15 15:31 ` Juha-Pekka Heikkila
2023-06-16 12:37 ` Kamil Konieczny
0 siblings, 2 replies; 9+ messages in thread
From: Garg, Nemesa @ 2023-06-15 12:36 UTC (permalink / raw)
To: igt-dev; +Cc: Garg, Garg, Nemesa
Due to excessive IOCTL calls in a stress test we are getting
disk limit issue. Hence by reducing the timeout from 20 to 5
the IOCTL call will get reduced.
Checked with different values and found 5 as optimal value.
Signed-off-by: Garg, Nemesa <nemesa.garg@intel.com>
---
tests/kms_cursor_legacy.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c
index f1e55906..13918345 100644
--- a/tests/kms_cursor_legacy.c
+++ b/tests/kms_cursor_legacy.c
@@ -1562,12 +1562,12 @@ igt_main
errno = 0;
igt_dynamic_f("pipe-%s", kmstest_pipe_name(n))
- stress(&display, n, tests[i].ncpus, tests[i].flags, 20);
+ stress(&display, n, tests[i].ncpus, tests[i].flags, 5);
}
errno = 0;
igt_dynamic("all-pipes")
- stress(&display, -1, tests[i].ncpus, tests[i].flags, 20);
+ stress(&display, -1, tests[i].ncpus, tests[i].flags, 5);
}
}
}
--
2.25.1
^ permalink raw reply related [flat|nested] 9+ messages in thread* Re: [igt-dev] [PATCH] tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout.
2023-06-15 12:36 [igt-dev] [PATCH] tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout Garg, Nemesa
@ 2023-06-15 15:31 ` Juha-Pekka Heikkila
2023-06-16 12:37 ` Kamil Konieczny
1 sibling, 0 replies; 9+ messages in thread
From: Juha-Pekka Heikkila @ 2023-06-15 15:31 UTC (permalink / raw)
To: Garg, Nemesa, igt-dev; +Cc: Garg
I agree, I don't see any reason why this test execution couldn't be made
shorter this way.
Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
On 15.6.2023 15.36, Garg, Nemesa wrote:
> Due to excessive IOCTL calls in a stress test we are getting
> disk limit issue. Hence by reducing the timeout from 20 to 5
> the IOCTL call will get reduced.
>
> Checked with different values and found 5 as optimal value.
>
> Signed-off-by: Garg, Nemesa <nemesa.garg@intel.com>
> ---
> tests/kms_cursor_legacy.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c
> index f1e55906..13918345 100644
> --- a/tests/kms_cursor_legacy.c
> +++ b/tests/kms_cursor_legacy.c
> @@ -1562,12 +1562,12 @@ igt_main
> errno = 0;
>
> igt_dynamic_f("pipe-%s", kmstest_pipe_name(n))
> - stress(&display, n, tests[i].ncpus, tests[i].flags, 20);
> + stress(&display, n, tests[i].ncpus, tests[i].flags, 5);
> }
>
> errno = 0;
> igt_dynamic("all-pipes")
> - stress(&display, -1, tests[i].ncpus, tests[i].flags, 20);
> + stress(&display, -1, tests[i].ncpus, tests[i].flags, 5);
> }
> }
> }
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [igt-dev] [PATCH] tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout.
2023-06-15 12:36 [igt-dev] [PATCH] tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout Garg, Nemesa
2023-06-15 15:31 ` Juha-Pekka Heikkila
@ 2023-06-16 12:37 ` Kamil Konieczny
2023-06-17 9:59 ` Garg, Nemesa
1 sibling, 1 reply; 9+ messages in thread
From: Kamil Konieczny @ 2023-06-16 12:37 UTC (permalink / raw)
To: igt-dev; +Cc: Nemesa Garg, Garg
Hi Garg,
tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout.
----------------------------------------------------------------------------------------------- ^
Please do not write a dot at the end of Subject, so:
s/timeout./timeout/
Regards,
Kamil
On 2023-06-15 at 18:06:54 +0530, Garg, Nemesa wrote:
> Due to excessive IOCTL calls in a stress test we are getting
> disk limit issue. Hence by reducing the timeout from 20 to 5
> the IOCTL call will get reduced.
>
> Checked with different values and found 5 as optimal value.
>
> Signed-off-by: Garg, Nemesa <nemesa.garg@intel.com>
> ---
> tests/kms_cursor_legacy.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c
> index f1e55906..13918345 100644
> --- a/tests/kms_cursor_legacy.c
> +++ b/tests/kms_cursor_legacy.c
> @@ -1562,12 +1562,12 @@ igt_main
> errno = 0;
>
> igt_dynamic_f("pipe-%s", kmstest_pipe_name(n))
> - stress(&display, n, tests[i].ncpus, tests[i].flags, 20);
> + stress(&display, n, tests[i].ncpus, tests[i].flags, 5);
> }
>
> errno = 0;
> igt_dynamic("all-pipes")
> - stress(&display, -1, tests[i].ncpus, tests[i].flags, 20);
> + stress(&display, -1, tests[i].ncpus, tests[i].flags, 5);
> }
> }
> }
> --
> 2.25.1
>
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [igt-dev] [PATCH] tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout.
2023-06-16 12:37 ` Kamil Konieczny
@ 2023-06-17 9:59 ` Garg, Nemesa
0 siblings, 0 replies; 9+ messages in thread
From: Garg, Nemesa @ 2023-06-17 9:59 UTC (permalink / raw)
To: Kamil Konieczny, igt-dev@lists.freedesktop.org; +Cc: Garg@freedesktop.org
> -----Original Message-----
> From: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Sent: Friday, June 16, 2023 6:07 PM
> To: igt-dev@lists.freedesktop.org
> Cc: Garg, Nemesa <nemesa.garg@intel.com>; Garg@freedesktop.org; Juha-
> Pekka Heikkila <juhapekka.heikkila@gmail.com>
> Subject: Re: [igt-dev] [PATCH] tests/kms_cursor_legacy: Reducing the
> IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout.
>
> Hi Garg,
>
> tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls
> by reducing the timeout.
> ----------------------------------------------------------------------------------------------- ^
>
> Please do not write a dot at the end of Subject, so:
>
> s/timeout./timeout/
>
> Regards,
> Kamil
>
Hi Kamil,
Thank you for your comment. I have made the change and sent a new patch.
Thanks,
Nemesa
> On 2023-06-15 at 18:06:54 +0530, Garg, Nemesa wrote:
> > Due to excessive IOCTL calls in a stress test we are getting disk
> > limit issue. Hence by reducing the timeout from 20 to 5 the IOCTL call
> > will get reduced.
> >
> > Checked with different values and found 5 as optimal value.
> >
> > Signed-off-by: Garg, Nemesa <nemesa.garg@intel.com>
> > ---
> > tests/kms_cursor_legacy.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c
> > index f1e55906..13918345 100644
> > --- a/tests/kms_cursor_legacy.c
> > +++ b/tests/kms_cursor_legacy.c
> > @@ -1562,12 +1562,12 @@ igt_main
> > errno = 0;
> >
> > igt_dynamic_f("pipe-%s",
> kmstest_pipe_name(n))
> > - stress(&display, n,
> tests[i].ncpus, tests[i].flags, 20);
> > + stress(&display, n,
> tests[i].ncpus, tests[i].flags, 5);
> > }
> >
> > errno = 0;
> > igt_dynamic("all-pipes")
> > - stress(&display, -1, tests[i].ncpus,
> tests[i].flags, 20);
> > + stress(&display, -1, tests[i].ncpus,
> tests[i].flags, 5);
> > }
> > }
> > }
> > --
> > 2.25.1
> >
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-06-20 8:09 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-17 9:54 [igt-dev] [PATCH] tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout Garg, Nemesa
2023-06-19 6:03 ` Juha-Pekka Heikkila
2023-06-19 15:59 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout (rev2) Patchwork
2023-06-20 0:46 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-06-20 8:09 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2023-06-15 12:36 [igt-dev] [PATCH] tests/kms_cursor_legacy: Reducing the IOCTL(drm_mode_cursor_ioctl) calls by reducing the timeout Garg, Nemesa
2023-06-15 15:31 ` Juha-Pekka Heikkila
2023-06-16 12:37 ` Kamil Konieczny
2023-06-17 9:59 ` Garg, Nemesa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox