* [Intel-gfx] [PATCH i-g-t] tests/sysfs: Update timeslice/preemption for new range limits
@ 2022-10-31 22:24 John.C.Harrison
2022-10-31 22:59 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: John.C.Harrison @ 2022-10-31 22:24 UTC (permalink / raw)
To: IGT-Dev; +Cc: Intel-GFX
From: John Harrison <John.C.Harrison@Intel.com>
Guc submission imposes new range limits on certain scheduling
parameters. The idempotent sections of the timeslice duration and
pre-emption timeout tests was exceeding those limits and so would fail.
Reduce the excessively large value (654s) to one which does not
overflow (54s). Also add an assert that the write of the new value
actually succeeds.
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
---
tests/i915/sysfs_preempt_timeout.c | 4 ++--
tests/i915/sysfs_timeslice_duration.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/i915/sysfs_preempt_timeout.c b/tests/i915/sysfs_preempt_timeout.c
index 515038281638..5e0a7d96299f 100644
--- a/tests/i915/sysfs_preempt_timeout.c
+++ b/tests/i915/sysfs_preempt_timeout.c
@@ -68,7 +68,7 @@ static void set_preempt_timeout(int engine, unsigned int value)
{
unsigned int delay;
- igt_sysfs_printf(engine, ATTR, "%u", value);
+ igt_assert_lte(0, igt_sysfs_printf(engine, ATTR, "%u", value));
igt_sysfs_scanf(engine, ATTR, "%u", &delay);
igt_assert_eq(delay, value);
}
@@ -82,7 +82,7 @@ static int wait_for_reset(int fence)
static void test_idempotent(int i915, int engine)
{
- unsigned int delays[] = { 0, 1, 1000, 1234, 654321 };
+ unsigned int delays[] = { 0, 1, 1000, 1234, 54321 };
unsigned int saved;
/* Quick test that store/show reports the same values */
diff --git a/tests/i915/sysfs_timeslice_duration.c b/tests/i915/sysfs_timeslice_duration.c
index 8a2f1c2f2ece..95dc377785a5 100644
--- a/tests/i915/sysfs_timeslice_duration.c
+++ b/tests/i915/sysfs_timeslice_duration.c
@@ -79,7 +79,7 @@ static void set_timeslice(int engine, unsigned int value)
{
unsigned int delay;
- igt_sysfs_printf(engine, ATTR, "%u", value);
+ igt_assert_lte(0, igt_sysfs_printf(engine, ATTR, "%u", value));
igt_sysfs_scanf(engine, ATTR, "%u", &delay);
igt_assert_eq(delay, value);
}
@@ -93,7 +93,7 @@ static int wait_for_reset(int fence)
static void test_idempotent(int i915, int engine)
{
- const unsigned int delays[] = { 0, 1, 1234, 654321 };
+ const unsigned int delays[] = { 0, 1, 1234, 54321 };
unsigned int saved;
/* Quick test to verify the kernel reports the same values as we write */
--
2.37.3
^ permalink raw reply related [flat|nested] 6+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/sysfs: Update timeslice/preemption for new range limits 2022-10-31 22:24 [Intel-gfx] [PATCH i-g-t] tests/sysfs: Update timeslice/preemption for new range limits John.C.Harrison @ 2022-10-31 22:59 ` Patchwork 2022-11-01 0:09 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2022-11-01 15:27 ` [Intel-gfx] [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh 2 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2022-10-31 22:59 UTC (permalink / raw) To: john.c.harrison; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 10753 bytes --] == Series Details == Series: tests/sysfs: Update timeslice/preemption for new range limits URL : https://patchwork.freedesktop.org/series/110344/ State : success == Summary == CI Bug Log - changes from CI_DRM_12325 -> IGTPW_8022 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/index.html Participating hosts (40 -> 39) ------------------------------ Additional (1): fi-rkl-11600 Missing (2): fi-cml-u2 fi-icl-u2 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_8022: ### IGT changes ### #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@i915_selftest@live@reset: - {bat-rpls-2}: [PASS][1] -> [DMESG-WARN][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/bat-rpls-2/igt@i915_selftest@live@reset.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/bat-rpls-2/igt@i915_selftest@live@reset.html Known issues ------------ Here are the changes found in IGTPW_8022 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_hotunplug@unbind-rebind: - fi-apl-guc: [PASS][3] -> [INCOMPLETE][4] ([i915#7073]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/fi-apl-guc/igt@core_hotunplug@unbind-rebind.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/fi-apl-guc/igt@core_hotunplug@unbind-rebind.html * igt@gem_huc_copy@huc-copy: - fi-rkl-11600: NOTRUN -> [SKIP][5] ([i915#2190]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/fi-rkl-11600/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - fi-rkl-11600: NOTRUN -> [SKIP][6] ([i915#4613]) +3 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/fi-rkl-11600/igt@gem_lmem_swapping@basic.html * igt@gem_tiled_pread_basic: - fi-rkl-11600: NOTRUN -> [SKIP][7] ([i915#3282]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/fi-rkl-11600/igt@gem_tiled_pread_basic.html * igt@i915_pm_backlight@basic-brightness: - fi-rkl-11600: NOTRUN -> [SKIP][8] ([i915#3012]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/fi-rkl-11600/igt@i915_pm_backlight@basic-brightness.html * igt@i915_selftest@live@hangcheck: - fi-hsw-g3258: [PASS][9] -> [INCOMPLETE][10] ([i915#3303] / [i915#4785]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/fi-hsw-g3258/igt@i915_selftest@live@hangcheck.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/fi-hsw-g3258/igt@i915_selftest@live@hangcheck.html * igt@kms_chamelium@hdmi-edid-read: - fi-rkl-11600: NOTRUN -> [SKIP][11] ([fdo#111827]) +8 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/fi-rkl-11600/igt@kms_chamelium@hdmi-edid-read.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor: - fi-rkl-11600: NOTRUN -> [SKIP][12] ([i915#4103]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/fi-rkl-11600/igt@kms_cursor_legacy@basic-busy-flip-before-cursor.html * igt@kms_force_connector_basic@force-load-detect: - fi-rkl-11600: NOTRUN -> [SKIP][13] ([fdo#109285] / [i915#4098]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/fi-rkl-11600/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-hdmi-a-2: - fi-bdw-5557u: [PASS][14] -> [INCOMPLETE][15] ([i915#146]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/fi-bdw-5557u/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-hdmi-a-2.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/fi-bdw-5557u/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-hdmi-a-2.html * igt@kms_psr@primary_page_flip: - fi-rkl-11600: NOTRUN -> [SKIP][16] ([i915#1072]) +3 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/fi-rkl-11600/igt@kms_psr@primary_page_flip.html * igt@kms_setmode@basic-clone-single-crtc: - fi-rkl-11600: NOTRUN -> [SKIP][17] ([i915#3555] / [i915#4098]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/fi-rkl-11600/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-read: - fi-rkl-11600: NOTRUN -> [SKIP][18] ([fdo#109295] / [i915#3291] / [i915#3708]) +2 similar issues [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/fi-rkl-11600/igt@prime_vgem@basic-read.html * igt@prime_vgem@basic-userptr: - fi-rkl-11600: NOTRUN -> [SKIP][19] ([fdo#109295] / [i915#3301] / [i915#3708]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/fi-rkl-11600/igt@prime_vgem@basic-userptr.html * igt@runner@aborted: - fi-hsw-g3258: NOTRUN -> [FAIL][20] ([fdo#109271] / [i915#4312] / [i915#4991]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/fi-hsw-g3258/igt@runner@aborted.html #### Possible fixes #### * igt@gem_exec_suspend@basic-s0@lmem0: - {bat-dg2-11}: [DMESG-FAIL][21] ([fdo#103375]) -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/bat-dg2-11/igt@gem_exec_suspend@basic-s0@lmem0.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/bat-dg2-11/igt@gem_exec_suspend@basic-s0@lmem0.html * igt@gem_exec_suspend@basic-s0@smem: - {bat-adlm-1}: [DMESG-WARN][23] ([i915#2867]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/bat-adlm-1/igt@gem_exec_suspend@basic-s0@smem.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/bat-adlm-1/igt@gem_exec_suspend@basic-s0@smem.html * igt@gem_exec_suspend@basic-s3@lmem0: - {bat-dg2-11}: [FAIL][25] ([fdo#103375]) -> [PASS][26] +2 similar issues [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/bat-dg2-11/igt@gem_exec_suspend@basic-s3@lmem0.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/bat-dg2-11/igt@gem_exec_suspend@basic-s3@lmem0.html * igt@gem_exec_suspend@basic-s3@smem: - {bat-rplp-1}: [DMESG-WARN][27] ([i915#2867]) -> [PASS][28] [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/bat-rplp-1/igt@gem_exec_suspend@basic-s3@smem.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/bat-rplp-1/igt@gem_exec_suspend@basic-s3@smem.html * igt@i915_selftest@live@slpc: - {bat-adln-1}: [DMESG-FAIL][29] ([i915#6997]) -> [PASS][30] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/bat-adln-1/igt@i915_selftest@live@slpc.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/bat-adln-1/igt@i915_selftest@live@slpc.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size: - fi-bsw-kefka: [FAIL][31] ([i915#6298]) -> [PASS][32] [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-3: - {bat-dg2-11}: [FAIL][33] -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/bat-dg2-11/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-3.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/bat-dg2-11/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-3.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-3: - {bat-dg2-11}: [FAIL][35] ([i915#6818]) -> [PASS][36] +2 similar issues [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/bat-dg2-11/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-3.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/bat-dg2-11/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-3.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#146]: https://gitlab.freedesktop.org/drm/intel/issues/146 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867 [i915#3012]: https://gitlab.freedesktop.org/drm/intel/issues/3012 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3303]: https://gitlab.freedesktop.org/drm/intel/issues/3303 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#4991]: https://gitlab.freedesktop.org/drm/intel/issues/4991 [i915#5828]: https://gitlab.freedesktop.org/drm/intel/issues/5828 [i915#6298]: https://gitlab.freedesktop.org/drm/intel/issues/6298 [i915#6818]: https://gitlab.freedesktop.org/drm/intel/issues/6818 [i915#6997]: https://gitlab.freedesktop.org/drm/intel/issues/6997 [i915#7073]: https://gitlab.freedesktop.org/drm/intel/issues/7073 [i915#7346]: https://gitlab.freedesktop.org/drm/intel/issues/7346 [i915#7355]: https://gitlab.freedesktop.org/drm/intel/issues/7355 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7032 -> IGTPW_8022 CI-20190529: 20190529 CI_DRM_12325: 1a90222aa5e5bb86ffcbde5ba9611659a23f0df6 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8022: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/index.html IGT_7032: 372c56225e12578a7a4a6bcc5b79eb40b643fcde @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/index.html [-- Attachment #2: Type: text/html, Size: 12011 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/sysfs: Update timeslice/preemption for new range limits 2022-10-31 22:24 [Intel-gfx] [PATCH i-g-t] tests/sysfs: Update timeslice/preemption for new range limits John.C.Harrison 2022-10-31 22:59 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2022-11-01 0:09 ` Patchwork 2022-11-01 15:27 ` [Intel-gfx] [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh 2 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2022-11-01 0:09 UTC (permalink / raw) To: john.c.harrison; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 35372 bytes --] == Series Details == Series: tests/sysfs: Update timeslice/preemption for new range limits URL : https://patchwork.freedesktop.org/series/110344/ State : success == Summary == CI Bug Log - changes from CI_DRM_12325_full -> IGTPW_8022_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/index.html Participating hosts (11 -> 6) ------------------------------ Missing (5): pig-kbl-iris pig-glk-j5005 pig-skl-6260u shard-rkl shard-dg1 Known issues ------------ Here are the changes found in IGTPW_8022_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@feature_discovery@chamelium: - shard-tglb: NOTRUN -> [SKIP][1] ([fdo#111827]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb7/igt@feature_discovery@chamelium.html - shard-iclb: NOTRUN -> [SKIP][2] ([fdo#111827]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb1/igt@feature_discovery@chamelium.html * igt@feature_discovery@display-3x: - shard-iclb: NOTRUN -> [SKIP][3] ([i915#1839]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb8/igt@feature_discovery@display-3x.html - shard-tglb: NOTRUN -> [SKIP][4] ([i915#1839]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb8/igt@feature_discovery@display-3x.html * igt@gem_ctx_param@set-priority-not-supported: - shard-tglb: NOTRUN -> [SKIP][5] ([fdo#109314]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb2/igt@gem_ctx_param@set-priority-not-supported.html - shard-iclb: NOTRUN -> [SKIP][6] ([fdo#109314]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb2/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_persistence@process: - shard-snb: NOTRUN -> [SKIP][7] ([fdo#109271] / [i915#1099]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-snb5/igt@gem_ctx_persistence@process.html * igt@gem_ctx_sseu@mmap-args: - shard-tglb: NOTRUN -> [SKIP][8] ([i915#280]) +1 similar issue [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb7/igt@gem_ctx_sseu@mmap-args.html * igt@gem_exec_balancer@parallel-contexts: - shard-iclb: [PASS][9] -> [SKIP][10] ([i915#4525]) +1 similar issue [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb1/igt@gem_exec_balancer@parallel-contexts.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb3/igt@gem_exec_balancer@parallel-contexts.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [PASS][11] -> [FAIL][12] ([i915#2842]) +2 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-glk3/igt@gem_exec_fair@basic-pace-share@rcs0.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-glk8/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-glk: NOTRUN -> [FAIL][13] ([i915#2842]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-glk6/igt@gem_exec_fair@basic-throttle@rcs0.html - shard-iclb: NOTRUN -> [FAIL][14] ([i915#2842]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb3/igt@gem_exec_fair@basic-throttle@rcs0.html - shard-tglb: NOTRUN -> [FAIL][15] ([i915#2842]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb2/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_lmem_swapping@parallel-random-engines: - shard-iclb: NOTRUN -> [SKIP][16] ([i915#4613]) +1 similar issue [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb6/igt@gem_lmem_swapping@parallel-random-engines.html - shard-apl: NOTRUN -> [SKIP][17] ([fdo#109271] / [i915#4613]) +1 similar issue [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl3/igt@gem_lmem_swapping@parallel-random-engines.html - shard-tglb: NOTRUN -> [SKIP][18] ([i915#4613]) +1 similar issue [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb3/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_lmem_swapping@verify-ccs: - shard-glk: NOTRUN -> [SKIP][19] ([fdo#109271] / [i915#4613]) +1 similar issue [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-glk7/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_mmap_gtt@coherency: - shard-tglb: NOTRUN -> [SKIP][20] ([fdo#111656]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb7/igt@gem_mmap_gtt@coherency.html - shard-iclb: NOTRUN -> [SKIP][21] ([fdo#109292]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb8/igt@gem_mmap_gtt@coherency.html * igt@gem_pxp@create-valid-protected-context: - shard-iclb: NOTRUN -> [SKIP][22] ([i915#4270]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb1/igt@gem_pxp@create-valid-protected-context.html - shard-tglb: NOTRUN -> [SKIP][23] ([i915#4270]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb3/igt@gem_pxp@create-valid-protected-context.html * igt@gem_render_copy@y-tiled-to-vebox-y-tiled: - shard-iclb: NOTRUN -> [SKIP][24] ([i915#768]) +1 similar issue [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb1/igt@gem_render_copy@y-tiled-to-vebox-y-tiled.html * igt@gem_userptr_blits@unsync-overlap: - shard-iclb: NOTRUN -> [SKIP][25] ([i915#3297]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb5/igt@gem_userptr_blits@unsync-overlap.html - shard-tglb: NOTRUN -> [SKIP][26] ([i915#3297]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb5/igt@gem_userptr_blits@unsync-overlap.html * igt@gen3_mixed_blits: - shard-iclb: NOTRUN -> [SKIP][27] ([fdo#109289]) +1 similar issue [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb3/igt@gen3_mixed_blits.html - shard-tglb: NOTRUN -> [SKIP][28] ([fdo#109289]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb2/igt@gen3_mixed_blits.html * igt@gen9_exec_parse@basic-rejected: - shard-tglb: NOTRUN -> [SKIP][29] ([i915#2527] / [i915#2856]) +1 similar issue [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb8/igt@gen9_exec_parse@basic-rejected.html - shard-iclb: NOTRUN -> [SKIP][30] ([i915#2856]) +1 similar issue [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb6/igt@gen9_exec_parse@basic-rejected.html * igt@i915_module_load@resize-bar: - shard-iclb: NOTRUN -> [SKIP][31] ([i915#6412]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb3/igt@i915_module_load@resize-bar.html - shard-tglb: NOTRUN -> [SKIP][32] ([i915#6412]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb1/igt@i915_module_load@resize-bar.html * igt@i915_pm_dc@dc6-dpms: - shard-iclb: [PASS][33] -> [FAIL][34] ([i915#3989] / [i915#454]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb6/igt@i915_pm_dc@dc6-dpms.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb3/igt@i915_pm_dc@dc6-dpms.html * igt@i915_pm_rc6_residency@rc6-idle@rcs0: - shard-tglb: NOTRUN -> [WARN][35] ([i915#2681]) +3 similar issues [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb8/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - shard-iclb: NOTRUN -> [WARN][36] ([i915#2684]) +3 similar issues [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb6/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@i915_query@query-topology-known-pci-ids: - shard-tglb: NOTRUN -> [SKIP][37] ([fdo#109303]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb6/igt@i915_query@query-topology-known-pci-ids.html - shard-iclb: NOTRUN -> [SKIP][38] ([fdo#109303]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb7/igt@i915_query@query-topology-known-pci-ids.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-glk: NOTRUN -> [SKIP][39] ([fdo#109271]) +64 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-glk3/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-iclb: NOTRUN -> [SKIP][40] ([i915#404]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb7/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-tglb: NOTRUN -> [SKIP][41] ([i915#404]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_big_fb@4-tiled-64bpp-rotate-0: - shard-tglb: NOTRUN -> [SKIP][42] ([i915#5286]) +3 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb2/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-iclb: NOTRUN -> [SKIP][43] ([i915#5286]) +4 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@x-tiled-64bpp-rotate-90: - shard-iclb: NOTRUN -> [SKIP][44] ([fdo#110725] / [fdo#111614]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb3/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-180: - shard-iclb: NOTRUN -> [SKIP][45] ([fdo#110723]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb3/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-tglb: NOTRUN -> [SKIP][46] ([fdo#111615]) +1 similar issue [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb5/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][47] ([fdo#111615] / [i915#3689]) +1 similar issue [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf_tiled_ccs.html * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][48] ([i915#3689] / [i915#3886]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb1/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html - shard-glk: NOTRUN -> [SKIP][49] ([fdo#109271] / [i915#3886]) +1 similar issue [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-glk1/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html - shard-iclb: NOTRUN -> [SKIP][50] ([fdo#109278] / [i915#3886]) +1 similar issue [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb5/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][51] ([i915#3689]) +3 similar issues [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb3/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_ccs.html * igt@kms_ccs@pipe-b-random-ccs-data-4_tiled_dg2_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][52] ([i915#3689] / [i915#6095]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb3/igt@kms_ccs@pipe-b-random-ccs-data-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][53] ([fdo#109271] / [i915#3886]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl2/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_rc_ccs: - shard-tglb: NOTRUN -> [SKIP][54] ([i915#6095]) +2 similar issues [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb6/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_rc_ccs.html * igt@kms_chamelium@dp-hpd-after-suspend: - shard-apl: NOTRUN -> [SKIP][55] ([fdo#109271] / [fdo#111827]) +1 similar issue [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl6/igt@kms_chamelium@dp-hpd-after-suspend.html * igt@kms_chamelium@vga-hpd-with-enabled-mode: - shard-snb: NOTRUN -> [SKIP][56] ([fdo#109271] / [fdo#111827]) +2 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-snb4/igt@kms_chamelium@vga-hpd-with-enabled-mode.html - shard-tglb: NOTRUN -> [SKIP][57] ([fdo#109284] / [fdo#111827]) +2 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb5/igt@kms_chamelium@vga-hpd-with-enabled-mode.html - shard-glk: NOTRUN -> [SKIP][58] ([fdo#109271] / [fdo#111827]) +2 similar issues [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-glk2/igt@kms_chamelium@vga-hpd-with-enabled-mode.html - shard-iclb: NOTRUN -> [SKIP][59] ([fdo#109284] / [fdo#111827]) +3 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb5/igt@kms_chamelium@vga-hpd-with-enabled-mode.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-iclb: NOTRUN -> [SKIP][60] ([i915#3116]) +1 similar issue [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb6/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@dp-mst-type-0: - shard-tglb: NOTRUN -> [SKIP][61] ([i915#3116] / [i915#3299]) +1 similar issue [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb7/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-tglb: NOTRUN -> [SKIP][62] ([i915#3359]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb1/igt@kms_cursor_crc@cursor-offscreen-512x512.html - shard-iclb: NOTRUN -> [SKIP][63] ([i915#3359]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb3/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic: - shard-iclb: NOTRUN -> [SKIP][64] ([fdo#109274]) +3 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb3/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html - shard-tglb: NOTRUN -> [SKIP][65] ([fdo#109274] / [fdo#111825]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb2/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@cursor-vs-flip@toggle: - shard-iclb: [PASS][66] -> [FAIL][67] ([i915#5072]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb3/igt@kms_cursor_legacy@cursor-vs-flip@toggle.html [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb7/igt@kms_cursor_legacy@cursor-vs-flip@toggle.html * igt@kms_flip@2x-nonexisting-fb-interruptible: - shard-tglb: NOTRUN -> [SKIP][68] ([fdo#109274] / [fdo#111825] / [i915#3637]) +2 similar issues [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb7/igt@kms_flip@2x-nonexisting-fb-interruptible.html * igt@kms_flip@flip-vs-suspend@b-dp1: - shard-apl: [PASS][69] -> [DMESG-WARN][70] ([i915#180]) +2 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl7/igt@kms_flip@flip-vs-suspend@b-dp1.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl8/igt@kms_flip@flip-vs-suspend@b-dp1.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode: - shard-iclb: NOTRUN -> [SKIP][71] ([i915#2587] / [i915#2672]) +2 similar issues [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-tglb: NOTRUN -> [SKIP][72] ([i915#2587] / [i915#2672]) +1 similar issue [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode: - shard-iclb: NOTRUN -> [SKIP][73] ([i915#2672] / [i915#3555]) +1 similar issue [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-default-mode: - shard-iclb: NOTRUN -> [SKIP][74] ([i915#2672]) +6 similar issues [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode: - shard-iclb: [PASS][75] -> [SKIP][76] ([i915#3555]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb3/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode.html [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-msflip-blt: - shard-iclb: NOTRUN -> [SKIP][77] ([fdo#109280]) +23 similar issues [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt: - shard-snb: NOTRUN -> [SKIP][78] ([fdo#109271]) +131 similar issues [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-snb5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt: - shard-tglb: NOTRUN -> [SKIP][79] ([i915#6497]) +2 similar issues [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb8/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-pwrite: - shard-tglb: NOTRUN -> [SKIP][80] ([fdo#109280] / [fdo#111825]) +17 similar issues [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-pwrite.html * igt@kms_hdmi_inject@inject-audio: - shard-tglb: [PASS][81] -> [SKIP][82] ([i915#433]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-tglb7/igt@kms_hdmi_inject@inject-audio.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb1/igt@kms_hdmi_inject@inject-audio.html * igt@kms_hdr@bpc-switch-suspend: - shard-tglb: NOTRUN -> [SKIP][83] ([i915#3555]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb1/igt@kms_hdr@bpc-switch-suspend.html - shard-iclb: NOTRUN -> [SKIP][84] ([i915#3555]) +1 similar issue [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb5/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@bpc-switch-suspend@pipe-a-dp-1: - shard-apl: NOTRUN -> [DMESG-WARN][85] ([i915#180]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl2/igt@kms_hdr@bpc-switch-suspend@pipe-a-dp-1.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-75@pipe-d-edp-1: - shard-tglb: NOTRUN -> [SKIP][86] ([i915#5176]) +7 similar issues [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb2/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-75@pipe-d-edp-1.html * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-dp-1: - shard-apl: NOTRUN -> [SKIP][87] ([fdo#109271]) +90 similar issues [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl1/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-dp-1.html * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-edp-1: - shard-iclb: NOTRUN -> [SKIP][88] ([i915#5176]) +5 similar issues [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb6/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-edp-1.html * igt@kms_psr2_sf@overlay-plane-update-continuous-sf: - shard-tglb: NOTRUN -> [SKIP][89] ([i915#2920]) +2 similar issues [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb5/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html - shard-glk: NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#658]) +2 similar issues [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-glk8/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html - shard-iclb: NOTRUN -> [SKIP][91] ([fdo#111068] / [i915#658]) +2 similar issues [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb5/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@plane-move-sf-dmg-area: - shard-apl: NOTRUN -> [SKIP][92] ([fdo#109271] / [i915#658]) +2 similar issues [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl6/igt@kms_psr2_sf@plane-move-sf-dmg-area.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-iclb: NOTRUN -> [SKIP][93] ([fdo#109642] / [fdo#111068] / [i915#658]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb7/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr@psr2_sprite_plane_onoff: - shard-iclb: [PASS][94] -> [SKIP][95] ([fdo#109441]) +2 similar issues [94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb2/igt@kms_psr@psr2_sprite_plane_onoff.html [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb7/igt@kms_psr@psr2_sprite_plane_onoff.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-tglb: NOTRUN -> [SKIP][96] ([fdo#111615] / [i915#5289]) +1 similar issue [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_vblank@pipe-d-wait-forked: - shard-iclb: NOTRUN -> [SKIP][97] ([fdo#109278]) +12 similar issues [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb2/igt@kms_vblank@pipe-d-wait-forked.html * igt@kms_writeback@writeback-invalid-parameters: - shard-apl: NOTRUN -> [SKIP][98] ([fdo#109271] / [i915#2437]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl3/igt@kms_writeback@writeback-invalid-parameters.html - shard-tglb: NOTRUN -> [SKIP][99] ([i915#2437]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb1/igt@kms_writeback@writeback-invalid-parameters.html - shard-glk: NOTRUN -> [SKIP][100] ([fdo#109271] / [i915#2437]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-glk1/igt@kms_writeback@writeback-invalid-parameters.html - shard-iclb: NOTRUN -> [SKIP][101] ([i915#2437]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb3/igt@kms_writeback@writeback-invalid-parameters.html * igt@sysfs_clients@fair-3: - shard-apl: NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#2994]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl8/igt@sysfs_clients@fair-3.html - shard-tglb: NOTRUN -> [SKIP][103] ([i915#2994]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb6/igt@sysfs_clients@fair-3.html - shard-iclb: NOTRUN -> [SKIP][104] ([i915#2994]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb7/igt@sysfs_clients@fair-3.html #### Possible fixes #### * igt@feature_discovery@psr2: - shard-iclb: [SKIP][105] ([i915#658]) -> [PASS][106] [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb3/igt@feature_discovery@psr2.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb2/igt@feature_discovery@psr2.html * igt@gem_ctx_persistence@many-contexts: - shard-iclb: [INCOMPLETE][107] -> [PASS][108] [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb5/igt@gem_ctx_persistence@many-contexts.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb5/igt@gem_ctx_persistence@many-contexts.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-apl: [FAIL][109] ([i915#2842]) -> [PASS][110] [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl8/igt@gem_exec_fair@basic-pace-share@rcs0.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl6/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gen9_exec_parse@allowed-single: - shard-apl: [DMESG-WARN][111] ([i915#5566] / [i915#716]) -> [PASS][112] [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl7/igt@gen9_exec_parse@allowed-single.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl3/igt@gen9_exec_parse@allowed-single.html * igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size: - shard-glk: [FAIL][113] ([i915#2346]) -> [PASS][114] +1 similar issue [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html * igt@kms_flip@flip-vs-expired-vblank@c-dp1: - shard-apl: [FAIL][115] ([i915#79]) -> [PASS][116] [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl3/igt@kms_flip@flip-vs-expired-vblank@c-dp1.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl2/igt@kms_flip@flip-vs-expired-vblank@c-dp1.html * igt@kms_psr@psr2_sprite_blt: - shard-iclb: [SKIP][117] ([fdo#109441]) -> [PASS][118] +2 similar issues [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb6/igt@kms_psr@psr2_sprite_blt.html [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb2/igt@kms_psr@psr2_sprite_blt.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-tglb: [SKIP][119] ([i915#5519]) -> [PASS][120] [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-tglb2/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb1/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_vblank@pipe-a-ts-continuation-suspend: - shard-apl: [DMESG-WARN][121] ([i915#180]) -> [PASS][122] [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl6/igt@kms_vblank@pipe-a-ts-continuation-suspend.html [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl2/igt@kms_vblank@pipe-a-ts-continuation-suspend.html #### Warnings #### * igt@gem_pread@exhaustion: - shard-apl: [WARN][123] ([i915#2658]) -> [INCOMPLETE][124] ([i915#7248]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl7/igt@gem_pread@exhaustion.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl3/igt@gem_pread@exhaustion.html - shard-glk: [INCOMPLETE][125] ([i915#7248]) -> [WARN][126] ([i915#2658]) +1 similar issue [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-glk3/igt@gem_pread@exhaustion.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-glk7/igt@gem_pread@exhaustion.html * igt@gem_pwrite@basic-exhaustion: - shard-tglb: [INCOMPLETE][127] ([i915#7248]) -> [WARN][128] ([i915#2658]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-tglb7/igt@gem_pwrite@basic-exhaustion.html [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-tglb1/igt@gem_pwrite@basic-exhaustion.html * igt@kms_psr2_sf@cursor-plane-move-continuous-sf: - shard-iclb: [SKIP][129] ([i915#2920]) -> [SKIP][130] ([i915#658]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb2/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-iclb1/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html * igt@runner@aborted: - shard-apl: ([FAIL][131], [FAIL][132], [FAIL][133], [FAIL][134]) ([fdo#109271] / [i915#3002] / [i915#4312]) -> ([FAIL][135], [FAIL][136], [FAIL][137], [FAIL][138], [FAIL][139]) ([i915#180] / [i915#3002] / [i915#4312]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl6/igt@runner@aborted.html [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl6/igt@runner@aborted.html [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl2/igt@runner@aborted.html [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl7/igt@runner@aborted.html [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl8/igt@runner@aborted.html [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl1/igt@runner@aborted.html [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl1/igt@runner@aborted.html [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl3/igt@runner@aborted.html [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/shard-apl2/igt@runner@aborted.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109292]: https://bugs.freedesktop.org/show_bug.cgi?id=109292 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#110725]: https://bugs.freedesktop.org/show_bug.cgi?id=110725 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [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#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2684]: https://gitlab.freedesktop.org/drm/intel/issues/2684 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#2994]: https://gitlab.freedesktop.org/drm/intel/issues/2994 [i915#3002]: https://gitlab.freedesktop.org/drm/intel/issues/3002 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#5072]: https://gitlab.freedesktop.org/drm/intel/issues/5072 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5519]: https://gitlab.freedesktop.org/drm/intel/issues/5519 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412 [i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#716]: https://gitlab.freedesktop.org/drm/intel/issues/716 [i915#7248]: https://gitlab.freedesktop.org/drm/intel/issues/7248 [i915#768]: https://gitlab.freedesktop.org/drm/intel/issues/768 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7032 -> IGTPW_8022 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_12325: 1a90222aa5e5bb86ffcbde5ba9611659a23f0df6 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8022: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8022/index.html IGT_7032: 372c56225e12578a7a4a6bcc5b79eb40b643fcde @ 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_8022/index.html [-- Attachment #2: Type: text/html, Size: 44849 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Intel-gfx] [igt-dev] [PATCH i-g-t] tests/sysfs: Update timeslice/preemption for new range limits 2022-10-31 22:24 [Intel-gfx] [PATCH i-g-t] tests/sysfs: Update timeslice/preemption for new range limits John.C.Harrison 2022-10-31 22:59 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2022-11-01 0:09 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork @ 2022-11-01 15:27 ` Dixit, Ashutosh 2022-11-01 16:22 ` John Harrison 2 siblings, 1 reply; 6+ messages in thread From: Dixit, Ashutosh @ 2022-11-01 15:27 UTC (permalink / raw) To: John.C.Harrison; +Cc: IGT-Dev, Intel-GFX On Mon, 31 Oct 2022 15:24:40 -0700, John.C.Harrison@Intel.com wrote: > > From: John Harrison <John.C.Harrison@Intel.com> > > Guc submission imposes new range limits on certain scheduling > parameters. The idempotent sections of the timeslice duration and > pre-emption timeout tests was exceeding those limits and so would fail. > > Reduce the excessively large value (654s) to one which does not > overflow (54s). Also add an assert that the write of the new value > actually succeeds. > > Signed-off-by: John Harrison <John.C.Harrison@Intel.com> > --- > tests/i915/sysfs_preempt_timeout.c | 4 ++-- > tests/i915/sysfs_timeslice_duration.c | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/tests/i915/sysfs_preempt_timeout.c b/tests/i915/sysfs_preempt_timeout.c > index 515038281638..5e0a7d96299f 100644 > --- a/tests/i915/sysfs_preempt_timeout.c > +++ b/tests/i915/sysfs_preempt_timeout.c > @@ -68,7 +68,7 @@ static void set_preempt_timeout(int engine, unsigned int value) > { > unsigned int delay; > > - igt_sysfs_printf(engine, ATTR, "%u", value); > + igt_assert_lte(0, igt_sysfs_printf(engine, ATTR, "%u", value)); > igt_sysfs_scanf(engine, ATTR, "%u", &delay); > igt_assert_eq(delay, value); > } > @@ -82,7 +82,7 @@ static int wait_for_reset(int fence) > > static void test_idempotent(int i915, int engine) > { > - unsigned int delays[] = { 0, 1, 1000, 1234, 654321 }; > + unsigned int delays[] = { 0, 1, 1000, 1234, 54321 }; By way of documenting the difference between GuC and execlists, I think we should use gem_using_guc_submission and define two different arrays, one for execlists and the other for GuC? We could of course go the extra yard and check for errors with excessively large values but I'm not sure if that's worth it so am ok if we skip that at this point. Or that's a later patch. Below too. Thanks. -- Ashutosh > unsigned int saved; > > /* Quick test that store/show reports the same values */ > diff --git a/tests/i915/sysfs_timeslice_duration.c b/tests/i915/sysfs_timeslice_duration.c > index 8a2f1c2f2ece..95dc377785a5 100644 > --- a/tests/i915/sysfs_timeslice_duration.c > +++ b/tests/i915/sysfs_timeslice_duration.c > @@ -79,7 +79,7 @@ static void set_timeslice(int engine, unsigned int value) > { > unsigned int delay; > > - igt_sysfs_printf(engine, ATTR, "%u", value); > + igt_assert_lte(0, igt_sysfs_printf(engine, ATTR, "%u", value)); > igt_sysfs_scanf(engine, ATTR, "%u", &delay); > igt_assert_eq(delay, value); > } > @@ -93,7 +93,7 @@ static int wait_for_reset(int fence) > > static void test_idempotent(int i915, int engine) > { > - const unsigned int delays[] = { 0, 1, 1234, 654321 }; > + const unsigned int delays[] = { 0, 1, 1234, 54321 }; > unsigned int saved; > > /* Quick test to verify the kernel reports the same values as we write */ > -- > 2.37.3 > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Intel-gfx] [igt-dev] [PATCH i-g-t] tests/sysfs: Update timeslice/preemption for new range limits 2022-11-01 15:27 ` [Intel-gfx] [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh @ 2022-11-01 16:22 ` John Harrison 2022-11-01 16:25 ` Dixit, Ashutosh 0 siblings, 1 reply; 6+ messages in thread From: John Harrison @ 2022-11-01 16:22 UTC (permalink / raw) To: Dixit, Ashutosh; +Cc: IGT-Dev, Intel-GFX On 11/1/2022 08:27, Dixit, Ashutosh wrote: > On Mon, 31 Oct 2022 15:24:40 -0700, John.C.Harrison@Intel.com wrote: >> From: John Harrison <John.C.Harrison@Intel.com> >> >> Guc submission imposes new range limits on certain scheduling >> parameters. The idempotent sections of the timeslice duration and >> pre-emption timeout tests was exceeding those limits and so would fail. >> >> Reduce the excessively large value (654s) to one which does not >> overflow (54s). Also add an assert that the write of the new value >> actually succeeds. >> >> Signed-off-by: John Harrison <John.C.Harrison@Intel.com> >> --- >> tests/i915/sysfs_preempt_timeout.c | 4 ++-- >> tests/i915/sysfs_timeslice_duration.c | 4 ++-- >> 2 files changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/tests/i915/sysfs_preempt_timeout.c b/tests/i915/sysfs_preempt_timeout.c >> index 515038281638..5e0a7d96299f 100644 >> --- a/tests/i915/sysfs_preempt_timeout.c >> +++ b/tests/i915/sysfs_preempt_timeout.c >> @@ -68,7 +68,7 @@ static void set_preempt_timeout(int engine, unsigned int value) >> { >> unsigned int delay; >> >> - igt_sysfs_printf(engine, ATTR, "%u", value); >> + igt_assert_lte(0, igt_sysfs_printf(engine, ATTR, "%u", value)); >> igt_sysfs_scanf(engine, ATTR, "%u", &delay); >> igt_assert_eq(delay, value); >> } >> @@ -82,7 +82,7 @@ static int wait_for_reset(int fence) >> >> static void test_idempotent(int i915, int engine) >> { >> - unsigned int delays[] = { 0, 1, 1000, 1234, 654321 }; >> + unsigned int delays[] = { 0, 1, 1000, 1234, 54321 }; > By way of documenting the difference between GuC and execlists, I think we > should use gem_using_guc_submission and define two different arrays, one > for execlists and the other for GuC? I really don't think it is worth the effort. Is execlist mode ever going to genuinely want an pre-emption timeout or execution quantum of 654s? And note that this test is not actually testing the behaviour with those values. It merely tests that it can set the value. There are other behavioural tests and they max out at 0.5s. So I don't see any benefit to adding in the extra complexity to verify that a certain range of values passes on execlist but fails on GuC. > > We could of course go the extra yard and check for errors with excessively > large values but I'm not sure if that's worth it so am ok if we skip that > at this point. Or that's a later patch. The 'invalid' test already puts in 'excessively large' values and checks that they are rejected. John. > > Below too. > > Thanks. > -- > Ashutosh > > >> unsigned int saved; >> >> /* Quick test that store/show reports the same values */ >> diff --git a/tests/i915/sysfs_timeslice_duration.c b/tests/i915/sysfs_timeslice_duration.c >> index 8a2f1c2f2ece..95dc377785a5 100644 >> --- a/tests/i915/sysfs_timeslice_duration.c >> +++ b/tests/i915/sysfs_timeslice_duration.c >> @@ -79,7 +79,7 @@ static void set_timeslice(int engine, unsigned int value) >> { >> unsigned int delay; >> >> - igt_sysfs_printf(engine, ATTR, "%u", value); >> + igt_assert_lte(0, igt_sysfs_printf(engine, ATTR, "%u", value)); >> igt_sysfs_scanf(engine, ATTR, "%u", &delay); >> igt_assert_eq(delay, value); >> } >> @@ -93,7 +93,7 @@ static int wait_for_reset(int fence) >> >> static void test_idempotent(int i915, int engine) >> { >> - const unsigned int delays[] = { 0, 1, 1234, 654321 }; >> + const unsigned int delays[] = { 0, 1, 1234, 54321 }; >> unsigned int saved; >> >> /* Quick test to verify the kernel reports the same values as we write */ >> -- >> 2.37.3 >> ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Intel-gfx] [igt-dev] [PATCH i-g-t] tests/sysfs: Update timeslice/preemption for new range limits 2022-11-01 16:22 ` John Harrison @ 2022-11-01 16:25 ` Dixit, Ashutosh 0 siblings, 0 replies; 6+ messages in thread From: Dixit, Ashutosh @ 2022-11-01 16:25 UTC (permalink / raw) To: John Harrison; +Cc: IGT-Dev, Intel-GFX On Tue, 01 Nov 2022 09:22:11 -0700, John Harrison wrote: > > On 11/1/2022 08:27, Dixit, Ashutosh wrote: > > On Mon, 31 Oct 2022 15:24:40 -0700, John.C.Harrison@Intel.com wrote: > >> From: John Harrison <John.C.Harrison@Intel.com> > >> > >> Guc submission imposes new range limits on certain scheduling > >> parameters. The idempotent sections of the timeslice duration and > >> pre-emption timeout tests was exceeding those limits and so would fail. > >> > >> Reduce the excessively large value (654s) to one which does not > >> overflow (54s). Also add an assert that the write of the new value > >> actually succeeds. > >> > >> Signed-off-by: John Harrison <John.C.Harrison@Intel.com> > >> --- > >> tests/i915/sysfs_preempt_timeout.c | 4 ++-- > >> tests/i915/sysfs_timeslice_duration.c | 4 ++-- > >> 2 files changed, 4 insertions(+), 4 deletions(-) > >> > >> diff --git a/tests/i915/sysfs_preempt_timeout.c b/tests/i915/sysfs_preempt_timeout.c > >> index 515038281638..5e0a7d96299f 100644 > >> --- a/tests/i915/sysfs_preempt_timeout.c > >> +++ b/tests/i915/sysfs_preempt_timeout.c > >> @@ -68,7 +68,7 @@ static void set_preempt_timeout(int engine, unsigned int value) > >> { > >> unsigned int delay; > >> > >> - igt_sysfs_printf(engine, ATTR, "%u", value); > >> + igt_assert_lte(0, igt_sysfs_printf(engine, ATTR, "%u", value)); > >> igt_sysfs_scanf(engine, ATTR, "%u", &delay); > >> igt_assert_eq(delay, value); > >> } > >> @@ -82,7 +82,7 @@ static int wait_for_reset(int fence) > >> > >> static void test_idempotent(int i915, int engine) > >> { > >> - unsigned int delays[] = { 0, 1, 1000, 1234, 654321 }; > >> + unsigned int delays[] = { 0, 1, 1000, 1234, 54321 }; > > By way of documenting the difference between GuC and execlists, I think we > > should use gem_using_guc_submission and define two different arrays, one > > for execlists and the other for GuC? > I really don't think it is worth the effort. Is execlist mode ever going to > genuinely want an pre-emption timeout or execution quantum of 654s? And > note that this test is not actually testing the behaviour with those > values. It merely tests that it can set the value. There are other > behavioural tests and they max out at 0.5s. So I don't see any benefit to > adding in the extra complexity to verify that a certain range of values > passes on execlist but fails on GuC. > > > > > We could of course go the extra yard and check for errors with excessively > > large values but I'm not sure if that's worth it so am ok if we skip that > > at this point. Or that's a later patch. > The 'invalid' test already puts in 'excessively large' values and checks > that they are rejected. Fair enough: Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com> > > > > Below too. > > > > Thanks. > > -- > > Ashutosh > > > > > >> unsigned int saved; > >> > >> /* Quick test that store/show reports the same values */ > >> diff --git a/tests/i915/sysfs_timeslice_duration.c b/tests/i915/sysfs_timeslice_duration.c > >> index 8a2f1c2f2ece..95dc377785a5 100644 > >> --- a/tests/i915/sysfs_timeslice_duration.c > >> +++ b/tests/i915/sysfs_timeslice_duration.c > >> @@ -79,7 +79,7 @@ static void set_timeslice(int engine, unsigned int value) > >> { > >> unsigned int delay; > >> > >> - igt_sysfs_printf(engine, ATTR, "%u", value); > >> + igt_assert_lte(0, igt_sysfs_printf(engine, ATTR, "%u", value)); > >> igt_sysfs_scanf(engine, ATTR, "%u", &delay); > >> igt_assert_eq(delay, value); > >> } > >> @@ -93,7 +93,7 @@ static int wait_for_reset(int fence) > >> > >> static void test_idempotent(int i915, int engine) > >> { > >> - const unsigned int delays[] = { 0, 1, 1234, 654321 }; > >> + const unsigned int delays[] = { 0, 1, 1234, 54321 }; > >> unsigned int saved; > >> > >> /* Quick test to verify the kernel reports the same values as we write */ > >> -- > >> 2.37.3 > >> > ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-11-01 16:30 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-10-31 22:24 [Intel-gfx] [PATCH i-g-t] tests/sysfs: Update timeslice/preemption for new range limits John.C.Harrison 2022-10-31 22:59 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2022-11-01 0:09 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2022-11-01 15:27 ` [Intel-gfx] [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh 2022-11-01 16:22 ` John Harrison 2022-11-01 16:25 ` Dixit, Ashutosh
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.