Message ID | 20220720122321.18270-1-nirmoy.das@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/i915: Suppress oom warning for shmemfs object allocation failure | expand |
On 20.07.2022 14:23, Nirmoy Das wrote: > From: Chris Wilson <chris@chris-wilson.co.uk> > > We report object allocation failures to userspace with ENOMEM, yet we > still show the memory warning after failing to shrink device allocated > pages. While this warning is similar to other system page allocation > failures, it is superfluous to the ENOMEM provided directly to > userspace. > > Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/4936 > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> > Signed-off-by: Nirmoy Das <nirmoy.das@intel.com> > --- > drivers/gpu/drm/i915/gem/i915_gem_shmem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/gem/i915_gem_shmem.c b/drivers/gpu/drm/i915/gem/i915_gem_shmem.c > index 4eed3dd90ba8..4466173e1bcc 100644 > --- a/drivers/gpu/drm/i915/gem/i915_gem_shmem.c > +++ b/drivers/gpu/drm/i915/gem/i915_gem_shmem.c > @@ -137,7 +137,7 @@ int shmem_sg_alloc_table(struct drm_i915_private *i915, struct sg_table *st, > * trigger the out-of-memory killer and for > * this we want __GFP_RETRY_MAYFAIL. > */ > - gfp |= __GFP_RETRY_MAYFAIL; > + gfp |= __GFP_RETRY_MAYFAIL | __GFP_NOWARN; Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com> Regards Andrzej > } > } while (1); >
On 7/21/2022 4:32 AM, Patchwork wrote: > Project List - Patchwork *Patch Details* > *Series:* drm/i915: Suppress oom warning for shmemfs object > allocation failure (rev2) > *URL:* https://patchwork.freedesktop.org/series/106528/ > *State:* failure > *Details:* > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/index.html > > > CI Bug Log - changes from CI_DRM_11928_full -> Patchwork_106528v2_full > > > Summary > > *FAILURE* > > Serious unknown changes coming with Patchwork_106528v2_full absolutely > need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in Patchwork_106528v2_full, please notify your bug team to > allow them > to document this new failure mode, which will reduce false positives > in CI. > > > Participating hosts (13 -> 13) > > No changes in participating hosts > > > Possible new issues > > Here are the unknown changes that may have been introduced in > Patchwork_106528v2_full: > > > IGT changes > > > Possible regressions > > * > > igt@kms_big_fb@yf-tiled-32bpp-rotate-90: > > o shard-skl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl10/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html> > -> TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl9/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html> > +1 similar issue > * > > igt@kms_cursor_legacy@cursor-vs-flip@atomic-transitions: > > o shard-skl: NOTRUN -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl4/igt@kms_cursor_legacy@cursor-vs-flip@atomic-transitions.html> > Unrelated test failure as the patch is not related to KMS. Nirmoy > * > > > Suppressed > > The following results come from untrusted machines, tests, or statuses. > They do not affect the overall result. > > * > > igt@kms_color@invalid-degamma-lut-sizes: > > o {shard-rkl}: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-5/igt@kms_color@invalid-degamma-lut-sizes.html> > * > > igt@kms_cursor_edge_walk@top-bottom: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-2/igt@kms_cursor_edge_walk@top-bottom.html> > (i915#4098 > <https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> > SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-5/igt@kms_cursor_edge_walk@top-bottom.html> > > > New tests > > New tests have been introduced between CI_DRM_11928_full and > Patchwork_106528v2_full: > > > New IGT tests (4) > > * > > igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible@a-hdmi-a4: > > o Statuses : 1 pass(s) > o Exec time: [0.68] s > * > > igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible@b-hdmi-a4: > > o Statuses : 1 pass(s) > o Exec time: [0.60] s > * > > igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible@c-hdmi-a4: > > o Statuses : 1 pass(s) > o Exec time: [0.65] s > * > > igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible@d-hdmi-a4: > > o Statuses : 1 pass(s) > o Exec time: [0.62] s > > > Known issues > > Here are the changes found in Patchwork_106528v2_full that come from > known issues: > > > CI changes > > > Possible fixes > > * boot: > o shard-skl: (PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl9/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl9/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl7/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl7/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl6/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl6/boot.html>, > FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl5/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl5/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl5/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl4/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl4/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl4/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl4/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl3/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl3/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl1/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl1/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl1/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl10/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl10/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl10/boot.html>) > (i915#5032 > <https://gitlab.freedesktop.org/drm/intel/issues/5032>) -> > (PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl9/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl9/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl9/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl9/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl9/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl9/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl7/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl7/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl7/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl7/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl6/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl6/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl6/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl6/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl4/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl4/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl4/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl4/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl1/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl1/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl10/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl10/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl10/boot.html>, > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl10/boot.html>) > > > IGT changes > > > Issues hit > > * > > igt@feature_discovery@psr2: > > o shard-iclb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-iclb2/igt@feature_discovery@psr2.html> > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-iclb6/igt@feature_discovery@psr2.html> > (i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>) > * > > igt@gem_create@create-massive: > > o shard-skl: NOTRUN -> DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl7/igt@gem_create@create-massive.html> > (i915#4991 <https://gitlab.freedesktop.org/drm/intel/issues/4991>) > * > > igt@gem_ctx_isolation@preservation-s3@vcs0: > > o shard-kbl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-kbl6/igt@gem_ctx_isolation@preservation-s3@vcs0.html> > -> DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-kbl4/igt@gem_ctx_isolation@preservation-s3@vcs0.html> > (i915#180 > <https://gitlab.freedesktop.org/drm/intel/issues/180>) +7 > similar issues > * > > igt@gem_eio@in-flight-10ms: > > o shard-tglb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-tglb8/igt@gem_eio@in-flight-10ms.html> > -> TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-tglb5/igt@gem_eio@in-flight-10ms.html> > (i915#3063 > <https://gitlab.freedesktop.org/drm/intel/issues/3063>) +1 > similar issue > * > > igt@gem_eio@in-flight-contexts-immediate: > > o shard-skl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl1/igt@gem_eio@in-flight-contexts-immediate.html> > -> TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl7/igt@gem_eio@in-flight-contexts-immediate.html> > (i915#3063 <https://gitlab.freedesktop.org/drm/intel/issues/3063>) > * > > igt@gem_exec_balancer@parallel-contexts: > > o shard-iclb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-iclb1/igt@gem_exec_balancer@parallel-contexts.html> > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-iclb7/igt@gem_exec_balancer@parallel-contexts.html> > (i915#4525 > <https://gitlab.freedesktop.org/drm/intel/issues/4525>) +1 > similar issue > * > > igt@gem_exec_fair@basic-deadline: > > o shard-skl: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl10/igt@gem_exec_fair@basic-deadline.html> > (i915#2846 <https://gitlab.freedesktop.org/drm/intel/issues/2846>) > * > > igt@gem_exec_fair@basic-none-share@rcs0: > > o shard-tglb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-tglb1/igt@gem_exec_fair@basic-none-share@rcs0.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-tglb2/igt@gem_exec_fair@basic-none-share@rcs0.html> > (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>) > * > > igt@gem_exec_fair@basic-none@vcs1: > > o shard-kbl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-kbl6/igt@gem_exec_fair@basic-none@vcs1.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-kbl7/igt@gem_exec_fair@basic-none@vcs1.html> > (i915#2842 > <https://gitlab.freedesktop.org/drm/intel/issues/2842>) +3 > similar issues > * > > igt@gem_exec_fair@basic-pace-share@rcs0: > > o > > shard-glk: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html> > (i915#2842 > <https://gitlab.freedesktop.org/drm/intel/issues/2842>) +5 > similar issues > > o > > shard-apl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-apl8/igt@gem_exec_fair@basic-pace-share@rcs0.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-apl8/igt@gem_exec_fair@basic-pace-share@rcs0.html> > (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>) > > * > > igt@gem_exec_fair@basic-pace@vecs0: > > o shard-kbl: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-kbl6/igt@gem_exec_fair@basic-pace@vecs0.html> > (i915#2842 > <https://gitlab.freedesktop.org/drm/intel/issues/2842>) +1 > similar issue > * > > igt@gem_exec_fair@basic-throttle@rcs0: > > o shard-iclb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-iclb5/igt@gem_exec_fair@basic-throttle@rcs0.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-iclb4/igt@gem_exec_fair@basic-throttle@rcs0.html> > (i915#2849 <https://gitlab.freedesktop.org/drm/intel/issues/2849>) > * > > igt@gem_huc_copy@huc-copy: > > o shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-apl4/igt@gem_huc_copy@huc-copy.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#2190 <https://gitlab.freedesktop.org/drm/intel/issues/2190>) > * > > igt@gem_lmem_swapping@basic: > > o shard-kbl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-kbl4/igt@gem_lmem_swapping@basic.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>) > * > > igt@gem_lmem_swapping@smem-oom: > > o shard-skl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl10/igt@gem_lmem_swapping@smem-oom.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_pwrite@basic-exhaustion: > > o shard-skl: NOTRUN -> WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl9/igt@gem_pwrite@basic-exhaustion.html> > (i915#2658 <https://gitlab.freedesktop.org/drm/intel/issues/2658>) > * > > igt@gem_userptr_blits@vma-merge: > > o shard-skl: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl10/igt@gem_userptr_blits@vma-merge.html> > (i915#3318 <https://gitlab.freedesktop.org/drm/intel/issues/3318>) > * > > igt@i915_pm_dc@dc3co-vpb-simulation: > > o shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-apl4/igt@i915_pm_dc@dc3co-vpb-simulation.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#658 > <https://gitlab.freedesktop.org/drm/intel/issues/658>) +1 > similar issue > * > > igt@i915_pm_dc@dc9-dpms: > > o shard-iclb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-iclb6/igt@i915_pm_dc@dc9-dpms.html> > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-iclb3/igt@i915_pm_dc@dc9-dpms.html> > (i915#4281 <https://gitlab.freedesktop.org/drm/intel/issues/4281>) > * > > igt@i915_pm_rc6_residency@rc6-idle@vcs0: > > o shard-glk: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-glk2/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html> > -> WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-glk3/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html> > (i915#6405 <https://gitlab.freedesktop.org/drm/intel/issues/6405>) > * > > igt@i915_suspend@fence-restore-untiled: > > o shard-glk: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-glk8/igt@i915_suspend@fence-restore-untiled.html> > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-glk8/igt@i915_suspend@fence-restore-untiled.html> > (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) > * > > igt@kms_async_flips@alternate-sync-async-flip@pipe-b-edp-1: > > o shard-skl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl7/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-edp-1.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl7/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-edp-1.html> > (i915#2521 <https://gitlab.freedesktop.org/drm/intel/issues/2521>) > * > > igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip: > > o shard-skl: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl10/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html> > (i915#3743 > <https://gitlab.freedesktop.org/drm/intel/issues/3743>) +1 > similar issue > * > > igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs: > > o shard-skl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl10/igt@kms_ccs@pipe-a-bad-pixel-format-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>) +10 > similar issues > * > > igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_rc_ccs_cc: > > o shard-kbl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-kbl6/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>) +3 > similar issues > * > > igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs: > > o shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-apl4/igt@kms_ccs@pipe-b-bad-rotation-90-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_color_chamelium@pipe-b-gamma: > > o shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-apl4/igt@kms_color_chamelium@pipe-b-gamma.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > fdo#111827 > <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +1 > similar issue > * > > igt@kms_color_chamelium@pipe-c-gamma: > > o shard-kbl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-kbl6/igt@kms_color_chamelium@pipe-c-gamma.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > fdo#111827 > <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +3 > similar issues > * > > igt@kms_color_chamelium@pipe-d-ctm-green-to-red: > > o shard-skl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl7/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > fdo#111827 > <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +16 > similar issues > * > > igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions: > > o shard-skl: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl6/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html> > (i915#6328 <https://gitlab.freedesktop.org/drm/intel/issues/6328>) > * > > igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size: > > o shard-skl: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl6/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html> > (i915#2346 > <https://gitlab.freedesktop.org/drm/intel/issues/2346>) +3 > similar issues > * > > igt@kms_draw_crc@draw-method-rgb565-mmap-wc-untiled: > > o shard-glk: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-glk1/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-untiled.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-glk2/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-untiled.html> > (i915#1888 > <https://gitlab.freedesktop.org/drm/intel/issues/1888> / > i915#5160 <https://gitlab.freedesktop.org/drm/intel/issues/5160>) > * > > igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: > > o shard-skl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl10/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +308 > similar issues > * > > igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1: > > o shard-skl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl10/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl6/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html> > (i915#79 <https://gitlab.freedesktop.org/drm/intel/issues/79>) > +2 similar issues > * > > igt@kms_flip@flip-vs-suspend-interruptible@b-dp1: > > o shard-apl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-apl2/igt@kms_flip@flip-vs-suspend-interruptible@b-dp1.html> > -> DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@b-dp1.html> > (i915#180 <https://gitlab.freedesktop.org/drm/intel/issues/180>) > * > > igt@kms_flip@flip-vs-suspend@b-vga1: > > o shard-snb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-snb7/igt@kms_flip@flip-vs-suspend@b-vga1.html> > -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-snb6/igt@kms_flip@flip-vs-suspend@b-vga1.html> > (i915#4839 > <https://gitlab.freedesktop.org/drm/intel/issues/4839> / > i915#4939 <https://gitlab.freedesktop.org/drm/intel/issues/4939>) > * > > igt@kms_flip@wf_vblank-ts-check-interruptible@b-edp1: > > o shard-skl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl9/igt@kms_flip@wf_vblank-ts-check-interruptible@b-edp1.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl4/igt@kms_flip@wf_vblank-ts-check-interruptible@b-edp1.html> > (i915#2122 <https://gitlab.freedesktop.org/drm/intel/issues/2122>) > * > > 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_106528v2/shard-iclb2/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>) +7 > similar issues > * > > igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-default-mode: > > o shard-iclb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-iclb2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-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_106528v2/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@fbcpsr-2p-scndscrn-spr-indfb-onoff: > > o shard-kbl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-kbl6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-onoff.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +73 > similar issues > * > > igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb: > > o shard-apl: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-apl4/igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb.html> > (i915#265 <https://gitlab.freedesktop.org/drm/intel/issues/265>) > * > > igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb: > > o shard-skl: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl6/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html> > (i915#265 <https://gitlab.freedesktop.org/drm/intel/issues/265>) > * > > igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb: > > o shard-apl: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-apl4/igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb.html> > (fdo#108145 > <https://bugs.freedesktop.org/show_bug.cgi?id=108145> / > i915#265 <https://gitlab.freedesktop.org/drm/intel/issues/265>) > * > > igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb: > > o shard-kbl: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-kbl6/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html> > (i915#265 <https://gitlab.freedesktop.org/drm/intel/issues/265>) > * > > igt@kms_plane_alpha_blend@pipe-c-constant-alpha-max: > > o shard-skl: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl10/igt@kms_plane_alpha_blend@pipe-c-constant-alpha-max.html> > (fdo#108145 > <https://bugs.freedesktop.org/show_bug.cgi?id=108145> / > i915#265 <https://gitlab.freedesktop.org/drm/intel/issues/265>) > * > > igt@kms_plane_scaling@invalid-num-scalers@pipe-a-edp-1-invalid-num-scalers: > > o shard-skl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl9/igt@kms_plane_scaling@invalid-num-scalers@pipe-a-edp-1-invalid-num-scalers.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#5776 > <https://gitlab.freedesktop.org/drm/intel/issues/5776>) +2 > similar issues > * > > igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1: > > o shard-iclb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-iclb6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html> > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-iclb3/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html> > (i915#5176 > <https://gitlab.freedesktop.org/drm/intel/issues/5176>) +1 > similar issue > * > > igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-a-edp-1: > > o shard-iclb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-iclb7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-a-edp-1.html> > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-iclb2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-a-edp-1.html> > (i915#5235 > <https://gitlab.freedesktop.org/drm/intel/issues/5235>) +5 > similar issues > * > > igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area: > > o shard-kbl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-kbl4/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#658 > <https://gitlab.freedesktop.org/drm/intel/issues/658>) +1 > similar issue > * > > igt@kms_psr2_su@page_flip-xrgb8888: > > o > > shard-iclb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-iclb2/igt@kms_psr2_su@page_flip-xrgb8888.html> > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-iclb6/igt@kms_psr2_su@page_flip-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>) > > o > > shard-skl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl7/igt@kms_psr2_su@page_flip-xrgb8888.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#658 > <https://gitlab.freedesktop.org/drm/intel/issues/658>) +2 > similar issues > > * > > igt@kms_psr@psr2_sprite_blt: > > o shard-iclb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-iclb2/igt@kms_psr@psr2_sprite_blt.html> > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-iclb6/igt@kms_psr@psr2_sprite_blt.html> > (fdo#109441 <https://bugs.freedesktop.org/show_bug.cgi?id=109441>) > * > > igt@kms_writeback@writeback-pixel-formats: > > o shard-kbl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-kbl4/igt@kms_writeback@writeback-pixel-formats.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#2437 <https://gitlab.freedesktop.org/drm/intel/issues/2437>) > * > > igt@nouveau_crc@pipe-c-source-outp-inactive: > > o shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-apl4/igt@nouveau_crc@pipe-c-source-outp-inactive.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +42 > similar issues > * > > igt@perf@enable-disable: > > o shard-skl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl1/igt@perf@enable-disable.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl7/igt@perf@enable-disable.html> > (i915#1352 <https://gitlab.freedesktop.org/drm/intel/issues/1352>) > * > > igt@perf@non-zero-reason: > > o shard-skl: NOTRUN -> TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl10/igt@perf@non-zero-reason.html> > (i915#6473 <https://gitlab.freedesktop.org/drm/intel/issues/6473>) > * > > igt@sysfs_clients@fair-3: > > o shard-skl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl10/igt@sysfs_clients@fair-3.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#2994 > <https://gitlab.freedesktop.org/drm/intel/issues/2994>) +2 > similar issues > * > > igt@sysfs_clients@recycle-many: > > o shard-apl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-apl4/igt@sysfs_clients@recycle-many.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#2994 <https://gitlab.freedesktop.org/drm/intel/issues/2994>) > * > > igt@sysfs_clients@split-10: > > o shard-kbl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-kbl6/igt@sysfs_clients@split-10.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@drm_read@short-buffer-block: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-2/igt@drm_read@short-buffer-block.html> > (i915#4098 > <https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-6/igt@drm_read@short-buffer-block.html> > * > > igt@fbdev@read: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-2/igt@fbdev@read.html> > (i915#2582 > <https://gitlab.freedesktop.org/drm/intel/issues/2582>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-6/igt@fbdev@read.html> > * > > igt@gem_ctx_persistence@hostile: > > o {shard-rkl}: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-1/igt@gem_ctx_persistence@hostile.html> > (i915#2410 > <https://gitlab.freedesktop.org/drm/intel/issues/2410>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-5/igt@gem_ctx_persistence@hostile.html> > * > > igt@gem_ctx_persistence@legacy-engines-hostile@bsd1: > > o {shard-dg1}: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-dg1-18/igt@gem_ctx_persistence@legacy-engines-hostile@bsd1.html> > (i915#4883 > <https://gitlab.freedesktop.org/drm/intel/issues/4883>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-dg1-15/igt@gem_ctx_persistence@legacy-engines-hostile@bsd1.html> > * > > igt@gem_ctx_persistence@smoketest: > > o shard-tglb: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-tglb2/igt@gem_ctx_persistence@smoketest.html> > (i915#5099 > <https://gitlab.freedesktop.org/drm/intel/issues/5099>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-tglb3/igt@gem_ctx_persistence@smoketest.html> > * > > igt@gem_exec_balancer@parallel-out-fence: > > o shard-iclb: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-iclb6/igt@gem_exec_balancer@parallel-out-fence.html> > (i915#4525 > <https://gitlab.freedesktop.org/drm/intel/issues/4525>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-iclb1/igt@gem_exec_balancer@parallel-out-fence.html> > +1 similar issue > * > > igt@gem_exec_endless@dispatch@bcs0: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-5/igt@gem_exec_endless@dispatch@bcs0.html> > (i915#6247 > <https://gitlab.freedesktop.org/drm/intel/issues/6247>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-2/igt@gem_exec_endless@dispatch@bcs0.html> > * > > igt@gem_exec_reloc@basic-gtt-wc-noreloc: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-2/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html> > (i915#3281 > <https://gitlab.freedesktop.org/drm/intel/issues/3281>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-5/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html> > +16 similar issues > * > > igt@gem_exec_schedule@semaphore-power: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-2/igt@gem_exec_schedule@semaphore-power.html> > (fdo#110254 > <https://bugs.freedesktop.org/show_bug.cgi?id=110254>) -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-5/igt@gem_exec_schedule@semaphore-power.html> > * > > igt@gem_partial_pwrite_pread@writes-after-reads-uncached: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-1/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html> > (i915#3282 > <https://gitlab.freedesktop.org/drm/intel/issues/3282>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html> > +4 similar issues > * > > igt@gen9_exec_parse@shadow-peek: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-2/igt@gen9_exec_parse@shadow-peek.html> > (i915#2527 > <https://gitlab.freedesktop.org/drm/intel/issues/2527>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-5/igt@gen9_exec_parse@shadow-peek.html> > +5 similar issues > * > > igt@i915_pm_backlight@fade_with_suspend: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-2/igt@i915_pm_backlight@fade_with_suspend.html> > (i915#3012 > <https://gitlab.freedesktop.org/drm/intel/issues/3012>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-6/igt@i915_pm_backlight@fade_with_suspend.html> > * > > igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a: > > o {shard-dg1}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-dg1-15/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html> > (i915#1937 > <https://gitlab.freedesktop.org/drm/intel/issues/1937>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-dg1-13/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html> > * > > igt@i915_pm_rpm@dpms-lpsp: > > o {shard-dg1}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-dg1-15/igt@i915_pm_rpm@dpms-lpsp.html> > (i915#1397 > <https://gitlab.freedesktop.org/drm/intel/issues/1397>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-dg1-13/igt@i915_pm_rpm@dpms-lpsp.html> > * > > igt@i915_pm_sseu@full-enable: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-1/igt@i915_pm_sseu@full-enable.html> > (i915#4387 > <https://gitlab.freedesktop.org/drm/intel/issues/4387>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-5/igt@i915_pm_sseu@full-enable.html> > * > > igt@i915_selftest@live@gt_pm: > > o {shard-tglu}: DMESG-FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-tglu-6/igt@i915_selftest@live@gt_pm.html> > (i915#3987 > <https://gitlab.freedesktop.org/drm/intel/issues/3987>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-tglu-6/igt@i915_selftest@live@gt_pm.html> > * > > igt@i915_selftest@live@hangcheck: > > o {shard-dg1}: DMESG-FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-dg1-18/igt@i915_selftest@live@hangcheck.html> > (i915#4494 > <https://gitlab.freedesktop.org/drm/intel/issues/4494> / > i915#4957 > <https://gitlab.freedesktop.org/drm/intel/issues/4957>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-dg1-18/igt@i915_selftest@live@hangcheck.html> > * > > igt@i915_selftest@live@migrate: > > o shard-iclb: DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-iclb5/igt@i915_selftest@live@migrate.html> > (i915#2867 > <https://gitlab.freedesktop.org/drm/intel/issues/2867>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-iclb4/igt@i915_selftest@live@migrate.html> > +6 similar issues > * > > igt@i915_suspend@fence-restore-untiled: > > o shard-apl: DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-apl1/igt@i915_suspend@fence-restore-untiled.html> > (i915#180 > <https://gitlab.freedesktop.org/drm/intel/issues/180>) -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-apl4/igt@i915_suspend@fence-restore-untiled.html> > * > > igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1: > > o shard-skl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl7/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html> > (i915#2521 > <https://gitlab.freedesktop.org/drm/intel/issues/2521>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl7/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html> > * > > igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-2/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html> > (i915#1845 > <https://gitlab.freedesktop.org/drm/intel/issues/1845> / > i915#4098 > <https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-6/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html> > +9 similar issues > * > > 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_11928/shard-glk6/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_106528v2/shard-glk5/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html> > * > > igt@kms_cursor_legacy@cursor-vs-flip@atomic: > > o shard-skl: INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl7/igt@kms_cursor_legacy@cursor-vs-flip@atomic.html> > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl4/igt@kms_cursor_legacy@cursor-vs-flip@atomic.html> > * > > igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-2/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html> > (fdo#111314 > <https://bugs.freedesktop.org/show_bug.cgi?id=111314> / > i915#4098 > <https://gitlab.freedesktop.org/drm/intel/issues/4098> / > i915#4369 > <https://gitlab.freedesktop.org/drm/intel/issues/4369>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-6/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html> > +1 similar issue > * > > igt@kms_fbcon_fbt@psr-suspend: > > o shard-skl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl1/igt@kms_fbcon_fbt@psr-suspend.html> > (i915#4767 > <https://gitlab.freedesktop.org/drm/intel/issues/4767>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl7/igt@kms_fbcon_fbt@psr-suspend.html> > * > > igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1: > > o shard-skl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl10/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html> > (i915#79 <https://gitlab.freedesktop.org/drm/intel/issues/79>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl6/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html> > * > > igt@kms_flip@flip-vs-suspend-interruptible@c-dp1: > > o shard-kbl: DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-kbl7/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html> > (i915#180 > <https://gitlab.freedesktop.org/drm/intel/issues/180>) -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-kbl6/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html> > +3 similar issues > * > > igt@kms_flip@plain-flip-fb-recreate-interruptible@b-dp1: > > o > > shard-apl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-apl8/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-dp1.html> > (i915#2122 > <https://gitlab.freedesktop.org/drm/intel/issues/2122>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-apl1/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-dp1.html> > > o > > shard-kbl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-kbl7/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-dp1.html> > (i915#2122 > <https://gitlab.freedesktop.org/drm/intel/issues/2122>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-kbl1/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-dp1.html> > > * > > igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1: > > o shard-skl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl4/igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1.html> > (i915#2122 > <https://gitlab.freedesktop.org/drm/intel/issues/2122>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl1/igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1.html> > * > > igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu.html> > (i915#1849 > <https://gitlab.freedesktop.org/drm/intel/issues/1849> / > i915#4098 > <https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu.html> > +5 similar issues > * > > igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min: > > o shard-skl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl6/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html> > (fdo#108145 > <https://bugs.freedesktop.org/show_bug.cgi?id=108145> / > i915#265 > <https://gitlab.freedesktop.org/drm/intel/issues/265>) -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl6/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html> > * > > igt@kms_plane_alpha_blend@pipe-b-coverage-vs-premult-vs-constant: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-2/igt@kms_plane_alpha_blend@pipe-b-coverage-vs-premult-vs-constant.html> > (i915#1849 > <https://gitlab.freedesktop.org/drm/intel/issues/1849> / > i915#3546 > <https://gitlab.freedesktop.org/drm/intel/issues/3546> / > i915#4070 > <https://gitlab.freedesktop.org/drm/intel/issues/4070> / > i915#4098 > <https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-6/igt@kms_plane_alpha_blend@pipe-b-coverage-vs-premult-vs-constant.html> > * > > igt@kms_plane_multiple@atomic-pipe-b-tiling-y: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-2/igt@kms_plane_multiple@atomic-pipe-b-tiling-y.html> > (i915#1849 > <https://gitlab.freedesktop.org/drm/intel/issues/1849> / > i915#3558 > <https://gitlab.freedesktop.org/drm/intel/issues/3558> / > i915#4070 > <https://gitlab.freedesktop.org/drm/intel/issues/4070>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-6/igt@kms_plane_multiple@atomic-pipe-b-tiling-y.html> > * > > igt@kms_prime@basic-crc@second-to-first: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-2/igt@kms_prime@basic-crc@second-to-first.html> > (i915#1849 > <https://gitlab.freedesktop.org/drm/intel/issues/1849>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-6/igt@kms_prime@basic-crc@second-to-first.html> > * > > igt@kms_psr@cursor_render: > > o {shard-rkl}: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-rkl-2/igt@kms_psr@cursor_render.html> > (i915#1072 > <https://gitlab.freedesktop.org/drm/intel/issues/1072>) -> > PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-rkl-6/igt@kms_psr@cursor_render.html> > * > > igt@kms_psr@psr2_cursor_blt: > > o shard-iclb: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-iclb7/igt@kms_psr@psr2_cursor_blt.html> > (fdo#109441 > <https://bugs.freedesktop.org/show_bug.cgi?id=109441>) -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-iclb2/igt@kms_psr@psr2_cursor_blt.html> > +1 similar issue > > > Warnings > > * > > igt@gem_exec_balancer@parallel-ordering: > > o shard-iclb: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-iclb3/igt@gem_exec_balancer@parallel-ordering.html> > (i915#4525 > <https://gitlab.freedesktop.org/drm/intel/issues/4525>) -> > FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-iclb1/igt@gem_exec_balancer@parallel-ordering.html> > (i915#6117 <https://gitlab.freedesktop.org/drm/intel/issues/6117>) > * > > igt@gem_exec_fair@basic-none-rrul@rcs0: > > o shard-iclb: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-iclb8/igt@gem_exec_fair@basic-none-rrul@rcs0.html> > (i915#2852 > <https://gitlab.freedesktop.org/drm/intel/issues/2852>) -> > FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-iclb3/igt@gem_exec_fair@basic-none-rrul@rcs0.html> > (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>) > * > > igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs: > > o shard-skl: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-skl10/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271> / > i915#1888 > <https://gitlab.freedesktop.org/drm/intel/issues/1888>) -> > SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-skl9/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs.html> > (fdo#109271 > <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +1 > similar issue > * > > igt@kms_psr2_sf@plane-move-sf-dmg-area: > > o shard-iclb: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11928/shard-iclb4/igt@kms_psr2_sf@plane-move-sf-dmg-area.html> > (fdo#111068 > <https://bugs.freedesktop.org/show_bug.cgi?id=111068> / > i915#658 > <https://gitlab.freedesktop.org/drm/intel/issues/658>) -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106528v2/shard-iclb2/igt@kms_psr2_sf@plane-move-sf-dmg-area.html> > (i915#2920 <https://gitlab.freedesktop.org/drm/intel/issues/2920>) > > {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_11928 -> Patchwork_106528v2 > > CI-20190529: 20190529 > CI_DRM_11928: 8aa8753730556013fd562e01965e5dd571ae55ea @ > git://anongit.freedesktop.org/gfx-ci/linux > IGT_6593: 6ac554e19b3bb4232877367911e9185e5d35296f @ > https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > Patchwork_106528v2: 8aa8753730556013fd562e01965e5dd571ae55ea @ > git://anongit.freedesktop.org/gfx-ci/linux > piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ > git://anongit.freedesktop.org/piglit >
On 20/07/2022 13:23, Nirmoy Das wrote: > From: Chris Wilson <chris@chris-wilson.co.uk> > > We report object allocation failures to userspace with ENOMEM, yet we > still show the memory warning after failing to shrink device allocated > pages. While this warning is similar to other system page allocation > failures, it is superfluous to the ENOMEM provided directly to > userspace. > > Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/4936 Is it not possible that this triggers OOM warning when calling sg_alloc_table() or similar? I guess shmem_read_mapping_page_gfp() is the most likely spot where this triggers OOM, but that doesn't have to be the case? > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> > Signed-off-by: Nirmoy Das <nirmoy.das@intel.com> > --- > drivers/gpu/drm/i915/gem/i915_gem_shmem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/gem/i915_gem_shmem.c b/drivers/gpu/drm/i915/gem/i915_gem_shmem.c > index 4eed3dd90ba8..4466173e1bcc 100644 > --- a/drivers/gpu/drm/i915/gem/i915_gem_shmem.c > +++ b/drivers/gpu/drm/i915/gem/i915_gem_shmem.c > @@ -137,7 +137,7 @@ int shmem_sg_alloc_table(struct drm_i915_private *i915, struct sg_table *st, > * trigger the out-of-memory killer and for > * this we want __GFP_RETRY_MAYFAIL. > */ > - gfp |= __GFP_RETRY_MAYFAIL; > + gfp |= __GFP_RETRY_MAYFAIL | __GFP_NOWARN; > } > } while (1); >
On 7/21/2022 11:49 AM, Matthew Auld wrote: > On 20/07/2022 13:23, Nirmoy Das wrote: >> From: Chris Wilson <chris@chris-wilson.co.uk> >> >> We report object allocation failures to userspace with ENOMEM, yet we >> still show the memory warning after failing to shrink device allocated >> pages. While this warning is similar to other system page allocation >> failures, it is superfluous to the ENOMEM provided directly to >> userspace. >> >> Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/4936 > > Is it not possible that this triggers OOM warning when calling > sg_alloc_table() or similar? I haven't observed any after running the test for a while but I think it might be possible, Do you think I should add __GFP_NOWARN for that too ? Nirmoy > I guess shmem_read_mapping_page_gfp() is the most likely spot where > this triggers OOM, but that doesn't have to be the case? > >> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> >> Signed-off-by: Nirmoy Das <nirmoy.das@intel.com> >> --- >> drivers/gpu/drm/i915/gem/i915_gem_shmem.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/gpu/drm/i915/gem/i915_gem_shmem.c >> b/drivers/gpu/drm/i915/gem/i915_gem_shmem.c >> index 4eed3dd90ba8..4466173e1bcc 100644 >> --- a/drivers/gpu/drm/i915/gem/i915_gem_shmem.c >> +++ b/drivers/gpu/drm/i915/gem/i915_gem_shmem.c >> @@ -137,7 +137,7 @@ int shmem_sg_alloc_table(struct drm_i915_private >> *i915, struct sg_table *st, >> * trigger the out-of-memory killer and for >> * this we want __GFP_RETRY_MAYFAIL. >> */ >> - gfp |= __GFP_RETRY_MAYFAIL; >> + gfp |= __GFP_RETRY_MAYFAIL | __GFP_NOWARN; >> } >> } while (1);
diff --git a/drivers/gpu/drm/i915/gem/i915_gem_shmem.c b/drivers/gpu/drm/i915/gem/i915_gem_shmem.c index 4eed3dd90ba8..4466173e1bcc 100644 --- a/drivers/gpu/drm/i915/gem/i915_gem_shmem.c +++ b/drivers/gpu/drm/i915/gem/i915_gem_shmem.c @@ -137,7 +137,7 @@ int shmem_sg_alloc_table(struct drm_i915_private *i915, struct sg_table *st, * trigger the out-of-memory killer and for * this we want __GFP_RETRY_MAYFAIL. */ - gfp |= __GFP_RETRY_MAYFAIL; + gfp |= __GFP_RETRY_MAYFAIL | __GFP_NOWARN; } } while (1);