* [PATCH i-g-t] tests/kms_cursor_legacy: Reduce debug loglevel dynamically
@ 2025-01-28 5:28 Pranay Samala
2025-01-28 6:55 ` ✓ Xe.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 9+ messages in thread
From: Pranay Samala @ 2025-01-28 5:28 UTC (permalink / raw)
To: igt-dev; +Cc: karthik.b.s, kunal1.joshi, sameer.lattannavar, pranay.samala
This test is getting killed due to exceeding disk usage
limit on CI environment because its logging to many logs.
So dynamically reducing the debug log level to 10.
Signed-off-by: Pranay Samala <pranay.samala@intel.com>
---
tests/kms_cursor_legacy.c | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c
index 1f082df2d..533972cd4 100644
--- a/tests/kms_cursor_legacy.c
+++ b/tests/kms_cursor_legacy.c
@@ -40,6 +40,7 @@
#include "igt_psr.h"
#include "igt_rand.h"
#include "igt_stats.h"
+#include "igt_sysfs.h"
/**
* SUBTEST: %s-%s
@@ -1840,6 +1841,7 @@ igt_main
};
igt_fixture {
+ int dir, current_log_level;
display.drm_fd = drm_open_driver_master(DRIVER_ANY);
kmstest_set_vt_graphics_mode();
@@ -1850,6 +1852,15 @@ igt_main
* fetch is enabled, so switching PSR1 for this whole test.
*/
intel_psr2_restore = i915_psr2_sel_fetch_to_psr1(display.drm_fd, NULL);
+
+ dir = igt_sysfs_drm_module_params_open();
+ if (dir >= 0) {
+ current_log_level = igt_drm_debug_level_get(dir);
+ close(dir);
+
+ if (current_log_level > 10)
+ igt_drm_debug_level_update(10);
+ }
}
igt_describe("Test checks how many cursor updates we can fit between vblanks "
--
2.34.1
^ permalink raw reply related [flat|nested] 9+ messages in thread* ✓ Xe.CI.BAT: success for tests/kms_cursor_legacy: Reduce debug loglevel dynamically 2025-01-28 5:28 [PATCH i-g-t] tests/kms_cursor_legacy: Reduce debug loglevel dynamically Pranay Samala @ 2025-01-28 6:55 ` Patchwork 2025-01-28 7:00 ` ✗ i915.CI.BAT: failure " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2025-01-28 6:55 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3187 bytes --] == Series Details == Series: tests/kms_cursor_legacy: Reduce debug loglevel dynamically URL : https://patchwork.freedesktop.org/series/144014/ State : success == Summary == CI Bug Log - changes from XEIGT_8210_BAT -> XEIGTPW_12503_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (7 -> 7) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_12503_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit: - bat-adlp-vf: NOTRUN -> [SKIP][1] ([Intel XE#2229] / [Intel XE#455]) +1 other test skip [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/bat-adlp-vf/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit: - bat-adlp-vf: NOTRUN -> [SKIP][2] ([Intel XE#2229]) [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/bat-adlp-vf/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html #### Possible fixes #### * igt@xe_live_ktest@xe_migrate: - bat-adlp-vf: [SKIP][3] ([Intel XE#1192]) -> [PASS][4] +1 other test pass [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/bat-adlp-vf/igt@xe_live_ktest@xe_migrate.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/bat-adlp-vf/igt@xe_live_ktest@xe_migrate.html * igt@xe_pat@pat-index-xelp@render: - bat-adlp-vf: [DMESG-WARN][5] ([Intel XE#3970] / [Intel XE#4078]) -> [PASS][6] +1 other test pass [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/bat-adlp-vf/igt@xe_pat@pat-index-xelp@render.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/bat-adlp-vf/igt@xe_pat@pat-index-xelp@render.html #### Warnings #### * igt@xe_live_ktest@xe_bo: - bat-adlp-vf: [SKIP][7] ([Intel XE#1192]) -> [SKIP][8] ([Intel XE#2229] / [Intel XE#455]) [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229 [Intel XE#3970]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3970 [Intel XE#4078]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4078 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 Build changes ------------- * IGT: IGT_8210 -> IGTPW_12503 * Linux: xe-2555-9606e7472e23df21b5a4ad0c4845643eed592132 -> xe-2562-73c0fe019ff4bf312f6ae1114f0ca63bd13ea4b7 IGTPW_12503: 12503 IGT_8210: 6ccdcffdb1aa67cf90a3f9cae99502ae327de57a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2555-9606e7472e23df21b5a4ad0c4845643eed592132: 9606e7472e23df21b5a4ad0c4845643eed592132 xe-2562-73c0fe019ff4bf312f6ae1114f0ca63bd13ea4b7: 73c0fe019ff4bf312f6ae1114f0ca63bd13ea4b7 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/index.html [-- Attachment #2: Type: text/html, Size: 4149 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ i915.CI.BAT: failure for tests/kms_cursor_legacy: Reduce debug loglevel dynamically 2025-01-28 5:28 [PATCH i-g-t] tests/kms_cursor_legacy: Reduce debug loglevel dynamically Pranay Samala 2025-01-28 6:55 ` ✓ Xe.CI.BAT: success for " Patchwork @ 2025-01-28 7:00 ` Patchwork 2025-01-28 7:30 ` [PATCH i-g-t] " Dandamudi, Priyanka ` (2 subsequent siblings) 4 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2025-01-28 7:00 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 8937 bytes --] == Series Details == Series: tests/kms_cursor_legacy: Reduce debug loglevel dynamically URL : https://patchwork.freedesktop.org/series/144014/ State : failure == Summary == CI Bug Log - changes from IGT_8210 -> IGTPW_12503 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_12503 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_12503, please notify your bug team (I915-ci-infra@lists.freedesktop.org) 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_12503/index.html Participating hosts (36 -> 35) ------------------------------ Additional (1): bat-adlp-11 Missing (2): fi-snb-2520m bat-adls-6 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_12503: ### IGT changes ### #### Possible regressions #### * igt@i915_pm_rpm@module-reload: - fi-kbl-guc: [PASS][1] -> [ABORT][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8210/fi-kbl-guc/igt@i915_pm_rpm@module-reload.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/fi-kbl-guc/igt@i915_pm_rpm@module-reload.html Known issues ------------ Here are the changes found in IGTPW_12503 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - bat-adlp-11: NOTRUN -> [SKIP][3] ([i915#9318]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-adlp-11/igt@debugfs_test@basic-hwmon.html * igt@fbdev@info: - bat-adlp-11: NOTRUN -> [SKIP][4] ([i915#1849] / [i915#2582]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-adlp-11/igt@fbdev@info.html * igt@fbdev@nullptr: - bat-adlp-11: NOTRUN -> [SKIP][5] ([i915#2582]) +3 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-adlp-11/igt@fbdev@nullptr.html * igt@gem_lmem_swapping@verify-random: - bat-adlp-11: NOTRUN -> [SKIP][6] ([i915#4613]) +3 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-adlp-11/igt@gem_lmem_swapping@verify-random.html * igt@gem_tiled_pread_basic: - bat-adlp-11: NOTRUN -> [SKIP][7] ([i915#3282]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-adlp-11/igt@gem_tiled_pread_basic.html * igt@i915_module_load@load: - fi-pnv-d510: NOTRUN -> [ABORT][8] ([i915#13203]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/fi-pnv-d510/igt@i915_module_load@load.html * igt@i915_pm_rps@basic-api: - bat-adlp-11: NOTRUN -> [SKIP][9] ([i915#6621]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-adlp-11/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live: - bat-mtlp-6: [PASS][10] -> [DMESG-FAIL][11] ([i915#12061]) +1 other test dmesg-fail [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8210/bat-mtlp-6/igt@i915_selftest@live.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-mtlp-6/igt@i915_selftest@live.html * igt@kms_flip@basic-flip-vs-dpms: - bat-adlp-11: NOTRUN -> [SKIP][12] ([i915#3637]) +3 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-adlp-11/igt@kms_flip@basic-flip-vs-dpms.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-adlp-11: NOTRUN -> [SKIP][13] ([i915#4093]) +3 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-adlp-11/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@basic: - bat-adlp-11: NOTRUN -> [SKIP][14] ([i915#4342] / [i915#5354]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-adlp-11/igt@kms_frontbuffer_tracking@basic.html * igt@kms_hdmi_inject@inject-audio: - bat-adlp-11: NOTRUN -> [SKIP][15] ([i915#4369]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-adlp-11/igt@kms_hdmi_inject@inject-audio.html * igt@kms_pipe_crc_basic@read-crc: - bat-adlp-11: NOTRUN -> [SKIP][16] ([i915#10470]) +16 other tests skip [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc.html * igt@kms_pm_backlight@basic-brightness: - bat-adlp-11: NOTRUN -> [SKIP][17] ([i915#9812]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-adlp-11/igt@kms_pm_backlight@basic-brightness.html * igt@kms_psr@psr-sprite-plane-onoff: - bat-adlp-11: NOTRUN -> [SKIP][18] ([i915#1072] / [i915#9732]) +3 other tests skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-adlp-11/igt@kms_psr@psr-sprite-plane-onoff.html * igt@kms_setmode@basic-clone-single-crtc: - bat-adlp-11: NOTRUN -> [SKIP][19] ([i915#3555]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-adlp-11/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-adlp-11: NOTRUN -> [SKIP][20] ([i915#10470] / [i915#3708]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-adlp-11/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-read: - bat-adlp-11: NOTRUN -> [SKIP][21] ([i915#3291] / [i915#3708]) +2 other tests skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-adlp-11/igt@prime_vgem@basic-fence-read.html #### Possible fixes #### * igt@i915_selftest@live@workarounds: - bat-arlh-3: [DMESG-FAIL][22] ([i915#12061]) -> [PASS][23] +1 other test pass [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8210/bat-arlh-3/igt@i915_selftest@live@workarounds.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-arlh-3/igt@i915_selftest@live@workarounds.html - {bat-mtlp-9}: [DMESG-FAIL][24] ([i915#12061]) -> [PASS][25] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8210/bat-mtlp-9/igt@i915_selftest@live@workarounds.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-mtlp-9/igt@i915_selftest@live@workarounds.html * igt@kms_chamelium_edid@dp-edid-read: - bat-dg2-13: [FAIL][26] ([i915#13590]) -> [PASS][27] [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8210/bat-dg2-13/igt@kms_chamelium_edid@dp-edid-read.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/bat-dg2-13/igt@kms_chamelium_edid@dp-edid-read.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#10470]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10470 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#13203]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13203 [i915#13590]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13590 [i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849 [i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#4093]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4093 [i915#4342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4342 [i915#4369]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4369 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8210 -> IGTPW_12503 * Linux: CI_DRM_16024 -> CI_DRM_16031 CI-20190529: 20190529 CI_DRM_16024: 9606e7472e23df21b5a4ad0c4845643eed592132 @ git://anongit.freedesktop.org/gfx-ci/linux CI_DRM_16031: 73c0fe019ff4bf312f6ae1114f0ca63bd13ea4b7 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_12503: 12503 IGT_8210: 6ccdcffdb1aa67cf90a3f9cae99502ae327de57a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12503/index.html [-- Attachment #2: Type: text/html, Size: 10477 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: [PATCH i-g-t] tests/kms_cursor_legacy: Reduce debug loglevel dynamically 2025-01-28 5:28 [PATCH i-g-t] tests/kms_cursor_legacy: Reduce debug loglevel dynamically Pranay Samala 2025-01-28 6:55 ` ✓ Xe.CI.BAT: success for " Patchwork 2025-01-28 7:00 ` ✗ i915.CI.BAT: failure " Patchwork @ 2025-01-28 7:30 ` Dandamudi, Priyanka 2025-01-28 18:19 ` ✗ Xe.CI.Full: failure for " Patchwork 2025-02-10 15:11 ` [PATCH i-g-t] " Leo Li 4 siblings, 0 replies; 9+ messages in thread From: Dandamudi, Priyanka @ 2025-01-28 7:30 UTC (permalink / raw) To: Samala, Pranay, igt-dev@lists.freedesktop.org Cc: B S, Karthik, Joshi, Kunal1, Lattannavar, Sameer, Samala, Pranay LGTM, Reviewed-by: Priyanka Dandamudi <priyanka.dandamudi@intel.com> > -----Original Message----- > From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Pranay > Samala > Sent: 28 January 2025 10:58 AM > To: igt-dev@lists.freedesktop.org > Cc: B S, Karthik <karthik.b.s@intel.com>; Joshi, Kunal1 > <kunal1.joshi@intel.com>; Lattannavar, Sameer > <sameer.lattannavar@intel.com>; Samala, Pranay > <pranay.samala@intel.com> > Subject: [PATCH i-g-t] tests/kms_cursor_legacy: Reduce debug loglevel > dynamically > > This test is getting killed due to exceeding disk usage limit on CI environment > because its logging to many logs. > > So dynamically reducing the debug log level to 10. > > Signed-off-by: Pranay Samala <pranay.samala@intel.com> > --- > tests/kms_cursor_legacy.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c index > 1f082df2d..533972cd4 100644 > --- a/tests/kms_cursor_legacy.c > +++ b/tests/kms_cursor_legacy.c > @@ -40,6 +40,7 @@ > #include "igt_psr.h" > #include "igt_rand.h" > #include "igt_stats.h" > +#include "igt_sysfs.h" > > /** > * SUBTEST: %s-%s > @@ -1840,6 +1841,7 @@ igt_main > }; > > igt_fixture { > + int dir, current_log_level; > display.drm_fd = drm_open_driver_master(DRIVER_ANY); > kmstest_set_vt_graphics_mode(); > > @@ -1850,6 +1852,15 @@ igt_main > * fetch is enabled, so switching PSR1 for this whole test. > */ > intel_psr2_restore = > i915_psr2_sel_fetch_to_psr1(display.drm_fd, NULL); > + > + dir = igt_sysfs_drm_module_params_open(); > + if (dir >= 0) { > + current_log_level = igt_drm_debug_level_get(dir); > + close(dir); > + > + if (current_log_level > 10) > + igt_drm_debug_level_update(10); > + } > } > > igt_describe("Test checks how many cursor updates we can fit > between vblanks " > -- > 2.34.1 ^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Xe.CI.Full: failure for tests/kms_cursor_legacy: Reduce debug loglevel dynamically 2025-01-28 5:28 [PATCH i-g-t] tests/kms_cursor_legacy: Reduce debug loglevel dynamically Pranay Samala ` (2 preceding siblings ...) 2025-01-28 7:30 ` [PATCH i-g-t] " Dandamudi, Priyanka @ 2025-01-28 18:19 ` Patchwork 2025-02-10 15:11 ` [PATCH i-g-t] " Leo Li 4 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2025-01-28 18:19 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 100465 bytes --] == Series Details == Series: tests/kms_cursor_legacy: Reduce debug loglevel dynamically URL : https://patchwork.freedesktop.org/series/144014/ State : failure == Summary == CI Bug Log - changes from XEIGT_8210_full -> XEIGTPW_12503_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_12503_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_12503_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_12503_full: ### IGT changes ### #### Possible regressions #### * igt@kms_cursor_legacy@flip-vs-cursor-atomic: - shard-bmg: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html * igt@kms_flip@flip-vs-dpms-off-vs-modeset: - shard-dg2-set2: [PASS][3] -> [DMESG-WARN][4] +3 other tests dmesg-warn [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-466/igt@kms_flip@flip-vs-dpms-off-vs-modeset.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-434/igt@kms_flip@flip-vs-dpms-off-vs-modeset.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][5] +2 other tests dmesg-warn [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-466/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html * igt@xe_gt_freq@freq_reset: - shard-dg2-set2: [PASS][6] -> [DMESG-FAIL][7] [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-466/igt@xe_gt_freq@freq_reset.html [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-436/igt@xe_gt_freq@freq_reset.html Known issues ------------ Here are the changes found in XEIGTPW_12503_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@intel_hwmon@hwmon-write: - shard-lnl: NOTRUN -> [SKIP][8] ([Intel XE#1125]) [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-8/igt@intel_hwmon@hwmon-write.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-b-dp-2: - shard-bmg: NOTRUN -> [FAIL][9] ([Intel XE#827]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-dp-2.html * igt@kms_big_fb@4-tiled-16bpp-rotate-270: - shard-lnl: NOTRUN -> [SKIP][10] ([Intel XE#1407]) +1 other test skip [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-5/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html * igt@kms_big_fb@x-tiled-32bpp-rotate-90: - shard-dg2-set2: NOTRUN -> [SKIP][11] ([Intel XE#316]) [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-434/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-180: - shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#1124]) +4 other tests skip [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-8/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-dg2-set2: NOTRUN -> [SKIP][13] ([Intel XE#1124]) [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-436/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p: - shard-lnl: NOTRUN -> [SKIP][14] ([Intel XE#2191]) +1 other test skip [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-3/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html * igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p: - shard-dg2-set2: NOTRUN -> [SKIP][15] ([Intel XE#2191]) [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-435/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html * igt@kms_bw@linear-tiling-2-displays-3840x2160p: - shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#367]) [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-5/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html * igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs@pipe-c-dp-2: - shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2652] / [Intel XE#787]) +15 other tests skip [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs@pipe-c-dp-2.html * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-2: - shard-dg2-set2: NOTRUN -> [SKIP][18] ([Intel XE#787]) +55 other tests skip [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-2.html * igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs: - shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2887]) [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs: - shard-dg2-set2: [PASS][20] -> [ABORT][21] ([Intel XE#2625]) [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs.html [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-d-dp-2: - shard-dg2-set2: NOTRUN -> [ABORT][22] ([Intel XE#2625]) [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-d-dp-2.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][23] ([Intel XE#3442]) [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-434/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs: - shard-lnl: NOTRUN -> [SKIP][24] ([Intel XE#3432]) [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-4/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs: - shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#2887]) +10 other tests skip [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-5/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-2: - shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#455] / [Intel XE#787]) +9 other tests skip [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-2.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#314]) [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-2/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_cdclk@plane-scaling: - shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#1152]) +3 other tests skip [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-7/igt@kms_cdclk@plane-scaling.html * igt@kms_chamelium_color@ctm-0-75: - shard-dg2-set2: NOTRUN -> [SKIP][29] ([Intel XE#306]) [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-434/igt@kms_chamelium_color@ctm-0-75.html * igt@kms_chamelium_hpd@vga-hpd: - shard-dg2-set2: NOTRUN -> [SKIP][30] ([Intel XE#373]) +4 other tests skip [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-435/igt@kms_chamelium_hpd@vga-hpd.html * igt@kms_chamelium_hpd@vga-hpd-without-ddc: - shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#373]) +5 other tests skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-1/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html * igt@kms_content_protection@atomic@pipe-a-dp-2: - shard-bmg: NOTRUN -> [FAIL][32] ([Intel XE#1178]) [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_content_protection@atomic@pipe-a-dp-2.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#307]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-4/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@type1: - shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#3278]) [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-8/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-offscreen-256x85: - shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#1424]) +5 other tests skip [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-4/igt@kms_cursor_crc@cursor-offscreen-256x85.html * igt@kms_cursor_crc@cursor-sliding-32x32: - shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#2320]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@kms_cursor_crc@cursor-sliding-32x32.html * igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size: - shard-dg2-set2: [PASS][37] -> [INCOMPLETE][38] ([Intel XE#3226]) [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-434/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-lnl: NOTRUN -> [SKIP][39] ([Intel XE#309]) [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#323]) [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_cursor_legacy@single-move@pipe-c: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][41] ([Intel XE#1033]) +7 other tests dmesg-warn [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-435/igt@kms_cursor_legacy@single-move@pipe-c.html * igt@kms_display_modes@extended-mode-basic: - shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#3383]) [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-5/igt@kms_display_modes@extended-mode-basic.html * igt@kms_flip@2x-absolute-wf_vblank-interruptible: - shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#1421]) +5 other tests skip [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-8/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-flip-vs-expired-vblank@ad-hdmi-a6-dp4: - shard-dg2-set2: NOTRUN -> [FAIL][44] ([Intel XE#301]) +3 other tests fail [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-435/igt@kms_flip@2x-flip-vs-expired-vblank@ad-hdmi-a6-dp4.html * igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3: - shard-bmg: [PASS][45] -> [FAIL][46] ([Intel XE#3321]) [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3.html [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3.html * igt@kms_flip@basic-flip-vs-dpms: - shard-dg2-set2: [PASS][47] -> [DMESG-WARN][48] ([Intel XE#2955]) [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@kms_flip@basic-flip-vs-dpms.html [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-434/igt@kms_flip@basic-flip-vs-dpms.html * igt@kms_flip@blocking-wf_vblank: - shard-lnl: [PASS][49] -> [FAIL][50] ([Intel XE#886]) +1 other test fail [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-3/igt@kms_flip@blocking-wf_vblank.html [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-4/igt@kms_flip@blocking-wf_vblank.html * igt@kms_flip@bo-too-big-interruptible@a-edp1: - shard-lnl: NOTRUN -> [INCOMPLETE][51] ([Intel XE#1504]) +1 other test incomplete [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-7/igt@kms_flip@bo-too-big-interruptible@a-edp1.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp4: - shard-dg2-set2: [PASS][52] -> [FAIL][53] ([Intel XE#301]) [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp4.html [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp4.html * igt@kms_flip@flip-vs-suspend-interruptible@b-dp4: - shard-dg2-set2: [PASS][54] -> [INCOMPLETE][55] ([Intel XE#2049] / [Intel XE#2597]) [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-436/igt@kms_flip@flip-vs-suspend-interruptible@b-dp4.html [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-463/igt@kms_flip@flip-vs-suspend-interruptible@b-dp4.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling: - shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#1401] / [Intel XE#1745]) +3 other tests skip [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#1401]) +3 other tests skip [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling: - shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#1397] / [Intel XE#1745]) +1 other test skip [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][59] ([Intel XE#1397]) +1 other test skip [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode: - shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#2293]) +11 other tests skip [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#352]) [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-6/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-plflip-blt: - shard-dg2-set2: NOTRUN -> [SKIP][62] ([Intel XE#651]) +8 other tests skip [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc: - shard-bmg: NOTRUN -> [SKIP][63] ([Intel XE#2311]) +2 other tests skip [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc: - shard-bmg: NOTRUN -> [SKIP][64] ([Intel XE#4141]) [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render: - shard-lnl: NOTRUN -> [SKIP][65] ([Intel XE#651]) +6 other tests skip [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-6/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt: - shard-lnl: NOTRUN -> [SKIP][66] ([Intel XE#656]) +19 other tests skip [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-rte: - shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#2313]) +3 other tests skip [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-1p-rte.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt: - shard-dg2-set2: NOTRUN -> [SKIP][68] ([Intel XE#653]) +7 other tests skip [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html * igt@kms_hdr@static-toggle-suspend@pipe-a-dp-2: - shard-dg2-set2: NOTRUN -> [ABORT][69] ([Intel XE#2625] / [Intel XE#4048]) [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@kms_hdr@static-toggle-suspend@pipe-a-dp-2.html * igt@kms_invalid_mode@clock-too-high: - shard-lnl: NOTRUN -> [SKIP][70] ([Intel XE#1450] / [Intel XE#2568]) [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-4/igt@kms_invalid_mode@clock-too-high.html * igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1: - shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#1450]) +2 other tests skip [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-4/igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1.html * igt@kms_plane_lowres@tiling-y: - shard-dg2-set2: NOTRUN -> [SKIP][72] ([Intel XE#455]) +1 other test skip [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-466/igt@kms_plane_lowres@tiling-y.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-a: - shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#2763]) +24 other tests skip [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-a.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-dg2-set2: NOTRUN -> [SKIP][74] ([Intel XE#1122]) [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@deep-pkgc: - shard-lnl: NOTRUN -> [FAIL][75] ([Intel XE#2029]) [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-4/igt@kms_pm_dc@deep-pkgc.html * igt@kms_pm_rpm@universal-planes-dpms: - shard-dg2-set2: [PASS][76] -> [DMESG-WARN][77] ([Intel XE#1033] / [Intel XE#2042]) [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-436/igt@kms_pm_rpm@universal-planes-dpms.html [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-435/igt@kms_pm_rpm@universal-planes-dpms.html * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area: - shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#1489]) [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf: - shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#2893]) +2 other tests skip [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-4/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf: - shard-dg2-set2: NOTRUN -> [SKIP][80] ([Intel XE#1489]) [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-463/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#1128]) [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-7/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@pr-primary-page-flip: - shard-lnl: NOTRUN -> [SKIP][82] ([Intel XE#1406]) [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-4/igt@kms_psr@pr-primary-page-flip.html * igt@kms_psr@psr2-basic: - shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#2234] / [Intel XE#2850]) [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_psr@psr2-basic.html * igt@kms_psr@psr2-sprite-plane-move: - shard-dg2-set2: NOTRUN -> [SKIP][84] ([Intel XE#2850] / [Intel XE#929]) +5 other tests skip [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-436/igt@kms_psr@psr2-sprite-plane-move.html * igt@kms_rmfb@rmfb-ioctl@pipe-d-hdmi-a-6: - shard-dg2-set2: [PASS][85] -> [DMESG-WARN][86] ([Intel XE#1033]) +72 other tests dmesg-warn [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-436/igt@kms_rmfb@rmfb-ioctl@pipe-d-hdmi-a-6.html [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-434/igt@kms_rmfb@rmfb-ioctl@pipe-d-hdmi-a-6.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-dg2-set2: [PASS][87] -> [INCOMPLETE][88] ([Intel XE#4170]) [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-436/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-436/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-lnl: NOTRUN -> [SKIP][89] ([Intel XE#3414] / [Intel XE#3904]) [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_universal_plane@cursor-fb-leak: - shard-lnl: NOTRUN -> [FAIL][90] ([Intel XE#899]) +2 other tests fail [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-4/igt@kms_universal_plane@cursor-fb-leak.html * igt@kms_vblank@ts-continuation-suspend: - shard-dg2-set2: [PASS][91] -> [ABORT][92] ([Intel XE#2625] / [Intel XE#4057]) [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@kms_vblank@ts-continuation-suspend.html [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@kms_vblank@ts-continuation-suspend.html * igt@kms_vblank@ts-continuation-suspend@pipe-d-dp-2: - shard-dg2-set2: NOTRUN -> [ABORT][93] ([Intel XE#2625] / [Intel XE#4057]) [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@kms_vblank@ts-continuation-suspend@pipe-d-dp-2.html * igt@kms_vblank@wait-busy-hang: - shard-bmg: [PASS][94] -> [DMESG-WARN][95] ([Intel XE#4172]) +29 other tests dmesg-warn [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-7/igt@kms_vblank@wait-busy-hang.html [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@kms_vblank@wait-busy-hang.html * igt@kms_vblank@wait-forked-busy@pipe-d-hdmi-a-3: - shard-bmg: NOTRUN -> [DMESG-WARN][96] ([Intel XE#4172]) +16 other tests dmesg-warn [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_vblank@wait-forked-busy@pipe-d-hdmi-a-3.html * igt@kms_vrr@cmrr: - shard-dg2-set2: NOTRUN -> [SKIP][97] ([Intel XE#2168]) [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-436/igt@kms_vrr@cmrr.html * igt@kms_vrr@cmrr@pipe-a-edp-1: - shard-lnl: [PASS][98] -> [FAIL][99] ([Intel XE#2159]) +1 other test fail [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-7/igt@kms_vrr@cmrr@pipe-a-edp-1.html [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-5/igt@kms_vrr@cmrr@pipe-a-edp-1.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-lnl: NOTRUN -> [SKIP][100] ([Intel XE#1499]) +1 other test skip [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-8/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-lnl: NOTRUN -> [SKIP][101] ([Intel XE#756]) [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-1/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@xe_eudebug@basic-vm-access-parameters-userptr: - shard-lnl: NOTRUN -> [SKIP][102] ([Intel XE#3889]) [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-7/igt@xe_eudebug@basic-vm-access-parameters-userptr.html * igt@xe_eudebug_online@single-step: - shard-dg2-set2: NOTRUN -> [SKIP][103] ([Intel XE#2905]) +1 other test skip [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-434/igt@xe_eudebug_online@single-step.html * igt@xe_eudebug_online@single-step-one: - shard-lnl: NOTRUN -> [SKIP][104] ([Intel XE#2905]) +5 other tests skip [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-3/igt@xe_eudebug_online@single-step-one.html * igt@xe_evict@evict-beng-large-cm: - shard-lnl: NOTRUN -> [SKIP][105] ([Intel XE#688]) +2 other tests skip [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-6/igt@xe_evict@evict-beng-large-cm.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-bind: - shard-bmg: NOTRUN -> [SKIP][106] ([Intel XE#2322]) [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-bind.html * igt@xe_exec_basic@multigpu-no-exec-bindexecqueue: - shard-lnl: NOTRUN -> [SKIP][107] ([Intel XE#1392]) +1 other test skip [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-7/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue.html * igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-rebind: - shard-dg2-set2: [PASS][108] -> [SKIP][109] ([Intel XE#1392]) +2 other tests skip [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-rebind.html [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-rebind.html * igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-prefetch: - shard-dg2-set2: NOTRUN -> [SKIP][110] ([Intel XE#288]) +3 other tests skip [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-436/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-prefetch.html * igt@xe_live_ktest@xe_eudebug: - shard-lnl: NOTRUN -> [SKIP][111] ([Intel XE#1192] / [Intel XE#3026]) [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-3/igt@xe_live_ktest@xe_eudebug.html * igt@xe_live_ktest@xe_migrate: - shard-dg2-set2: [PASS][112] -> [SKIP][113] ([Intel XE#1192]) [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-466/igt@xe_live_ktest@xe_migrate.html [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-436/igt@xe_live_ktest@xe_migrate.html * igt@xe_live_ktest@xe_mocs: - shard-bmg: [PASS][114] -> [SKIP][115] ([Intel XE#1192]) +1 other test skip [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-4/igt@xe_live_ktest@xe_mocs.html [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@xe_live_ktest@xe_mocs.html * igt@xe_mmap@pci-membarrier: - shard-lnl: NOTRUN -> [SKIP][116] ([Intel XE#4045]) [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-3/igt@xe_mmap@pci-membarrier.html * igt@xe_module_load@reload: - shard-bmg: [PASS][117] -> [FAIL][118] ([Intel XE#3546]) [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-2/igt@xe_module_load@reload.html [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@xe_module_load@reload.html * igt@xe_peer2peer@write: - shard-lnl: NOTRUN -> [SKIP][119] ([Intel XE#1061]) [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-6/igt@xe_peer2peer@write.html * igt@xe_pm@d3cold-mocs: - shard-dg2-set2: NOTRUN -> [SKIP][120] ([Intel XE#2284]) [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@xe_pm@d3cold-mocs.html * igt@xe_pm@s2idle-basic-exec: - shard-bmg: [PASS][121] -> [DMESG-WARN][122] ([Intel XE#1616] / [Intel XE#4172]) [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-4/igt@xe_pm@s2idle-basic-exec.html [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@xe_pm@s2idle-basic-exec.html * igt@xe_pm@s2idle-d3cold-basic-exec: - shard-dg2-set2: NOTRUN -> [SKIP][123] ([Intel XE#2284] / [Intel XE#366]) [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-463/igt@xe_pm@s2idle-d3cold-basic-exec.html * igt@xe_pm@s3-multiple-execs: - shard-dg2-set2: [PASS][124] -> [DMESG-WARN][125] ([Intel XE#1033] / [Intel XE#569]) +1 other test dmesg-warn [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@xe_pm@s3-multiple-execs.html [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-466/igt@xe_pm@s3-multiple-execs.html * igt@xe_pm@s3-vm-bind-unbind-all: - shard-bmg: [PASS][126] -> [DMESG-WARN][127] ([Intel XE#4172] / [Intel XE#569]) [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-1/igt@xe_pm@s3-vm-bind-unbind-all.html [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@xe_pm@s3-vm-bind-unbind-all.html * igt@xe_pm@s4-basic-exec: - shard-lnl: [PASS][128] -> [ABORT][129] ([Intel XE#1358] / [Intel XE#1607] / [Intel XE#1794]) [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-3/igt@xe_pm@s4-basic-exec.html [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-2/igt@xe_pm@s4-basic-exec.html * igt@xe_pm@s4-vm-bind-userptr: - shard-dg2-set2: [PASS][130] -> [DMESG-WARN][131] ([Intel XE#1033] / [Intel XE#2280]) [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@xe_pm@s4-vm-bind-userptr.html [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-436/igt@xe_pm@s4-vm-bind-userptr.html - shard-bmg: [PASS][132] -> [DMESG-WARN][133] ([Intel XE#2280] / [Intel XE#4172]) [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-7/igt@xe_pm@s4-vm-bind-userptr.html [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@xe_pm@s4-vm-bind-userptr.html * igt@xe_pm_residency@cpg-basic: - shard-dg2-set2: NOTRUN -> [ABORT][134] ([Intel XE#1033] / [Intel XE#4046]) [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@xe_pm_residency@cpg-basic.html * igt@xe_pm_residency@gt-c6-freeze@gt1: - shard-bmg: [PASS][135] -> [DMESG-WARN][136] ([Intel XE#3088] / [Intel XE#4172]) +1 other test dmesg-warn [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-1/igt@xe_pm_residency@gt-c6-freeze@gt1.html [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@xe_pm_residency@gt-c6-freeze@gt1.html * igt@xe_query@multigpu-query-invalid-size: - shard-lnl: NOTRUN -> [SKIP][137] ([Intel XE#944]) [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-1/igt@xe_query@multigpu-query-invalid-size.html * igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz: - shard-dg2-set2: NOTRUN -> [SKIP][138] ([Intel XE#944]) [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-466/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html * igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling: - shard-dg2-set2: NOTRUN -> [SKIP][139] ([Intel XE#4130]) [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-435/igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling.html #### Possible fixes #### * igt@core_setmaster@master-drop-set-user: - shard-bmg: [FAIL][140] ([Intel XE#3249]) -> [PASS][141] +1 other test pass [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@core_setmaster@master-drop-set-user.html [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@core_setmaster@master-drop-set-user.html * igt@fbdev@nullptr: - shard-bmg: [SKIP][142] ([Intel XE#2134]) -> [PASS][143] +5 other tests pass [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@fbdev@nullptr.html [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@fbdev@nullptr.html * igt@kms_big_fb@linear-16bpp-rotate-180: - shard-bmg: [SKIP][144] ([Intel XE#2136]) -> [PASS][145] +39 other tests pass [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_big_fb@linear-16bpp-rotate-180.html [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_big_fb@linear-16bpp-rotate-180.html * igt@kms_cursor_edge_walk@256x256-left-edge@pipe-d-dp-2: - shard-bmg: [DMESG-WARN][146] ([Intel XE#4172]) -> [PASS][147] +28 other tests pass [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-2/igt@kms_cursor_edge_walk@256x256-left-edge@pipe-d-dp-2.html [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_cursor_edge_walk@256x256-left-edge@pipe-d-dp-2.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - shard-bmg: [DMESG-WARN][148] ([Intel XE#877]) -> [PASS][149] +1 other test pass [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-bmg: [SKIP][150] ([Intel XE#3007]) -> [PASS][151] [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_flip@2x-flip-vs-expired-vblank@ac-dp2-hdmi-a3: - shard-bmg: [FAIL][152] ([Intel XE#3321]) -> [PASS][153] [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank@ac-dp2-hdmi-a3.html [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@kms_flip@2x-flip-vs-expired-vblank@ac-dp2-hdmi-a3.html * igt@kms_flip@2x-nonexisting-fb: - shard-bmg: [SKIP][154] ([Intel XE#2423]) -> [PASS][155] +167 other tests pass [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_flip@2x-nonexisting-fb.html [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_flip@2x-nonexisting-fb.html * igt@kms_flip@flip-vs-blocking-wf-vblank: - shard-bmg: [FAIL][156] ([Intel XE#2882]) -> [PASS][157] +3 other tests pass [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-1/igt@kms_flip@flip-vs-blocking-wf-vblank.html [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_flip@flip-vs-blocking-wf-vblank.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a6: - shard-dg2-set2: [FAIL][158] ([Intel XE#301]) -> [PASS][159] [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a6.html [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a6.html * igt@kms_flip@plain-flip-fb-recreate@a-edp1: - shard-lnl: [FAIL][160] ([Intel XE#886]) -> [PASS][161] +2 other tests pass [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-7/igt@kms_flip@plain-flip-fb-recreate@a-edp1.html [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-7/igt@kms_flip@plain-flip-fb-recreate@a-edp1.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc: - shard-dg2-set2: [DMESG-WARN][162] ([Intel XE#1033]) -> [PASS][163] +45 other tests pass [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64: - shard-dg2-set2: [FAIL][164] ([Intel XE#616]) -> [PASS][165] +3 other tests pass [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-436/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-463/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html * igt@kms_pm_dc@dc5-psr: - shard-lnl: [FAIL][166] ([Intel XE#718]) -> [PASS][167] [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-1/igt@kms_pm_dc@dc5-psr.html [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-6/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_rpm@i2c: - shard-bmg: [SKIP][168] ([Intel XE#2446]) -> [PASS][169] +5 other tests pass [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_pm_rpm@i2c.html [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_pm_rpm@i2c.html * igt@kms_pm_rpm@system-suspend-modeset: - shard-dg2-set2: [DMESG-WARN][170] ([Intel XE#1033] / [Intel XE#2042]) -> [PASS][171] [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@kms_pm_rpm@system-suspend-modeset.html [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-433/igt@kms_pm_rpm@system-suspend-modeset.html * igt@kms_sysfs_edid_timing: - shard-dg2-set2: [FAIL][172] ([Intel XE#1174]) -> [PASS][173] [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@kms_sysfs_edid_timing.html [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-466/igt@kms_sysfs_edid_timing.html * igt@xe_module_load@load: - shard-lnl: ([PASS][174], [PASS][175], [PASS][176], [PASS][177], [PASS][178], [PASS][179], [PASS][180], [PASS][181], [PASS][182], [PASS][183], [PASS][184], [PASS][185], [PASS][186], [PASS][187], [PASS][188], [PASS][189], [PASS][190], [PASS][191], [PASS][192], [SKIP][193], [PASS][194], [PASS][195], [PASS][196], [PASS][197], [PASS][198], [PASS][199]) ([Intel XE#378]) -> ([PASS][200], [PASS][201], [PASS][202], [PASS][203], [PASS][204], [PASS][205], [PASS][206], [PASS][207], [PASS][208], [PASS][209], [PASS][210], [PASS][211], [PASS][212], [PASS][213], [PASS][214], [PASS][215], [PASS][216], [PASS][217], [PASS][218], [PASS][219], [PASS][220], [PASS][221], [PASS][222], [PASS][223], [PASS][224]) [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-2/igt@xe_module_load@load.html [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-6/igt@xe_module_load@load.html [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-3/igt@xe_module_load@load.html [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-3/igt@xe_module_load@load.html [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-3/igt@xe_module_load@load.html [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-4/igt@xe_module_load@load.html [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-6/igt@xe_module_load@load.html [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-7/igt@xe_module_load@load.html [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-7/igt@xe_module_load@load.html [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-6/igt@xe_module_load@load.html [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-8/igt@xe_module_load@load.html [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-8/igt@xe_module_load@load.html [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-3/igt@xe_module_load@load.html [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-5/igt@xe_module_load@load.html [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-1/igt@xe_module_load@load.html [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-4/igt@xe_module_load@load.html [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-4/igt@xe_module_load@load.html [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-5/igt@xe_module_load@load.html [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-5/igt@xe_module_load@load.html [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-7/igt@xe_module_load@load.html [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-2/igt@xe_module_load@load.html [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-7/igt@xe_module_load@load.html [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-7/igt@xe_module_load@load.html [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-1/igt@xe_module_load@load.html [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-1/igt@xe_module_load@load.html [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-8/igt@xe_module_load@load.html [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-4/igt@xe_module_load@load.html [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-2/igt@xe_module_load@load.html [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-8/igt@xe_module_load@load.html [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-5/igt@xe_module_load@load.html [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-5/igt@xe_module_load@load.html [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-6/igt@xe_module_load@load.html [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-8/igt@xe_module_load@load.html [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-4/igt@xe_module_load@load.html [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-7/igt@xe_module_load@load.html [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-4/igt@xe_module_load@load.html [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-1/igt@xe_module_load@load.html [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-1/igt@xe_module_load@load.html [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-4/igt@xe_module_load@load.html [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-1/igt@xe_module_load@load.html [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-1/igt@xe_module_load@load.html [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-3/igt@xe_module_load@load.html [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-3/igt@xe_module_load@load.html [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-7/igt@xe_module_load@load.html [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-7/igt@xe_module_load@load.html [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-7/igt@xe_module_load@load.html [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-6/igt@xe_module_load@load.html [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-3/igt@xe_module_load@load.html [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-6/igt@xe_module_load@load.html [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-8/igt@xe_module_load@load.html [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-5/igt@xe_module_load@load.html - shard-bmg: ([PASS][225], [PASS][226], [PASS][227], [PASS][228], [PASS][229], [PASS][230], [PASS][231], [PASS][232], [PASS][233], [PASS][234], [PASS][235], [PASS][236], [PASS][237], [PASS][238], [PASS][239], [PASS][240], [PASS][241], [SKIP][242], [PASS][243], [PASS][244], [PASS][245], [PASS][246], [PASS][247], [PASS][248], [PASS][249], [PASS][250]) ([Intel XE#2457]) -> ([PASS][251], [PASS][252], [PASS][253], [PASS][254], [PASS][255], [PASS][256], [PASS][257], [PASS][258], [PASS][259], [PASS][260], [PASS][261], [PASS][262], [PASS][263], [PASS][264], [PASS][265], [PASS][266], [PASS][267], [PASS][268], [PASS][269], [PASS][270], [PASS][271], [PASS][272], [PASS][273], [PASS][274], [PASS][275]) [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-8/igt@xe_module_load@load.html [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-8/igt@xe_module_load@load.html [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_module_load@load.html [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_module_load@load.html [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_module_load@load.html [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_module_load@load.html [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-1/igt@xe_module_load@load.html [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-4/igt@xe_module_load@load.html [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-4/igt@xe_module_load@load.html [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-4/igt@xe_module_load@load.html [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_module_load@load.html [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_module_load@load.html [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_module_load@load.html [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_module_load@load.html [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_module_load@load.html [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-1/igt@xe_module_load@load.html [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-1/igt@xe_module_load@load.html [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_module_load@load.html [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-2/igt@xe_module_load@load.html [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-2/igt@xe_module_load@load.html [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-8/igt@xe_module_load@load.html [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-7/igt@xe_module_load@load.html [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-7/igt@xe_module_load@load.html [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-2/igt@xe_module_load@load.html [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-4/igt@xe_module_load@load.html [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-7/igt@xe_module_load@load.html [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@xe_module_load@load.html [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@xe_module_load@load.html [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@xe_module_load@load.html [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@xe_module_load@load.html [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@xe_module_load@load.html [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@xe_module_load@load.html [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@xe_module_load@load.html [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@xe_module_load@load.html [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@xe_module_load@load.html [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@xe_module_load@load.html [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@xe_module_load@load.html [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@xe_module_load@load.html [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@xe_module_load@load.html [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@xe_module_load@load.html [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@xe_module_load@load.html [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@xe_module_load@load.html [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@xe_module_load@load.html [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@xe_module_load@load.html [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@xe_module_load@load.html [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@xe_module_load@load.html [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@xe_module_load@load.html [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@xe_module_load@load.html [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@xe_module_load@load.html [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@xe_module_load@load.html [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@xe_module_load@load.html - shard-dg2-set2: ([PASS][276], [PASS][277], [PASS][278], [PASS][279], [PASS][280], [PASS][281], [PASS][282], [PASS][283], [SKIP][284], [PASS][285], [PASS][286], [PASS][287], [PASS][288], [PASS][289], [PASS][290], [PASS][291], [PASS][292], [PASS][293], [PASS][294], [PASS][295], [PASS][296], [PASS][297], [PASS][298], [PASS][299], [PASS][300], [PASS][301]) ([Intel XE#378]) -> ([PASS][302], [PASS][303], [PASS][304], [PASS][305], [PASS][306], [PASS][307], [PASS][308], [PASS][309], [PASS][310], [PASS][311], [PASS][312], [PASS][313], [PASS][314], [PASS][315], [PASS][316], [PASS][317], [PASS][318], [PASS][319], [PASS][320], [PASS][321], [PASS][322], [PASS][323], [PASS][324], [PASS][325]) [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@xe_module_load@load.html [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@xe_module_load@load.html [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@xe_module_load@load.html [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@xe_module_load@load.html [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-466/igt@xe_module_load@load.html [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-466/igt@xe_module_load@load.html [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-466/igt@xe_module_load@load.html [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-466/igt@xe_module_load@load.html [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-436/igt@xe_module_load@load.html [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-436/igt@xe_module_load@load.html [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-436/igt@xe_module_load@load.html [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-436/igt@xe_module_load@load.html [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-436/igt@xe_module_load@load.html [289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-436/igt@xe_module_load@load.html [290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@xe_module_load@load.html [291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-466/igt@xe_module_load@load.html [292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-466/igt@xe_module_load@load.html [293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@xe_module_load@load.html [294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-466/igt@xe_module_load@load.html [295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-466/igt@xe_module_load@load.html [296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-436/igt@xe_module_load@load.html [297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-466/igt@xe_module_load@load.html [298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@xe_module_load@load.html [299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-436/igt@xe_module_load@load.html [300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@xe_module_load@load.html [301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-436/igt@xe_module_load@load.html [302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-466/igt@xe_module_load@load.html [303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-466/igt@xe_module_load@load.html [304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-433/igt@xe_module_load@load.html [305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-466/igt@xe_module_load@load.html [306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-434/igt@xe_module_load@load.html [307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-433/igt@xe_module_load@load.html [308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-434/igt@xe_module_load@load.html [309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-434/igt@xe_module_load@load.html [310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-463/igt@xe_module_load@load.html [311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-433/igt@xe_module_load@load.html [312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-463/igt@xe_module_load@load.html [313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-436/igt@xe_module_load@load.html [314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-463/igt@xe_module_load@load.html [315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-436/igt@xe_module_load@load.html [316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@xe_module_load@load.html [317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-436/igt@xe_module_load@load.html [318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@xe_module_load@load.html [319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@xe_module_load@load.html [320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@xe_module_load@load.html [321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-434/igt@xe_module_load@load.html [322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-466/igt@xe_module_load@load.html [323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-435/igt@xe_module_load@load.html [324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-435/igt@xe_module_load@load.html [325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-435/igt@xe_module_load@load.html * igt@xe_pm@s2idle-vm-bind-prefetch: - shard-bmg: [DMESG-WARN][326] ([Intel XE#1616] / [Intel XE#4172]) -> [PASS][327] [326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-2/igt@xe_pm@s2idle-vm-bind-prefetch.html [327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@xe_pm@s2idle-vm-bind-prefetch.html * igt@xe_pm@s4-mocs: - shard-dg2-set2: [DMESG-WARN][328] ([Intel XE#1033] / [Intel XE#2280]) -> [PASS][329] [328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@xe_pm@s4-mocs.html [329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-435/igt@xe_pm@s4-mocs.html * igt@xe_pm@s4-multiple-execs: - shard-lnl: [ABORT][330] ([Intel XE#1358] / [Intel XE#1607] / [Intel XE#1794]) -> [PASS][331] [330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-lnl-2/igt@xe_pm@s4-multiple-execs.html [331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-lnl-4/igt@xe_pm@s4-multiple-execs.html * igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout: - shard-bmg: [SKIP][332] ([Intel XE#1130]) -> [PASS][333] +384 other tests pass [332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout.html [333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout.html #### Warnings #### * igt@kms_async_flips@alternate-sync-async-flip: - shard-bmg: [SKIP][334] ([Intel XE#2423]) -> [FAIL][335] ([Intel XE#827]) [334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_async_flips@alternate-sync-async-flip.html [335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_async_flips@alternate-sync-async-flip.html * igt@kms_async_flips@invalid-async-flip: - shard-bmg: [SKIP][336] ([Intel XE#2423]) -> [SKIP][337] ([Intel XE#873]) [336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_async_flips@invalid-async-flip.html [337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@kms_async_flips@invalid-async-flip.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-bmg: [SKIP][338] ([Intel XE#2423]) -> [SKIP][339] ([Intel XE#2370]) [338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html [339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-bmg: [SKIP][340] ([Intel XE#2136]) -> [SKIP][341] ([Intel XE#2327]) +7 other tests skip [340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html [341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@x-tiled-32bpp-rotate-0: - shard-bmg: [SKIP][342] ([Intel XE#2136]) -> [DMESG-WARN][343] ([Intel XE#4172]) +1 other test dmesg-warn [342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html [343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html * igt@kms_big_fb@y-tiled-64bpp-rotate-90: - shard-bmg: [SKIP][344] ([Intel XE#2136]) -> [SKIP][345] ([Intel XE#1124]) +19 other tests skip [344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html [345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb: - shard-bmg: [SKIP][346] ([Intel XE#2136]) -> [SKIP][347] ([Intel XE#2328]) [346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_big_fb@y-tiled-addfb.html [347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_big_fb@y-tiled-addfb.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-bmg: [SKIP][348] ([Intel XE#2136]) -> [SKIP][349] ([Intel XE#607]) [348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html [349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-addfb-size-overflow: - shard-bmg: [SKIP][350] ([Intel XE#2136]) -> [SKIP][351] ([Intel XE#610]) +1 other test skip [350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_big_fb@y-tiled-addfb-size-overflow.html [351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_big_fb@y-tiled-addfb-size-overflow.html * igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p: - shard-bmg: [SKIP][352] ([Intel XE#2423]) -> [SKIP][353] ([Intel XE#2314] / [Intel XE#2894]) +3 other tests skip [352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html [353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html * igt@kms_bw@linear-tiling-2-displays-2560x1440p: - shard-bmg: [SKIP][354] ([Intel XE#2423]) -> [SKIP][355] ([Intel XE#367]) +4 other tests skip [354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html [355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html * igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs: - shard-bmg: [SKIP][356] ([Intel XE#2136]) -> [SKIP][357] ([Intel XE#2652] / [Intel XE#787]) +1 other test skip [356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html [357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs: - shard-bmg: [SKIP][358] ([Intel XE#2136]) -> [SKIP][359] ([Intel XE#3432]) +3 other tests skip [358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html [359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc: - shard-bmg: [SKIP][360] ([Intel XE#2136]) -> [SKIP][361] ([Intel XE#2887]) +34 other tests skip [360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html [361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html * igt@kms_chamelium_color@ctm-red-to-blue: - shard-bmg: [SKIP][362] ([Intel XE#2423]) -> [SKIP][363] ([Intel XE#2325]) +4 other tests skip [362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_chamelium_color@ctm-red-to-blue.html [363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_chamelium_color@ctm-red-to-blue.html * igt@kms_chamelium_frames@hdmi-aspect-ratio: - shard-bmg: [SKIP][364] ([Intel XE#2423]) -> [SKIP][365] ([Intel XE#2252]) +18 other tests skip [364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_chamelium_frames@hdmi-aspect-ratio.html [365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_chamelium_frames@hdmi-aspect-ratio.html * igt@kms_content_protection@atomic: - shard-bmg: [SKIP][366] ([Intel XE#2423]) -> [FAIL][367] ([Intel XE#1178]) [366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_content_protection@atomic.html [367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_content_protection@atomic.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-bmg: [SKIP][368] ([Intel XE#3007]) -> [SKIP][369] ([Intel XE#2390]) [368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-8/igt@kms_content_protection@dp-mst-lic-type-1.html [369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_content_protection@dp-mst-lic-type-1.html - shard-dg2-set2: [SKIP][370] ([Intel XE#2423] / [i915#2575]) -> [SKIP][371] ([Intel XE#307]) [370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@kms_content_protection@dp-mst-lic-type-1.html [371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-466/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@dp-mst-type-1: - shard-bmg: [SKIP][372] ([Intel XE#2423]) -> [SKIP][373] ([Intel XE#2390]) [372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_content_protection@dp-mst-type-1.html [373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@mei-interface: - shard-bmg: [SKIP][374] ([Intel XE#2423]) -> [SKIP][375] ([Intel XE#2341]) [374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_content_protection@mei-interface.html [375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_content_protection@mei-interface.html * igt@kms_cursor_crc@cursor-offscreen-32x32: - shard-bmg: [SKIP][376] ([Intel XE#2423]) -> [SKIP][377] ([Intel XE#2320]) +8 other tests skip [376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_cursor_crc@cursor-offscreen-32x32.html [377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_cursor_crc@cursor-offscreen-32x32.html * igt@kms_cursor_crc@cursor-onscreen-256x256: - shard-bmg: [SKIP][378] ([Intel XE#2423]) -> [DMESG-WARN][379] ([Intel XE#4172]) +12 other tests dmesg-warn [378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_cursor_crc@cursor-onscreen-256x256.html [379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@kms_cursor_crc@cursor-onscreen-256x256.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-bmg: [SKIP][380] ([Intel XE#2423]) -> [SKIP][381] ([Intel XE#2321]) +5 other tests skip [380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_cursor_crc@cursor-sliding-512x512.html [381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-bmg: [SKIP][382] ([Intel XE#2423]) -> [SKIP][383] ([Intel XE#2286]) +1 other test skip [382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html [383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-bmg: [SKIP][384] ([Intel XE#2423]) -> [SKIP][385] ([Intel XE#2323]) [384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_display_modes@mst-extended-mode-negative.html [385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dsc@dsc-fractional-bpp: - shard-bmg: [SKIP][386] ([Intel XE#2136]) -> [SKIP][387] ([Intel XE#2244]) +2 other tests skip [386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_dsc@dsc-fractional-bpp.html [387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_fbcon_fbt@psr-suspend: - shard-bmg: [SKIP][388] ([Intel XE#2136]) -> [SKIP][389] ([Intel XE#776]) [388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_fbcon_fbt@psr-suspend.html [389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@display-3x: - shard-bmg: [SKIP][390] ([Intel XE#2423]) -> [SKIP][391] ([Intel XE#2373]) [390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_feature_discovery@display-3x.html [391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_feature_discovery@display-3x.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-bmg: [DMESG-WARN][392] ([Intel XE#4172]) -> [DMESG-WARN][393] ([Intel XE#2955]) [392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-1/igt@kms_flip@flip-vs-suspend-interruptible.html [393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling: - shard-bmg: [SKIP][394] ([Intel XE#2136]) -> [SKIP][395] ([Intel XE#2293] / [Intel XE#2380]) +11 other tests skip [394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html [395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html * igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-blt: - shard-bmg: [SKIP][396] ([Intel XE#2136]) -> [SKIP][397] ([Intel XE#2311]) +63 other tests skip [396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-blt.html [397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt: - shard-bmg: [SKIP][398] ([Intel XE#2136]) -> [SKIP][399] ([Intel XE#4141]) +31 other tests skip [398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html [399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt: - shard-bmg: [SKIP][400] ([Intel XE#2136]) -> [SKIP][401] ([Intel XE#2313]) +63 other tests skip [400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt.html [401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt: - shard-bmg: [SKIP][402] ([Intel XE#2313]) -> [INCOMPLETE][403] ([Intel XE#2050]) [402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html [403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html * igt@kms_getfb@getfb2-accept-ccs: - shard-bmg: [SKIP][404] ([Intel XE#2423]) -> [SKIP][405] ([Intel XE#2340]) [404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_getfb@getfb2-accept-ccs.html [405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_getfb@getfb2-accept-ccs.html * igt@kms_hdr@brightness-with-hdr: - shard-bmg: [SKIP][406] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][407] ([Intel XE#3544]) [406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-7/igt@kms_hdr@brightness-with-hdr.html [407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_hdr@brightness-with-hdr.html * igt@kms_hdr@static-toggle-suspend: - shard-dg2-set2: [DMESG-WARN][408] ([Intel XE#1033]) -> [ABORT][409] ([Intel XE#2625]) [408]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-434/igt@kms_hdr@static-toggle-suspend.html [409]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-432/igt@kms_hdr@static-toggle-suspend.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-bmg: [SKIP][410] ([Intel XE#2136]) -> [SKIP][411] ([Intel XE#2934]) [410]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_joiner@basic-force-ultra-joiner.html [411]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_joiner@invalid-modeset-ultra-joiner: - shard-bmg: [SKIP][412] ([Intel XE#2136]) -> [SKIP][413] ([Intel XE#2927]) [412]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_joiner@invalid-modeset-ultra-joiner.html [413]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_joiner@invalid-modeset-ultra-joiner.html * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner: - shard-bmg: [SKIP][414] ([Intel XE#2136]) -> [SKIP][415] ([Intel XE#4090]) [414]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html [415]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html * igt@kms_panel_fitting@legacy: - shard-bmg: [SKIP][416] ([Intel XE#2423]) -> [SKIP][417] ([Intel XE#2486]) [416]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_panel_fitting@legacy.html [417]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_panel_fitting@legacy.html * igt@kms_plane_multiple@tiling-y: - shard-bmg: [SKIP][418] ([Intel XE#2423]) -> [SKIP][419] ([Intel XE#2493]) [418]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_plane_multiple@tiling-y.html [419]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_plane_multiple@tiling-y.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format: - shard-bmg: [SKIP][420] ([Intel XE#2423]) -> [SKIP][421] ([Intel XE#2763]) +4 other tests skip [420]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html [421]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html * igt@kms_pm_backlight@brightness-with-dpms: - shard-bmg: [SKIP][422] ([Intel XE#2136]) -> [SKIP][423] ([Intel XE#2938]) [422]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_pm_backlight@brightness-with-dpms.html [423]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_pm_backlight@brightness-with-dpms.html * igt@kms_pm_backlight@fade: - shard-bmg: [SKIP][424] ([Intel XE#2136]) -> [SKIP][425] ([Intel XE#870]) +2 other tests skip [424]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_pm_backlight@fade.html [425]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_pm_backlight@fade.html * igt@kms_pm_dc@dc6-dpms: - shard-bmg: [SKIP][426] ([Intel XE#2136]) -> [FAIL][427] ([Intel XE#1430]) [426]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_pm_dc@dc6-dpms.html [427]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc6-psr: - shard-bmg: [SKIP][428] ([Intel XE#2136]) -> [SKIP][429] ([Intel XE#2392]) [428]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_pm_dc@dc6-psr.html [429]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-bmg: [SKIP][430] ([Intel XE#2446]) -> [SKIP][431] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836]) [430]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html [431]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_pm_rpm@universal-planes-dpms: - shard-bmg: [SKIP][432] ([Intel XE#2446]) -> [DMESG-WARN][433] ([Intel XE#4172]) [432]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_pm_rpm@universal-planes-dpms.html [433]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_pm_rpm@universal-planes-dpms.html * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf: - shard-bmg: [SKIP][434] ([Intel XE#2136]) -> [SKIP][435] ([Intel XE#1489]) +17 other tests skip [434]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html [435]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr@psr-primary-page-flip: - shard-bmg: [SKIP][436] ([Intel XE#2136]) -> [SKIP][437] ([Intel XE#2234] / [Intel XE#2850]) +29 other tests skip [436]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_psr@psr-primary-page-flip.html [437]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@kms_psr@psr-primary-page-flip.html * igt@kms_rotation_crc@primary-rotation-90: - shard-bmg: [SKIP][438] ([Intel XE#2423]) -> [SKIP][439] ([Intel XE#3414] / [Intel XE#3904]) +3 other tests skip [438]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_rotation_crc@primary-rotation-90.html [439]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-bmg: [SKIP][440] ([Intel XE#2423]) -> [SKIP][441] ([Intel XE#2330]) [440]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html [441]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_scaling_modes@scaling-mode-full: - shard-bmg: [SKIP][442] ([Intel XE#2423]) -> [SKIP][443] ([Intel XE#2413]) [442]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_scaling_modes@scaling-mode-full.html [443]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@kms_scaling_modes@scaling-mode-full.html * igt@kms_setmode@basic-clone-single-crtc: - shard-bmg: [SKIP][444] ([Intel XE#2423]) -> [SKIP][445] ([Intel XE#1435]) [444]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_setmode@basic-clone-single-crtc.html [445]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_setmode@basic-clone-single-crtc.html * igt@kms_tiled_display@basic-test-pattern: - shard-bmg: [FAIL][446] ([Intel XE#1729]) -> [SKIP][447] ([Intel XE#2426]) [446]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html [447]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_tiled_display@basic-test-pattern.html - shard-dg2-set2: [FAIL][448] ([Intel XE#1729]) -> [DMESG-FAIL][449] ([Intel XE#1033]) [448]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern.html [449]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-dg2-433/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-bmg: [SKIP][450] ([Intel XE#2426]) -> [SKIP][451] ([Intel XE#2509]) [450]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [451]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vrr@cmrr: - shard-bmg: [SKIP][452] ([Intel XE#2423]) -> [SKIP][453] ([Intel XE#2168]) [452]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_vrr@cmrr.html [453]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@kms_vrr@cmrr.html * igt@kms_vrr@flip-basic: - shard-bmg: [SKIP][454] ([Intel XE#2423]) -> [SKIP][455] ([Intel XE#1499]) [454]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_vrr@flip-basic.html [455]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_vrr@flip-basic.html * igt@kms_writeback@writeback-invalid-parameters: - shard-bmg: [SKIP][456] ([Intel XE#2423]) -> [SKIP][457] ([Intel XE#756]) +1 other test skip [456]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@kms_writeback@writeback-invalid-parameters.html [457]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@kms_writeback@writeback-invalid-parameters.html * igt@xe_eudebug@basic-vm-bind-metadata-discovery: - shard-bmg: [SKIP][458] ([Intel XE#1130]) -> [SKIP][459] ([Intel XE#2905]) +20 other tests skip [458]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_eudebug@basic-vm-bind-metadata-discovery.html [459]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@xe_eudebug@basic-vm-bind-metadata-discovery.html * igt@xe_eudebug@basic-vm-bind-ufence-sigint-client: - shard-bmg: [SKIP][460] ([Intel XE#1130]) -> [SKIP][461] ([Intel XE#3889]) [460]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_eudebug@basic-vm-bind-ufence-sigint-client.html [461]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@xe_eudebug@basic-vm-bind-ufence-sigint-client.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr: - shard-bmg: [SKIP][462] ([Intel XE#1130]) -> [SKIP][463] ([Intel XE#2322]) +18 other tests skip [462]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html [463]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html * igt@xe_exec_threads@threads-bal-shared-vm-userptr-invalidate: - shard-bmg: [SKIP][464] ([Intel XE#1130]) -> [DMESG-WARN][465] ([Intel XE#4172]) +1 other test dmesg-warn [464]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_exec_threads@threads-bal-shared-vm-userptr-invalidate.html [465]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@xe_exec_threads@threads-bal-shared-vm-userptr-invalidate.html * igt@xe_live_ktest@xe_eudebug: - shard-bmg: [SKIP][466] ([Intel XE#2833]) -> [SKIP][467] ([Intel XE#1192]) [466]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-1/igt@xe_live_ktest@xe_eudebug.html [467]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@xe_live_ktest@xe_eudebug.html * igt@xe_pat@pat-index-xehpc: - shard-bmg: [SKIP][468] ([Intel XE#1130]) -> [SKIP][469] ([Intel XE#1420]) [468]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_pat@pat-index-xehpc.html [469]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-1/igt@xe_pat@pat-index-xehpc.html * igt@xe_pat@pat-index-xelp: - shard-bmg: [SKIP][470] ([Intel XE#1130]) -> [SKIP][471] ([Intel XE#2245]) [470]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_pat@pat-index-xelp.html [471]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@xe_pat@pat-index-xelp.html * igt@xe_pat@pat-index-xelpg: - shard-bmg: [SKIP][472] ([Intel XE#1130]) -> [SKIP][473] ([Intel XE#2236]) [472]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_pat@pat-index-xelpg.html [473]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@xe_pat@pat-index-xelpg.html * igt@xe_pm@s2idle-d3cold-basic-exec: - shard-bmg: [SKIP][474] ([Intel XE#1130]) -> [SKIP][475] ([Intel XE#2284]) +3 other tests skip [474]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_pm@s2idle-d3cold-basic-exec.html [475]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-2/igt@xe_pm@s2idle-d3cold-basic-exec.html * igt@xe_pm@s3-multiple-execs: - shard-bmg: [SKIP][476] ([Intel XE#1130]) -> [DMESG-WARN][477] ([Intel XE#4172] / [Intel XE#569]) +1 other test dmesg-warn [476]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_pm@s3-multiple-execs.html [477]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-8/igt@xe_pm@s3-multiple-execs.html * igt@xe_query@multigpu-query-invalid-extension: - shard-bmg: [SKIP][478] ([Intel XE#1130]) -> [SKIP][479] ([Intel XE#944]) +5 other tests skip [478]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_query@multigpu-query-invalid-extension.html [479]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-7/igt@xe_query@multigpu-query-invalid-extension.html * igt@xe_sriov_auto_provisioning@exclusive-ranges: - shard-bmg: [SKIP][480] ([Intel XE#1130]) -> [SKIP][481] ([Intel XE#4130]) [480]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8210/shard-bmg-3/igt@xe_sriov_auto_provisioning@exclusive-ranges.html [481]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/shard-bmg-4/igt@xe_sriov_auto_provisioning@exclusive-ranges.html [Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033 [Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061 [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122 [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1125]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1125 [Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128 [Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130 [Intel XE#1152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152 [Intel XE#1174]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1174 [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397 [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401 [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406 [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407 [Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420 [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421 [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424 [Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430 [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435 [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439 [Intel XE#1450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1450 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499 [Intel XE#1504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1504 [Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607 [Intel XE#1616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1616 [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729 [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745 [Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794 [Intel XE#2029]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2029 [Intel XE#2042]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2042 [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049 [Intel XE#2050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2050 [Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134 [Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136 [Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159 [Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [Intel XE#2280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2280 [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284 [Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286 [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293 [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311 [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313 [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314 [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2323 [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325 [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327 [Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328 [Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330 [Intel XE#2340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2340 [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341 [Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370 [Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390 [Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392 [Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413 [Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423 [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426 [Intel XE#2446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2446 [Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457 [Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486 [Intel XE#2493]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2493 [Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509 [Intel XE#2568]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2568 [Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597 [Intel XE#2625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2625 [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652 [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763 [Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833 [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882 [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887 [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893 [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894 [Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905 [Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927 [Intel XE#2934]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2934 [Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938 [Intel XE#2955]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955 [Intel XE#3007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [Intel XE#3026]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3026 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307 [Intel XE#3088]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3088 [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309 [Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314 [Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#3226]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3226 [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323 [Intel XE#3249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3249 [Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278 [Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321 [Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374 [Intel XE#3383]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3383 [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414 [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432 [Intel XE#3442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3442 [Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352 [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544 [Intel XE#3546]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3546 [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378 [Intel XE#3889]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889 [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904 [Intel XE#4045]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4045 [Intel XE#4046]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4046 [Intel XE#4048]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4048 [Intel XE#4057]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4057 [Intel XE#4090]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4090 [Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130 [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141 [Intel XE#4170]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4170 [Intel XE#4172]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569 [Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607 [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653 [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#827]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/827 [Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/873 [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 [Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886 [Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 Build changes ------------- * IGT: IGT_8210 -> IGTPW_12503 * Linux: xe-2555-9606e7472e23df21b5a4ad0c4845643eed592132 -> xe-2562-73c0fe019ff4bf312f6ae1114f0ca63bd13ea4b7 IGTPW_12503: 12503 IGT_8210: 6ccdcffdb1aa67cf90a3f9cae99502ae327de57a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2555-9606e7472e23df21b5a4ad0c4845643eed592132: 9606e7472e23df21b5a4ad0c4845643eed592132 xe-2562-73c0fe019ff4bf312f6ae1114f0ca63bd13ea4b7: 73c0fe019ff4bf312f6ae1114f0ca63bd13ea4b7 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12503/index.html [-- Attachment #2: Type: text/html, Size: 117635 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t] tests/kms_cursor_legacy: Reduce debug loglevel dynamically 2025-01-28 5:28 [PATCH i-g-t] tests/kms_cursor_legacy: Reduce debug loglevel dynamically Pranay Samala ` (3 preceding siblings ...) 2025-01-28 18:19 ` ✗ Xe.CI.Full: failure for " Patchwork @ 2025-02-10 15:11 ` Leo Li 2025-02-10 15:58 ` Jani Nikula 4 siblings, 1 reply; 9+ messages in thread From: Leo Li @ 2025-02-10 15:11 UTC (permalink / raw) To: Pranay Samala, igt-dev Cc: karthik.b.s, kunal1.joshi, sameer.lattannavar, Wheeler, Daniel Hi Pranay, This change can also increase log verbosity; we observe this with amdgpu. Details inline. On 2025-01-28 00:28, Pranay Samala wrote: > This test is getting killed due to exceeding disk usage > limit on CI environment because its logging to many logs. > > So dynamically reducing the debug log level to 10. > > Signed-off-by: Pranay Samala <pranay.samala@intel.com> > --- > tests/kms_cursor_legacy.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c > index 1f082df2d..533972cd4 100644 > --- a/tests/kms_cursor_legacy.c > +++ b/tests/kms_cursor_legacy.c > @@ -40,6 +40,7 @@ > #include "igt_psr.h" > #include "igt_rand.h" > #include "igt_stats.h" > +#include "igt_sysfs.h" > > /** > * SUBTEST: %s-%s > @@ -1840,6 +1841,7 @@ igt_main > }; > > igt_fixture { > + int dir, current_log_level; > display.drm_fd = drm_open_driver_master(DRIVER_ANY); > kmstest_set_vt_graphics_mode(); > > @@ -1850,6 +1852,15 @@ igt_main > * fetch is enabled, so switching PSR1 for this whole test. > */ > intel_psr2_restore = i915_psr2_sel_fetch_to_psr1(display.drm_fd, NULL); > + > + dir = igt_sysfs_drm_module_params_open(); > + if (dir >= 0) { > + current_log_level = igt_drm_debug_level_get(dir); > + close(dir); > + > + if (current_log_level > 10) > + igt_drm_debug_level_update(10); Isn't the DRM debug mask a bitmask? https://elixir.bootlin.com/linux/v6.13.1/source/include/drm/drm_print.h#L97 So setting 10 isn't guaranteed to reduce verbosity, depending on how the DRM driver uses the various drm_* debug prints. What is guaranteed to reduce verbosity is to unset unwanted bits. Maybe that is the better approach? For example, instead of `if (current_log_level > 10)`, Do `igt_drm_debug_level_update(current_log_level & !(DRM_UT_CORE | ...);` Thanks, Leo > + } > } > > igt_describe("Test checks how many cursor updates we can fit between vblanks " ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t] tests/kms_cursor_legacy: Reduce debug loglevel dynamically 2025-02-10 15:11 ` [PATCH i-g-t] " Leo Li @ 2025-02-10 15:58 ` Jani Nikula 2025-02-19 14:39 ` Wheeler, Daniel 0 siblings, 1 reply; 9+ messages in thread From: Jani Nikula @ 2025-02-10 15:58 UTC (permalink / raw) To: Leo Li, Pranay Samala, igt-dev Cc: karthik.b.s, kunal1.joshi, sameer.lattannavar, Wheeler, Daniel, Bhanuprakash Modem, Kamil Konieczny, Juha-Pekka Heikkila, Ashutosh Dixit On Mon, 10 Feb 2025, Leo Li <sunpeng.li@amd.com> wrote: > Hi Pranay, > > This change can also increase log verbosity; we observe this with amdgpu. > Details inline. > > On 2025-01-28 00:28, Pranay Samala wrote: >> This test is getting killed due to exceeding disk usage >> limit on CI environment because its logging to many logs. >> >> So dynamically reducing the debug log level to 10. >> >> Signed-off-by: Pranay Samala <pranay.samala@intel.com> >> --- >> tests/kms_cursor_legacy.c | 11 +++++++++++ >> 1 file changed, 11 insertions(+) >> >> diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c >> index 1f082df2d..533972cd4 100644 >> --- a/tests/kms_cursor_legacy.c >> +++ b/tests/kms_cursor_legacy.c >> @@ -40,6 +40,7 @@ >> #include "igt_psr.h" >> #include "igt_rand.h" >> #include "igt_stats.h" >> +#include "igt_sysfs.h" >> >> /** >> * SUBTEST: %s-%s >> @@ -1840,6 +1841,7 @@ igt_main >> }; >> >> igt_fixture { >> + int dir, current_log_level; >> display.drm_fd = drm_open_driver_master(DRIVER_ANY); >> kmstest_set_vt_graphics_mode(); >> >> @@ -1850,6 +1852,15 @@ igt_main >> * fetch is enabled, so switching PSR1 for this whole test. >> */ >> intel_psr2_restore = i915_psr2_sel_fetch_to_psr1(display.drm_fd, NULL); >> + >> + dir = igt_sysfs_drm_module_params_open(); >> + if (dir >= 0) { >> + current_log_level = igt_drm_debug_level_get(dir); >> + close(dir); >> + >> + if (current_log_level > 10) >> + igt_drm_debug_level_update(10); > > Isn't the DRM debug mask a bitmask? > https://elixir.bootlin.com/linux/v6.13.1/source/include/drm/drm_print.h#L97 > > So setting 10 isn't guaranteed to reduce verbosity, depending on how the DRM > driver uses the various drm_* debug prints. Ugh. Yes. > What is guaranteed to reduce verbosity is to unset unwanted bits. Maybe that is > the better approach? > > For example, instead of > `if (current_log_level > 10)`, > > Do > > `igt_drm_debug_level_update(current_log_level & !(DRM_UT_CORE | ...);` Ditto for commit a2ab0ec12ef4 ("tests/kms_atomic_transition: Reducing debug loglevel dynamically"). It got to v6 and nobody noticed? Ditto for commit 56b91193b825 ("lib/igt_sysfs: Implement dynamic adjustment of debug log level") adding the whole thing. It should not be referred to as "level" because it has nothing to do with "level". It also makes no sense to print it out in decimal; hex makes more sense. BR, Jani. > > Thanks, > Leo > >> + } >> } >> >> igt_describe("Test checks how many cursor updates we can fit between vblanks " > -- Jani Nikula, Intel ^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: [PATCH i-g-t] tests/kms_cursor_legacy: Reduce debug loglevel dynamically 2025-02-10 15:58 ` Jani Nikula @ 2025-02-19 14:39 ` Wheeler, Daniel 2025-02-20 7:00 ` Samala, Pranay 0 siblings, 1 reply; 9+ messages in thread From: Wheeler, Daniel @ 2025-02-19 14:39 UTC (permalink / raw) To: Jani Nikula, Li, Sun peng (Leo), Pranay Samala, igt-dev@lists.freedesktop.org Cc: karthik.b.s@intel.com, kunal1.joshi@intel.com, sameer.lattannavar@intel.com, Bhanuprakash Modem, Kamil Konieczny, Juha-Pekka Heikkila, Ashutosh Dixit [Public] Hey just checking in to see if there has been any movement on this one. I'm still having to revert it from my local IGT repo or my runs take three times as long to complete/logs end up 10,000 times larger than they should be. Thank you, Dan Wheeler Sr. Technologist | AMD SW Display ------------------------------------------------------------------------------------------------------------------ 1 Commerce Valley Dr E, Thornhill, ON L3T 7X6 Facebook | Twitter | amd.com -----Original Message----- From: Jani Nikula <jani.nikula@intel.com> Sent: Monday, February 10, 2025 10:58 AM To: Li, Sun peng (Leo) <Sunpeng.Li@amd.com>; Pranay Samala <pranay.samala@intel.com>; igt-dev@lists.freedesktop.org Cc: karthik.b.s@intel.com; kunal1.joshi@intel.com; sameer.lattannavar@intel.com; Wheeler, Daniel <Daniel.Wheeler@amd.com>; Bhanuprakash Modem <bhanuprakash.modem@intel.com>; Kamil Konieczny <kamil.konieczny@linux.intel.com>; Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>; Ashutosh Dixit <ashutosh.dixit@intel.com> Subject: Re: [PATCH i-g-t] tests/kms_cursor_legacy: Reduce debug loglevel dynamically On Mon, 10 Feb 2025, Leo Li <sunpeng.li@amd.com> wrote: > Hi Pranay, > > This change can also increase log verbosity; we observe this with amdgpu. > Details inline. > > On 2025-01-28 00:28, Pranay Samala wrote: >> This test is getting killed due to exceeding disk usage limit on CI >> environment because its logging to many logs. >> >> So dynamically reducing the debug log level to 10. >> >> Signed-off-by: Pranay Samala <pranay.samala@intel.com> >> --- >> tests/kms_cursor_legacy.c | 11 +++++++++++ >> 1 file changed, 11 insertions(+) >> >> diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c >> index 1f082df2d..533972cd4 100644 >> --- a/tests/kms_cursor_legacy.c >> +++ b/tests/kms_cursor_legacy.c >> @@ -40,6 +40,7 @@ >> #include "igt_psr.h" >> #include "igt_rand.h" >> #include "igt_stats.h" >> +#include "igt_sysfs.h" >> >> /** >> * SUBTEST: %s-%s >> @@ -1840,6 +1841,7 @@ igt_main >> }; >> >> igt_fixture { >> + int dir, current_log_level; >> display.drm_fd = drm_open_driver_master(DRIVER_ANY); >> kmstest_set_vt_graphics_mode(); >> >> @@ -1850,6 +1852,15 @@ igt_main >> * fetch is enabled, so switching PSR1 for this whole test. >> */ >> intel_psr2_restore = i915_psr2_sel_fetch_to_psr1(display.drm_fd, >> NULL); >> + >> + dir = igt_sysfs_drm_module_params_open(); >> + if (dir >= 0) { >> + current_log_level = igt_drm_debug_level_get(dir); >> + close(dir); >> + >> + if (current_log_level > 10) >> + igt_drm_debug_level_update(10); > > Isn't the DRM debug mask a bitmask? > https://elixir.bootlin.com/linux/v6.13.1/source/include/drm/drm_print. > h#L97 > > So setting 10 isn't guaranteed to reduce verbosity, depending on how > the DRM driver uses the various drm_* debug prints. Ugh. Yes. > What is guaranteed to reduce verbosity is to unset unwanted bits. > Maybe that is the better approach? > > For example, instead of > `if (current_log_level > 10)`, > > Do > > `igt_drm_debug_level_update(current_log_level & !(DRM_UT_CORE | ...);` Ditto for commit a2ab0ec12ef4 ("tests/kms_atomic_transition: Reducing debug loglevel dynamically"). It got to v6 and nobody noticed? Ditto for commit 56b91193b825 ("lib/igt_sysfs: Implement dynamic adjustment of debug log level") adding the whole thing. It should not be referred to as "level" because it has nothing to do with "level". It also makes no sense to print it out in decimal; hex makes more sense. BR, Jani. > > Thanks, > Leo > >> + } >> } >> >> igt_describe("Test checks how many cursor updates we can fit between vblanks " > -- Jani Nikula, Intel ^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: [PATCH i-g-t] tests/kms_cursor_legacy: Reduce debug loglevel dynamically 2025-02-19 14:39 ` Wheeler, Daniel @ 2025-02-20 7:00 ` Samala, Pranay 0 siblings, 0 replies; 9+ messages in thread From: Samala, Pranay @ 2025-02-20 7:00 UTC (permalink / raw) To: Wheeler, Daniel, Nikula, Jani, Li, Sun peng (Leo), igt-dev@lists.freedesktop.org Cc: B S, Karthik, Joshi, Kunal1, Lattannavar, Sameer, Bhanuprakash Modem, Kamil Konieczny, Juha-Pekka Heikkila, Dixit, Ashutosh Hi All, Thanks for pointing that out. I'll float a fix for this issue. Regards, Pranay. > -----Original Message----- > From: Wheeler, Daniel <Daniel.Wheeler@amd.com> > Sent: Wednesday, February 19, 2025 8:09 PM > To: Nikula, Jani <jani.nikula@intel.com>; Li, Sun peng (Leo) > <Sunpeng.Li@amd.com>; Samala, Pranay <pranay.samala@intel.com>; igt- > dev@lists.freedesktop.org > Cc: B S, Karthik <karthik.b.s@intel.com>; Joshi, Kunal1 <kunal1.joshi@intel.com>; > Lattannavar, Sameer <sameer.lattannavar@intel.com>; Bhanuprakash Modem > <bhanuprakash.modem@intel.com>; Kamil Konieczny > <kamil.konieczny@linux.intel.com>; Juha-Pekka Heikkila > <juhapekka.heikkila@gmail.com>; Dixit, Ashutosh <ashutosh.dixit@intel.com> > Subject: RE: [PATCH i-g-t] tests/kms_cursor_legacy: Reduce debug loglevel > dynamically > > [Public] > > Hey just checking in to see if there has been any movement on this one. I'm still > having to revert it from my local IGT repo or my runs take three times as long to > complete/logs end up 10,000 times larger than they should be. > > Thank you, > > Dan Wheeler > Sr. Technologist | AMD > SW Display > -------------------------------------------------------------------------------------------------- > ---------------- > 1 Commerce Valley Dr E, Thornhill, ON L3T 7X6 Facebook | Twitter | amd.com > > > -----Original Message----- > From: Jani Nikula <jani.nikula@intel.com> > Sent: Monday, February 10, 2025 10:58 AM > To: Li, Sun peng (Leo) <Sunpeng.Li@amd.com>; Pranay Samala > <pranay.samala@intel.com>; igt-dev@lists.freedesktop.org > Cc: karthik.b.s@intel.com; kunal1.joshi@intel.com; > sameer.lattannavar@intel.com; Wheeler, Daniel <Daniel.Wheeler@amd.com>; > Bhanuprakash Modem <bhanuprakash.modem@intel.com>; Kamil Konieczny > <kamil.konieczny@linux.intel.com>; Juha-Pekka Heikkila > <juhapekka.heikkila@gmail.com>; Ashutosh Dixit <ashutosh.dixit@intel.com> > Subject: Re: [PATCH i-g-t] tests/kms_cursor_legacy: Reduce debug loglevel > dynamically > > On Mon, 10 Feb 2025, Leo Li <sunpeng.li@amd.com> wrote: > > Hi Pranay, > > > > This change can also increase log verbosity; we observe this with amdgpu. > > Details inline. > > > > On 2025-01-28 00:28, Pranay Samala wrote: > >> This test is getting killed due to exceeding disk usage limit on CI > >> environment because its logging to many logs. > >> > >> So dynamically reducing the debug log level to 10. > >> > >> Signed-off-by: Pranay Samala <pranay.samala@intel.com> > >> --- > >> tests/kms_cursor_legacy.c | 11 +++++++++++ > >> 1 file changed, 11 insertions(+) > >> > >> diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c > >> index 1f082df2d..533972cd4 100644 > >> --- a/tests/kms_cursor_legacy.c > >> +++ b/tests/kms_cursor_legacy.c > >> @@ -40,6 +40,7 @@ > >> #include "igt_psr.h" > >> #include "igt_rand.h" > >> #include "igt_stats.h" > >> +#include "igt_sysfs.h" > >> > >> /** > >> * SUBTEST: %s-%s > >> @@ -1840,6 +1841,7 @@ igt_main > >> }; > >> > >> igt_fixture { > >> + int dir, current_log_level; > >> display.drm_fd = drm_open_driver_master(DRIVER_ANY); > >> kmstest_set_vt_graphics_mode(); > >> > >> @@ -1850,6 +1852,15 @@ igt_main > >> * fetch is enabled, so switching PSR1 for this whole test. > >> */ > >> intel_psr2_restore = > >> i915_psr2_sel_fetch_to_psr1(display.drm_fd, > >> NULL); > >> + > >> + dir = igt_sysfs_drm_module_params_open(); > >> + if (dir >= 0) { > >> + current_log_level = igt_drm_debug_level_get(dir); > >> + close(dir); > >> + > >> + if (current_log_level > 10) > >> + igt_drm_debug_level_update(10); > > > > Isn't the DRM debug mask a bitmask? > > https://elixir.bootlin.com/linux/v6.13.1/source/include/drm/drm_print. > > h#L97 > > > > So setting 10 isn't guaranteed to reduce verbosity, depending on how > > the DRM driver uses the various drm_* debug prints. > > Ugh. Yes. > > > What is guaranteed to reduce verbosity is to unset unwanted bits. > > Maybe that is the better approach? > > > > For example, instead of > > `if (current_log_level > 10)`, > > > > Do > > > > `igt_drm_debug_level_update(current_log_level & !(DRM_UT_CORE | ...);` > > Ditto for commit a2ab0ec12ef4 ("tests/kms_atomic_transition: Reducing debug > loglevel dynamically"). It got to v6 and nobody noticed? > > Ditto for commit 56b91193b825 ("lib/igt_sysfs: Implement dynamic adjustment of > debug log level") adding the whole thing. It should not be referred to as "level" > because it has nothing to do with "level". It also makes no sense to print it out in > decimal; hex makes more sense. > > > BR, > Jani. > > > > > > Thanks, > > Leo > > > >> + } > >> } > >> > >> igt_describe("Test checks how many cursor updates we can fit between > vblanks " > > > > -- > Jani Nikula, Intel ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-02-20 7:00 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-01-28 5:28 [PATCH i-g-t] tests/kms_cursor_legacy: Reduce debug loglevel dynamically Pranay Samala 2025-01-28 6:55 ` ✓ Xe.CI.BAT: success for " Patchwork 2025-01-28 7:00 ` ✗ i915.CI.BAT: failure " Patchwork 2025-01-28 7:30 ` [PATCH i-g-t] " Dandamudi, Priyanka 2025-01-28 18:19 ` ✗ Xe.CI.Full: failure for " Patchwork 2025-02-10 15:11 ` [PATCH i-g-t] " Leo Li 2025-02-10 15:58 ` Jani Nikula 2025-02-19 14:39 ` Wheeler, Daniel 2025-02-20 7:00 ` Samala, Pranay
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox