Message ID | 20241031081025.3215966-1-jouni.hogander@intel.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | drm/i915/psr: Disable Panel Replay as well if VRR is enabled | expand |
> -----Original Message----- > From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of Jouni > Högander > Sent: 31 October 2024 13:40 > To: intel-gfx@lists.freedesktop.org; intel-xe@lists.freedesktop.org > Cc: Hogander, Jouni <jouni.hogander@intel.com> > Subject: [PATCH] drm/i915/psr: Disable Panel Replay as well if VRR is enabled > > Having Panel Replay enabled together with VRR is causing following errors: > > xe 0000:00:02.0: [drm] *ERROR* Timed out waiting PSR idle state xe > 0000:00:02.0: [drm] *ERROR* Fault errors on pipe A: 0x00000080 xe > 0000:00:02.0: [drm] *ERROR* CPU pipe A FIFO underrun xe 0000:00:02.0: > [drm] *ERROR* Fault errors on pipe A: 0x00040080 xe 0000:00:02.0: [drm] > *ERROR* Fault errors on pipe A: 0x00040080 > > Let's disable Panel Replay as well if VRR is enabled. > > Signed-off-by: Jouni Högander <jouni.hogander@intel.com> > --- > drivers/gpu/drm/i915/display/intel_psr.c | 13 ++++++------- > 1 file changed, 6 insertions(+), 7 deletions(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_psr.c > b/drivers/gpu/drm/i915/display/intel_psr.c > index 0c8da1701c3a..b527c1cbb14b 100644 > --- a/drivers/gpu/drm/i915/display/intel_psr.c > +++ b/drivers/gpu/drm/i915/display/intel_psr.c > @@ -1564,13 +1564,6 @@ static bool _psr_compute_config(struct intel_dp > *intel_dp, > const struct drm_display_mode *adjusted_mode = &crtc_state- > >hw.adjusted_mode; > int entry_setup_frames; > > - /* > - * Current PSR panels don't work reliably with VRR enabled > - * So if VRR is enabled, do not enable PSR. > - */ > - if (crtc_state->vrr.enable) > - return false; > - > if (!CAN_PSR(intel_dp)) > return false; > > @@ -1679,6 +1672,12 @@ void intel_psr_compute_config(struct intel_dp > *intel_dp, > return; > } > > + /* > + * Currently PSR/PR doesn't work reliably with VRR enabled. > + */ > + if (crtc_state->vrr.enable) > + return; > + Reviewed-by: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com> > crtc_state->has_panel_replay = > _panel_replay_compute_config(intel_dp, > crtc_state, > > conn_state); > -- > 2.34.1
Hello All, Possible regressions found by CI here are not related to my patch. See my comments inline below. BR, Jouni Högander On Thu, 2024-10-31 at 15:51 +0000, Patchwork wrote: Patch Details Series: drm/i915/psr: Disable Panel Replay as well if VRR is enabled URL: https://patchwork.freedesktop.org/series/140754/ State: failure Details: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/index.html CI Bug Log - changes from CI_DRM_15616_full -> Patchwork_140754v1_full Summary FAILURE Serious unknown changes coming with Patchwork_140754v1_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_140754v1_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (9 -> 9) No changes in participating hosts Possible new issues Here are the unknown changes that may have been introduced in Patchwork_140754v1_full: IGT changes Possible regressions * igt@gem_readwrite@read-write: * shard-dg2: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-6/igt@gem_readwrite@read-write.html> +2 other tests incomplete https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15617/shard-dg2-6/igt@gem_flink_basic@bad-open.html * igt@kms_cursor_edge_walk@128x128-right-edge: * shard-glk: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk6/igt@kms_cursor_edge_walk@128x128-right-edge.html> +2 other tests incomplete Setup doesn't even have PSR or Panel Replay capable panel. * igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1: * shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-snb6/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-snb6/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1.html> +1 other test dmesg-warn Seen earlier: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15346/shard-snb6/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html#dmesg-warnings403 * igt@kms_pipe_crc_basic@suspend-read-crc: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-10/igt@kms_pipe_crc_basic@suspend-read-crc.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-1/igt@kms_pipe_crc_basic@suspend-read-crc.html> Setup doesn't have PSR/PR panel. Not related. * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-hdmi-a-3: * shard-dg1: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-13/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-hdmi-a-3.html> Setup is not PSR/PR capable. Not related. Known issues Here are the changes found in Patchwork_140754v1_full that come from known issues: IGT changes Issues hit * igt@api_intel_bb@object-reloc-keep-cache: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@api_intel_bb@object-reloc-keep-cache.html> ([i915#8411]) * igt@device_reset@cold-reset-bound: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@device_reset@cold-reset-bound.html> (i915#11078<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078>) +1 other test skip * igt@drm_fdinfo@all-busy-check-all: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-17/igt@drm_fdinfo@all-busy-check-all.html> ([i915#8414]) * igt@drm_fdinfo@busy@vcs0: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-8/igt@drm_fdinfo@busy@vcs0.html> ([i915#8414]) +6 other tests skip * igt@drm_fdinfo@isolation: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@drm_fdinfo@isolation.html> ([i915#8414]) +8 other tests skip * igt@gem_basic@multigpu-create-close: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@gem_basic@multigpu-create-close.html> ([i915#7697]) * igt@gem_ccs@ctrl-surf-copy-new-ctx: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-5/igt@gem_ccs@ctrl-surf-copy-new-ctx.html> ([i915#9323]) +1 other test skip * igt@gem_ccs@suspend-resume: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@gem_ccs@suspend-resume.html> ([i915#9323]) * igt@gem_create@create-ext-set-pat: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-9/igt@gem_create@create-ext-set-pat.html> ([i915#8562]) * igt@gem_ctx_engines@invalid-engines: * shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@gem_ctx_engines@invalid-engines.html> (i915#12031<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12031>) * igt@gem_ctx_persistence@hang: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-snb6/igt@gem_ctx_persistence@hang.html> (i915#1099<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099>) * igt@gem_ctx_persistence@heartbeat-hang: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-4/igt@gem_ctx_persistence@heartbeat-hang.html> ([i915#8555]) +1 other test skip * igt@gem_ctx_persistence@hostile: * shard-tglu: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-tglu-7/igt@gem_ctx_persistence@hostile.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@gem_ctx_persistence@hostile.html> (i915#11980<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11980> / i915#12580<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12580>) * igt@gem_ctx_sseu@engines: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@gem_ctx_sseu@engines.html> (i915#280<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>) * igt@gem_ctx_sseu@invalid-sseu: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@gem_ctx_sseu@invalid-sseu.html> (i915#280<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>) * igt@gem_ctx_sseu@mmap-args: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@gem_ctx_sseu@mmap-args.html> (i915#280<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>) * igt@gem_eio@hibernate: * shard-rkl: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@gem_eio@hibernate.html> ([i915#7975] / [i915#8213]) * igt@gem_eio@kms: * shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg1-15/igt@gem_eio@kms.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-14/igt@gem_eio@kms.html> (i915#5784<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784>) * igt@gem_eio@reset-stress: * shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-5/igt@gem_eio@reset-stress.html> (i915#12543<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12543> / i915#5784<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784>) * igt@gem_exec_balancer@parallel-bb-first: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-5/igt@gem_exec_balancer@parallel-bb-first.html> (i915#4525<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525>) * igt@gem_exec_balancer@parallel-ordering: * shard-tglu: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@gem_exec_balancer@parallel-ordering.html> (i915#6117<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6117>) * igt@gem_exec_capture@capture-recoverable: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@gem_exec_capture@capture-recoverable.html> (i915#6344<https://gitlab.freed>) * igt@gem_exec_fair@basic-pace-solo@rcs0: * shard-tglu-1: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) +1 other test fail * igt@gem_exec_fair@basic-pace@bcs0: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-rkl-7/igt@gem_exec_fair@basic-pace@bcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-6/igt@gem_exec_fair@basic-pace@bcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) * igt@gem_exec_fair@basic-pace@vcs1: * shard-tglu: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@gem_exec_fair@basic-pace@vcs1.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) +5 other tests fail * igt@gem_exec_fair@basic-throttle: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-2/igt@gem_exec_fair@basic-throttle.html> (i915#3539<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539>) * igt@gem_exec_flush@basic-uc-prw-default: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-17/igt@gem_exec_flush@basic-uc-prw-default.html> (i915#3539<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539>) * igt@gem_exec_flush@basic-wb-ro-before-default: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@gem_exec_flush@basic-wb-ro-before-default.html> (i915#3539<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539> / i915#4852<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852>) +1 other test skip * igt@gem_exec_reloc@basic-gtt-cpu-active: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-2/igt@gem_exec_reloc@basic-gtt-cpu-active.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) * igt@gem_exec_reloc@basic-wc: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@gem_exec_reloc@basic-wc.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +3 other tests skip * igt@gem_exec_reloc@basic-write-read-active: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@gem_exec_reloc@basic-write-read-active.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +9 other tests skip * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-16/igt@gem_exec_reloc@basic-write-read-active.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +3 other tests skip * igt@gem_exec_schedule@pi-ringfull@rcs0: * shard-tglu: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@gem_exec_schedule@pi-ringfull@rcs0.html> (i915#12296<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12296>) +5 other tests fail * igt@gem_fence_thrash@bo-copy: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-15/igt@gem_fence_thrash@bo-copy.html> (i915#4860<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>) * igt@gem_fence_thrash@bo-write-verify-x: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-2/igt@gem_fence_thrash@bo-write-verify-x.html> (i915#4860<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>) +2 other tests skip * igt@gem_lmem_swapping@parallel-multi: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-5/igt@gem_lmem_swapping@parallel-multi.html> (i915#4613<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) +1 other test skip * igt@gem_lmem_swapping@parallel-random: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@gem_lmem_swapping@parallel-random.html> (i915#4613<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) * igt@gem_lmem_swapping@parallel-random-verify: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@gem_lmem_swapping@parallel-random-verify.html> (i915#4613<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) +3 other tests skip * igt@gem_mmap_gtt@bad-object: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-6/igt@gem_mmap_gtt@bad-object.html> (i915#4077<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) +7 other tests skip * igt@gem_mmap_wc@copy: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@gem_mmap_wc@copy.html> (i915#4083<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) +1 other test skip * igt@gem_partial_pwrite_pread@writes-after-reads: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads.html> (i915#3282<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) +2 other tests skip * igt@gem_pread@exhaustion: * shard-tglu-1: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@gem_pread@exhaustion.html> (i915#2658<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658>) * igt@gem_pread@snoop: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-2/igt@gem_pread@snoop.html> (i915#3282<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) * igt@gem_pxp@create-regular-context-2: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-8/igt@gem_pxp@create-regular-context-2.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) +3 other tests skip * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-15/igt@gem_pxp@create-regular-context-2.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) +1 other test skip * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@gem_pxp@create-regular-context-2.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) +1 other test skip * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) +2 other tests skip * igt@gem_readwrite@beyond-eob: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-6/igt@gem_readwrite@beyond-eob.html> (i915#3282<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) +2 other tests skip * igt@gem_render_copy@yf-tiled-ccs-to-y-tiled: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-6/igt@gem_render_copy@yf-tiled-ccs-to-y-tiled.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / [i915#8428]) +3 other tests skip * igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-4/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled.html> ([i915#8428]) * igt@gem_set_tiling_vs_blt@untiled-to-tiled: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html> (i915#4079<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>) * igt@gem_softpin@evict-snoop: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-8/igt@gem_softpin@evict-snoop.html> (i915#4885<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885>) * igt@gem_tiled_wb: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-17/igt@gem_tiled_wb.html> (i915#4077<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) +3 other tests skip * igt@gem_userptr_blits@access-control: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@gem_userptr_blits@access-control.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) * igt@gem_userptr_blits@coherency-sync: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@gem_userptr_blits@coherency-sync.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) +4 other tests skip * igt@gem_userptr_blits@dmabuf-unsync: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-9/igt@gem_userptr_blits@dmabuf-unsync.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) +1 other test skip * igt@gem_userptr_blits@readonly-unsync: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@gem_userptr_blits@readonly-unsync.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) * igt@gem_userptr_blits@sd-probe: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@gem_userptr_blits@sd-probe.html> (i915#3297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297> / i915#4958<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4958>) * igt@gen9_exec_parse@bb-chained: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@gen9_exec_parse@bb-chained.html> (i915#2527<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527> / i915#2856<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) +1 other test skip * igt@gen9_exec_parse@bb-oversize: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-9/igt@gen9_exec_parse@bb-oversize.html> (i915#2527<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527> / i915#2856<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) +3 other tests skip * igt@gen9_exec_parse@bb-start-far: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-4/igt@gen9_exec_parse@bb-start-far.html> (i915#2856<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) * igt@gen9_exec_parse@cmd-crossing-page: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-5/igt@gen9_exec_parse@cmd-crossing-page.html> (i915#2527<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>) +1 other test skip * igt@gen9_exec_parse@unaligned-access: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-8/igt@gen9_exec_parse@unaligned-access.html> (i915#2856<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) +1 other test skip * igt@i915_module_load@load: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@i915_module_load@load.html> (i915#6227<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6227>) * igt@i915_module_load@reload-with-fault-injection: * shard-dg2: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html> ([i915#9820]) * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-rkl-1/igt@i915_module_load@reload-with-fault-injection.html> -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-7/igt@i915_module_load@reload-with-fault-injection.html> ([i915#9820]) * igt@i915_pm_freq_api@freq-suspend: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@i915_pm_freq_api@freq-suspend.html> ([i915#8399]) * igt@i915_pm_rc6_residency@media-rc6-accuracy: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@i915_pm_rc6_residency@media-rc6-accuracy.html> +13 other tests skip * igt@i915_pm_rps@min-max-config-idle: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@i915_pm_rps@min-max-config-idle.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681> / [i915#6621]) * igt@i915_pm_rps@thresholds-idle: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-17/igt@i915_pm_rps@thresholds-idle.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681>) * igt@i915_query@test-query-geometry-subslices: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@i915_query@test-query-geometry-subslices.html> (i915#5723<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723>) * igt@i915_selftest@live: * shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-mtlp-5/igt@i915_selftest@live.html> -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-4/igt@i915_selftest@live.html> (i915#12061<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061> / i915#12133<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133> / i915#12216<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12216>) * igt@i915_selftest@live@workarounds: * shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-mtlp-5/igt@i915_selftest@live@workarounds.html> -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-4/igt@i915_selftest@live@workarounds.html> (i915#12061<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061> / i915#12216<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12216>) * igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-17/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212>) * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html> ([i915#8709]) +3 other tests skip * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs.html> ([i915#8709]) +11 other tests skip * igt@kms_async_flips@invalid-async-flip: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@kms_async_flips@invalid-async-flip.html> (i915#6228<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6228>) * igt@kms_atomic_transition@modeset-transition: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-glk6/igt@kms_atomic_transition@modeset-transition.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk8/igt@kms_atomic_transition@modeset-transition.html> (i915#12238<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12238>) * igt@kms_atomic_transition@modeset-transition@2x-outputs: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-glk6/igt@kms_atomic_transition@modeset-transition@2x-outputs.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk8/igt@kms_atomic_transition@modeset-transition@2x-outputs.html> (i915#11859<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11859>) * igt@kms_big_fb@4-tiled-32bpp-rotate-0: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html> (i915#5286<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) +4 other tests skip * igt@kms_big_fb@4-tiled-addfb: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_big_fb@4-tiled-addfb.html> (i915#5286<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) +2 other tests skip * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html> (i915#5286<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) +4 other tests skip * igt@kms_big_fb@x-tiled-32bpp-rotate-270: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html> +7 other tests skip * igt@kms_big_fb@x-tiled-64bpp-rotate-90: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-5/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html> (i915#3638<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638>) * igt@kms_big_fb@y-tiled-64bpp-rotate-0: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-2/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html> (i915#4538<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) +4 other tests skip * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0: * shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg1-19/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-18/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html> (i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) +2 other tests dmesg-warn * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: * shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg1-19/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-13/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html> (i915#4391<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4391> / i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-17/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +101 other tests skip * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-9/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +59 other tests skip * igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-a-dp-3: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-10/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-a-dp-3.html> (i915#10307<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> / i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +214 other tests skip * igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc@pipe-a-edp-1: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-8/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc@pipe-a-edp-1.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +4 other tests skip * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-8/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html> (i915#10307<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> / i915#10434<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434> / i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +3 other tests skip * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +68 other tests skip * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-hdmi-a-1: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-hdmi-a-1.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +49 other tests skip * igt@kms_cdclk@mode-transition: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-5/igt@kms_cdclk@mode-transition.html> (i915#3742<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742>) * igt@kms_cdclk@mode-transition-all-outputs: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-2/igt@kms_cdclk@mode-transition-all-outputs.html> (i915#11616<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11616> / [i915#7213]) * igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2.html> ([i915#7213]) +3 other tests skip * igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-6/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html> (i915#4087<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4087>) +3 other tests skip * igt@kms_chamelium_frames@hdmi-aspect-ratio: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_chamelium_frames@hdmi-aspect-ratio.html> ([i915#7828]) +5 other tests skip * igt@kms_chamelium_frames@hdmi-crc-fast: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_chamelium_frames@hdmi-crc-fast.html> ([i915#7828]) +5 other tests skip * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html> ([i915#7828]) +5 other tests skip * igt@kms_chamelium_hpd@vga-hpd-for-each-pipe: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html> ([i915#7828]) +3 other tests skip * igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-17/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html> ([i915#7828]) +1 other test skip * igt@kms_content_protection@content-type-change: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-6/igt@kms_content_protection@content-type-change.html> ([i915#9424]) * igt@kms_content_protection@dp-mst-type-0: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-8/igt@kms_content_protection@dp-mst-type-0.html> (i915#3299<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299>) * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-15/igt@kms_content_protection@dp-mst-type-0.html> (i915#3299<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299>) * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_content_protection@dp-mst-type-0.html> (i915#3116<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116> / i915#3299<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299>) * igt@kms_content_protection@legacy: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-6/igt@kms_content_protection@legacy.html> ([i915#7118] / [i915#9424]) +1 other test skip * igt@kms_content_protection@lic-type-0@pipe-a-dp-3: * shard-dg2: NOTRUN -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-10/igt@kms_content_protection@lic-type-0@pipe-a-dp-3.html> ([i915#7173]) * igt@kms_content_protection@lic-type-1: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_content_protection@lic-type-1.html> ([i915#6944] / [i915#9424]) * igt@kms_cursor_crc@cursor-offscreen-32x10: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@kms_cursor_crc@cursor-offscreen-32x10.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +1 other test skip * igt@kms_cursor_crc@cursor-offscreen-512x512: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@kms_cursor_crc@cursor-offscreen-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) +1 other test skip * igt@kms_cursor_crc@cursor-random-512x512: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_cursor_crc@cursor-random-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) +2 other tests skip * igt@kms_cursor_crc@cursor-rapid-movement-32x10: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-9/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +6 other tests skip * igt@kms_cursor_crc@cursor-rapid-movement-32x32: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-6/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +6 other tests skip * igt@kms_cursor_crc@cursor-rapid-movement-512x512: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html> (i915#4103<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103>) * igt@kms_cursor_legacy@cursora-vs-flipb-toggle: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-4/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html> ([i915#9809]) * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html> ([i915#9067]) * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html> (i915#4103<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103> / i915#4213<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213>) * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html> (i915#4103<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103>) * igt@kms_dither@fb-8bpc-vs-panel-8bpc: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-10/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-1/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) * igt@kms_dp_aux_dev: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_dp_aux_dev.html> (i915#1257<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257>) * igt@kms_dsc@dsc-with-bpc: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-6/igt@kms_dsc@dsc-with-bpc.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>) * igt@kms_dsc@dsc-with-formats: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_dsc@dsc-with-formats.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>) * igt@kms_dsc@dsc-with-output-formats: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-1/igt@kms_dsc@dsc-with-output-formats.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>) * igt@kms_dsc@dsc-with-output-formats-with-bpc: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@kms_dsc@dsc-with-output-formats-with-bpc.html> (i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840> / [i915#9053]) * igt@kms_fbcon_fbt@psr: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@kms_fbcon_fbt@psr.html> (i915#3955<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955>) * igt@kms_fbcon_fbt@psr-suspend: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-2/igt@kms_fbcon_fbt@psr-suspend.html> (i915#3469<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469>) * igt@kms_feature_discovery@display-4x: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_feature_discovery@display-4x.html> (i915#1839<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839>) * igt@kms_feature_discovery@dp-mst: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_feature_discovery@dp-mst.html> ([i915#9337]) * igt@kms_feature_discovery@psr2: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-6/igt@kms_feature_discovery@psr2.html> ([i915#658]) * igt@kms_flip@2x-dpms-vs-vblank-race: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_flip@2x-dpms-vs-vblank-race.html> (i915#3637<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>) +2 other tests skip * igt@kms_flip@2x-flip-vs-panning: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-17/igt@kms_flip@2x-flip-vs-panning.html> ([i915#9934]) +4 other tests skip * igt@kms_flip@2x-flip-vs-suspend@bc-hdmi-a1-hdmi-a2: * shard-glk: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk9/igt@kms_flip@2x-flip-vs-suspend@bc-hdmi-a1-hdmi-a2.html> (i915#4839<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839>) * igt@kms_flip@2x-plain-flip-interruptible: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_flip@2x-plain-flip-interruptible.html> (i915#3637<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>) +5 other tests skip * igt@kms_flip@2x-wf_vblank-ts-check: * shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-snb4/igt@kms_flip@2x-wf_vblank-ts-check.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-snb1/igt@kms_flip@2x-wf_vblank-ts-check.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +5 other tests fail * igt@kms_flip@basic-flip-vs-wf_vblank: * shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-mtlp-2/igt@kms_flip@basic-flip-vs-wf_vblank.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-7/igt@kms_flip@basic-flip-vs-wf_vblank.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +1 other test fail * igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-rkl-4/igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-2/igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +2 other tests fail * igt@kms_flip@flip-vs-wf_vblank-interruptible: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-glk5/igt@kms_flip@flip-vs-wf_vblank-interruptible.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk5/igt@kms_flip@flip-vs-wf_vblank-interruptible.html> (i915#10826<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826> / i915#12541<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12541>) * igt@kms_flip@flip-vs-wf_vblank-interruptible@a-hdmi-a3: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-6/igt@kms_flip@flip-vs-wf_vblank-interruptible@a-hdmi-a3.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-1/igt@kms_flip@flip-vs-wf_vblank-interruptible@a-hdmi-a3.html> (i915#10826<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826>) * igt@kms_flip@flip-vs-wf_vblank-interruptible@b-hdmi-a1: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-glk5/igt@kms_flip@flip-vs-wf_vblank-interruptible@b-hdmi-a1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk5/igt@kms_flip@flip-vs-wf_vblank-interruptible@b-hdmi-a1.html> (i915#12403<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12403>) * igt@kms_flip@flip-vs-wf_vblank-interruptible@b-hdmi-a3: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-6/igt@kms_flip@flip-vs-wf_vblank-interruptible@b-hdmi-a3.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-1/igt@kms_flip@flip-vs-wf_vblank-interruptible@b-hdmi-a3.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +1 other test fail * igt@kms_flip@modeset-vs-vblank-race: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-rkl-4/igt@kms_flip@modeset-vs-vblank-race.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-2/igt@kms_flip@modeset-vs-vblank-race.html> (i915#10826<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826>) +1 other test fail * igt@kms_flip@plain-flip-ts-check: * shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg1-16/igt@kms_flip@plain-flip-ts-check.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-13/igt@kms_flip@plain-flip-ts-check.html> (i915#12457<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12457> / i915#12517<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12517> / i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) * igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a1: * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-glk6/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk8/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +1 other test fail * igt@kms_flip@plain-flip-ts-check@a-hdmi-a3: * shard-dg1: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-13/igt@kms_flip@plain-flip-ts-check@a-hdmi-a3.html> (i915#11989<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11989>) * igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a1: * shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-7/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +1 other test fail * igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a1: * shard-tglu: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-tglu-3/igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-2/igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +8 other tests fail * igt@kms_flip@wf_vblank-ts-check@a-hdmi-a3: * shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-6/igt@kms_flip@wf_vblank-ts-check@a-hdmi-a3.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html> +6 other tests skip * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +1 other test skip * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-5/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) +3 other tests skip * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html> (i915#2587<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) +2 other tests skip * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html> (i915#2587<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +2 other tests skip * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html> (i915#2587<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) +2 other tests skip * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#8813]) +1 other test skip * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html> (i915#1825<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825>) +20 other tests skip * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt: * shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt.html> * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-gtt: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-gtt.html> (i915#3023<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023>) +7 other tests skip * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt.html> ([i915#8708]) * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-snb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt.html> +32 other tests skip * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-pwrite: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-pwrite.html> (i915#1825<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825>) +3 other tests skip * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html> ([i915#8708]) +7 other tests skip * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html> (i915#5439<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439>) * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-wc: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-wc.html> ([i915#8708]) * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html> +63 other tests skip * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +8 other tests skip * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-render: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-render.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) +24 other tests skip * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html> +55 other tests skip * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html> +6 other tests skip * igt@kms_frontbuffer_tracking@psr-suspend: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-suspend.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +1 other test skip * igt@kms_hdr@invalid-hdr: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-5/igt@kms_hdr@invalid-hdr.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#8228]) * igt@kms_hdr@static-toggle: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_hdr@static-toggle.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#8228]) +1 other test skip * igt@kms_joiner@basic-big-joiner: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-2/igt@kms_joiner@basic-big-joiner.html> (i915#10656<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656>) * igt@kms_joiner@basic-ultra-joiner: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_joiner@basic-ultra-joiner.html> (i915#12339<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12339>) * igt@kms_joiner@invalid-modeset-force-big-joiner: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-15/igt@kms_joiner@invalid-modeset-force-big-joiner.html> (i915#12388<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388>) * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_joiner@invalid-modeset-force-big-joiner.html> (i915#12388<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388>) * igt@kms_joiner@invalid-modeset-force-ultra-joiner: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-5/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html> (i915#12394<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12394>) * igt@kms_panel_fitting@legacy: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_panel_fitting@legacy.html> (i915#6301<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301>) * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-4/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html> +2 other tests skip * igt@kms_plane_scaling@intel-max-src-size: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-rkl-7/igt@kms_plane_scaling@intel-max-src-size.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-6/igt@kms_plane_scaling@intel-max-src-size.html> ([i915#8292]) * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1: * shard-tglu: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html> ([i915#8292]) +1 other test fail * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2: * shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-6/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html> ([i915#8292]) * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +8 other tests skip * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +3 other tests skip * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +8 other tests skip * igt@kms_pm_dc@dc3co-vpb-simulation: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_pm_dc@dc3co-vpb-simulation.html> ([i915#9685]) * igt@kms_pm_dc@dc5-psr: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-5/igt@kms_pm_dc@dc5-psr.html> ([i915#9685]) * igt@kms_pm_dc@dc5-retention-flops: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-6/igt@kms_pm_dc@dc5-retention-flops.html> (i915#3828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828>) * igt@kms_pm_dc@dc6-dpms: * shard-tglu: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_pm_dc@dc6-dpms.html> ([i915#9295]) * igt@kms_pm_dc@dc6-psr: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-9/igt@kms_pm_dc@dc6-psr.html> ([i915#9685]) * igt@kms_pm_dc@dc9-dpms: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_pm_dc@dc9-dpms.html> (i915#4281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281>) * igt@kms_pm_lpsp@screens-disabled: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_pm_lpsp@screens-disabled.html> ([i915#8430]) * igt@kms_pm_rpm@i2c: * shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-2/igt@kms_pm_rpm@i2c.html> ([i915#8717]) * igt@kms_pm_rpm@modeset-lpsp-stress: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp-stress.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp-stress.html> ([i915#9519]) * igt@kms_prime@basic-crc-hybrid: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_prime@basic-crc-hybrid.html> ([i915#6524]) * igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-5/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +3 other tests skip * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-2/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +6 other tests skip * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-15/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +6 other tests skip * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +4 other tests skip * igt@kms_psr2_su@page_flip-p010: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-2/igt@kms_psr2_su@page_flip-p010.html> ([i915#9683]) * igt@kms_psr2_su@page_flip-xrgb8888: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-5/igt@kms_psr2_su@page_flip-xrgb8888.html> ([i915#9683]) * igt@kms_psr@fbc-pr-suspend: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-2/igt@kms_psr@fbc-pr-suspend.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / [i915#9732]) +13 other tests skip * igt@kms_psr@fbc-psr2-cursor-mmap-gtt: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-17/igt@kms_psr@fbc-psr2-cursor-mmap-gtt.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / [i915#9732]) +3 other tests skip * igt@kms_psr@fbc-psr2-primary-blt: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_psr@fbc-psr2-primary-blt.html> ([i915#9732]) +14 other tests skip * igt@kms_psr@pr-primary-page-flip: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-1/igt@kms_psr@pr-primary-page-flip.html> ([i915#9688]) +1 other test skip * igt@kms_psr@pr-sprite-mmap-cpu: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_psr@pr-sprite-mmap-cpu.html> ([i915#9732]) +13 other tests skip * igt@kms_psr@psr-cursor-mmap-cpu: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@kms_psr@psr-cursor-mmap-cpu.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / [i915#9732]) +8 other tests skip * igt@kms_rotation_crc@primary-4-tiled-reflect-x-0: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html> (i915#5289<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>) * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html> (i915#5289<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>) * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) +1 other test skip * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-14/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html> (i915#5289<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>) * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#4235<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235>) * igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free: * shard-dg2: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-6/igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free.html> (i915#12231<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12231>) +1 other test abort * igt@kms_setmode@basic-clone-single-crtc: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-15/igt@kms_setmode@basic-clone-single-crtc.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) * igt@kms_tiled_display@basic-test-pattern-with-chamelium: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> ([i915#8623]) * igt@kms_vrr@lobf: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-9/igt@kms_vrr@lobf.html> (i915#11920<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920>) * igt@kms_vrr@max-min: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@kms_vrr@max-min.html> ([i915#9906]) * igt@kms_vrr@negative-basic: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_vrr@negative-basic.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#9906]) * igt@kms_vrr@seamless-rr-switch-vrr: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-11/igt@kms_vrr@seamless-rr-switch-vrr.html> ([i915#9906]) * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-vrr.html> ([i915#9906]) * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-16/igt@kms_vrr@seamless-rr-switch-vrr.html> ([i915#9906]) * igt@kms_writeback@writeback-check-output-xrgb2101010: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@kms_writeback@writeback-check-output-xrgb2101010.html> (i915#2437<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437> / [i915#9412]) * igt@perf@gen8-unprivileged-single-ctx-counters: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-2/igt@perf@gen8-unprivileged-single-ctx-counters.html> (i915#2436<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436>) * igt@perf@mi-rpc: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-2/igt@perf@mi-rpc.html> (i915#2434<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434>) * igt@perf_pmu@rc6-all-gts: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@perf_pmu@rc6-all-gts.html> ([i915#8516]) * igt@prime_vgem@coherency-gtt: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@prime_vgem@coherency-gtt.html> (i915#3708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) * igt@sriov_basic@bind-unbind-vf: * shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-1/igt@sriov_basic@bind-unbind-vf.html> ([i915#9917]) * igt@sriov_basic@enable-vfs-bind-unbind-each: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@sriov_basic@enable-vfs-bind-unbind-each.html> ([i915#9917]) * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: * shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-9/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html> ([i915#9917]) * igt@syncobj_wait@invalid-wait-zero-handles: * shard-tglu: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-tglu-8/igt@syncobj_wait@invalid-wait-zero-handles.html> (i915#12564<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12564> / [i915#9781]) Possible fixes * igt@fbdev@write: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@fbdev@write.html> (i915#2582<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-5/igt@fbdev@write.html> * igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0: * shard-dg2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-10/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html> ([i915#7297]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-10/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html> * igt@gem_ctx_persistence@hostile: * shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-rkl-7/igt@gem_ctx_persistence@hostile.html> (i915#11980<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11980> / i915#12580<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12580>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-2/igt@gem_ctx_persistence@hostile.html> * igt@gem_eio@in-flight-suspend: * shard-dg1: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg1-15/igt@gem_eio@in-flight-suspend.html> (i915#4391<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4391> / i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-18/igt@gem_eio@in-flight-suspend.html> * igt@gem_exec_fair@basic-pace-share@rcs0: * shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-glk9/igt@gem_exec_fair@basic-pace-share@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk9/igt@gem_exec_fair@basic-pace-share@rcs0.html> +1 other test pass * igt@gem_exec_fair@basic-pace-solo@rcs0: * shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-rkl-5/igt@gem_exec_fair@basic-pace-solo@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-5/igt@gem_exec_fair@basic-pace-solo@rcs0.html> +1 other test pass * igt@gem_exec_fair@basic-pace@rcs0: * shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-rkl-7/igt@gem_exec_fair@basic-pace@rcs0.html> (i915#2876<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2876>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-6/igt@gem_exec_fair@basic-pace@rcs0.html> * igt@i915_module_load@reload-with-fault-injection: * shard-mtlp: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-mtlp-7/igt@i915_module_load@reload-with-fault-injection.html> (i915#10131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131> / [i915#9820]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html> * igt@i915_pm_rps@reset: * shard-snb: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-snb6/igt@i915_pm_rps@reset.html> ([i915#7790]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-snb6/igt@i915_pm_rps@reset.html> * igt@i915_power@sanity: * shard-mtlp: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-mtlp-7/igt@i915_power@sanity.html> ([i915#7984]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-4/igt@i915_power@sanity.html> * igt@kms_atomic_transition@modeset-transition-nonblocking-fencing: * shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-glk8/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html> (i915#12238<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12238>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk3/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html> * igt@kms_atomic_transition@modeset-transition-nonblocking-fencing@2x-outputs: * shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-glk8/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing@2x-outputs.html> (i915#11859<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11859>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk3/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing@2x-outputs.html> * igt@kms_color@gamma: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_color@gamma.html> (i915#12655<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12655>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-5/igt@kms_color@gamma.html> +1 other test pass * igt@kms_cursor_crc@cursor-offscreen-64x64: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_cursor_crc@cursor-offscreen-64x64.html> ([i915#9197]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-5/igt@kms_cursor_crc@cursor-offscreen-64x64.html> +22 other tests pass * igt@kms_cursor_edge_walk@256x256-top-bottom: * shard-dg1: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg1-13/igt@kms_cursor_edge_walk@256x256-top-bottom.html> (i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-15/igt@kms_cursor_edge_walk@256x256-top-bottom.html> +2 other tests pass * igt@kms_cursor_legacy@flip-vs-cursor-varying-size: * shard-snb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-snb7/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html> (i915#2346<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-snb7/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html> * igt@kms_fbcon_fbt@fbc-suspend: * shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-glk3/igt@kms_fbcon_fbt@fbc-suspend.html> (i915#4767<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4767>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk1/igt@kms_fbcon_fbt@fbc-suspend.html> * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1: * shard-snb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-snb1/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-snb2/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html> +4 other tests pass * igt@kms_flip@2x-flip-vs-suspend@ac-hdmi-a1-hdmi-a2: * shard-glk: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-glk2/igt@kms_flip@2x-flip-vs-suspend@ac-hdmi-a1-hdmi-a2.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk9/igt@kms_flip@2x-flip-vs-suspend@ac-hdmi-a1-hdmi-a2.html> +1 other test pass * igt@kms_flip@basic-flip-vs-dpms: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_flip@basic-flip-vs-dpms.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_flip@basic-flip-vs-dpms.html> +7 other tests pass * igt@kms_flip@flip-vs-wf_vblank-interruptible@d-hdmi-a3: * shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-6/igt@kms_flip@flip-vs-wf_vblank-interruptible@d-hdmi-a3.html> (i915#10826<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-1/igt@kms_flip@flip-vs-wf_vblank-interruptible@d-hdmi-a3.html> * igt@kms_flip@plain-flip-ts-check: * shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-mtlp-4/igt@kms_flip@plain-flip-ts-check.html> (i915#12457<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12457> / i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-8/igt@kms_flip@plain-flip-ts-check.html> * igt@kms_flip@plain-flip-ts-check-interruptible: * shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-mtlp-1/igt@kms_flip@plain-flip-ts-check-interruptible.html> (i915#11989<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11989> / i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-3/igt@kms_flip@plain-flip-ts-check-interruptible.html> * igt@kms_flip@plain-flip-ts-check-interruptible@b-edp1: * shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-mtlp-1/igt@kms_flip@plain-flip-ts-check-interruptible@b-edp1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-mtlp-3/igt@kms_flip@plain-flip-ts-check-interruptible@b-edp1.html> +4 other tests pass * igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1: * shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-glk2/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk9/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1.html> +3 other tests pass * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render: * shard-snb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html> +1 other test pass * igt@kms_invalid_mode@int-max-clock: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_invalid_mode@int-max-clock.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_invalid_mode@int-max-clock.html> +2 other tests pass * igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant.html> ([i915#7294]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant.html> * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / [i915#8152] / [i915#9423]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format.html> * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#8152] / [i915#9423]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats.html> * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-a: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-a.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-a.html> +11 other tests pass * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-d: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-d.html> ([i915#8152]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-d.html> * igt@kms_plane_scaling@planes-downscale-factor-0-75: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-75.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#6953] / [i915#8152] / [i915#9423]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_plane_scaling@planes-downscale-factor-0-75.html> * igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-d: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-d.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / [i915#8152]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-d.html> +2 other tests pass * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / [i915#6953] / [i915#8152] / [i915#9423]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-5/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html> * igt@kms_pm_rpm@modeset-non-lpsp-stress: * shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html> ([i915#9519]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html> +2 other tests pass * igt@kms_properties@plane-properties-legacy: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_properties@plane-properties-legacy.html> (i915#11521<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11521>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-5/igt@kms_properties@plane-properties-legacy.html> * igt@perf@polling-parameterized: * shard-glk: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-glk6/igt@perf@polling-parameterized.html> ([i915#9853]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk8/igt@perf@polling-parameterized.html> * igt@prime_mmap_kms@buffer-sharing: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@prime_mmap_kms@buffer-sharing.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@prime_mmap_kms@buffer-sharing.html> Warnings * igt@gem_exec_fair@basic-pace: * shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-rkl-7/igt@gem_exec_fair@basic-pace.html> (i915#12467<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12467> / i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-rkl-6/igt@gem_exec_fair@basic-pace.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) * igt@i915_selftest@mock: * shard-glk: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-glk3/igt@i915_selftest@mock.html> ([i915#9311]) -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk6/igt@i915_selftest@mock.html> (i915#1982<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982> / [i915#9311]) * igt@kms_big_fb@x-tiled-8bpp-rotate-90: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html> ([i915#9197]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html> +1 other test skip * igt@kms_big_fb@y-tiled-8bpp-rotate-270: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / [i915#9197]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-5/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html> (i915#4538<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) +4 other tests skip * igt@kms_big_fb@yf-tiled-addfb: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_big_fb@yf-tiled-addfb.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / [i915#9197]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_big_fb@yf-tiled-addfb.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs.html> ([i915#9197]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs.html> (i915#10307<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> / i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +7 other tests skip * igt@kms_content_protection@lic-type-0: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-6/igt@kms_content_protection@lic-type-0.html> ([i915#9424]) -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-10/igt@kms_content_protection@lic-type-0.html> ([i915#7173]) * igt@kms_content_protection@srm: * shard-snb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-snb4/igt@kms_content_protection@srm.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-snb1/igt@kms_content_protection@srm.html> ([i915#8816]) * igt@kms_cursor_crc@cursor-offscreen-max-size: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_cursor_crc@cursor-offscreen-max-size.html> ([i915#9197]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_cursor_crc@cursor-offscreen-max-size.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +2 other tests skip * igt@kms_cursor_crc@cursor-random-512x512: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_cursor_crc@cursor-random-512x512.html> ([i915#9197]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_cursor_crc@cursor-random-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) +1 other test skip * igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html> ([i915#9197]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) +1 other test skip * igt@kms_flip@flip-vs-wf_vblank-interruptible: * shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-6/igt@kms_flip@flip-vs-wf_vblank-interruptible.html> (i915#10826<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-1/igt@kms_flip@flip-vs-wf_vblank-interruptible.html> (i915#10826<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826> / i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +1 other test skip * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> / i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-gtt: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-gtt.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-gtt.html> ([i915#8708]) +9 other tests skip * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite.html> (i915#10433<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433> / i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +1 other test skip * igt@kms_frontbuffer_tracking@psr-1p-rte: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-rte.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-1p-rte.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +7 other tests skip * igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-cpu: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-cpu.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-cpu.html> (i915#10433<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433> / i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +1 other test skip * igt@kms_panel_fitting@legacy: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_panel_fitting@legacy.html> ([i915#9197]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-3/igt@kms_panel_fitting@legacy.html> (i915#6301<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301>) * igt@kms_plane_multiple@tiling-yf: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_plane_multiple@tiling-yf.html> ([i915#9197]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-5/igt@kms_plane_multiple@tiling-yf.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#8806]) * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-6/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html> ([i915#9519]) * igt@kms_psr@fbc-psr-sprite-plane-move: * shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg1-14/igt@kms_psr@fbc-psr-sprite-plane-move.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / [i915#9732]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg1-19/igt@kms_psr@fbc-psr-sprite-plane-move.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423> / [i915#9732]) * igt@kms_rotation_crc@primary-rotation-270: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_rotation_crc@primary-rotation-270.html> ([i915#9197]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-5/igt@kms_rotation_crc@primary-rotation-270.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#4235<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235>) * igt@kms_tiled_display@basic-test-pattern: * shard-glk: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-glk8/igt@kms_tiled_display@basic-test-pattern.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-glk3/igt@kms_tiled_display@basic-test-pattern.html> (i915#10959<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10959>) * igt@kms_vrr@lobf: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15616/shard-dg2-2/igt@kms_vrr@lobf.html> ([i915#9197]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140754v1/shard-dg2-5/igt@kms_vrr@lobf.html> (i915#11920<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920>) {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE).
On Fri, 2024-11-08 at 07:56 +0000, Golani, Mitulkumar Ajitkumar wrote: > > > > -----Original Message----- > > From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf > > Of Jouni > > Högander > > Sent: 31 October 2024 13:40 > > To: intel-gfx@lists.freedesktop.org; intel-xe@lists.freedesktop.org > > Cc: Hogander, Jouni <jouni.hogander@intel.com> > > Subject: [PATCH] drm/i915/psr: Disable Panel Replay as well if VRR > > is enabled > > > > Having Panel Replay enabled together with VRR is causing following > > errors: > > > > xe 0000:00:02.0: [drm] *ERROR* Timed out waiting PSR idle state xe > > 0000:00:02.0: [drm] *ERROR* Fault errors on pipe A: 0x00000080 xe > > 0000:00:02.0: [drm] *ERROR* CPU pipe A FIFO underrun xe > > 0000:00:02.0: > > [drm] *ERROR* Fault errors on pipe A: 0x00040080 xe 0000:00:02.0: > > [drm] > > *ERROR* Fault errors on pipe A: 0x00040080 > > > > Let's disable Panel Replay as well if VRR is enabled. > > > > Signed-off-by: Jouni Högander <jouni.hogander@intel.com> > > --- > > drivers/gpu/drm/i915/display/intel_psr.c | 13 ++++++------- > > 1 file changed, 6 insertions(+), 7 deletions(-) > > > > diff --git a/drivers/gpu/drm/i915/display/intel_psr.c > > b/drivers/gpu/drm/i915/display/intel_psr.c > > index 0c8da1701c3a..b527c1cbb14b 100644 > > --- a/drivers/gpu/drm/i915/display/intel_psr.c > > +++ b/drivers/gpu/drm/i915/display/intel_psr.c > > @@ -1564,13 +1564,6 @@ static bool _psr_compute_config(struct > > intel_dp > > *intel_dp, > > const struct drm_display_mode *adjusted_mode = &crtc_state- > > > hw.adjusted_mode; > > int entry_setup_frames; > > > > - /* > > - * Current PSR panels don't work reliably with VRR enabled > > - * So if VRR is enabled, do not enable PSR. > > - */ > > - if (crtc_state->vrr.enable) > > - return false; > > - > > if (!CAN_PSR(intel_dp)) > > return false; > > > > @@ -1679,6 +1672,12 @@ void intel_psr_compute_config(struct > > intel_dp > > *intel_dp, > > return; > > } > > > > + /* > > + * Currently PSR/PR doesn't work reliably with VRR enabled. > > + */ > > + if (crtc_state->vrr.enable) > > + return; > > + > > Reviewed-by: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com> Thank you Mitul for checking my patch. This is now pushed to drm-intel- next. BR, Jouni Högander > > > crtc_state->has_panel_replay = > > _panel_replay_compute_config(intel_dp, > > > > crtc_state, > > > > conn_state); > > -- > > 2.34.1 >
diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c index 0c8da1701c3a..b527c1cbb14b 100644 --- a/drivers/gpu/drm/i915/display/intel_psr.c +++ b/drivers/gpu/drm/i915/display/intel_psr.c @@ -1564,13 +1564,6 @@ static bool _psr_compute_config(struct intel_dp *intel_dp, const struct drm_display_mode *adjusted_mode = &crtc_state->hw.adjusted_mode; int entry_setup_frames; - /* - * Current PSR panels don't work reliably with VRR enabled - * So if VRR is enabled, do not enable PSR. - */ - if (crtc_state->vrr.enable) - return false; - if (!CAN_PSR(intel_dp)) return false; @@ -1679,6 +1672,12 @@ void intel_psr_compute_config(struct intel_dp *intel_dp, return; } + /* + * Currently PSR/PR doesn't work reliably with VRR enabled. + */ + if (crtc_state->vrr.enable) + return; + crtc_state->has_panel_replay = _panel_replay_compute_config(intel_dp, crtc_state, conn_state);
Having Panel Replay enabled together with VRR is causing following errors: xe 0000:00:02.0: [drm] *ERROR* Timed out waiting PSR idle state xe 0000:00:02.0: [drm] *ERROR* Fault errors on pipe A: 0x00000080 xe 0000:00:02.0: [drm] *ERROR* CPU pipe A FIFO underrun xe 0000:00:02.0: [drm] *ERROR* Fault errors on pipe A: 0x00040080 xe 0000:00:02.0: [drm] *ERROR* Fault errors on pipe A: 0x00040080 Let's disable Panel Replay as well if VRR is enabled. Signed-off-by: Jouni Högander <jouni.hogander@intel.com> --- drivers/gpu/drm/i915/display/intel_psr.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-)