Message ID | 20221031220007.4176835-1-John.C.Harrison@Intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/i915/guc: Remove excessive line feeds in state dumps | expand |
On Mon, Oct 31, 2022 at 03:00:07PM -0700, John.C.Harrison@Intel.com wrote: >From: John Harrison <John.C.Harrison@Intel.com> > >Some of the GuC state dump messages were adding extra line feeds. When >printing via a DRM printer to dmesg, for example, that messes up the >log formatting as it loses any prefixing from the printer. Given that >the extra line feeds are just in the middle of random bits of GuC >state, there isn't any real need for them. So just remove them >completely. > >Signed-off-by: John Harrison <John.C.Harrison@Intel.com> lgtm, Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com> >--- > drivers/gpu/drm/i915/gt/uc/intel_guc.c | 4 ++-- > drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 8 ++++---- > 2 files changed, 6 insertions(+), 6 deletions(-) > >diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc.c b/drivers/gpu/drm/i915/gt/uc/intel_guc.c >index 27b09ba1d295f..1bcd61bb50f89 100644 >--- a/drivers/gpu/drm/i915/gt/uc/intel_guc.c >+++ b/drivers/gpu/drm/i915/gt/uc/intel_guc.c >@@ -871,14 +871,14 @@ void intel_guc_load_status(struct intel_guc *guc, struct drm_printer *p) > u32 status = intel_uncore_read(uncore, GUC_STATUS); > u32 i; > >- drm_printf(p, "\nGuC status 0x%08x:\n", status); >+ drm_printf(p, "GuC status 0x%08x:\n", status); > drm_printf(p, "\tBootrom status = 0x%x\n", > (status & GS_BOOTROM_MASK) >> GS_BOOTROM_SHIFT); > drm_printf(p, "\tuKernel status = 0x%x\n", > (status & GS_UKERNEL_MASK) >> GS_UKERNEL_SHIFT); > drm_printf(p, "\tMIA Core status = 0x%x\n", > (status & GS_MIA_MASK) >> GS_MIA_SHIFT); >- drm_puts(p, "\nScratch registers:\n"); >+ drm_puts(p, "Scratch registers:\n"); > for (i = 0; i < 16; i++) { > drm_printf(p, "\t%2d: \t0x%x\n", > i, intel_uncore_read(uncore, SOFT_SCRATCH(i))); >diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c >index 4ccb29f9ac55c..4dbdac8002e32 100644 >--- a/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c >+++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c >@@ -4901,7 +4901,7 @@ void intel_guc_submission_print_info(struct intel_guc *guc, > > drm_printf(p, "GuC Number Outstanding Submission G2H: %u\n", > atomic_read(&guc->outstanding_submission_g2h)); >- drm_printf(p, "GuC tasklet count: %u\n\n", >+ drm_printf(p, "GuC tasklet count: %u\n", > atomic_read(&sched_engine->tasklet.count)); > > spin_lock_irqsave(&sched_engine->lock, flags); >@@ -4949,7 +4949,7 @@ static inline void guc_log_context(struct drm_printer *p, > atomic_read(&ce->pin_count)); > drm_printf(p, "\t\tGuC ID Ref Count: %u\n", > atomic_read(&ce->guc_id.ref)); >- drm_printf(p, "\t\tSchedule State: 0x%x\n\n", >+ drm_printf(p, "\t\tSchedule State: 0x%x\n", > ce->guc_state.sched_state); > } > >@@ -4978,7 +4978,7 @@ void intel_guc_submission_print_context_info(struct intel_guc *guc, > READ_ONCE(*ce->parallel.guc.wq_head)); > drm_printf(p, "\t\tWQI Tail: %u\n", > READ_ONCE(*ce->parallel.guc.wq_tail)); >- drm_printf(p, "\t\tWQI Status: %u\n\n", >+ drm_printf(p, "\t\tWQI Status: %u\n", > READ_ONCE(*ce->parallel.guc.wq_status)); > } > >@@ -4986,7 +4986,7 @@ void intel_guc_submission_print_context_info(struct intel_guc *guc, > emit_bb_start_parent_no_preempt_mid_batch) { > u8 i; > >- drm_printf(p, "\t\tChildren Go: %u\n\n", >+ drm_printf(p, "\t\tChildren Go: %u\n", > get_children_go_value(ce)); > for (i = 0; i < ce->parallel.number_children; ++i) > drm_printf(p, "\t\tChildren Join: %u\n", >-- >2.37.3 >
On 10/31/2022 18:26, Patchwork wrote: > Project List - Patchwork *Patch Details* > *Series:* drm/i915/guc: Remove excessive line feeds in state dumps > *URL:* https://patchwork.freedesktop.org/series/110343/ > *State:* failure > *Details:* > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/index.html > > > CI Bug Log - changes from CI_DRM_12325_full -> Patchwork_110343v1_full > > > Summary > > *FAILURE* > > Serious unknown changes coming with Patchwork_110343v1_full absolutely > need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in Patchwork_110343v1_full, please notify your bug team to > allow them > to document this new failure mode, which will reduce false positives > in CI. > > > Participating hosts (11 -> 9) > > Missing (2): shard-rkl shard-dg1 > > > Possible new issues > > Here are the unknown changes that may have been introduced in > Patchwork_110343v1_full: > > > IGT changes > > > Possible regressions > > * > > igt@i915_module_load@reload-with-fault-injection: > > o shard-snb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-snb4/igt@i915_module_load@reload-with-fault-injection.html> > -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-snb4/igt@i915_module_load@reload-with-fault-injection.html> > * > > igt@kms_cursor_crc@cursor-offscreen-64x21@pipe-b-edp-1: > > o shard-tglb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-tglb2/igt@kms_cursor_crc@cursor-offscreen-64x21@pipe-b-edp-1.html> > -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-tglb8/igt@kms_cursor_crc@cursor-offscreen-64x21@pipe-b-edp-1.html> > * > > igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode: > > o shard-iclb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html> > * > > igt@kms_sequence@queue-busy@edp-1-pipe-a: > > o shard-skl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl1/igt@kms_sequence@queue-busy@edp-1-pipe-a.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl3/igt@kms_sequence@queue-busy@edp-1-pipe-a.html> > This patch is literally just removing excess '\n' characters from some GuC only debugfs prints. It cannot cause any of the above failures. John. > * > > > Known issues > > Here are the changes found in Patchwork_110343v1_full that come from > known issues: > > > CI changes > > > Issues hit > > * boot: > o shard-skl: (PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl10/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl9/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl9/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl9/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl7/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl7/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl7/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl6/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl6/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl6/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl5/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl4/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl4/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl4/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl4/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl3/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl3/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl1/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl1/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl1/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl10/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl10/boot.html>) > -> (PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl6/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl9/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl9/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl9/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl7/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl7/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl7/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl6/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl6/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl5/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl5/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl5/boot.html>, > FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl5/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl4/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl4/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl4/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl3/boot.html>, > FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl3/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl3/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl3/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl1/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl1/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl1/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl10/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl10/boot.html>) > (i915#5032 <https://gitlab.freedesktop.org/drm/intel/issues/5032>) > > > IGT changes > > > Issues hit > > * > > igt@dmabuf@all@dma_fence_chain: > > o shard-skl: NOTRUN -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl9/igt@dmabuf@all@dma_fence_chain.html> > (i915#6949 <https://gitlab.freedesktop.org/drm/intel/issues/6949>) > * > > igt@gem_exec_balancer@parallel-bb-first: > > o shard-iclb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb2/igt@gem_exec_balancer@parallel-bb-first.html> > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb5/igt@gem_exec_balancer@parallel-bb-first.html> > (i915#4525 <https://gitlab.freedesktop.org/drm/intel/issues/4525>) > * > > igt@gem_exec_fair@basic-flow@rcs0: > > o shard-tglb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-tglb3/igt@gem_exec_fair@basic-flow@rcs0.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-tglb2/igt@gem_exec_fair@basic-flow@rcs0.html> > (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>) > * > > igt@gem_exec_fair@basic-pace-share@rcs0: > > o shard-glk: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-glk3/igt@gem_exec_fair@basic-pace-share@rcs0.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html> > (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>) > * > > igt@gem_lmem_swapping@heavy-verify-multi: > > o shard-skl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl9/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>) +1 > similar issue > * > > igt@gem_softpin@evict-single-offset: > > o shard-tglb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-tglb2/igt@gem_softpin@evict-single-offset.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-tglb8/igt@gem_softpin@evict-single-offset.html> > (i915#4171 <https://gitlab.freedesktop.org/drm/intel/issues/4171>) > * > > igt@i915_module_load@load: > > o shard-skl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl9/igt@i915_module_load@load.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#6227 <https://gitlab.freedesktop.org/drm/intel/issues/6227>) > * > > igt@i915_pm_dc@dc6-dpms: > > o shard-iclb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb6/igt@i915_pm_dc@dc6-dpms.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb3/igt@i915_pm_dc@dc6-dpms.html> > (i915#3989 > <https://gitlab.freedesktop.org/drm/intel/issues/3989> / > i915#454 <https://gitlab.freedesktop.org/drm/intel/issues/454>) > * > > igt@i915_selftest@live@gt_pm: > > o shard-skl: NOTRUN -> DMESG-FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl10/igt@i915_selftest@live@gt_pm.html> > (i915#1886 <https://gitlab.freedesktop.org/drm/intel/issues/1886>) > * > > igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip: > > o shard-iclb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb6/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip.html> > (i915#5286 <https://gitlab.freedesktop.org/drm/intel/issues/5286>) > * > > igt@kms_big_fb@x-tiled-64bpp-rotate-90: > > o shard-iclb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb6/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html> > (fdo#110725 > <https://bugs.freedesktop.org/show_bug.cgi?id=110725> / > fdo#111614 <https://bugs.freedesktop.org/show_bug.cgi?id=111614>) > * > > igt@kms_big_fb@yf-tiled-8bpp-rotate-180: > > o shard-iclb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb6/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html> > (fdo#110723 <https://bugs.freedesktop.org/show_bug.cgi?id=110723>) > * > > igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs: > > o shard-iclb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb6/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs.html> > (fdo#109278 > <https://bugs.freedesktop.org/show_bug.cgi?id=109278>) +1 > similar issue > * > > igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_mc_ccs: > > o shard-skl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl7/igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_mc_ccs.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_chamelium@hdmi-crc-multiple: > > o shard-skl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl10/igt@kms_chamelium@hdmi-crc-multiple.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > fdo#111827 > <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +6 > similar issues > * > > igt@kms_chamelium@hdmi-crc-nonplanar-formats: > > o shard-iclb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb6/igt@kms_chamelium@hdmi-crc-nonplanar-formats.html> > (fdo#109284 > <https://bugs.freedesktop.org/show_bug.cgi?id=109284> / > fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) > * > > igt@kms_flip@flip-vs-blocking-wf-vblank@b-edp1: > > o shard-skl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl4/igt@kms_flip@flip-vs-blocking-wf-vblank@b-edp1.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl5/igt@kms_flip@flip-vs-blocking-wf-vblank@b-edp1.html> > (i915#2122 <https://gitlab.freedesktop.org/drm/intel/issues/2122>) > * > > igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a2: > > o shard-glk: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-glk1/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a2.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-glk2/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a2.html> > (i915#79 <https://gitlab.freedesktop.org/drm/intel/issues/79>) > * > > igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode: > > o shard-iclb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode.html> > (i915#2672 > <https://gitlab.freedesktop.org/drm/intel/issues/2672>) +4 > similar issues > * > > igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode: > > o shard-iclb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html> > (i915#2587 > <https://gitlab.freedesktop.org/drm/intel/issues/2587> / > i915#2672 > <https://gitlab.freedesktop.org/drm/intel/issues/2672>) +1 > similar issue > * > > igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode: > > o shard-iclb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode.html> > (i915#3555 <https://gitlab.freedesktop.org/drm/intel/issues/3555>) > * > > igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode: > > o shard-iclb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html> > (i915#2672 > <https://gitlab.freedesktop.org/drm/intel/issues/2672> / > i915#3555 <https://gitlab.freedesktop.org/drm/intel/issues/3555>) > * > > igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt: > > o shard-skl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl9/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +117 > similar issues > * > > igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-cpu: > > o shard-iclb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-cpu.html> > (fdo#109280 > <https://bugs.freedesktop.org/show_bug.cgi?id=109280>) +5 > similar issues > * > > igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc: > > o shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-apl3/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +22 > similar issues > * > > igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-c-edp-1: > > o shard-skl: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl1/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-c-edp-1.html> > (i915#4573 > <https://gitlab.freedesktop.org/drm/intel/issues/4573>) +5 > similar issues > * > > igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf: > > o shard-skl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl9/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>) > * > > igt@kms_psr2_su@frontbuffer-xrgb8888: > > o shard-iclb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb5/igt@kms_psr2_su@frontbuffer-xrgb8888.html> > (fdo#109642 > <https://bugs.freedesktop.org/show_bug.cgi?id=109642> / > fdo#111068 > <https://bugs.freedesktop.org/show_bug.cgi?id=111068> / > i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>) > * > > igt@kms_psr@psr2_sprite_plane_onoff: > > o shard-iclb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb2/igt@kms_psr@psr2_sprite_plane_onoff.html> > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb5/igt@kms_psr@psr2_sprite_plane_onoff.html> > (fdo#109441 > <https://bugs.freedesktop.org/show_bug.cgi?id=109441>) +2 > similar issues > * > > igt@kms_writeback@writeback-fb-id: > > o shard-skl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl9/igt@kms_writeback@writeback-fb-id.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#2437 > <https://gitlab.freedesktop.org/drm/intel/issues/2437>) +1 > similar issue > * > > igt@sysfs_clients@pidname: > > o shard-skl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl9/igt@sysfs_clients@pidname.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#2994 <https://gitlab.freedesktop.org/drm/intel/issues/2994>) > > > Possible fixes > > * > > igt@gem_ctx_persistence@many-contexts: > > o shard-iclb: INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb5/igt@gem_ctx_persistence@many-contexts.html> > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb6/igt@gem_ctx_persistence@many-contexts.html> > * > > igt@gem_exec_balancer@parallel-keep-in-fence: > > o shard-iclb: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb6/igt@gem_exec_balancer@parallel-keep-in-fence.html> > (i915#4525 > <https://gitlab.freedesktop.org/drm/intel/issues/4525>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb1/igt@gem_exec_balancer@parallel-keep-in-fence.html> > * > > igt@gem_exec_fair@basic-pace-share@rcs0: > > o shard-apl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl8/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_110343v1/shard-apl6/igt@gem_exec_fair@basic-pace-share@rcs0.html> > * > > igt@gen9_exec_parse@allowed-single: > > o shard-apl: DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl7/igt@gen9_exec_parse@allowed-single.html> > (i915#5566 > <https://gitlab.freedesktop.org/drm/intel/issues/5566> / > i915#716 > <https://gitlab.freedesktop.org/drm/intel/issues/716>) -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-apl2/igt@gen9_exec_parse@allowed-single.html> > * > > igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1: > > o shard-skl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl10/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html> > (i915#79 <https://gitlab.freedesktop.org/drm/intel/issues/79>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl1/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html> > * > > igt@kms_flip@flip-vs-expired-vblank@c-dp1: > > o shard-apl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl3/igt@kms_flip@flip-vs-expired-vblank@c-dp1.html> > (i915#79 <https://gitlab.freedesktop.org/drm/intel/issues/79>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-apl2/igt@kms_flip@flip-vs-expired-vblank@c-dp1.html> > * > > igt@kms_flip@wf_vblank-ts-check@a-edp1: > > o shard-skl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl3/igt@kms_flip@wf_vblank-ts-check@a-edp1.html> > (i915#2122 > <https://gitlab.freedesktop.org/drm/intel/issues/2122>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl6/igt@kms_flip@wf_vblank-ts-check@a-edp1.html> > +1 similar issue > * > > igt@kms_psr@psr2_cursor_mmap_gtt: > > o shard-iclb: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb1/igt@kms_psr@psr2_cursor_mmap_gtt.html> > (fdo#109441 > <https://bugs.freedesktop.org/show_bug.cgi?id=109441>) -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_gtt.html> > +1 similar issue > * > > igt@kms_vblank@pipe-a-ts-continuation-suspend: > > o shard-apl: DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl6/igt@kms_vblank@pipe-a-ts-continuation-suspend.html> > (i915#180 > <https://gitlab.freedesktop.org/drm/intel/issues/180>) -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-apl3/igt@kms_vblank@pipe-a-ts-continuation-suspend.html> > * > > igt@perf_pmu@all-busy-idle-check-all: > > o shard-skl: DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl6/igt@perf_pmu@all-busy-idle-check-all.html> > (i915#1982 > <https://gitlab.freedesktop.org/drm/intel/issues/1982>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl10/igt@perf_pmu@all-busy-idle-check-all.html> > * > > igt@perf_pmu@interrupts: > > o shard-skl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl7/igt@perf_pmu@interrupts.html> > (i915#7318 > <https://gitlab.freedesktop.org/drm/intel/issues/7318>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl7/igt@perf_pmu@interrupts.html> > > > Warnings > > * > > igt@gem_pread@exhaustion: > > o shard-glk: INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-glk3/igt@gem_pread@exhaustion.html> > (i915#7248 > <https://gitlab.freedesktop.org/drm/intel/issues/7248>) -> > WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-glk5/igt@gem_pread@exhaustion.html> > (i915#2658 <https://gitlab.freedesktop.org/drm/intel/issues/2658>) > * > > igt@kms_psr2_sf@cursor-plane-move-continuous-sf: > > o shard-iclb: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb2/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html> > (i915#2920 > <https://gitlab.freedesktop.org/drm/intel/issues/2920>) -> > SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb5/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html> > (i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>) > * > > igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb: > > o shard-iclb: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-iclb1/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html> > (i915#658 > <https://gitlab.freedesktop.org/drm/intel/issues/658>) -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-iclb2/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html> > (i915#2920 > <https://gitlab.freedesktop.org/drm/intel/issues/2920>) +1 > similar issue > * > > igt@runner@aborted: > > o > > shard-apl: (FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl6/igt@runner@aborted.html>, > FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl6/igt@runner@aborted.html>, > FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl2/igt@runner@aborted.html>, > FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-apl7/igt@runner@aborted.html>) > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#3002 > <https://gitlab.freedesktop.org/drm/intel/issues/3002> / > i915#4312 > <https://gitlab.freedesktop.org/drm/intel/issues/4312>) -> > (FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-apl7/igt@runner@aborted.html>, > FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-apl2/igt@runner@aborted.html>) > (i915#3002 > <https://gitlab.freedesktop.org/drm/intel/issues/3002> / > i915#4312 <https://gitlab.freedesktop.org/drm/intel/issues/4312>) > > o > > shard-skl: (FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl4/igt@runner@aborted.html>, > FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12325/shard-skl10/igt@runner@aborted.html>) > (i915#3002 > <https://gitlab.freedesktop.org/drm/intel/issues/3002> / > i915#4312 > <https://gitlab.freedesktop.org/drm/intel/issues/4312>) -> > (FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl3/igt@runner@aborted.html>, > FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl7/igt@runner@aborted.html>, > FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl9/igt@runner@aborted.html>, > FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110343v1/shard-skl5/igt@runner@aborted.html>) > (i915#3002 > <https://gitlab.freedesktop.org/drm/intel/issues/3002> / > i915#4312 > <https://gitlab.freedesktop.org/drm/intel/issues/4312> / > i915#6949 <https://gitlab.freedesktop.org/drm/intel/issues/6949>) > > > Build changes > > * Linux: CI_DRM_12325 -> Patchwork_110343v1 > > CI-20190529: 20190529 > CI_DRM_12325: 1a90222aa5e5bb86ffcbde5ba9611659a23f0df6 @ > git://anongit.freedesktop.org/gfx-ci/linux > IGT_7032: 372c56225e12578a7a4a6bcc5b79eb40b643fcde @ > https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > Patchwork_110343v1: 1a90222aa5e5bb86ffcbde5ba9611659a23f0df6 @ > 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.c b/drivers/gpu/drm/i915/gt/uc/intel_guc.c index 27b09ba1d295f..1bcd61bb50f89 100644 --- a/drivers/gpu/drm/i915/gt/uc/intel_guc.c +++ b/drivers/gpu/drm/i915/gt/uc/intel_guc.c @@ -871,14 +871,14 @@ void intel_guc_load_status(struct intel_guc *guc, struct drm_printer *p) u32 status = intel_uncore_read(uncore, GUC_STATUS); u32 i; - drm_printf(p, "\nGuC status 0x%08x:\n", status); + drm_printf(p, "GuC status 0x%08x:\n", status); drm_printf(p, "\tBootrom status = 0x%x\n", (status & GS_BOOTROM_MASK) >> GS_BOOTROM_SHIFT); drm_printf(p, "\tuKernel status = 0x%x\n", (status & GS_UKERNEL_MASK) >> GS_UKERNEL_SHIFT); drm_printf(p, "\tMIA Core status = 0x%x\n", (status & GS_MIA_MASK) >> GS_MIA_SHIFT); - drm_puts(p, "\nScratch registers:\n"); + drm_puts(p, "Scratch registers:\n"); for (i = 0; i < 16; i++) { drm_printf(p, "\t%2d: \t0x%x\n", i, intel_uncore_read(uncore, SOFT_SCRATCH(i))); diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c index 4ccb29f9ac55c..4dbdac8002e32 100644 --- a/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c +++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c @@ -4901,7 +4901,7 @@ void intel_guc_submission_print_info(struct intel_guc *guc, drm_printf(p, "GuC Number Outstanding Submission G2H: %u\n", atomic_read(&guc->outstanding_submission_g2h)); - drm_printf(p, "GuC tasklet count: %u\n\n", + drm_printf(p, "GuC tasklet count: %u\n", atomic_read(&sched_engine->tasklet.count)); spin_lock_irqsave(&sched_engine->lock, flags); @@ -4949,7 +4949,7 @@ static inline void guc_log_context(struct drm_printer *p, atomic_read(&ce->pin_count)); drm_printf(p, "\t\tGuC ID Ref Count: %u\n", atomic_read(&ce->guc_id.ref)); - drm_printf(p, "\t\tSchedule State: 0x%x\n\n", + drm_printf(p, "\t\tSchedule State: 0x%x\n", ce->guc_state.sched_state); } @@ -4978,7 +4978,7 @@ void intel_guc_submission_print_context_info(struct intel_guc *guc, READ_ONCE(*ce->parallel.guc.wq_head)); drm_printf(p, "\t\tWQI Tail: %u\n", READ_ONCE(*ce->parallel.guc.wq_tail)); - drm_printf(p, "\t\tWQI Status: %u\n\n", + drm_printf(p, "\t\tWQI Status: %u\n", READ_ONCE(*ce->parallel.guc.wq_status)); } @@ -4986,7 +4986,7 @@ void intel_guc_submission_print_context_info(struct intel_guc *guc, emit_bb_start_parent_no_preempt_mid_batch) { u8 i; - drm_printf(p, "\t\tChildren Go: %u\n\n", + drm_printf(p, "\t\tChildren Go: %u\n", get_children_go_value(ce)); for (i = 0; i < ce->parallel.number_children; ++i) drm_printf(p, "\t\tChildren Join: %u\n",