Message ID | 20230627191336.319381-1-vinay.belgaumkar@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] drm/i915/guc: Dump perf_limit_reasons for debug | expand |
On Tue, 27 Jun 2023 12:13:36 -0700, Vinay Belgaumkar wrote: > > GuC load takes longer sometimes due to GT frequency not ramping up. > Add perf_limit_reasons to the existing warn print to see if frequency > is being throttled. > > v2: Review comments (Ashutosh) Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com> > > Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com> > --- > drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c > index 364d0d546ec8..0f79cb658518 100644 > --- a/drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c > +++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c > @@ -251,9 +251,11 @@ static int guc_wait_ucode(struct intel_guc *guc) > if (ret == 0) > ret = -ENXIO; > } else if (delta_ms > 200) { > - guc_warn(guc, "excessive init time: %lldms! [freq = %dMHz, before = %dMHz, status = 0x%08X, count = %d, ret = %d]\n", > - delta_ms, intel_rps_read_actual_frequency(&uncore->gt->rps), > - before_freq, status, count, ret); > + guc_warn(guc, "excessive init time: %lldms! [status = 0x%08X, count = %d, ret = %d]\n", > + delta_ms, status, count, ret); > + guc_warn(guc, "excessive init time: [freq = %dMHz, before = %dMHz, perf_limit_reasons = 0x%08X]\n", > + intel_rps_read_actual_frequency(&uncore->gt->rps), before_freq, > + intel_uncore_read(uncore, intel_gt_perf_limit_reasons_reg(gt))); > } else { > guc_dbg(guc, "init took %lldms, freq = %dMHz, before = %dMHz, status = 0x%08X, count = %d, ret = %d\n", > delta_ms, intel_rps_read_actual_frequency(&uncore->gt->rps), > -- > 2.38.1 >
On 6/28/2023 10:41 AM, Patchwork wrote: > Project List - Patchwork *Patch Details* > *Series:* drm/i915/guc: Dump perf_limit_reasons for debug (rev2) > *URL:* https://patchwork.freedesktop.org/series/119893/ > *State:* failure > *Details:* > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/index.html > > > CI Bug Log - changes from CI_DRM_13328_full -> Patchwork_119893v2_full > > > Summary > > *FAILURE* > > Serious unknown changes coming with Patchwork_119893v2_full absolutely > need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in Patchwork_119893v2_full, please notify your bug team to > allow them > to document this new failure mode, which will reduce false positives > in CI. > > > Participating hosts (9 -> 9) > > No changes in participating hosts > > > Possible new issues > > Here are the unknown changes that may have been introduced in > Patchwork_119893v2_full: > > > IGT changes > > > Possible regressions > > * > > igt@i915_pm_rpm@cursor: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-dg2-10/igt@i915_pm_rpm@cursor.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-2/igt@i915_pm_rpm@cursor.html> > * > > igt@kms_content_protection@atomic-dpms@pipe-a-dp-2: > > o shard-dg2: NOTRUN -> TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-12/igt@kms_content_protection@atomic-dpms@pipe-a-dp-2.html> > +1 similar issue > * > > igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a3: > > o shard-dg2: NOTRUN -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-1/igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a3.html> > None of these failures are related to the patch. Thanks, Vinay. > * > > > New tests > > New tests have been introduced between CI_DRM_13328_full and > Patchwork_119893v2_full: > > > New IGT tests (1) > > * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-hdmi-a-1: > o Statuses : 1 pass(s) > o Exec time: [0.0] s > > > Known issues > > Here are the changes found in Patchwork_119893v2_full that come from > known issues: > > > IGT changes > > > Issues hit > > * > > igt@drm_fdinfo@most-busy-idle-check-all@rcs0: > > o shard-rkl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html> > (i915#7742 <https://gitlab.freedesktop.org/drm/intel/issues/7742>) > * > > igt@gem_create@create-ext-set-pat: > > o shard-glk: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-glk2/igt@gem_create@create-ext-set-pat.html> > (i915#8621 <https://gitlab.freedesktop.org/drm/intel/issues/8621>) > * > > igt@gem_exec_balancer@bonded-pair: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-6/igt@gem_exec_balancer@bonded-pair.html> > (i915#4771 <https://gitlab.freedesktop.org/drm/intel/issues/4771>) > * > > igt@gem_exec_balancer@invalid-bonds: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-1/igt@gem_exec_balancer@invalid-bonds.html> > (i915#4036 <https://gitlab.freedesktop.org/drm/intel/issues/4036>) > * > > igt@gem_exec_fair@basic-none@vecs0: > > o shard-rkl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-rkl-2/igt@gem_exec_fair@basic-none@vecs0.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-rkl-4/igt@gem_exec_fair@basic-none@vecs0.html> > (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>) > * > > igt@gem_exec_reloc@basic-cpu-gtt: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-8/igt@gem_exec_reloc@basic-cpu-gtt.html> > (i915#3281 > <https://gitlab.freedesktop.org/drm/intel/issues/3281>) +1 > similar issue > * > > igt@gem_exec_schedule@deep@vecs0: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-mtlp-6/igt@gem_exec_schedule@deep@vecs0.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-1/igt@gem_exec_schedule@deep@vecs0.html> > (i915#8606 <https://gitlab.freedesktop.org/drm/intel/issues/8606>) > * > > igt@gem_exec_schedule@semaphore-power: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-1/igt@gem_exec_schedule@semaphore-power.html> > (i915#4812 <https://gitlab.freedesktop.org/drm/intel/issues/4812>) > * > > igt@gem_exec_whisper@basic-contexts-forked-all: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-mtlp-2/igt@gem_exec_whisper@basic-contexts-forked-all.html> > -> TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-8/igt@gem_exec_whisper@basic-contexts-forked-all.html> > (i915#8628 <https://gitlab.freedesktop.org/drm/intel/issues/8628>) > * > > igt@gem_exec_whisper@basic-normal: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-mtlp-7/igt@gem_exec_whisper@basic-normal.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-7/igt@gem_exec_whisper@basic-normal.html> > (i915#6363 <https://gitlab.freedesktop.org/drm/intel/issues/6363>) > * > > igt@gem_lmem_swapping@heavy-verify-multi: > > o shard-glk: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-glk2/igt@gem_lmem_swapping@heavy-verify-multi.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>) > * > > igt@gem_mmap_wc@bad-offset: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-3/igt@gem_mmap_wc@bad-offset.html> > (i915#4083 <https://gitlab.freedesktop.org/drm/intel/issues/4083>) > * > > igt@gem_render_copy@yf-tiled-to-vebox-linear: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-1/igt@gem_render_copy@yf-tiled-to-vebox-linear.html> > (i915#8428 <https://gitlab.freedesktop.org/drm/intel/issues/8428>) > * > > igt@gem_userptr_blits@coherency-sync: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-1/igt@gem_userptr_blits@coherency-sync.html> > (i915#3297 > <https://gitlab.freedesktop.org/drm/intel/issues/3297>) +1 > similar issue > * > > igt@gem_userptr_blits@vma-merge: > > o shard-glk: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-glk2/igt@gem_userptr_blits@vma-merge.html> > (i915#3318 <https://gitlab.freedesktop.org/drm/intel/issues/3318>) > * > > igt@i915_pm_rc6_residency@rc6-accuracy: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-4/igt@i915_pm_rc6_residency@rc6-accuracy.html> > (fdo#109289 > <https://bugs.freedesktop.org/show_bug.cgi?id=109289> / > i915#8403 <https://gitlab.freedesktop.org/drm/intel/issues/8403>) > * > > igt@i915_suspend@basic-s3-without-i915: > > o shard-rkl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-rkl-2/igt@i915_suspend@basic-s3-without-i915.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html> > (fdo#103375 <https://bugs.freedesktop.org/show_bug.cgi?id=103375>) > * > > igt@i915_suspend@fence-restore-tiled2untiled: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-1/igt@i915_suspend@fence-restore-tiled2untiled.html> > (i915#4077 <https://gitlab.freedesktop.org/drm/intel/issues/4077>) > * > > igt@kms_big_fb@4-tiled-16bpp-rotate-270: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-3/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html> > (fdo#111614 > <https://bugs.freedesktop.org/show_bug.cgi?id=111614>) +1 > similar issue > * > > igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html> > (i915#5138 <https://gitlab.freedesktop.org/drm/intel/issues/5138>) > * > > igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-tglu-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html> > (fdo#111615 > <https://bugs.freedesktop.org/show_bug.cgi?id=111615> / > i915#5286 <https://gitlab.freedesktop.org/drm/intel/issues/5286>) > * > > igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html> > (fdo#111615 > <https://bugs.freedesktop.org/show_bug.cgi?id=111615>) +1 > similar issue > * > > igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_ccs: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-tglu-4/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_ccs.html> > (i915#3689 > <https://gitlab.freedesktop.org/drm/intel/issues/3689> / > i915#5354 > <https://gitlab.freedesktop.org/drm/intel/issues/5354> / > i915#6095 <https://gitlab.freedesktop.org/drm/intel/issues/6095>) > * > > igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-3/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs.html> > (i915#6095 > <https://gitlab.freedesktop.org/drm/intel/issues/6095>) +6 > similar issues > * > > igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-8/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html> > (i915#3886 > <https://gitlab.freedesktop.org/drm/intel/issues/3886> / > i915#6095 > <https://gitlab.freedesktop.org/drm/intel/issues/6095>) +1 > similar issue > * > > igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_rc_ccs_cc: > > o shard-glk: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-glk2/igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#3886 > <https://gitlab.freedesktop.org/drm/intel/issues/3886>) +1 > similar issue > * > > igt@kms_ccs@pipe-b-crc-primary-rotation-180-yf_tiled_ccs: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-tglu-4/igt@kms_ccs@pipe-b-crc-primary-rotation-180-yf_tiled_ccs.html> > (fdo#111615 > <https://bugs.freedesktop.org/show_bug.cgi?id=111615> / > i915#3689 > <https://gitlab.freedesktop.org/drm/intel/issues/3689> / > i915#5354 > <https://gitlab.freedesktop.org/drm/intel/issues/5354> / > i915#6095 <https://gitlab.freedesktop.org/drm/intel/issues/6095>) > * > > igt@kms_ccs@pipe-c-random-ccs-data-4_tiled_mtl_rc_ccs_cc: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-tglu-4/igt@kms_ccs@pipe-c-random-ccs-data-4_tiled_mtl_rc_ccs_cc.html> > (i915#5354 > <https://gitlab.freedesktop.org/drm/intel/issues/5354> / > i915#6095 <https://gitlab.freedesktop.org/drm/intel/issues/6095>) > * > > igt@kms_cdclk@mode-transition: > > o shard-glk: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-glk2/igt@kms_cdclk@mode-transition.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +48 > similar issues > * > > igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html> > (i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-8/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html> > (i915#4087 > <https://gitlab.freedesktop.org/drm/intel/issues/4087>) +5 > similar issues > * > > igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-3: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-8/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-3.html> > (i915#4087 > <https://gitlab.freedesktop.org/drm/intel/issues/4087> / > i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_chamelium_color@ctm-0-75: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-tglu-4/igt@kms_chamelium_color@ctm-0-75.html> > (fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) > * > > igt@kms_chamelium_edid@dp-edid-stress-resolution-4k: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-8/igt@kms_chamelium_edid@dp-edid-stress-resolution-4k.html> > (i915#7828 <https://gitlab.freedesktop.org/drm/intel/issues/7828>) > * > > igt@kms_content_protection@srm: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-6/igt@kms_content_protection@srm.html> > (i915#4579 > <https://gitlab.freedesktop.org/drm/intel/issues/4579> / > i915#7118 > <https://gitlab.freedesktop.org/drm/intel/issues/7118>) +1 > similar issue > * > > igt@kms_cursor_crc@cursor-onscreen-512x170: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-4/igt@kms_cursor_crc@cursor-onscreen-512x170.html> > (i915#3359 <https://gitlab.freedesktop.org/drm/intel/issues/3359>) > * > > igt@kms_cursor_legacy@cursora-vs-flipb-varying-size: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-3/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html> > (i915#3546 <https://gitlab.freedesktop.org/drm/intel/issues/3546>) > * > > igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: > > o shard-glk: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> > (i915#2346 <https://gitlab.freedesktop.org/drm/intel/issues/2346>) > * > > igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-mtlp-3/igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-7/igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic.html> > (i915#2346 <https://gitlab.freedesktop.org/drm/intel/issues/2346>) > * > > igt@kms_fbcon_fbt@fbc-suspend: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-mtlp-5/igt@kms_fbcon_fbt@fbc-suspend.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-4/igt@kms_fbcon_fbt@fbc-suspend.html> > (i915#4767 <https://gitlab.freedesktop.org/drm/intel/issues/4767>) > * > > igt@kms_flip@2x-flip-vs-wf_vblank-interruptible: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-tglu-4/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html> > (fdo#109274 > <https://bugs.freedesktop.org/show_bug.cgi?id=109274> / > i915#3637 <https://gitlab.freedesktop.org/drm/intel/issues/3637>) > * > > igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode.html> > (i915#4579 > <https://gitlab.freedesktop.org/drm/intel/issues/4579>) +4 > similar issues > * > > igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-valid-mode: > > o shard-glk: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-glk2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-valid-mode.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#4579 > <https://gitlab.freedesktop.org/drm/intel/issues/4579>) +3 > similar issues > * > > igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html> > (i915#2672 > <https://gitlab.freedesktop.org/drm/intel/issues/2672> / > i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_force_connector_basic@prune-stale-modes: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-1/igt@kms_force_connector_basic@prune-stale-modes.html> > (i915#5274 <https://gitlab.freedesktop.org/drm/intel/issues/5274>) > * > > igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html> > (i915#6880 <https://gitlab.freedesktop.org/drm/intel/issues/6880>) > * > > igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html> > (i915#8708 > <https://gitlab.freedesktop.org/drm/intel/issues/8708>) +1 > similar issue > * > > igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-tglu-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html> > (fdo#110189 <https://bugs.freedesktop.org/show_bug.cgi?id=110189>) > * > > igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html> > (i915#1825 > <https://gitlab.freedesktop.org/drm/intel/issues/1825>) +1 > similar issue > * > > igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-plflip-blt: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-plflip-blt.html> > (i915#3458 <https://gitlab.freedesktop.org/drm/intel/issues/3458>) > * > > igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-pwrite: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-tglu-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-pwrite.html> > (fdo#109280 > <https://bugs.freedesktop.org/show_bug.cgi?id=109280>) +3 > similar issues > * > > igt@kms_hdr@bpc-switch: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-6/igt@kms_hdr@bpc-switch.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/intel/issues/3555> / > i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_hdr@bpc-switch-suspend: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-rkl-6/igt@kms_hdr@bpc-switch-suspend.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/intel/issues/3555> / > i915#4579 <https://gitlab.freedesktop.org/drm/intel/issues/4579>) > * > > igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1: > > o shard-glk: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-glk2/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html> > (i915#4573 > <https://gitlab.freedesktop.org/drm/intel/issues/4573>) +1 > similar issue > * > > igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-1: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-10/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-1.html> > (i915#5176 > <https://gitlab.freedesktop.org/drm/intel/issues/5176>) +2 > similar issues > * > > igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-hdmi-a-1: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-10/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-hdmi-a-1.html> > (i915#4579 > <https://gitlab.freedesktop.org/drm/intel/issues/4579> / > i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>) > * > > igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-b-hdmi-a-1: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-b-hdmi-a-1.html> > (i915#4579 > <https://gitlab.freedesktop.org/drm/intel/issues/4579> / > i915#5176 > <https://gitlab.freedesktop.org/drm/intel/issues/5176>) +1 > similar issue > * > > igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-75@pipe-a-hdmi-a-2: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-rkl-4/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-75@pipe-a-hdmi-a-2.html> > (i915#5176 > <https://gitlab.freedesktop.org/drm/intel/issues/5176>) +1 > similar issue > * > > igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-dp-2: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-12/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-dp-2.html> > (i915#5235 > <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +14 > similar issues > * > > igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1: > > o shard-snb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-snb5/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#4579 > <https://gitlab.freedesktop.org/drm/intel/issues/4579>) +6 > similar issues > * > > igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-1/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-edp-1.html> > (i915#5235 > <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +2 > similar issues > * > > igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-1/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1.html> > (i915#4579 > <https://gitlab.freedesktop.org/drm/intel/issues/4579> / > i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) > * > > igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a-hdmi-a-2: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-rkl-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a-hdmi-a-2.html> > (i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) > * > > igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-rkl-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2.html> > (i915#4579 > <https://gitlab.freedesktop.org/drm/intel/issues/4579> / > i915#5235 <https://gitlab.freedesktop.org/drm/intel/issues/5235>) > * > > igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d-hdmi-a-3: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d-hdmi-a-3.html> > (i915#4579 > <https://gitlab.freedesktop.org/drm/intel/issues/4579> / > i915#5235 > <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +4 > similar issues > * > > igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-a-hdmi-a-1: > > o shard-snb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-snb1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-a-hdmi-a-1.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +11 > similar issues > * > > igt@perf_pmu@busy-double-start@ccs3: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-dg2-10/igt@perf_pmu@busy-double-start@ccs3.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-8/igt@perf_pmu@busy-double-start@ccs3.html> > (i915#4349 > <https://gitlab.freedesktop.org/drm/intel/issues/4349>) +1 > similar issue > * > > igt@sysfs_heartbeat_interval@nopreempt@rcs0: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-mtlp-2/igt@sysfs_heartbeat_interval@nopreempt@rcs0.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-1/igt@sysfs_heartbeat_interval@nopreempt@rcs0.html> > (i915#6015 <https://gitlab.freedesktop.org/drm/intel/issues/6015>) > * > > igt@v3d/v3d_job_submission@array-job-submission: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-tglu-4/igt@v3d/v3d_job_submission@array-job-submission.html> > (fdo#109315 > <https://bugs.freedesktop.org/show_bug.cgi?id=109315> / > i915#2575 <https://gitlab.freedesktop.org/drm/intel/issues/2575>) > * > > igt@v3d/v3d_perfmon@create-single-perfmon: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-4/igt@v3d/v3d_perfmon@create-single-perfmon.html> > (i915#2575 > <https://gitlab.freedesktop.org/drm/intel/issues/2575>) +1 > similar issue > * > > igt@vc4/vc4_tiling@get-after-free: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-1/igt@vc4/vc4_tiling@get-after-free.html> > (i915#7711 > <https://gitlab.freedesktop.org/drm/intel/issues/7711>) +1 > similar issue > > > Possible fixes > > * > > igt@drm_fdinfo@most-busy-check-all@rcs0: > > o shard-rkl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html> > (i915#7742 > <https://gitlab.freedesktop.org/drm/intel/issues/7742>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-rkl-7/igt@drm_fdinfo@most-busy-check-all@rcs0.html> > * > > igt@gem_ctx_exec@basic-nohangcheck: > > o shard-tglu: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-tglu-2/igt@gem_ctx_exec@basic-nohangcheck.html> > (i915#6268 > <https://gitlab.freedesktop.org/drm/intel/issues/6268>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-tglu-4/igt@gem_ctx_exec@basic-nohangcheck.html> > * > > igt@gem_ctx_persistence@smoketest: > > o shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-mtlp-6/igt@gem_ctx_persistence@smoketest.html> > (i915#8663 > <https://gitlab.freedesktop.org/drm/intel/issues/8663>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-1/igt@gem_ctx_persistence@smoketest.html> > * > > igt@gem_eio@in-flight-10ms: > > o shard-mtlp: ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-mtlp-6/igt@gem_eio@in-flight-10ms.html> > (i915#8503 > <https://gitlab.freedesktop.org/drm/intel/issues/8503>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-1/igt@gem_eio@in-flight-10ms.html> > * > > igt@gem_exec_fair@basic-none@bcs0: > > o shard-rkl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-rkl-2/igt@gem_exec_fair@basic-none@bcs0.html> > (i915#2842 > <https://gitlab.freedesktop.org/drm/intel/issues/2842>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-rkl-4/igt@gem_exec_fair@basic-none@bcs0.html> > +2 similar issues > * > > igt@gem_exec_fair@basic-pace-share@rcs0: > > o shard-tglu: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-tglu-7/igt@gem_exec_fair@basic-pace-share@rcs0.html> > (i915#2842 > <https://gitlab.freedesktop.org/drm/intel/issues/2842>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-tglu-6/igt@gem_exec_fair@basic-pace-share@rcs0.html> > * > > igt@gem_exec_suspend@basic-s4-devices@smem: > > o shard-tglu: ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices@smem.html> > (i915#7975 > <https://gitlab.freedesktop.org/drm/intel/issues/7975> / > i915#8213 > <https://gitlab.freedesktop.org/drm/intel/issues/8213>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-tglu-4/igt@gem_exec_suspend@basic-s4-devices@smem.html> > * > > igt@gem_exec_whisper@basic-contexts-priority-all: > > o shard-mtlp: ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-mtlp-7/igt@gem_exec_whisper@basic-contexts-priority-all.html> > (i915#8131 > <https://gitlab.freedesktop.org/drm/intel/issues/8131>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-8/igt@gem_exec_whisper@basic-contexts-priority-all.html> > * > > igt@gem_lmem_swapping@smem-oom@lmem0: > > o {shard-dg1}: TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html> > (i915#5493 > <https://gitlab.freedesktop.org/drm/intel/issues/5493>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg1-12/igt@gem_lmem_swapping@smem-oom@lmem0.html> > * > > igt@gem_mmap_offset@clear@smem0: > > o shard-dg2: DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-dg2-6/igt@gem_mmap_offset@clear@smem0.html> > (i915#8304 > <https://gitlab.freedesktop.org/drm/intel/issues/8304>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-3/igt@gem_mmap_offset@clear@smem0.html> > * > > igt@gem_workarounds@suspend-resume: > > o {shard-dg1}: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-dg1-19/igt@gem_workarounds@suspend-resume.html> > (fdo#103375 > <https://bugs.freedesktop.org/show_bug.cgi?id=103375>) -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg1-16/igt@gem_workarounds@suspend-resume.html> > * > > igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a: > > o > > shard-dg2: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-dg2-7/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html> > (i915#1937 > <https://gitlab.freedesktop.org/drm/intel/issues/1937> / > i915#4579 > <https://gitlab.freedesktop.org/drm/intel/issues/4579>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-10/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html> > > o > > shard-rkl: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-rkl-1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html> > (i915#1937 > <https://gitlab.freedesktop.org/drm/intel/issues/1937> / > i915#4579 > <https://gitlab.freedesktop.org/drm/intel/issues/4579>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-rkl-7/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html> > > * > > igt@i915_pm_rc6_residency@rc6-idle@rcs0: > > o {shard-dg1}: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html> > (i915#3591 > <https://gitlab.freedesktop.org/drm/intel/issues/3591>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html> > +1 similar issue > * > > igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: > > o shard-dg2: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-dg2-10/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html> > (i915#1397 > <https://gitlab.freedesktop.org/drm/intel/issues/1397>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-8/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html> > +2 similar issues > * > > igt@i915_pm_rpm@dpms-non-lpsp: > > o shard-rkl: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html> > (i915#1397 > <https://gitlab.freedesktop.org/drm/intel/issues/1397>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-rkl-6/igt@i915_pm_rpm@dpms-non-lpsp.html> > +2 similar issues > * > > igt@i915_pm_rpm@modeset-non-lpsp-stress: > > o {shard-dg1}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp-stress.html> > (i915#1397 > <https://gitlab.freedesktop.org/drm/intel/issues/1397>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg1-16/igt@i915_pm_rpm@modeset-non-lpsp-stress.html> > * > > igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: > > o shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html> > (i915#3743 > <https://gitlab.freedesktop.org/drm/intel/issues/3743>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html> > * > > igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: > > o shard-glk: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-glk9/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html> > (i915#72 <https://gitlab.freedesktop.org/drm/intel/issues/72>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-glk6/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html> > * > > igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: > > o shard-apl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> > (i915#2346 > <https://gitlab.freedesktop.org/drm/intel/issues/2346>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> > * > > igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: > > o shard-mtlp: DMESG-FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-mtlp-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html> > (i915#5954 > <https://gitlab.freedesktop.org/drm/intel/issues/5954>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html> > * > > igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1: > > o shard-glk: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-glk4/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1.html> > (i915#79 <https://gitlab.freedesktop.org/drm/intel/issues/79>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-glk3/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1.html> > * > > igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-fullscreen: > > o shard-dg2: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-fullscreen.html> > (i915#6880 > <https://gitlab.freedesktop.org/drm/intel/issues/6880>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-fullscreen.html> > * > > igt@kms_frontbuffer_tracking@fbc-suspend: > > o > > shard-dg2: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-suspend.html> > (fdo#103375 > <https://bugs.freedesktop.org/show_bug.cgi?id=103375>) -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-suspend.html> > > o > > shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbc-suspend.html> > (fdo#103375 > <https://bugs.freedesktop.org/show_bug.cgi?id=103375>) -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbc-suspend.html> > > * > > igt@perf_pmu@busy-double-start@ccs1: > > o shard-dg2: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-dg2-10/igt@perf_pmu@busy-double-start@ccs1.html> > (i915#4349 > <https://gitlab.freedesktop.org/drm/intel/issues/4349>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-8/igt@perf_pmu@busy-double-start@ccs1.html> > * > > igt@perf_pmu@most-busy-idle-check-all@bcs0: > > o {shard-dg1}: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-dg1-14/igt@perf_pmu@most-busy-idle-check-all@bcs0.html> > (i915#5234 > <https://gitlab.freedesktop.org/drm/intel/issues/5234>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg1-18/igt@perf_pmu@most-busy-idle-check-all@bcs0.html> > > > Warnings > > * > > igt@i915_module_load@reload-with-fault-injection: > > o shard-dg2: DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-dg2-3/igt@i915_module_load@reload-with-fault-injection.html> > (i915#7061 > <https://gitlab.freedesktop.org/drm/intel/issues/7061>) -> > WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html> > (i915#6596 > <https://gitlab.freedesktop.org/drm/intel/issues/6596> / > i915#7356 <https://gitlab.freedesktop.org/drm/intel/issues/7356>) > * > > igt@kms_async_flips@crc@pipe-c-edp-1: > > o shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-mtlp-3/igt@kms_async_flips@crc@pipe-c-edp-1.html> > (i915#8247 > <https://gitlab.freedesktop.org/drm/intel/issues/8247>) -> > DMESG-FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-8/igt@kms_async_flips@crc@pipe-c-edp-1.html> > (i915#8561 <https://gitlab.freedesktop.org/drm/intel/issues/8561>) > * > > igt@kms_async_flips@crc@pipe-d-edp-1: > > o shard-mtlp: DMESG-FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-mtlp-3/igt@kms_async_flips@crc@pipe-d-edp-1.html> > (i915#8561 > <https://gitlab.freedesktop.org/drm/intel/issues/8561>) -> > FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-8/igt@kms_async_flips@crc@pipe-d-edp-1.html> > (i915#8247 <https://gitlab.freedesktop.org/drm/intel/issues/8247>) > * > > igt@kms_content_protection@content_type_change: > > o shard-dg2: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-dg2-6/igt@kms_content_protection@content_type_change.html> > (i915#4579 > <https://gitlab.freedesktop.org/drm/intel/issues/4579> / > i915#7118 > <https://gitlab.freedesktop.org/drm/intel/issues/7118>) -> > SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-dg2-11/igt@kms_content_protection@content_type_change.html> > (i915#4579 > <https://gitlab.freedesktop.org/drm/intel/issues/4579> / > i915#7118 > <https://gitlab.freedesktop.org/drm/intel/issues/7118> / > i915#7162 <https://gitlab.freedesktop.org/drm/intel/issues/7162>) > * > > igt@kms_fbcon_fbt@psr-suspend: > > o shard-rkl: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html> > (fdo#110189 > <https://bugs.freedesktop.org/show_bug.cgi?id=110189> / > i915#3955 > <https://gitlab.freedesktop.org/drm/intel/issues/3955>) -> > SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-rkl-6/igt@kms_fbcon_fbt@psr-suspend.html> > (i915#3955 <https://gitlab.freedesktop.org/drm/intel/issues/3955>) > * > > igt@kms_multipipe_modeset@basic-max-pipe-crc-check: > > o shard-rkl: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> > (i915#4070 > <https://gitlab.freedesktop.org/drm/intel/issues/4070> / > i915#4816 > <https://gitlab.freedesktop.org/drm/intel/issues/4816>) -> > SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> > (i915#4816 <https://gitlab.freedesktop.org/drm/intel/issues/4816>) > * > > igt@kms_vblank@pipe-c-wait-busy-hang: > > o shard-mtlp: DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13328/shard-mtlp-6/igt@kms_vblank@pipe-c-wait-busy-hang.html> > -> DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_119893v2/shard-mtlp-2/igt@kms_vblank@pipe-c-wait-busy-hang.html> > (i915#2017 <https://gitlab.freedesktop.org/drm/intel/issues/2017>) > > {name}: This element is suppressed. This means it is ignored when > computing > the status of the difference (SUCCESS, WARNING, or FAILURE). > > > Build changes > > * Linux: CI_DRM_13328 -> Patchwork_119893v2 > > CI-20190529: 20190529 > CI_DRM_13328: 12cd6b2d321d9c034f3d4ba14788d68cb8da4eac @ > git://anongit.freedesktop.org/gfx-ci/linux > IGT_7351: d8dc96b95c60e4737fdfa1664ce9b1dcebfdef60 @ > https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > Patchwork_119893v2: 12cd6b2d321d9c034f3d4ba14788d68cb8da4eac @ > git://anongit.freedesktop.org/gfx-ci/linux > piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ > git://anongit.freedesktop.org/piglit >
diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c index 364d0d546ec8..0f79cb658518 100644 --- a/drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c +++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c @@ -251,9 +251,11 @@ static int guc_wait_ucode(struct intel_guc *guc) if (ret == 0) ret = -ENXIO; } else if (delta_ms > 200) { - guc_warn(guc, "excessive init time: %lldms! [freq = %dMHz, before = %dMHz, status = 0x%08X, count = %d, ret = %d]\n", - delta_ms, intel_rps_read_actual_frequency(&uncore->gt->rps), - before_freq, status, count, ret); + guc_warn(guc, "excessive init time: %lldms! [status = 0x%08X, count = %d, ret = %d]\n", + delta_ms, status, count, ret); + guc_warn(guc, "excessive init time: [freq = %dMHz, before = %dMHz, perf_limit_reasons = 0x%08X]\n", + intel_rps_read_actual_frequency(&uncore->gt->rps), before_freq, + intel_uncore_read(uncore, intel_gt_perf_limit_reasons_reg(gt))); } else { guc_dbg(guc, "init took %lldms, freq = %dMHz, before = %dMHz, status = 0x%08X, count = %d, ret = %d\n", delta_ms, intel_rps_read_actual_frequency(&uncore->gt->rps),
GuC load takes longer sometimes due to GT frequency not ramping up. Add perf_limit_reasons to the existing warn print to see if frequency is being throttled. v2: Review comments (Ashutosh) Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com> --- drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)