* [PATCH] drm/i915/error: drop dmesg suggestion to file bugs on GPU hangs
@ 2025-04-29 11:50 Jani Nikula
2025-04-29 14:31 ` ✓ i915.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Jani Nikula @ 2025-04-29 11:50 UTC (permalink / raw)
To: intel-gfx; +Cc: Jani Nikula, Joonas Lahtinen, Rodrigo Vivi, Tvrtko Ursulin
We haven't updated the DRIVER_TIMESTAMP since commit 3570bd989acc
("drm/i915: Update DRIVER_DATE to 20230929") 1½ years ago. Before then,
the previous update was commit 139caf7ca286 ("drm/i915: Update
DRIVER_DATE to 20201103") 4+ years ago. The DRIVER_DATE has also been
removed altogether.
We've used the DRIVER_TIMESTAMP to log suggestions to file bugs on GPU
hangs when they happen on a driver less than six months old. Combined
with the sporadic DRIVER_TIMESTAMP updates, we really haven't logged the
suggestions for years.
Just stop logging the suggestion to file bugs altogether, and remove
DRIVER_TIMESTAMP. This doesn't really change anything wrt to logging GPU
errors or how we handle bugs. And effectively we already stopped logging
the message a year ago when we stopped updating DRIVER_TIMESTAMP.
Instead, add an unconditional message about the GPU error state
location.
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Tvrtko Ursulin <tursulin@ursulin.net>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
drivers/gpu/drm/i915/i915_driver.h | 1 -
drivers/gpu/drm/i915/i915_gpu_error.c | 13 ++-----------
2 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_driver.h b/drivers/gpu/drm/i915/i915_driver.h
index 4b67ad9a61cd..1e95ecb2a163 100644
--- a/drivers/gpu/drm/i915/i915_driver.h
+++ b/drivers/gpu/drm/i915/i915_driver.h
@@ -15,7 +15,6 @@ struct drm_printer;
#define DRIVER_NAME "i915"
#define DRIVER_DESC "Intel Graphics"
-#define DRIVER_TIMESTAMP 1695980603
extern const struct dev_pm_ops i915_pm_ops;
diff --git a/drivers/gpu/drm/i915/i915_gpu_error.c b/drivers/gpu/drm/i915/i915_gpu_error.c
index aa2cad910902..4f785cdbd155 100644
--- a/drivers/gpu/drm/i915/i915_gpu_error.c
+++ b/drivers/gpu/drm/i915/i915_gpu_error.c
@@ -2133,7 +2133,6 @@ i915_gpu_coredump(struct intel_gt *gt, intel_engine_mask_t engine_mask, u32 dump
void i915_error_state_store(struct i915_gpu_coredump *error)
{
struct drm_i915_private *i915;
- static bool warned;
if (IS_ERR_OR_NULL(error))
return;
@@ -2147,16 +2146,8 @@ void i915_error_state_store(struct i915_gpu_coredump *error)
i915_gpu_coredump_get(error);
- if (!xchg(&warned, true) &&
- ktime_get_real_seconds() - DRIVER_TIMESTAMP < DAY_AS_SECONDS(180)) {
- pr_info("GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace.\n");
- pr_info("Please file a _new_ bug report at https://gitlab.freedesktop.org/drm/intel/issues/new.\n");
- pr_info("Please see https://drm.pages.freedesktop.org/intel-docs/how-to-file-i915-bugs.html for details.\n");
- pr_info("drm/i915 developers can then reassign to the right component if it's not a kernel issue.\n");
- pr_info("The GPU crash dump is required to analyze GPU hangs, so please always attach it.\n");
- pr_info("GPU crash dump saved to /sys/class/drm/card%d/error\n",
- i915->drm.primary->index);
- }
+ drm_info(&i915->drm, "GPU error state saved to /sys/class/drm/card%d/error\n",
+ i915->drm.primary->index);
}
/**
--
2.39.5
^ permalink raw reply related [flat|nested] 5+ messages in thread* ✓ i915.CI.BAT: success for drm/i915/error: drop dmesg suggestion to file bugs on GPU hangs 2025-04-29 11:50 [PATCH] drm/i915/error: drop dmesg suggestion to file bugs on GPU hangs Jani Nikula @ 2025-04-29 14:31 ` Patchwork 2025-04-29 15:59 ` ✗ i915.CI.Full: failure " Patchwork 2025-05-02 9:24 ` [PATCH] " Tvrtko Ursulin 2 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2025-04-29 14:31 UTC (permalink / raw) To: Jani Nikula; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 4001 bytes --] == Series Details == Series: drm/i915/error: drop dmesg suggestion to file bugs on GPU hangs URL : https://patchwork.freedesktop.org/series/148410/ State : success == Summary == CI Bug Log - changes from CI_DRM_16471 -> Patchwork_148410v1 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/index.html Participating hosts (43 -> 43) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in Patchwork_148410v1 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_lmem_swapping@verify-random: - bat-dg2-8: [PASS][1] -> [ABORT][2] ([i915#13571]) +1 other test abort [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/bat-dg2-8/igt@gem_lmem_swapping@verify-random.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/bat-dg2-8/igt@gem_lmem_swapping@verify-random.html * igt@kms_hdmi_inject@inject-audio: - fi-cfl-8700k: [PASS][3] -> [SKIP][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/fi-cfl-8700k/igt@kms_hdmi_inject@inject-audio.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/fi-cfl-8700k/igt@kms_hdmi_inject@inject-audio.html #### Possible fixes #### * igt@dmabuf@all-tests: - bat-apl-1: [INCOMPLETE][5] ([i915#12904]) -> [PASS][6] +1 other test pass [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/bat-apl-1/igt@dmabuf@all-tests.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/bat-apl-1/igt@dmabuf@all-tests.html * igt@i915_pm_rpm@module-reload: - fi-kbl-guc: [ABORT][7] ([i915#13571]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/fi-kbl-guc/igt@i915_pm_rpm@module-reload.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/fi-kbl-guc/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live: - bat-mtlp-8: [DMESG-FAIL][9] ([i915#12061]) -> [PASS][10] +1 other test pass [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/bat-mtlp-8/igt@i915_selftest@live.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/bat-mtlp-8/igt@i915_selftest@live.html - bat-arlh-3: [INCOMPLETE][11] -> [PASS][12] +1 other test pass [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/bat-arlh-3/igt@i915_selftest@live.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/bat-arlh-3/igt@i915_selftest@live.html * igt@i915_selftest@live@workarounds: - bat-arlh-2: [DMESG-FAIL][13] ([i915#12061]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/bat-arlh-2/igt@i915_selftest@live@workarounds.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/bat-arlh-2/igt@i915_selftest@live@workarounds.html - bat-dg2-11: [DMESG-FAIL][15] ([i915#12061]) -> [PASS][16] +1 other test pass [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/bat-dg2-11/igt@i915_selftest@live@workarounds.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/bat-dg2-11/igt@i915_selftest@live@workarounds.html [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12904]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12904 [i915#13571]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13571 Build changes ------------- * Linux: CI_DRM_16471 -> Patchwork_148410v1 CI-20190529: 20190529 CI_DRM_16471: 5752a8bfd947553d8006307e10d1bd5abdfc8039 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8342: 8342 Patchwork_148410v1: 5752a8bfd947553d8006307e10d1bd5abdfc8039 @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/index.html [-- Attachment #2: Type: text/html, Size: 4977 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ i915.CI.Full: failure for drm/i915/error: drop dmesg suggestion to file bugs on GPU hangs 2025-04-29 11:50 [PATCH] drm/i915/error: drop dmesg suggestion to file bugs on GPU hangs Jani Nikula 2025-04-29 14:31 ` ✓ i915.CI.BAT: success for " Patchwork @ 2025-04-29 15:59 ` Patchwork 2025-05-02 9:24 ` [PATCH] " Tvrtko Ursulin 2 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2025-04-29 15:59 UTC (permalink / raw) To: Jani Nikula; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 76883 bytes --] == Series Details == Series: drm/i915/error: drop dmesg suggestion to file bugs on GPU hangs URL : https://patchwork.freedesktop.org/series/148410/ State : failure == Summary == CI Bug Log - changes from CI_DRM_16471_full -> Patchwork_148410v1_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_148410v1_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_148410v1_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 (10 -> 10) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_148410v1_full: ### IGT changes ### #### Possible regressions #### * igt@gem_exec_gttfill@engines: - shard-snb: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-snb5/igt@gem_exec_gttfill@engines.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-snb1/igt@gem_exec_gttfill@engines.html Known issues ------------ Here are the changes found in Patchwork_148410v1_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-rkl: NOTRUN -> [SKIP][3] ([i915#8411]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@device_reset@cold-reset-bound: - shard-dg2: NOTRUN -> [SKIP][4] ([i915#11078]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@device_reset@cold-reset-bound.html * igt@gem_ccs@block-copy-compressed: - shard-mtlp: NOTRUN -> [SKIP][5] ([i915#3555] / [i915#9323]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-8/igt@gem_ccs@block-copy-compressed.html * igt@gem_ccs@block-multicopy-inplace: - shard-rkl: NOTRUN -> [SKIP][6] ([i915#3555] / [i915#9323]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@gem_ccs@block-multicopy-inplace.html * igt@gem_close_race@multigpu-basic-process: - shard-dg2: NOTRUN -> [SKIP][7] ([i915#7697]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@gem_close_race@multigpu-basic-process.html * igt@gem_create@create-ext-cpu-access-big: - shard-rkl: NOTRUN -> [SKIP][8] ([i915#6335]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-3/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_create@create-ext-set-pat: - shard-rkl: NOTRUN -> [SKIP][9] ([i915#8562]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_sseu@invalid-sseu: - shard-mtlp: NOTRUN -> [SKIP][10] ([i915#280]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-8/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_eio@in-flight-contexts-1us: - shard-rkl: NOTRUN -> [DMESG-WARN][11] ([i915#12964]) +1 other test dmesg-warn [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-3/igt@gem_eio@in-flight-contexts-1us.html * igt@gem_exec_balancer@bonded-dual: - shard-dg2: NOTRUN -> [SKIP][12] ([i915#4771]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@gem_exec_balancer@bonded-dual.html * igt@gem_exec_balancer@bonded-true-hang: - shard-dg2-9: NOTRUN -> [SKIP][13] ([i915#4812]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_balancer@invalid-bonds: - shard-dg2: NOTRUN -> [SKIP][14] ([i915#4036]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_balancer@parallel-balancer: - shard-rkl: NOTRUN -> [SKIP][15] ([i915#4525]) +1 other test skip [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@gem_exec_balancer@parallel-balancer.html * igt@gem_exec_balancer@sliced: - shard-dg1: NOTRUN -> [SKIP][16] ([i915#4812]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@gem_exec_balancer@sliced.html * igt@gem_exec_capture@capture-invisible: - shard-rkl: NOTRUN -> [SKIP][17] ([i915#6334]) +1 other test skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@gem_exec_capture@capture-invisible.html * igt@gem_exec_capture@capture@vecs0-lmem0: - shard-dg2-9: NOTRUN -> [FAIL][18] ([i915#11965]) +4 other tests fail [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@gem_exec_capture@capture@vecs0-lmem0.html * igt@gem_exec_fence@submit3: - shard-dg2: NOTRUN -> [SKIP][19] ([i915#4812]) +1 other test skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@gem_exec_fence@submit3.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-dg2-9: NOTRUN -> [SKIP][20] ([i915#3539] / [i915#4852]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_flush@basic-wb-ro-before-default: - shard-dg2: NOTRUN -> [SKIP][21] ([i915#3539] / [i915#4852]) +1 other test skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@gem_exec_flush@basic-wb-ro-before-default.html * igt@gem_exec_reloc@basic-cpu-gtt-noreloc: - shard-rkl: NOTRUN -> [SKIP][22] ([i915#3281]) +7 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-3/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html * igt@gem_exec_reloc@basic-cpu-noreloc: - shard-mtlp: NOTRUN -> [SKIP][23] ([i915#3281]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-8/igt@gem_exec_reloc@basic-cpu-noreloc.html * igt@gem_exec_reloc@basic-gtt-cpu-active: - shard-dg2: NOTRUN -> [SKIP][24] ([i915#3281]) +9 other tests skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@gem_exec_reloc@basic-gtt-cpu-active.html * igt@gem_exec_reloc@basic-write-read-noreloc: - shard-dg2-9: NOTRUN -> [SKIP][25] ([i915#3281]) +3 other tests skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@gem_exec_reloc@basic-write-read-noreloc.html * igt@gem_exec_schedule@preempt-queue-chain: - shard-dg2: NOTRUN -> [SKIP][26] ([i915#4537] / [i915#4812]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@gem_exec_schedule@preempt-queue-chain.html * igt@gem_fence_thrash@bo-write-verify-threaded-none: - shard-dg2-9: NOTRUN -> [SKIP][27] ([i915#4860]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@gem_fence_thrash@bo-write-verify-threaded-none.html * igt@gem_fenced_exec_thrash@2-spare-fences: - shard-dg2: NOTRUN -> [SKIP][28] ([i915#4860]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@gem_fenced_exec_thrash@2-spare-fences.html * igt@gem_lmem_swapping@heavy-verify-random-ccs: - shard-rkl: NOTRUN -> [SKIP][29] ([i915#4613]) +2 other tests skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@gem_lmem_swapping@heavy-verify-random-ccs.html - shard-glk: NOTRUN -> [SKIP][30] ([i915#4613]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-glk1/igt@gem_lmem_swapping@heavy-verify-random-ccs.html * igt@gem_mmap@basic: - shard-dg1: NOTRUN -> [SKIP][31] ([i915#4083]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@gem_mmap@basic.html * igt@gem_mmap_gtt@cpuset-big-copy-odd: - shard-dg2-9: NOTRUN -> [SKIP][32] ([i915#4077]) +6 other tests skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@gem_mmap_gtt@cpuset-big-copy-odd.html * igt@gem_mmap_gtt@zero-extend: - shard-dg2: NOTRUN -> [SKIP][33] ([i915#4077]) +4 other tests skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@gem_mmap_gtt@zero-extend.html * igt@gem_mmap_wc@bad-object: - shard-dg2: NOTRUN -> [SKIP][34] ([i915#4083]) +3 other tests skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@gem_mmap_wc@bad-object.html * igt@gem_mmap_wc@write-wc-read-gtt: - shard-dg2-9: NOTRUN -> [SKIP][35] ([i915#4083]) +2 other tests skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@gem_mmap_wc@write-wc-read-gtt.html * igt@gem_partial_pwrite_pread@writes-after-reads-display: - shard-dg2: NOTRUN -> [SKIP][36] ([i915#3282]) +2 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@gem_partial_pwrite_pread@writes-after-reads-display.html * igt@gem_pread@snoop: - shard-mtlp: NOTRUN -> [SKIP][37] ([i915#3282]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-8/igt@gem_pread@snoop.html * igt@gem_pread@uncached: - shard-dg2-9: NOTRUN -> [SKIP][38] ([i915#3282]) +4 other tests skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@gem_pread@uncached.html * igt@gem_pxp@create-valid-protected-context: - shard-dg2-9: NOTRUN -> [SKIP][39] ([i915#4270]) +1 other test skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@gem_pxp@create-valid-protected-context.html * igt@gem_pxp@hw-rejects-pxp-buffer: - shard-rkl: NOTRUN -> [SKIP][40] ([i915#13717]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@gem_pxp@hw-rejects-pxp-buffer.html * igt@gem_pxp@protected-encrypted-src-copy-not-readible: - shard-rkl: NOTRUN -> [TIMEOUT][41] ([i915#12917] / [i915#12964]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-3/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-dg2: NOTRUN -> [SKIP][42] ([i915#4270]) +2 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#5190] / [i915#8428]) +3 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs.html * igt@gem_render_copy@yf-tiled-ccs-to-y-tiled-ccs: - shard-dg2-9: NOTRUN -> [SKIP][44] ([i915#5190] / [i915#8428]) +2 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@gem_render_copy@yf-tiled-ccs-to-y-tiled-ccs.html * igt@gem_set_tiling_vs_pwrite: - shard-dg2-9: NOTRUN -> [SKIP][45] ([i915#4079]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@gem_set_tiling_vs_pwrite.html * igt@gem_tiled_partial_pwrite_pread@reads: - shard-rkl: NOTRUN -> [SKIP][46] ([i915#3282]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-3/igt@gem_tiled_partial_pwrite_pread@reads.html * igt@gem_tiled_partial_pwrite_pread@writes-after-reads: - shard-dg1: NOTRUN -> [SKIP][47] ([i915#4077]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@gem_tiled_partial_pwrite_pread@writes-after-reads.html * igt@gem_tiled_pread_pwrite: - shard-dg2: NOTRUN -> [SKIP][48] ([i915#4079]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@gem_tiled_pread_pwrite.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-dg1: NOTRUN -> [SKIP][49] ([i915#3297]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@invalid-mmap-offset-unsync: - shard-dg2: NOTRUN -> [SKIP][50] ([i915#3297]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: - shard-dg2: NOTRUN -> [SKIP][51] ([i915#3297] / [i915#4880]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html * igt@gem_userptr_blits@readonly-pwrite-unsync: - shard-mtlp: NOTRUN -> [SKIP][52] ([i915#3297]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-8/igt@gem_userptr_blits@readonly-pwrite-unsync.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-rkl: NOTRUN -> [SKIP][53] ([i915#3297]) +1 other test skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-3/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gen9_exec_parse@allowed-single: - shard-dg2-9: NOTRUN -> [SKIP][54] ([i915#2856]) +1 other test skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@batch-invalid-length: - shard-rkl: NOTRUN -> [SKIP][55] ([i915#2527]) +3 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-3/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@bb-start-param: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#2856]) +3 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@gen9_exec_parse@bb-start-param.html * igt@i915_drm_fdinfo@busy-idle-check-all@vcs1: - shard-dg1: NOTRUN -> [SKIP][57] ([i915#11527]) +5 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@i915_drm_fdinfo@busy-idle-check-all@vcs1.html * igt@i915_drm_fdinfo@virtual-busy-hang: - shard-mtlp: NOTRUN -> [SKIP][58] ([i915#14118]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-8/igt@i915_drm_fdinfo@virtual-busy-hang.html * igt@i915_drm_fdinfo@virtual-busy-hang-all: - shard-dg2: NOTRUN -> [SKIP][59] ([i915#14118]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@i915_drm_fdinfo@virtual-busy-hang-all.html * igt@i915_fb_tiling@basic-x-tiling: - shard-dg2-9: NOTRUN -> [SKIP][60] ([i915#13786]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@i915_fb_tiling@basic-x-tiling.html * igt@i915_pm_freq_api@freq-basic-api: - shard-rkl: NOTRUN -> [SKIP][61] ([i915#8399]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@i915_pm_freq_api@freq-basic-api.html * igt@i915_selftest@live@workarounds: - shard-dg2: [PASS][62] -> [DMESG-FAIL][63] ([i915#12061]) +1 other test dmesg-fail [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg2-2/igt@i915_selftest@live@workarounds.html [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-8/igt@i915_selftest@live@workarounds.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-rkl: NOTRUN -> [SKIP][64] ([i915#12454] / [i915#12712]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_async_flips@async-flip-with-page-flip-events-tiled-atomic@pipe-b-hdmi-a-4-y-rc-ccs-cc: - shard-dg1: NOTRUN -> [SKIP][65] ([i915#8709]) +7 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-14/igt@kms_async_flips@async-flip-with-page-flip-events-tiled-atomic@pipe-b-hdmi-a-4-y-rc-ccs-cc.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#9531]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-dg2: NOTRUN -> [SKIP][67] ([i915#1769] / [i915#3555]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-rkl: NOTRUN -> [SKIP][68] ([i915#1769] / [i915#3555]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html - shard-glk: NOTRUN -> [SKIP][69] ([i915#1769]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-glk1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_atomic_transition@plane-toggle-modeset-transition: - shard-dg2: [PASS][70] -> [FAIL][71] ([i915#5956]) +1 other test fail [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg2-3/igt@kms_atomic_transition@plane-toggle-modeset-transition.html [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-7/igt@kms_atomic_transition@plane-toggle-modeset-transition.html * igt@kms_big_fb@4-tiled-32bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][72] ([i915#5286]) +4 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html * igt@kms_big_fb@linear-32bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][73] ([i915#3638]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@kms_big_fb@linear-32bpp-rotate-270.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg2-9: NOTRUN -> [SKIP][74] +3 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-16bpp-rotate-270: - shard-dg2-9: NOTRUN -> [SKIP][75] ([i915#4538] / [i915#5190]) +4 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_big_fb@y-tiled-16bpp-rotate-270.html * igt@kms_big_fb@y-tiled-32bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][76] ([i915#4538] / [i915#5190]) +2 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_big_fb@y-tiled-32bpp-rotate-90.html * igt@kms_big_fb@y-tiled-64bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][77] ([i915#3638]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-3/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2-9: NOTRUN -> [SKIP][78] ([i915#5190]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][79] ([i915#5190]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][80] ([i915#6095]) +152 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-14/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][81] ([i915#10307] / [i915#6095]) +126 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-4/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][82] ([i915#6095]) +9 other tests skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-8/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-edp-1.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs: - shard-dg2-9: NOTRUN -> [SKIP][83] ([i915#10307] / [i915#6095]) +19 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html * igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs: - shard-rkl: NOTRUN -> [SKIP][84] ([i915#12313]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs: - shard-dg2-9: NOTRUN -> [SKIP][85] ([i915#12313]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][86] ([i915#6095]) +15 other tests skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-b-dp-4: - shard-dg2: NOTRUN -> [SKIP][87] ([i915#6095]) +3 other tests skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-10/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-b-dp-4.html * igt@kms_ccs@crc-primary-suspend-y-tiled-ccs: - shard-dg2-9: NOTRUN -> [SKIP][88] ([i915#6095]) +9 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs: - shard-rkl: NOTRUN -> [SKIP][89] ([i915#14098] / [i915#6095]) +19 other tests skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-3/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-dg2: NOTRUN -> [SKIP][90] ([i915#12313]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-1/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][91] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-8/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1.html * igt@kms_cdclk@mode-transition@pipe-b-dp-3: - shard-dg2: NOTRUN -> [SKIP][92] ([i915#13781]) +4 other tests skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_cdclk@mode-transition@pipe-b-dp-3.html * igt@kms_cdclk@plane-scaling@pipe-c-dp-3: - shard-dg2: NOTRUN -> [SKIP][93] ([i915#13783]) +4 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_cdclk@plane-scaling@pipe-c-dp-3.html * igt@kms_chamelium_color@ctm-limited-range: - shard-mtlp: NOTRUN -> [SKIP][94] [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-8/igt@kms_chamelium_color@ctm-limited-range.html * igt@kms_chamelium_color@ctm-negative: - shard-dg2: NOTRUN -> [SKIP][95] +5 other tests skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@kms_chamelium_color@ctm-negative.html * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend: - shard-rkl: NOTRUN -> [SKIP][96] ([i915#11151] / [i915#7828]) +6 other tests skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html * igt@kms_chamelium_edid@hdmi-edid-read: - shard-dg1: NOTRUN -> [SKIP][97] ([i915#11151] / [i915#7828]) +1 other test skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@kms_chamelium_edid@hdmi-edid-read.html * igt@kms_chamelium_frames@hdmi-crc-fast: - shard-dg2: NOTRUN -> [SKIP][98] ([i915#11151] / [i915#7828]) +6 other tests skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_chamelium_frames@hdmi-crc-fast.html * igt@kms_chamelium_hpd@vga-hpd-without-ddc: - shard-dg2-9: NOTRUN -> [SKIP][99] ([i915#11151] / [i915#7828]) +3 other tests skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html * igt@kms_color@deep-color: - shard-rkl: NOTRUN -> [SKIP][100] ([i915#3555]) +2 other tests skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-3/igt@kms_color@deep-color.html * igt@kms_content_protection@atomic: - shard-dg2-9: NOTRUN -> [SKIP][101] ([i915#7118] / [i915#9424]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_content_protection@atomic.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg2: NOTRUN -> [SKIP][102] ([i915#3299]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-type-0: - shard-rkl: NOTRUN -> [SKIP][103] ([i915#3116]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@dp-mst-type-1: - shard-dg2-9: NOTRUN -> [SKIP][104] ([i915#3299]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@mei-interface: - shard-rkl: NOTRUN -> [SKIP][105] ([i915#9424]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@srm: - shard-dg2: NOTRUN -> [SKIP][106] ([i915#7118]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-1/igt@kms_content_protection@srm.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][107] ([i915#7118] / [i915#7162] / [i915#9424]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-offscreen-32x10: - shard-dg2: NOTRUN -> [SKIP][108] ([i915#3555]) +5 other tests skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_cursor_crc@cursor-offscreen-32x10.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-rkl: NOTRUN -> [SKIP][109] ([i915#13049]) +1 other test skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-3/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: - shard-dg2-9: NOTRUN -> [SKIP][110] ([i915#13046] / [i915#5354]) +2 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][111] ([i915#4103] / [i915#4213]) +1 other test skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-toggle: - shard-dg2: NOTRUN -> [SKIP][112] ([i915#13046] / [i915#5354]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy: - shard-mtlp: NOTRUN -> [SKIP][113] ([i915#9809]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-8/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy: - shard-rkl: NOTRUN -> [SKIP][114] +11 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-rkl: NOTRUN -> [SKIP][115] ([i915#9723]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-3/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_display_modes@extended-mode-basic: - shard-dg2: NOTRUN -> [SKIP][116] ([i915#13691]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_display_modes@extended-mode-basic.html * igt@kms_dither@fb-8bpc-vs-panel-8bpc: - shard-dg2-9: NOTRUN -> [SKIP][117] ([i915#3555]) +2 other tests skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html * igt@kms_dp_link_training@non-uhbr-mst: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#13749]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_dp_link_training@non-uhbr-mst.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-rkl: NOTRUN -> [SKIP][119] ([i915#13707]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - shard-dg2-9: NOTRUN -> [SKIP][120] ([i915#3840]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_feature_discovery@chamelium: - shard-dg2: NOTRUN -> [SKIP][121] ([i915#4854]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-2x: - shard-rkl: NOTRUN -> [SKIP][122] ([i915#1839]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-3/igt@kms_feature_discovery@display-2x.html * igt@kms_feature_discovery@display-3x: - shard-dg2: NOTRUN -> [SKIP][123] ([i915#1839]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@kms_feature_discovery@display-3x.html * igt@kms_flip@2x-busy-flip: - shard-dg1: NOTRUN -> [SKIP][124] ([i915#9934]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@kms_flip@2x-busy-flip.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: - shard-dg2-9: NOTRUN -> [SKIP][125] ([i915#9934]) +1 other test skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html * igt@kms_flip@2x-flip-vs-modeset-vs-hang: - shard-dg2: NOTRUN -> [SKIP][126] ([i915#9934]) +2 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html * igt@kms_flip@2x-plain-flip-ts-check: - shard-snb: [PASS][127] -> [FAIL][128] ([i915#11832] / [i915#13734]) +1 other test fail [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-snb4/igt@kms_flip@2x-plain-flip-ts-check.html [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-snb4/igt@kms_flip@2x-plain-flip-ts-check.html * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset: - shard-rkl: NOTRUN -> [SKIP][129] ([i915#9934]) +5 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling: - shard-dg2: NOTRUN -> [SKIP][130] ([i915#2672] / [i915#3555]) +1 other test skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#2672]) +2 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling: - shard-dg1: NOTRUN -> [SKIP][132] ([i915#2587] / [i915#2672] / [i915#3555]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][133] ([i915#2587] / [i915#2672]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling: - shard-dg2-9: NOTRUN -> [SKIP][134] ([i915#2672] / [i915#3555] / [i915#5190]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-valid-mode: - shard-dg2-9: NOTRUN -> [SKIP][135] ([i915#2672]) +1 other test skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling: - shard-rkl: NOTRUN -> [SKIP][136] ([i915#2672] / [i915#3555]) +2 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][137] ([i915#2672]) +2 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling: - shard-dg2-9: NOTRUN -> [SKIP][138] ([i915#2672] / [i915#3555]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#2672] / [i915#3555] / [i915#5190]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][140] ([i915#8708]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen: - shard-dg2-9: NOTRUN -> [SKIP][141] ([i915#5354]) +11 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][142] ([i915#8708]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#3458]) +5 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][144] ([i915#8708]) +16 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-mtlp: NOTRUN -> [SKIP][145] ([i915#1825]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt: - shard-rkl: NOTRUN -> [SKIP][146] ([i915#1825]) +30 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-dg2-9: NOTRUN -> [SKIP][147] ([i915#10055]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt: - shard-rkl: NOTRUN -> [SKIP][148] ([i915#3023]) +14 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt: - shard-dg2-9: NOTRUN -> [SKIP][149] ([i915#3458]) +9 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-dg2-9: NOTRUN -> [SKIP][150] ([i915#8708]) +9 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move: - shard-dg1: NOTRUN -> [SKIP][151] +4 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][152] ([i915#5354]) +18 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-blt: - shard-dg1: NOTRUN -> [SKIP][153] ([i915#3458]) +1 other test skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-rgb565-draw-blt.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2: NOTRUN -> [SKIP][154] ([i915#6118]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdr@bpc-switch-dpms: - shard-rkl: NOTRUN -> [SKIP][155] ([i915#3555] / [i915#8228]) +1 other test skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@static-toggle: - shard-dg2: [PASS][156] -> [SKIP][157] ([i915#3555] / [i915#8228]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg2-11/igt@kms_hdr@static-toggle.html [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-3/igt@kms_hdr@static-toggle.html * igt@kms_hdr@static-toggle-suspend: - shard-dg2: NOTRUN -> [SKIP][158] ([i915#3555] / [i915#8228]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@kms_hdr@static-toggle-suspend.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-dg2: NOTRUN -> [SKIP][159] ([i915#10656]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_joiner@basic-max-non-joiner: - shard-dg2-9: NOTRUN -> [SKIP][160] ([i915#13688]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_joiner@basic-max-non-joiner.html * igt@kms_joiner@basic-ultra-joiner: - shard-dg2-9: NOTRUN -> [SKIP][161] ([i915#12339]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-rkl: NOTRUN -> [SKIP][162] ([i915#12388]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-3/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_joiner@invalid-modeset-force-ultra-joiner: - shard-dg2-9: NOTRUN -> [SKIP][163] ([i915#10656]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner: - shard-mtlp: NOTRUN -> [SKIP][164] ([i915#13522]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-8/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html * igt@kms_pipe_stress@stress-xrgb8888-ytiled: - shard-dg2: NOTRUN -> [SKIP][165] ([i915#13705]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html * igt@kms_plane_lowres@tiling-yf: - shard-dg2: NOTRUN -> [SKIP][166] ([i915#3555] / [i915#8821]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_multiple@2x-tiling-y: - shard-mtlp: NOTRUN -> [SKIP][167] ([i915#13958]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-8/igt@kms_plane_multiple@2x-tiling-y.html * igt@kms_plane_multiple@tiling-y: - shard-dg2: NOTRUN -> [SKIP][168] ([i915#8806]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_plane_multiple@tiling-y.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-dg2: NOTRUN -> [SKIP][169] ([i915#13046] / [i915#5354] / [i915#9423]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2-9: NOTRUN -> [SKIP][170] ([i915#6953] / [i915#9423]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a: - shard-rkl: NOTRUN -> [SKIP][171] ([i915#12247]) +3 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d: - shard-dg1: NOTRUN -> [SKIP][172] ([i915#12247]) +4 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20: - shard-dg2: NOTRUN -> [SKIP][173] ([i915#12247] / [i915#9423]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a: - shard-dg2: NOTRUN -> [SKIP][174] ([i915#12247]) +3 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-dg2-9: NOTRUN -> [SKIP][175] ([i915#12247] / [i915#3555] / [i915#9423]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d: - shard-dg2-9: NOTRUN -> [SKIP][176] ([i915#12247]) +3 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d.html * igt@kms_pm_backlight@brightness-with-dpms: - shard-dg2: NOTRUN -> [SKIP][177] ([i915#12343]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@kms_pm_backlight@brightness-with-dpms.html * igt@kms_pm_backlight@fade-with-dpms: - shard-rkl: NOTRUN -> [SKIP][178] ([i915#5354]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-rkl: NOTRUN -> [SKIP][179] ([i915#9685]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-3/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_lpsp@kms-lpsp: - shard-rkl: NOTRUN -> [SKIP][180] ([i915#9340]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-dg2: NOTRUN -> [SKIP][181] ([i915#9519]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-rkl: NOTRUN -> [SKIP][182] ([i915#9519]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_prime@basic-modeset-hybrid: - shard-dg2: NOTRUN -> [SKIP][183] ([i915#6524] / [i915#6805]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: - shard-dg2-9: NOTRUN -> [SKIP][184] ([i915#11520]) +2 other tests skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area: - shard-rkl: NOTRUN -> [SKIP][185] ([i915#11520]) +5 other tests skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb: - shard-dg2: NOTRUN -> [SKIP][186] ([i915#11520]) +6 other tests skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr2_sf@psr2-cursor-plane-update-sf: - shard-glk: NOTRUN -> [SKIP][187] ([i915#11520]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-glk1/igt@kms_psr2_sf@psr2-cursor-plane-update-sf.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-rkl: NOTRUN -> [SKIP][188] ([i915#9683]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-psr2-suspend: - shard-dg1: NOTRUN -> [SKIP][189] ([i915#1072] / [i915#9732]) +1 other test skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@kms_psr@fbc-psr2-suspend.html * igt@kms_psr@psr-sprite-plane-move: - shard-rkl: NOTRUN -> [SKIP][190] ([i915#1072] / [i915#9732]) +15 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_psr@psr-sprite-plane-move.html * igt@kms_psr@psr2-cursor-blt: - shard-dg2-9: NOTRUN -> [SKIP][191] ([i915#1072] / [i915#9732]) +8 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_psr@psr2-cursor-blt.html * igt@kms_psr@psr2-primary-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][192] ([i915#1072] / [i915#9732]) +13 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_psr@psr2-primary-mmap-gtt.html * igt@kms_rotation_crc@exhaust-fences: - shard-mtlp: NOTRUN -> [SKIP][193] ([i915#4235]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-8/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-rotation-270: - shard-dg2-9: NOTRUN -> [SKIP][194] ([i915#12755]) +1 other test skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-dg2-9: NOTRUN -> [SKIP][195] ([i915#12755] / [i915#5190]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-dg2: NOTRUN -> [SKIP][196] ([i915#12755]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_vrr@negative-basic: - shard-glk: NOTRUN -> [SKIP][197] +71 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-glk1/igt@kms_vrr@negative-basic.html - shard-rkl: NOTRUN -> [SKIP][198] ([i915#3555] / [i915#9906]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@kms_vrr@negative-basic.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-dg2: NOTRUN -> [SKIP][199] ([i915#2437] / [i915#9412]) +1 other test skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-invalid-parameters: - shard-dg2: NOTRUN -> [SKIP][200] ([i915#2437]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@kms_writeback@writeback-invalid-parameters.html * igt@perf_pmu@frequency@gt0: - shard-dg2-9: NOTRUN -> [FAIL][201] ([i915#12549] / [i915#6806]) +1 other test fail [201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@perf_pmu@frequency@gt0.html * igt@prime_vgem@basic-fence-read: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#3291] / [i915#3708]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-gtt: - shard-dg2: NOTRUN -> [SKIP][203] ([i915#3708] / [i915#4077]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@prime_vgem@basic-gtt.html * igt@prime_vgem@basic-read: - shard-dg2-9: NOTRUN -> [SKIP][204] ([i915#3291] / [i915#3708]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@prime_vgem@basic-read.html * igt@prime_vgem@fence-read-hang: - shard-dg2-9: NOTRUN -> [SKIP][205] ([i915#3708]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-9/igt@prime_vgem@fence-read-hang.html * igt@sriov_basic@enable-vfs-bind-unbind-each: - shard-rkl: NOTRUN -> [SKIP][206] ([i915#9917]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-8/igt@sriov_basic@enable-vfs-bind-unbind-each.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-dg2: NOTRUN -> [SKIP][207] ([i915#9917]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-11/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html * igt@sysfs_heartbeat_interval@nopreempt: - shard-mtlp: [PASS][208] -> [ABORT][209] ([i915#13193] / [i915#13723]) +1 other test abort [208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-mtlp-3/igt@sysfs_heartbeat_interval@nopreempt.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-7/igt@sysfs_heartbeat_interval@nopreempt.html * igt@sysfs_heartbeat_interval@nopreempt@vcs0: - shard-mtlp: [PASS][210] -> [DMESG-WARN][211] ([i915#13723]) +1 other test dmesg-warn [210]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-mtlp-3/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html [211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-7/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html #### Possible fixes #### * igt@gem_eio@hibernate: - shard-dg2: [ABORT][212] ([i915#10030] / [i915#7975] / [i915#8213]) -> [PASS][213] [212]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg2-5/igt@gem_eio@hibernate.html [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-2/igt@gem_eio@hibernate.html * igt@gem_eio@reset-stress: - shard-dg1: [FAIL][214] ([i915#12543] / [i915#5784]) -> [PASS][215] [214]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg1-13/igt@gem_eio@reset-stress.html [215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@gem_eio@reset-stress.html * igt@gem_exec_suspend@basic-s0: - shard-dg2: [INCOMPLETE][216] ([i915#11441] / [i915#13304]) -> [PASS][217] [216]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg2-10/igt@gem_exec_suspend@basic-s0.html [217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-1/igt@gem_exec_suspend@basic-s0.html * igt@gem_exec_suspend@basic-s0@lmem0: - shard-dg2: [INCOMPLETE][218] ([i915#11441]) -> [PASS][219] [218]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg2-10/igt@gem_exec_suspend@basic-s0@lmem0.html [219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-1/igt@gem_exec_suspend@basic-s0@lmem0.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [TIMEOUT][220] ([i915#5493]) -> [PASS][221] +1 other test pass [220]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg2-8/igt@gem_lmem_swapping@smem-oom@lmem0.html [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-10/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@kms_atomic@plane-overlay-legacy: - shard-dg1: [DMESG-WARN][222] ([i915#4423]) -> [PASS][223] +6 other tests pass [222]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg1-17/igt@kms_atomic@plane-overlay-legacy.html [223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-17/igt@kms_atomic@plane-overlay-legacy.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-mtlp: [FAIL][224] ([i915#5138]) -> [PASS][225] [224]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_dp_link_training@non-uhbr-sst: - shard-dg2: [SKIP][226] ([i915#13749]) -> [PASS][227] [226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg2-8/igt@kms_dp_link_training@non-uhbr-sst.html [227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-10/igt@kms_dp_link_training@non-uhbr-sst.html * igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1: - shard-snb: [TIMEOUT][228] ([i915#14033]) -> [PASS][229] +1 other test pass [228]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-snb6/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html [229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-snb7/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html * igt@kms_flip@wf_vblank-ts-check: - shard-dg2: [FAIL][230] ([i915#13734]) -> [PASS][231] [230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg2-4/igt@kms_flip@wf_vblank-ts-check.html [231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-5/igt@kms_flip@wf_vblank-ts-check.html - shard-snb: [FAIL][232] ([i915#13734]) -> [PASS][233] +2 other tests pass [232]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-snb6/igt@kms_flip@wf_vblank-ts-check.html [233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-snb7/igt@kms_flip@wf_vblank-ts-check.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-plflip-blt: - shard-snb: [SKIP][234] -> [PASS][235] [234]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-plflip-blt.html [235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-plflip-blt.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: [SKIP][236] ([i915#3555] / [i915#8228]) -> [PASS][237] [236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg2-8/igt@kms_hdr@invalid-metadata-sizes.html [237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-10/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: [SKIP][238] ([i915#9519]) -> [PASS][239] +1 other test pass [238]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg2-11/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html [239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-8/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_pm_rpm@system-suspend-modeset: - shard-dg1: [ABORT][240] ([i915#10553] / [i915#4423]) -> [PASS][241] [240]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg1-12/igt@kms_pm_rpm@system-suspend-modeset.html [241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@kms_pm_rpm@system-suspend-modeset.html * igt@perf_pmu@module-unload: - shard-mtlp: [INCOMPLETE][242] ([i915#13520]) -> [PASS][243] [242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-mtlp-2/igt@perf_pmu@module-unload.html [243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-8/igt@perf_pmu@module-unload.html #### Warnings #### * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-dg1: [SKIP][244] ([i915#12805]) -> [SKIP][245] ([i915#12805] / [i915#4423]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg1-19/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html [245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-13/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2: - shard-rkl: [SKIP][246] ([i915#6095]) -> [SKIP][247] ([i915#14098] / [i915#6095]) +3 other tests skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-rkl-8/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2.html [247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2.html * igt@kms_chamelium_hpd@dp-hpd-storm-disable: - shard-dg1: [SKIP][248] ([i915#11151] / [i915#4423] / [i915#7828]) -> [SKIP][249] ([i915#11151] / [i915#7828]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg1-14/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-15/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg1: [SKIP][250] ([i915#3299] / [i915#4423]) -> [SKIP][251] ([i915#3299]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg1-13/igt@kms_content_protection@dp-mst-type-0.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-18/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_cursor_crc@cursor-offscreen-max-size: - shard-dg1: [SKIP][252] ([i915#3555]) -> [SKIP][253] ([i915#3555] / [i915#4423]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg1-17/igt@kms_cursor_crc@cursor-offscreen-max-size.html [253]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-18/igt@kms_cursor_crc@cursor-offscreen-max-size.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move: - shard-dg2: [SKIP][254] ([i915#10433] / [i915#3458]) -> [SKIP][255] ([i915#3458]) +2 other tests skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html [255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite: - shard-dg1: [SKIP][256] ([i915#3458] / [i915#4423]) -> [SKIP][257] ([i915#3458]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite.html [257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-slowdraw: - shard-dg1: [SKIP][258] ([i915#3458]) -> [SKIP][259] ([i915#3458] / [i915#4423]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-slowdraw.html [259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-slowdraw.html * igt@kms_hdr@bpc-switch: - shard-dg1: [SKIP][260] ([i915#3555] / [i915#8228]) -> [SKIP][261] ([i915#3555] / [i915#4423] / [i915#8228]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg1-17/igt@kms_hdr@bpc-switch.html [261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-18/igt@kms_hdr@bpc-switch.html * igt@kms_hdr@brightness-with-hdr: - shard-mtlp: [SKIP][262] ([i915#12713]) -> [SKIP][263] ([i915#1187] / [i915#12713]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-mtlp-8/igt@kms_hdr@brightness-with-hdr.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-mtlp-1/igt@kms_hdr@brightness-with-hdr.html - shard-dg2: [SKIP][264] ([i915#12713]) -> [SKIP][265] ([i915#13331]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg2-8/igt@kms_hdr@brightness-with-hdr.html [265]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg2-10/igt@kms_hdr@brightness-with-hdr.html * igt@kms_pm_rpm@pm-caching: - shard-dg1: [SKIP][266] ([i915#4077]) -> [SKIP][267] ([i915#4077] / [i915#4423]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16471/shard-dg1-13/igt@kms_pm_rpm@pm-caching.html [267]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/shard-dg1-19/igt@kms_pm_rpm@pm-caching.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#10030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10030 [i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#10553]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10553 [i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078 [i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151 [i915#11441]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11441 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#11527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11527 [i915#11832]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11832 [i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187 [i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247 [i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313 [i915#12339]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12339 [i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343 [i915#12388]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388 [i915#12454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454 [i915#12543]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12543 [i915#12549]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12549 [i915#12712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12712 [i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713 [i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755 [i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805 [i915#12917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917 [i915#12964]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964 [i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046 [i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049 [i915#13193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13193 [i915#13304]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13304 [i915#13331]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13331 [i915#13520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13520 [i915#13522]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13522 [i915#13688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13688 [i915#13691]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691 [i915#13705]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13705 [i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707 [i915#13717]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13717 [i915#13723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13723 [i915#13734]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13734 [i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749 [i915#13781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13781 [i915#13783]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783 [i915#13786]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13786 [i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958 [i915#14033]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14033 [i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098 [i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#4036]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4036 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880 [i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493 [i915#5784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784 [i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6118 [i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805 [i915#6806]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6806 [i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7162 [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975 [i915#8213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709 [i915#8806]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8806 [i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821 [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323 [i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340 [i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412 [i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519 [i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531 [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685 [i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * Linux: CI_DRM_16471 -> Patchwork_148410v1 CI-20190529: 20190529 CI_DRM_16471: 5752a8bfd947553d8006307e10d1bd5abdfc8039 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8342: 8342 Patchwork_148410v1: 5752a8bfd947553d8006307e10d1bd5abdfc8039 @ git://anongit.freedesktop.org/gfx-ci/linux piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148410v1/index.html [-- Attachment #2: Type: text/html, Size: 96512 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] drm/i915/error: drop dmesg suggestion to file bugs on GPU hangs 2025-04-29 11:50 [PATCH] drm/i915/error: drop dmesg suggestion to file bugs on GPU hangs Jani Nikula 2025-04-29 14:31 ` ✓ i915.CI.BAT: success for " Patchwork 2025-04-29 15:59 ` ✗ i915.CI.Full: failure " Patchwork @ 2025-05-02 9:24 ` Tvrtko Ursulin 2025-05-02 10:01 ` Jani Nikula 2 siblings, 1 reply; 5+ messages in thread From: Tvrtko Ursulin @ 2025-05-02 9:24 UTC (permalink / raw) To: Jani Nikula, intel-gfx; +Cc: Joonas Lahtinen, Rodrigo Vivi On 29/04/2025 12:50, Jani Nikula wrote: > We haven't updated the DRIVER_TIMESTAMP since commit 3570bd989acc > ("drm/i915: Update DRIVER_DATE to 20230929") 1½ years ago. Before then, > the previous update was commit 139caf7ca286 ("drm/i915: Update > DRIVER_DATE to 20201103") 4+ years ago. The DRIVER_DATE has also been > removed altogether. > > We've used the DRIVER_TIMESTAMP to log suggestions to file bugs on GPU > hangs when they happen on a driver less than six months old. Combined > with the sporadic DRIVER_TIMESTAMP updates, we really haven't logged the > suggestions for years. > > Just stop logging the suggestion to file bugs altogether, and remove > DRIVER_TIMESTAMP. This doesn't really change anything wrt to logging GPU > errors or how we handle bugs. And effectively we already stopped logging > the message a year ago when we stopped updating DRIVER_TIMESTAMP. > > Instead, add an unconditional message about the GPU error state > location. > > Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> > Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> > Cc: Tvrtko Ursulin <tursulin@ursulin.net> > Signed-off-by: Jani Nikula <jani.nikula@intel.com> > --- > drivers/gpu/drm/i915/i915_driver.h | 1 - > drivers/gpu/drm/i915/i915_gpu_error.c | 13 ++----------- > 2 files changed, 2 insertions(+), 12 deletions(-) > > diff --git a/drivers/gpu/drm/i915/i915_driver.h b/drivers/gpu/drm/i915/i915_driver.h > index 4b67ad9a61cd..1e95ecb2a163 100644 > --- a/drivers/gpu/drm/i915/i915_driver.h > +++ b/drivers/gpu/drm/i915/i915_driver.h > @@ -15,7 +15,6 @@ struct drm_printer; > > #define DRIVER_NAME "i915" > #define DRIVER_DESC "Intel Graphics" > -#define DRIVER_TIMESTAMP 1695980603 > > extern const struct dev_pm_ops i915_pm_ops; > > diff --git a/drivers/gpu/drm/i915/i915_gpu_error.c b/drivers/gpu/drm/i915/i915_gpu_error.c > index aa2cad910902..4f785cdbd155 100644 > --- a/drivers/gpu/drm/i915/i915_gpu_error.c > +++ b/drivers/gpu/drm/i915/i915_gpu_error.c > @@ -2133,7 +2133,6 @@ i915_gpu_coredump(struct intel_gt *gt, intel_engine_mask_t engine_mask, u32 dump > void i915_error_state_store(struct i915_gpu_coredump *error) > { > struct drm_i915_private *i915; > - static bool warned; > > if (IS_ERR_OR_NULL(error)) > return; > @@ -2147,16 +2146,8 @@ void i915_error_state_store(struct i915_gpu_coredump *error) > > i915_gpu_coredump_get(error); > > - if (!xchg(&warned, true) && > - ktime_get_real_seconds() - DRIVER_TIMESTAMP < DAY_AS_SECONDS(180)) { > - pr_info("GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace.\n"); > - pr_info("Please file a _new_ bug report at https://gitlab.freedesktop.org/drm/intel/issues/new.\n"); > - pr_info("Please see https://drm.pages.freedesktop.org/intel-docs/how-to-file-i915-bugs.html for details.\n"); > - pr_info("drm/i915 developers can then reassign to the right component if it's not a kernel issue.\n"); > - pr_info("The GPU crash dump is required to analyze GPU hangs, so please always attach it.\n"); > - pr_info("GPU crash dump saved to /sys/class/drm/card%d/error\n", > - i915->drm.primary->index); > - } > + drm_info(&i915->drm, "GPU error state saved to /sys/class/drm/card%d/error\n", > + i915->drm.primary->index); > } > > /** Acked-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com> Regards, Tvrtko ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] drm/i915/error: drop dmesg suggestion to file bugs on GPU hangs 2025-05-02 9:24 ` [PATCH] " Tvrtko Ursulin @ 2025-05-02 10:01 ` Jani Nikula 0 siblings, 0 replies; 5+ messages in thread From: Jani Nikula @ 2025-05-02 10:01 UTC (permalink / raw) To: Tvrtko Ursulin, intel-gfx; +Cc: Joonas Lahtinen, Rodrigo Vivi On Fri, 02 May 2025, Tvrtko Ursulin <tursulin@ursulin.net> wrote: > Acked-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com> Thanks, pushed to din. BR, Jani. -- Jani Nikula, Intel ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-05-02 10:01 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-04-29 11:50 [PATCH] drm/i915/error: drop dmesg suggestion to file bugs on GPU hangs Jani Nikula 2025-04-29 14:31 ` ✓ i915.CI.BAT: success for " Patchwork 2025-04-29 15:59 ` ✗ i915.CI.Full: failure " Patchwork 2025-05-02 9:24 ` [PATCH] " Tvrtko Ursulin 2025-05-02 10:01 ` Jani Nikula
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.