Message ID | 20210717011227.204494-1-jose.souza@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/4] drm/i915/display: Disable FBC when PSR2 is enabled for xelpd platforms | expand |
> -----Original Message----- > From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of José > Roberto de Souza > Sent: Friday, July 16, 2021 6:12 PM > To: intel-gfx@lists.freedesktop.org > Subject: [Intel-gfx] [PATCH 1/4] drm/i915/display: Disable FBC when PSR2 is > enabled for xelpd platforms > > xelpd platforms also requires that FBC is disabled when PSR2 is enabled so > extending it. > > BSpec: 50422 > Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com> > Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Anusha Srivatsa <anusha.srivatsa@intel.com> > --- > drivers/gpu/drm/i915/display/intel_fbc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_fbc.c > b/drivers/gpu/drm/i915/display/intel_fbc.c > index 82effb64a3b9c..ddfc17e21668a 100644 > --- a/drivers/gpu/drm/i915/display/intel_fbc.c > +++ b/drivers/gpu/drm/i915/display/intel_fbc.c > @@ -912,11 +912,11 @@ static bool intel_fbc_can_activate(struct intel_crtc > *crtc) > } > > /* > - * Tigerlake is not supporting FBC with PSR2. > + * Display 12+ is not supporting FBC with PSR2. > * Recommendation is to keep this combination disabled > * Bspec: 50422 HSD: 14010260002 > */ > - if (fbc->state_cache.psr2_active && IS_TIGERLAKE(dev_priv)) { > + if (fbc->state_cache.psr2_active && DISPLAY_VER(dev_priv) >= 12) { > fbc->no_fbc_reason = "not supported with PSR2"; > return false; > } > -- > 2.32.0 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx
On Sat, 2021-07-17 at 12:48 +0000, Patchwork wrote: Patch Details Series: series starting with [1/4] drm/i915/display: Disable FBC when PSR2 is enabled for xelpd platforms URL: https://patchwork.freedesktop.org/series/92667/ State: failure Details: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/index.html CI Bug Log - changes from CI_DRM_10346_full -> Patchwork_20639_full Summary FAILURE Serious unknown changes coming with Patchwork_20639_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_20639_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. Possible new issues Here are the unknown changes that may have been introduced in Patchwork_20639_full: IGT changes Possible regressions * igt@gen9_exec_parse@bb-start-far: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb3/igt@gen9_exec_parse@bb-start-far.html> * igt@i915_suspend@debugfs-reader: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-glk7/igt@i915_suspend@debugfs-reader.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-glk9/igt@i915_suspend@debugfs-reader.html> * igt@kms_draw_crc@draw-method-xrgb8888-render-xtiled: * shard-skl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-skl9/igt@kms_draw_crc@draw-method-xrgb8888-render-xtiled.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl6/igt@kms_draw_crc@draw-method-xrgb8888-render-xtiled.html> None of this failures are related. Patch was already pushed from another series and just pushed patch 2 and 3. Will hold patch 4 a little bit more. Thanks for the reviews Anusha. Known issues Here are the changes found in Patchwork_20639_full that come from known issues: IGT changes Issues hit * igt@gem_ctx_persistence@legacy-engines-persistence: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-snb5/igt@gem_ctx_persistence@legacy-engines-persistence.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [i915#1099]) * igt@gem_exec_fair@basic-flow@rcs0: * shard-tglb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-tglb2/igt@gem_exec_fair@basic-flow@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-tglb6/igt@gem_exec_fair@basic-flow@rcs0.html> ([i915#2842]) +2 similar issues * igt@gem_exec_fair@basic-none@vcs0: * shard-tglb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-tglb3/igt@gem_exec_fair@basic-none@vcs0.html> ([i915#2842]) +4 similar issues * igt@gem_exec_fair@basic-pace@vcs1: * shard-kbl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-kbl4/igt@gem_exec_fair@basic-pace@vcs1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-kbl2/igt@gem_exec_fair@basic-pace@vcs1.html> ([i915#2842]) * igt@gem_huc_copy@huc-copy: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl3/igt@gem_huc_copy@huc-copy.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [i915#2190]) * igt@gem_mmap_gtt@cpuset-big-copy: * shard-skl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-skl8/igt@gem_mmap_gtt@cpuset-big-copy.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl9/igt@gem_mmap_gtt@cpuset-big-copy.html> ([i915#1982]) * igt@gem_pread@exhaustion: * shard-apl: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl3/igt@gem_pread@exhaustion.html> ([i915#2658]) * igt@gem_pwrite@basic-exhaustion: * shard-snb: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-snb2/igt@gem_pwrite@basic-exhaustion.html> ([i915#2658]) * shard-kbl: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-kbl3/igt@gem_pwrite@basic-exhaustion.html> ([i915#2658]) * igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb3/igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs.html> ([i915#768]) * igt@gen7_exec_parse@chained-batch: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb3/igt@gen7_exec_parse@chained-batch.html> (fdo#109289<https://bugs.freedesktop.org/show_bug.cgi?id=109289>) +1 similar issue * igt@gen9_exec_parse@batch-invalid-length: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-snb5/igt@gen9_exec_parse@batch-invalid-length.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +225 similar issues * igt@i915_module_load@reload-with-fault-injection: * shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-snb5/igt@i915_module_load@reload-with-fault-injection.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-snb7/igt@i915_module_load@reload-with-fault-injection.html> ([i915#3389]) * igt@i915_pm_lpsp@kms-lpsp: * shard-skl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl10/igt@i915_pm_lpsp@kms-lpsp.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +110 similar issues * igt@i915_pm_rpm@modeset-non-lpsp-stress: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb3/igt@i915_pm_rpm@modeset-non-lpsp-stress.html> ([fdo#110892]) * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip: * shard-skl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl10/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html> ([i915#3722]) * igt@kms_big_fb@y-tiled-32bpp-rotate-0: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-glk9/igt@kms_big_fb@y-tiled-32bpp-rotate-0.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-glk7/igt@kms_big_fb@y-tiled-32bpp-rotate-0.html> ([i915#118] / [i915#95]) * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [i915#3777]) * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip: * shard-skl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl10/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [i915#3777]) * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-kbl3/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [i915#3777]) * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html> ([fdo#110723]) +1 similar issue * igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc: * shard-skl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl10/igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html> ([i915#3678]) * igt@kms_ccs@pipe-b-crc-primary-basic-yf_tiled_ccs: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-tglb3/igt@kms_ccs@pipe-b-crc-primary-basic-yf_tiled_ccs.html> ([i915#3689]) +5 similar issues * igt@kms_chamelium@dp-hpd-storm-disable: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-tglb3/igt@kms_chamelium@dp-hpd-storm-disable.html> (fdo#109284<https://bugs.freedesktop.org/show_bug.cgi?id=109284> / [fdo#111827]) +1 similar issue * igt@kms_chamelium@dp-mode-timings: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl3/igt@kms_chamelium@dp-mode-timings.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [fdo#111827]) +20 similar issues * igt@kms_chamelium@hdmi-aspect-ratio: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-kbl3/igt@kms_chamelium@hdmi-aspect-ratio.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [fdo#111827]) +1 similar issue * igt@kms_chamelium@vga-edid-read: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb3/igt@kms_chamelium@vga-edid-read.html> (fdo#109284<https://bugs.freedesktop.org/show_bug.cgi?id=109284> / [fdo#111827]) +1 similar issue * igt@kms_color@pipe-d-ctm-negative: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb3/igt@kms_color@pipe-d-ctm-negative.html> (fdo#109278<https://bugs.freedesktop.org/show_bug.cgi?id=109278> / [i915#1149]) * igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes: * shard-skl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl10/igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [fdo#111827]) +11 similar issues * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-snb5/igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [fdo#111827]) +14 similar issues * igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding.html> ([i915#3319]) +2 similar issues * igt@kms_cursor_crc@pipe-c-cursor-32x32-rapid-movement: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-glk9/igt@kms_cursor_crc@pipe-c-cursor-32x32-rapid-movement.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +1 similar issue * igt@kms_cursor_crc@pipe-c-cursor-suspend: * shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-apl2/igt@kms_cursor_crc@pipe-c-cursor-suspend.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl1/igt@kms_cursor_crc@pipe-c-cursor-suspend.html> ([i915#180]) +2 similar issues * igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen.html> (fdo#109279<https://bugs.freedesktop.org/show_bug.cgi?id=109279> / [i915#3359]) +1 similar issue * igt@kms_cursor_crc@pipe-d-cursor-dpms: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb3/igt@kms_cursor_crc@pipe-d-cursor-dpms.html> (fdo#109278<https://bugs.freedesktop.org/show_bug.cgi?id=109278>) +11 similar issues * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb3/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274> / fdo#109278<https://bugs.freedesktop.org/show_bug.cgi?id=109278>) * igt@kms_cursor_legacy@pipe-d-torture-bo: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl7/igt@kms_cursor_legacy@pipe-d-torture-bo.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [i915#533]) +2 similar issues * igt@kms_dp_tiled_display@basic-test-pattern: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-tglb3/igt@kms_dp_tiled_display@basic-test-pattern.html> ([i915#426]) * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1: * shard-tglb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-tglb3/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-tglb2/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html> ([i915#79]) * igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1: * shard-skl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-skl2/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl1/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1.html> ([i915#2122]) +1 similar issue * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [i915#2672]) * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-kbl3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +27 similar issues * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +250 similar issues * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html> (fdo#109280<https://bugs.freedesktop.org/show_bug.cgi?id=109280>) +3 similar issues * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-tglb3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt.html> ([fdo#111825]) +4 similar issues * igt@kms_hdr@bpc-switch-suspend: * shard-skl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl10/igt@kms_hdr@bpc-switch-suspend.html> ([i915#1188]) * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d: * shard-skl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl2/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [i915#533]) +1 similar issue * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes: * shard-apl: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl1/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html> ([i915#180]) +1 similar issue * igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb: * shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl7/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html> (fdo#108145<https://bugs.freedesktop.org/show_bug.cgi?id=108145> / [i915#265]) +3 similar issues * igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb: * shard-skl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl10/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html> (fdo#108145<https://bugs.freedesktop.org/show_bug.cgi?id=108145> / [i915#265]) +2 similar issues * igt@kms_plane_alpha_blend@pipe-b-coverage-7efc: * shard-skl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-skl8/igt@kms_plane_alpha_blend@pipe-b-coverage-7efc.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl9/igt@kms_plane_alpha_blend@pipe-b-coverage-7efc.html> (fdo#108145<https://bugs.freedesktop.org/show_bug.cgi?id=108145> / [i915#265]) +1 similar issue * igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb: * shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl3/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html> ([i915#265]) +1 similar issue * igt@kms_plane_lowres@pipe-c-tiling-none: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-tglb3/igt@kms_plane_lowres@pipe-c-tiling-none.html> ([i915#3536]) * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl6/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [i915#2733]) * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl3/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [i915#658]) +4 similar issues * igt@kms_psr2_sf@plane-move-sf-dmg-area-0: * shard-skl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl10/igt@kms_psr2_sf@plane-move-sf-dmg-area-0.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [i915#658]) +1 similar issue * igt@kms_psr2_sf@plane-move-sf-dmg-area-2: * shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-kbl3/igt@kms_psr2_sf@plane-move-sf-dmg-area-2.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [i915#658]) * igt@kms_psr@psr2_cursor_mmap_gtt: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb3/igt@kms_psr@psr2_cursor_mmap_gtt.html> ([fdo#109441]) * igt@kms_psr@psr2_primary_page_flip: * shard-tglb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-tglb3/igt@kms_psr@psr2_primary_page_flip.html> ([i915#132] / [i915#3467]) * igt@kms_vrr@flip-basic: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb3/igt@kms_vrr@flip-basic.html> ([fdo#109502]) * igt@kms_writeback@writeback-check-output: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl3/igt@kms_writeback@writeback-check-output.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [i915#2437]) +2 similar issues * igt@kms_writeback@writeback-invalid-parameters: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-tglb3/igt@kms_writeback@writeback-invalid-parameters.html> ([i915#2437]) * igt@nouveau_crc@pipe-b-source-rg: * shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb3/igt@nouveau_crc@pipe-b-source-rg.html> ([i915#2530]) * igt@nouveau_crc@pipe-d-source-outp-inactive: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-tglb3/igt@nouveau_crc@pipe-d-source-outp-inactive.html> ([i915#2530]) * igt@perf@polling-parameterized: * shard-iclb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-iclb7/igt@perf@polling-parameterized.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb1/igt@perf@polling-parameterized.html> ([i915#1542]) * shard-skl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-skl7/igt@perf@polling-parameterized.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl4/igt@perf@polling-parameterized.html> ([i915#1542]) * igt@prime_nv_test@i915_import_gtt_mmap: * shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-tglb1/igt@prime_nv_test@i915_import_gtt_mmap.html> (fdo#109291<https://bugs>) +1 similar issue * igt@sysfs_clients@fair-0: * shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl7/igt@sysfs_clients@fair-0.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [i915#2994]) +2 similar issues * igt@sysfs_clients@pidname: * shard-skl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl10/igt@sysfs_clients@pidname.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [i915#2994]) * igt@sysfs_heartbeat_interval@mixed@rcs0: * shard-skl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-skl4/igt@sysfs_heartbeat_interval@mixed@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl7/igt@sysfs_heartbeat_interval@mixed@rcs0.html> ([i915#1731]) Possible fixes * igt@gem_exec_fair@basic-deadline: * shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-glk5/igt@gem_exec_fair@basic-deadline.html> ([i915#2846]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-glk4/igt@gem_exec_fair@basic-deadline.html> * igt@gem_exec_fair@basic-none@rcs0: * shard-kbl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-kbl1/igt@gem_exec_fair@basic-none@rcs0.html> ([i915#2842]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-kbl6/igt@gem_exec_fair@basic-none@rcs0.html> +3 similar issues * igt@gem_exec_fair@basic-throttle@rcs0: * shard-iclb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-iclb5/igt@gem_exec_fair@basic-throttle@rcs0.html> ([i915#2849]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb4/igt@gem_exec_fair@basic-throttle@rcs0.html> * igt@gem_mmap_gtt@cpuset-big-copy: * shard-iclb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-iclb4/igt@gem_mmap_gtt@cpuset-big-copy.html> ([i915#307]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb5/igt@gem_mmap_gtt@cpuset-big-copy.html> * igt@gem_workarounds@suspend-resume-context: * shard-apl: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-apl1/igt@gem_workarounds@suspend-resume-context.html> ([i915#180]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl7/igt@gem_workarounds@suspend-resume-context.html> * igt@kms_cursor_crc@pipe-b-cursor-suspend: * shard-kbl: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-kbl3/igt@kms_cursor_crc@pipe-b-cursor-suspend.html> ([i915#180]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-kbl3/igt@kms_cursor_crc@pipe-b-cursor-suspend.html> * igt@kms_cursor_crc@pipe-c-cursor-suspend: * shard-skl: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-skl2/igt@kms_cursor_crc@pipe-c-cursor-suspend.html> ([i915#300]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl10/igt@kms_cursor_crc@pipe-c-cursor-suspend.html> * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: * shard-skl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-skl10/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> ([i915#2346]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> * igt@kms_flip@flip-vs-panning-interruptible@d-edp1: * shard-tglb: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-tglb6/igt@kms_flip@flip-vs-panning-interruptible@d-edp1.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-tglb3/igt@kms_flip@flip-vs-panning-interruptible@d-edp1.html> * igt@kms_flip@flip-vs-suspend-interruptible@c-edp1: * shard-skl: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-skl10/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html> ([i915#198] / [i915#2910]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl10/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html> * igt@kms_hdr@bpc-switch-dpms: * shard-skl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-skl5/igt@kms_hdr@bpc-switch-dpms.html> ([i915#1188]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl3/igt@kms_hdr@bpc-switch-dpms.html> +1 similar issue * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a: * shard-iclb: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-iclb3/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html> ([i915#1185]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb3/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html> * igt@kms_plane_alpha_blend@pipe-c-coverage-7efc: * shard-skl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-skl8/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html> (fdo#108145<https://bugs.freedesktop.org/show_bug.cgi?id=108145> / [i915#265]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl2/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html> +1 similar issue * igt@perf@polling-small-buf: * shard-skl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-skl2/igt@perf@polling-small-buf.html> ([i915#1722]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-skl1/igt@perf@polling-small-buf.html> Warnings * igt@i915_pm_rc6_residency@rc6-idle: * shard-iclb: WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-iclb4/igt@i915_pm_rc6_residency@rc6-idle.html> ([i915#1804] / [i915#2684]) -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb5/igt@i915_pm_rc6_residency@rc6-idle.html> ([i915#2684]) * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-2: * shard-iclb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-iclb2/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-2.html> ([i915#2920]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-iclb6/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-2.html> ([i915#658]) * igt@runner@aborted: * shard-kbl: (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-kbl4/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-kbl3/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-kbl3/igt@runner@aborted.html>) ([i915#1814] / [i915#3002] / [i915#3363]) -> (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-kbl2/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-kbl3/igt@runner@aborted.html>) ([i915#3002] / [i915#3363]) * shard-apl: (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-apl3/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-apl3/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-apl3/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-apl1/igt@runner@aborted.html>) (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / [i915#180] / [i915#3002] / [i915#3363]) -> (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl1/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl3/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl2/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl2/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl8/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-apl1/igt@runner@aborted.html>) ([i915#180] / [i915#1814] / [i915#3002] / [i915#3363]) * shard-snb: (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-snb7/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10346/shard-snb6/igt@runner@aborted.html>) ([i915#3002]) -> (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-snb6/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-snb7/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20639/shard-snb2/igt@runner@aborted.html>) ([i915#2292] / [i915#2426] / [i915#3002])
diff --git a/drivers/gpu/drm/i915/display/intel_fbc.c b/drivers/gpu/drm/i915/display/intel_fbc.c index 82effb64a3b9c..ddfc17e21668a 100644 --- a/drivers/gpu/drm/i915/display/intel_fbc.c +++ b/drivers/gpu/drm/i915/display/intel_fbc.c @@ -912,11 +912,11 @@ static bool intel_fbc_can_activate(struct intel_crtc *crtc) } /* - * Tigerlake is not supporting FBC with PSR2. + * Display 12+ is not supporting FBC with PSR2. * Recommendation is to keep this combination disabled * Bspec: 50422 HSD: 14010260002 */ - if (fbc->state_cache.psr2_active && IS_TIGERLAKE(dev_priv)) { + if (fbc->state_cache.psr2_active && DISPLAY_VER(dev_priv) >= 12) { fbc->no_fbc_reason = "not supported with PSR2"; return false; }
xelpd platforms also requires that FBC is disabled when PSR2 is enabled so extending it. BSpec: 50422 Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> --- drivers/gpu/drm/i915/display/intel_fbc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)