Message ID | 20230510205556.312999-1-John.C.Harrison@Intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/i1915/guc: Fix probe injection CI failures after recent change | expand |
Hi John, On Wed, May 10, 2023 at 01:55:56PM -0700, John.C.Harrison@Intel.com wrote: > From: John Harrison <John.C.Harrison@Intel.com> > > A recent change bumped a 'notice' message up to 'error' level for > debug builds to help trap incorrect configurations in CI systems. > Unfortunaetly, tha error condition in question is triggered by the /tha/the/ > error injection probe test. So change the message again to be 'probe > error' level instead. > > Signed-off-by: John Harrison <John.C.Harrison@Intel.com> > Fixes: 760133d42f0a ("drm/i915/uc: Make unexpected firmware versions an error in debug builds") > Cc: John Harrison <John.C.Harrison@Intel.com> > Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> > Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> > Cc: Alan Previn <alan.previn.teres.alexis@intel.com> > Cc: Lucas De Marchi <lucas.demarchi@intel.com> > Cc: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com> Andi > --- > drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c > index 4ec7df9ed5ff3..e467d9af61876 100644 > --- a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c > +++ b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c > @@ -18,7 +18,7 @@ > #include "i915_reg.h" > > #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM) > -#define UNEXPECTED gt_err > +#define UNEXPECTED gt_probe_error > #else > #define UNEXPECTED gt_notice > #endif > -- > 2.39.1
On 5/10/2023 21:39, Patchwork wrote: > Project List - Patchwork *Patch Details* > *Series:* drm/i1915/guc: Fix probe injection CI failures after recent > change > *URL:* https://patchwork.freedesktop.org/series/117600/ > *State:* failure > *Details:* > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_117600v1/index.html > > > CI Bug Log - changes from CI_DRM_13131_full -> Patchwork_117600v1_full > > > Summary > > *FAILURE* > > Serious unknown changes coming with Patchwork_117600v1_full absolutely > need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in Patchwork_117600v1_full, please notify your bug team to > allow them > to document this new failure mode, which will reduce false positives > in CI. > > > Participating hosts (7 -> 7) > > No changes in participating hosts > > > Possible new issues > > Here are the unknown changes that may have been introduced in > Patchwork_117600v1_full: > > > IGT changes > > > Possible regressions > > * igt@gem_ctx_isolation@preservation-s3@vecs0: > o shard-apl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13131/shard-apl1/igt@gem_ctx_isolation@preservation-s3@vecs0.html> > -> ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_117600v1/shard-apl6/igt@gem_ctx_isolation@preservation-s3@vecs0.html> > Log shows a display failure. Not related to injection probe testing at all. John. > * > > > Suppressed > > The following results come from untrusted machines, tests, or statuses. > They do not affect the overall result. > > * igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc: > o {shard-dg1}: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13131/shard-dg1-17/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html> > -> DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_117600v1/shard-dg1-16/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html> > +1 similar issue > > > Known issues > > Here are the changes found in Patchwork_117600v1_full that come from > known issues: > > > IGT changes > > > Issues hit > > * > > igt@gem_exec_fair@basic-pace-solo@rcs0: > > o shard-glk: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13131/shard-glk1/igt@gem_exec_fair@basic-pace-solo@rcs0.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_117600v1/shard-glk9/igt@gem_exec_fair@basic-pace-solo@rcs0.html> > (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>) > * > > igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: > > o > > shard-glk: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13131/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_117600v1/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> > (i915#2346 <https://gitlab.freedesktop.org/drm/intel/issues/2346>) > > o > > shard-apl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13131/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_117600v1/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> > (i915#2346 <https://gitlab.freedesktop.org/drm/intel/issues/2346>) > > * > > igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a1-hdmi-a2: > > o shard-glk: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13131/shard-glk1/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a1-hdmi-a2.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_117600v1/shard-glk7/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a1-hdmi-a2.html> > (i915#2122 <https://gitlab.freedesktop.org/drm/intel/issues/2122>) > * > > igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1: > > o shard-apl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13131/shard-apl7/igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_117600v1/shard-apl1/igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1.html> > (i915#1188 <https://gitlab.freedesktop.org/drm/intel/issues/1188>) > * > > igt@kms_plane@pixel-format-source-clamping@pipe-b-planes: > > o shard-glk: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13131/shard-glk7/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html> > -> DMESG-FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_117600v1/shard-glk2/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html> > (i915#118 <https://gitlab.freedesktop.org/drm/intel/issues/118>) > > > Possible fixes > > * > > igt@gem_ctx_exec@basic-nohangcheck: > > o {shard-rkl}: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13131/shard-rkl-6/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_117600v1/shard-rkl-3/igt@gem_ctx_exec@basic-nohangcheck.html> > * > > igt@gem_exec_fair@basic-throttle@rcs0: > > o {shard-rkl}: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13131/shard-rkl-2/igt@gem_exec_fair@basic-throttle@rcs0.html> > (i915#2842 > <https://gitlab.freedesktop.org/drm/intel/issues/2842>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_117600v1/shard-rkl-6/igt@gem_exec_fair@basic-throttle@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_13131/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices@smem.html> > (i915#7953 > <https://gitlab.freedesktop.org/drm/intel/issues/7953> / > 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_117600v1/shard-tglu-7/igt@gem_exec_suspend@basic-s4-devices@smem.html> > * > > igt@i915_pm_rc6_residency@rc6-idle@vecs0: > > o {shard-dg1}: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13131/shard-dg1-12/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html> > (i915#3591 > <https://gitlab.freedesktop.org/drm/intel/issues/3591>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_117600v1/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html> > * > > igt@i915_pm_rpm@dpms-mode-unset-lpsp: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13131/shard-rkl-6/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html> > (i915#1397 > <https://gitlab.freedesktop.org/drm/intel/issues/1397>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_117600v1/shard-rkl-7/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html> > * > > igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: > > o {shard-rkl}: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13131/shard-rkl-7/igt@kms_big_fb@x-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_117600v1/shard-rkl-6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html> > * > > igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2: > > o shard-glk: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13131/shard-glk8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2.html> > (i915#79 <https://gitlab.freedesktop.org/drm/intel/issues/79>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_117600v1/shard-glk1/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2.html> > * > > {igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2}: > > o {shard-rkl}: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13131/shard-rkl-1/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html> > (i915#8292 > <https://gitlab.freedesktop.org/drm/intel/issues/8292>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_117600v1/shard-rkl-4/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html> > * > > igt@perf_pmu@idle@rcs0: > > o {shard-rkl}: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13131/shard-rkl-6/igt@perf_pmu@idle@rcs0.html> > (i915#4349 > <https://gitlab.freedesktop.org/drm/intel/issues/4349>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_117600v1/shard-rkl-3/igt@perf_pmu@idle@rcs0.html> > > {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_13131 -> Patchwork_117600v1 > > CI-20190529: 20190529 > CI_DRM_13131: 92b7f1c42fc99ff1bad5e18d6b1aaa585f134d47 @ > git://anongit.freedesktop.org/gfx-ci/linux > IGT_7285: d1cbf2bad9c2664ab8bd3bd0946510a52800912f @ > https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > Patchwork_117600v1: 92b7f1c42fc99ff1bad5e18d6b1aaa585f134d47 @ > 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_uc_fw.c b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c index 4ec7df9ed5ff3..e467d9af61876 100644 --- a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c +++ b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c @@ -18,7 +18,7 @@ #include "i915_reg.h" #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_GEM) -#define UNEXPECTED gt_err +#define UNEXPECTED gt_probe_error #else #define UNEXPECTED gt_notice #endif