Message ID | 20241021073349.1222331-1-jouni.hogander@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/i915/psr: vbt.psr.enable is only for eDP panels | expand |
Hi Jouni, On 10/21/2024 1:03 PM, Jouni Högander wrote: > We don't want to check vbt.psr.enable on DP Panel Replay as it is targeted > for eDP panel usage only. > > Signed-off-by: Jouni Högander<jouni.hogander@intel.com> > --- > drivers/gpu/drm/i915/display/intel_psr.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c > index 3b20325b3f6a..4176163ec19a 100644 > --- a/drivers/gpu/drm/i915/display/intel_psr.c > +++ b/drivers/gpu/drm/i915/display/intel_psr.c > @@ -233,7 +233,9 @@ static bool psr_global_enabled(struct intel_dp *intel_dp) > switch (intel_dp->psr.debug & I915_PSR_DEBUG_MODE_MASK) { > case I915_PSR_DEBUG_DEFAULT: > if (display->params.enable_psr == -1) > - return connector->panel.vbt.psr.enable; > + return intel_dp_is_edp(intel_dp) ? > + connector->panel.vbt.psr.enable : > + true; LGTM, Reviewed-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com> > return display->params.enable_psr; > case I915_PSR_DEBUG_DISABLE: > return false;
Hello All, Possible regressions reported by CI are not related to my patch. Please check inline comment below for more details. BR, Jouni Högander On Mon, 2024-10-21 at 10:50 +0000, Patchwork wrote: Patch Details Series: drm/i915/psr: vbt.psr.enable is only for eDP panels URL: https://patchwork.freedesktop.org/series/140233/ State: failure Details: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/index.html CI Bug Log - changes from CI_DRM_15569_full -> Patchwork_140233v1_full Summary FAILURE Serious unknown changes coming with Patchwork_140233v1_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_140233v1_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 (8 -> 7) Missing (1): shard-glk-0 Possible new issues Here are the unknown changes that may have been introduced in Patchwork_140233v1_full: IGT changes Possible regressions * igt@kms_flip@2x-dpms-vs-vblank-race-interruptible: * shard-glk: (PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk8/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk9/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk1/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html> +1 other test fail Similar failures already seen earlier: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15581/shard-glk7/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html * igt@kms_flip@dpms-vs-vblank-race-interruptible@a-hdmi-a3: * shard-dg1: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-12/igt@kms_flip@dpms-vs-vblank-race-interruptible@a-hdmi-a3.html> +1 other test incomplete Similar failures already seen earlier: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15564/shard-dg1-13/igt@kms_flip@dpms-vs-vblank-race-interruptible@a-hdmi-a3.html Warnings * igt@i915_module_load@reload-with-fault-injection: * shard-dg2: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html> ([i915#9820]) -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html> Similar failure already seen earlier: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15570/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html Known issues Here are the changes found in Patchwork_140233v1_full that come from known issues: IGT changes Issues hit * igt@api_intel_bb@blit-reloc-purge-cache: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@api_intel_bb@blit-reloc-purge-cache.html> (i915#8411<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411>) * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@api_intel_bb@blit-reloc-purge-cache.html> (i915#8411<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411>) * igt@drm_fdinfo@busy@ccs0: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@drm_fdinfo@busy@ccs0.html> (i915#8414<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414>) +7 other tests skip * igt@drm_fdinfo@busy@vcs0: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@drm_fdinfo@busy@vcs0.html> (i915#8414<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414>) +6 other tests skip * igt@drm_read@short-buffer-nonblock: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@drm_read@short-buffer-nonblock.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +23 other tests skip * igt@gem_ccs@ctrl-surf-copy: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_ccs@ctrl-surf-copy.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#9323<https://gitlab.freedesktop.or>) * igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-lmem0-lmem0: * shard-dg2: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-lmem0-lmem0.html> (i915#12392<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392> / i915#7297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7297>) * igt@gem_create@create-ext-cpu-access-sanity-check: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@gem_create@create-ext-cpu-access-sanity-check.html> (i915#6335<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335>) * igt@gem_ctx_engines@invalid-engines: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-2/igt@gem_ctx_engines@invalid-engines.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@gem_ctx_engines@invalid-engines.html> (i915#12027<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12027> / i915#12031<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12031>) * igt@gem_ctx_sseu@engines: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_ctx_sseu@engines.html> (i915#280<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>) * igt@gem_exec_fair@basic-deadline: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@gem_exec_fair@basic-deadline.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@gem_exec_fair@basic-deadline.html> (i915#2846<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2846>) * igt@gem_exec_fair@basic-none: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_exec_fair@basic-none.html> (i915#4473<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4473> / i915#4771<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771>) +1 other test skip * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_exec_fair@basic-none.html> (i915#3539<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539> / i915#4852<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852>) * igt@gem_exec_fair@basic-none-solo: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_exec_fair@basic-none-solo.html> (i915#3539<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539> / i915#4852<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852>) * igt@gem_exec_fair@basic-pace@bcs0: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-7/igt@gem_exec_fair@basic-pace@bcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-7/igt@gem_exec_fair@basic-pace@bcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842>) * igt@gem_exec_flush@basic-uc-prw-default: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_exec_flush@basic-uc-prw-default.html> (i915#3539<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539>) * igt@gem_exec_params@rsvd2-dirt: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_exec_params@rsvd2-dirt.html> (i915#5107<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5107>) * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_exec_params@rsvd2-dirt.html> (i915#5107<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5107>) * igt@gem_exec_reloc@basic-cpu-gtt-noreloc: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +1 other test skip * igt@gem_exec_reloc@basic-gtt-wc-active: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_exec_reloc@basic-gtt-wc-active.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +5 other tests skip * igt@gem_exec_reloc@basic-wc-gtt-noreloc: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_exec_reloc@basic-wc-gtt-noreloc.html> (i915#3281<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) +5 other tests skip * igt@gem_exec_schedule@pi-ringfull@ccs0: * shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_exec_schedule@pi-ringfull@ccs0.html> (i915#12296<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12296>) +7 other tests fail * shard-mtlp: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_exec_schedule@pi-ringfull@ccs0.html> (i915#12296<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12296>) +6 other tests fail * igt@gem_exec_schedule@preempt-queue: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_exec_schedule@preempt-queue.html> (i915#4537<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537> / i915#4812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_exec_schedule@preempt-queue.html> (i915#4537<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537> / i915#4812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) * igt@gem_exec_schedule@semaphore-power: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_exec_schedule@semaphore-power.html> (i915#4812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) +1 other test skip * igt@gem_exec_suspend@basic-s0: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-4/igt@gem_exec_suspend@basic-s0.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-6/igt@gem_exec_suspend@basic-s0.html> (i915#11441<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11441>) +1 other test incomplete * igt@gem_fence_thrash@bo-copy: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_fence_thrash@bo-copy.html> (i915#4860<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>) +1 other test skip * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_fence_thrash@bo-copy.html> (i915#4860<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>) * igt@gem_lmem_swapping@parallel-random-verify-ccs: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_lmem_swapping@parallel-random-verify-ccs.html> (i915#4613<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) * igt@gem_mmap@bad-offset: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@gem_mmap@bad-offset.html> (i915#4083<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) * igt@gem_mmap_gtt@basic-small-copy: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@gem_mmap_gtt@basic-small-copy.html> (i915#4077<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) * igt@gem_mmap_gtt@cpuset-big-copy: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-18/igt@gem_mmap_gtt@cpuset-big-copy.html> (i915#4077<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) +1 other test skip * igt@gem_mmap_wc@close: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-18/igt@gem_mmap_wc@close.html> (i915#4083<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) +1 other test skip * igt@gem_pwrite@basic-exhaustion: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_pwrite@basic-exhaustion.html> (i915#3282<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) +1 other test skip * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_pwrite@basic-exhaustion.html> (i915#3282<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) +1 other test skip * igt@gem_pxp@create-protected-buffer: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-1/igt@gem_pxp@create-protected-buffer.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) * igt@gem_pxp@regular-baseline-src-copy-readible: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_pxp@regular-baseline-src-copy-readible.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) * igt@gem_pxp@verify-pxp-stale-buf-optout-execution: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html> (i915#4270<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) * igt@gem_readwrite@beyond-eob: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_readwrite@beyond-eob.html> (i915#3282<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) +1 other test skip * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html> (i915#8428<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428>) +1 other test skip * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / i915#8428<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428>) * igt@gem_set_tiling_vs_gtt: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-12/igt@gem_set_tiling_vs_gtt.html> (i915#4079<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>) * igt@gem_softpin@evict-snoop-interruptible: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_softpin@evict-snoop-interruptible.html> (i915#4885<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885>) * igt@gen9_exec_parse@basic-rejected: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gen9_exec_parse@basic-rejected.html> (i915#2527<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>) * igt@gen9_exec_parse@batch-invalid-length: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@gen9_exec_parse@batch-invalid-length.html> (i915#2856<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) * igt@gen9_exec_parse@secure-batches: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@gen9_exec_parse@secure-batches.html> (i915#2856<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) +1 other test skip * igt@i915_module_load@reload: * shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb2/igt@i915_module_load@reload.html> -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb2/igt@i915_module_load@reload.html> (i915#12450<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12450>) * igt@i915_pm_rps@min-max-config-idle: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@i915_pm_rps@min-max-config-idle.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681> / i915#6621<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621>) * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@i915_pm_rps@min-max-config-idle.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681> / i915#6621<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621>) * igt@i915_pm_rps@min-max-config-loaded: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-18/igt@i915_pm_rps@min-max-config-loaded.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681> / i915#6621<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621>) * igt@i915_pm_rps@reset: * shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@i915_pm_rps@reset.html> (i915#12459<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12459>) * shard-dg1: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-17/igt@i915_pm_rps@reset.html> (i915#12459<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12459>) * igt@i915_pm_rps@thresholds-idle: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@i915_pm_rps@thresholds-idle.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681>) * igt@i915_pm_rps@thresholds-park: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@i915_pm_rps@thresholds-park.html> (i915#11681<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681>) +1 other test skip * igt@kms_addfb_basic@addfb25-x-tiled-legacy: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212>) * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212>) * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-12/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs.html> (i915#8709<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709>) +7 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_140233v1/shard-dg2-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs.html> (i915#8709<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709>) +11 other tests skip * igt@kms_big_fb@4-tiled-64bpp-rotate-180: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html> (i915#4538<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538> / i915#5286<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) +2 other tests skip * igt@kms_big_fb@4-tiled-addfb-size-overflow: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_big_fb@4-tiled-addfb-size-overflow.html> (i915#5286<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) * igt@kms_big_fb@x-tiled-64bpp-rotate-270: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html> (i915#3638<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638>) * igt@kms_big_fb@x-tiled-64bpp-rotate-90: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html> +4 other tests skip * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +1 other test skip * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html> (i915#4538<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538>) * 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_140233v1/shard-dg1-15/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>) +77 other tests skip * igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-edp-1: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-edp-1.html> (i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +19 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_140233v1/shard-rkl-3/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>) +67 other tests skip * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html> (i915#12313<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>) * igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-1: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-8/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@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>) +2 other tests skip * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html> (i915#12313<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>) +1 other test skip * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-4/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1.html> (i915#10307<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> / i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +108 other tests skip * igt@kms_ccs@random-ccs-data-y-tiled-ccs: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb7/igt@kms_ccs@random-ccs-data-y-tiled-ccs.html> +83 other tests skip * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html> (i915#7828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +2 other tests skip * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html> (i915#7828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +2 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_140233v1/shard-dg2-2/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html> (i915#7828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) +1 other test skip * igt@kms_content_protection@dp-mst-type-0: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_content_protection@dp-mst-type-0.html> (i915#3299<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299>) * igt@kms_content_protection@type1: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_content_protection@type1.html> (i915#7116<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116> / [i915#9424]) * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_content_protection@type1.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#6944<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> / [i915#9424]) * igt@kms_content_protection@uevent: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_content_protection@uevent.html> (i915#6944<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> / [i915#9424]) +1 other test skip * igt@kms_cursor_crc@cursor-offscreen-32x10: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-6/igt@kms_cursor_crc@cursor-offscreen-32x10.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8814<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814>) * igt@kms_cursor_crc@cursor-random-256x256: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_cursor_crc@cursor-random-256x256.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_cursor_crc@cursor-random-256x256.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +34 other tests skip * igt@kms_cursor_crc@cursor-rapid-movement-128x42: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html> (i915#8814<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814>) +1 other test skip * igt@kms_cursor_crc@cursor-rapid-movement-512x170: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_cursor_crc@cursor-rapid-movement-512x170.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-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html> (i915#4213<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213>) * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-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@cursorb-vs-flipb-toggle: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html> ([i915#9809]) * igt@kms_dsc@dsc-fractional-bpp: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_dsc@dsc-fractional-bpp.html> (i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840> / [i915#9688]) * igt@kms_fb_coherency@memset-crc: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_fb_coherency@memset-crc.html> * igt@kms_feature_discovery@display-4x: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_feature_discovery@display-4x.html> (i915#1839<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839>) * igt@kms_feature_discovery@psr1: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_feature_discovery@psr1.html> (i915#658<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658>) * igt@kms_flip@2x-flip-vs-expired-vblank: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_flip@2x-flip-vs-expired-vblank.html> (i915#3637<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>) +3 other tests skip * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-18/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html> ([i915#9934]) +1 other test skip * igt@kms_flip@blocking-wf_vblank: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@kms_flip@blocking-wf_vblank.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@kms_flip@blocking-wf_vblank.html> (i915#11961<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11961> / i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) * igt@kms_flip@blocking-wf_vblank@a-hdmi-a2: * shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@kms_flip@blocking-wf_vblank@a-hdmi-a2.html> (i915#11961<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11961>) * igt@kms_flip@blocking-wf_vblank@b-hdmi-a2: * shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@kms_flip@blocking-wf_vblank@b-hdmi-a2.html> (i915#12457<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12457>) * igt@kms_flip@modeset-vs-vblank-race: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_flip@modeset-vs-vblank-race.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_flip@modeset-vs-vblank-race.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) +7 other tests skip * igt@kms_flip@plain-flip-fb-recreate: * shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb2/igt@kms_flip@plain-flip-fb-recreate.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb5/igt@kms_flip@plain-flip-fb-recreate.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) +3 other tests fail * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/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>) * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@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>) * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +1 other test skip * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8813<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813>) * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8810<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810>) * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-default-mode: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-default-mode.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<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813>) +1 other test skip * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite: * shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite.html> (i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html> +12 other tests skip * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html> (i915#1825<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825>) +11 other tests skip * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-wc: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-wc.html> (i915#8708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) +1 other test skip * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) +20 other tests skip * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html> (i915#8708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) +5 other tests skip * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +5 other tests skip * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt.html> (i915#8708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) +1 other test skip * igt@kms_hdr@invalid-metadata-sizes: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_hdr@invalid-metadata-sizes.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>) * igt@kms_invalid_mode@uint-max-clock: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_invalid_mode@uint-max-clock.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_invalid_mode@uint-max-clock.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +4 other tests skip * igt@kms_joiner@invalid-modeset-force-big-joiner: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-10/igt@kms_joiner@invalid-modeset-force-big-joiner.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-5/igt@kms_joiner@invalid-modeset-force-big-joiner.html> (i915#12388<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388>) * igt@kms_plane_alpha_blend@coverage-7efc: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_alpha_blend@coverage-7efc.html> (i915#7294<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7294>) * igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant.html> (i915#7294<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7294>) +1 other test skip * igt@kms_plane_scaling@intel-max-src-size: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@kms_plane_scaling@intel-max-src-size.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@kms_plane_scaling@intel-max-src-size.html> (i915#8292<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8292>) * 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_140233v1/shard-rkl-3/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html> (i915#8292<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8292>) * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152> / [i915#9423]) * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +5 other tests skip * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-d: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-d.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-d.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>) +1 other test skip * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/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<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152> / [i915#9423]) * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-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<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>) * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-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<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152> / [i915#9423]) * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-c: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-c.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +2 other tests skip * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-c.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) +3 other tests skip * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-d: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-d.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>) * igt@kms_pm_backlight@bad-brightness: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_pm_backlight@bad-brightness.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) * igt@kms_pm_dc@dc5-dpms-negative: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_pm_dc@dc5-dpms-negative.html> (i915#9293<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9293>) * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_pm_dc@dc5-dpms-negative.html> (i915#9293<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9293>) * igt@kms_pm_dc@dc5-psr: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-11/igt@kms_pm_dc@dc5-psr.html> ([i915#9685]) * igt@kms_pm_dc@dc6-dpms: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_pm_dc@dc6-dpms.html> (i915#10139<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10139>) * igt@kms_pm_lpsp@screens-disabled: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_pm_lpsp@screens-disabled.html> (i915#8430<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430>) * igt@kms_pm_rpm@cursor-dpms: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_pm_rpm@cursor-dpms.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_pm_rpm@cursor-dpms.html> (i915#1849<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849>) * igt@kms_pm_rpm@i2c: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_pm_rpm@i2c.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_pm_rpm@i2c.html> * igt@kms_pm_rpm@modeset-lpsp: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp.html> ([i915#9519]) +1 other test skip * igt@kms_prime@d3hot: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-1/igt@kms_prime@d3hot.html> (i915#6524<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524> / i915#6805<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805>) * igt@kms_properties@plane-properties-atomic: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_properties@plane-properties-atomic.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_properties@plane-properties-atomic.html> (i915#11521<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11521>) * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb7/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +1 other test skip * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk8/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) * igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html> (i915#12316<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316>) +1 other test skip * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html> (i915#11520<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) +2 other tests skip * igt@kms_psr@fbc-psr2-primary-mmap-cpu: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_psr@fbc-psr2-primary-mmap-cpu.html> ([i915#9688]) +12 other tests skip * igt@kms_psr@pr-no-drrs: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk8/igt@kms_psr@pr-no-drrs.html> +7 other tests skip * igt@kms_psr@pr-suspend: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_psr@pr-suspend.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / [i915#9732]) +4 other tests skip * igt@kms_psr@psr-suspend: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_psr@psr-suspend.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / [i915#9732]) +6 other tests 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_140233v1/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>) * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html> (i915#5289<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>) * igt@kms_tiled_display@basic-test-pattern-with-chamelium: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (i915#8623<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623>) * igt@kms_vrr@flip-dpms: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_vrr@flip-dpms.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) +1 other test skip * igt@kms_writeback@writeback-invalid-parameters: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_writeback@writeback-invalid-parameters.html> (i915#2437<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>) * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_writeback@writeback-invalid-parameters.html> (i915#2437<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>) * igt@prime_vgem@basic-read: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@prime_vgem@basic-read.html> (i915#3708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@prime_vgem@basic-read.html> (i915#3291<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291> / i915#3708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) * igt@prime_vgem@fence-read-hang: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@prime_vgem@fence-read-hang.html> (i915#3708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) +1 other test skip Possible fixes * igt@fbdev@unaligned-read: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@fbdev@unaligned-read.html> (i915#2582<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@fbdev@unaligned-read.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_15569/shard-dg2-6/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html> (i915#7297<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7297>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html> * igt@gem_ctx_engines@invalid-engines: * shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk6/igt@gem_ctx_engines@invalid-engines.html> (i915#12027<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12027> / i915#12031<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12031>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk6/igt@gem_ctx_engines@invalid-engines.html> * igt@gem_eio@kms: * shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-8/igt@gem_eio@kms.html> (i915#5784<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-4/igt@gem_eio@kms.html> * igt@gem_exec_fair@basic-pace-share@rcs0: * shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-1/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_140233v1/shard-rkl-5/igt@gem_exec_fair@basic-pace-share@rcs0.html> +1 other test pass * igt@gem_exec_suspend@basic-s4-devices: * shard-dg1: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices.html> (i915#7975<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975> / i915#8213<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8213>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@gem_exec_suspend@basic-s4-devices.html> +1 other test pass * igt@gem_ppgtt@blt-vs-render-ctxn: * shard-glk: (DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk1/igt@gem_ppgtt@blt-vs-render-ctxn.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk9/igt@gem_ppgtt@blt-vs-render-ctxn.html>) (i915#118<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk4/igt@gem_ppgtt@blt-vs-render-ctxn.html> * igt@i915_module_load@reload-with-fault-injection: * shard-mtlp: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html> (i915#10131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131> / i915#10887<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10887> / [i915#9820]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@i915_module_load@reload-with-fault-injection.html> * igt@i915_pm_rc6_residency@rc6-idle: * shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle.html> (i915#3591<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle.html> +1 other test pass * igt@i915_selftest@perf: * shard-snb: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb2/igt@i915_selftest@perf.html> (i915#12450<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12450>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb5/igt@i915_selftest@perf.html> * igt@i915_selftest@perf@engine_cs: * shard-snb: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb2/igt@i915_selftest@perf@engine_cs.html> (i915#11703<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11703>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb5/igt@i915_selftest@perf@engine_cs.html> * igt@kms_atomic_transition@modeset-transition-fencing: * shard-glk: (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk8/igt@kms_atomic_transition@modeset-transition-fencing.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk9/igt@kms_atomic_transition@modeset-transition-fencing.html>) (i915#12238<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12238>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk1/igt@kms_atomic_transition@modeset-transition-fencing.html> * igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs: * shard-glk: (PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk9/igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk8/igt@kms_atomic_transition@modeset-transition-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_140233v1/shard-glk1/igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs.html> * igt@kms_atomic_transition@plane-all-modeset-transition: * shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-12/igt@kms_atomic_transition@plane-all-modeset-transition.html> (i915#5956<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-15/igt@kms_atomic_transition@plane-all-modeset-transition.html> * igt@kms_color@ctm-negative: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_color@ctm-negative.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_color@ctm-negative.html> +3 other tests pass * igt@kms_cursor_crc@cursor-suspend: * shard-mtlp: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-1/igt@kms_cursor_crc@cursor-suspend.html> (i915#12358<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12358>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-6/igt@kms_cursor_crc@cursor-suspend.html> +1 other test pass * igt@kms_cursor_edge_walk@256x256-right-edge: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_cursor_edge_walk@256x256-right-edge.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_cursor_edge_walk@256x256-right-edge.html> +10 other tests pass * igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic: * shard-dg1: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-16/igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic.html> (i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic.html> +1 other test pass * igt@kms_dp_linktrain_fallback@dp-fallback: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-11/igt@kms_dp_linktrain_fallback@dp-fallback.html> (i915#12402<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12402>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@kms_dp_linktrain_fallback@dp-fallback.html> * igt@kms_flip@2x-plain-flip-fb-recreate: * shard-glk: (PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk8/igt@kms_flip@2x-plain-flip-fb-recreate.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk5/igt@kms_flip@2x-plain-flip-fb-recreate.html>) (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk1/igt@kms_flip@2x-plain-flip-fb-recreate.html> +2 other tests pass * igt@kms_flip@plain-flip-ts-check-interruptible: * shard-snb: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb4/igt@kms_flip@plain-flip-ts-check-interruptible.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb7/igt@kms_flip@plain-flip-ts-check-interruptible.html> +1 other test pass * igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a1: * shard-tglu: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-tglu-2/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a1.html> (i915#12431<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12431>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-tglu-8/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a1.html> * igt@kms_flip@plain-flip-ts-check-interruptible@a-vga1: * shard-snb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb4/igt@kms_flip@plain-flip-ts-check-interruptible@a-vga1.html> (i915#10826<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb7/igt@kms_flip@plain-flip-ts-check-interruptible@a-vga1.html> * igt@kms_flip@plain-flip-ts-check-interruptible@b-vga1: * shard-snb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb4/igt@kms_flip@plain-flip-ts-check-interruptible@b-vga1.html> (i915#2122<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb7/igt@kms_flip@plain-flip-ts-check-interruptible@b-vga1.html> +1 other test pass * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html> * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt: * shard-snb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt.html> +2 other tests pass * igt@kms_plane@planar-pixel-format-settings: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_plane@planar-pixel-format-settings.html> ([i915#9581]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane@planar-pixel-format-settings.html> * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b: * shard-dg2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-4/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html> +1 other test pass * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152> / [i915#9423]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation.html> * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d.html> +1 other test pass * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html> (i915#6953<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152> / [i915#9423]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html> * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html> +5 other tests pass * igt@kms_pm_rpm@modeset-lpsp-stress: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@kms_pm_rpm@modeset-lpsp-stress.html> ([i915#9519]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress.html> +1 other test pass * igt@kms_pm_rpm@modeset-non-lpsp: * shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp.html> ([i915#9519]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp.html> * igt@kms_sysfs_edid_timing: * shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@kms_sysfs_edid_timing.html> (IGT#2<https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@kms_sysfs_edid_timing.html> * igt@kms_vrr@negative-basic: * shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-1/igt@kms_vrr@negative-basic.html> (i915#10393<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10393>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-1/igt@kms_vrr@negative-basic.html> +1 other test pass * igt@perf_pmu@most-busy-idle-check-all: * shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-5/igt@perf_pmu@most-busy-idle-check-all.html> (i915#4349<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-1/igt@perf_pmu@most-busy-idle-check-all.html> +1 other test pass Warnings * igt@i915_module_load@reload-with-fault-injection: * shard-tglu: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-tglu-4/igt@i915_module_load@reload-with-fault-injection.html> ([i915#9820]) -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-tglu-6/igt@i915_module_load@reload-with-fault-injection.html> (i915#10887<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10887> / [i915#9820]) * igt@i915_pipe_stress@stress-xrgb8888-ytiled: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html> (i915#7091<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7091>) * igt@i915_suspend@basic-s3-without-i915: * shard-mtlp: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-7/igt@i915_suspend@basic-s3-without-i915.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-3/igt@i915_suspend@basic-s3-without-i915.html> (i915#6645<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6645>) * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-4/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) * shard-mtlp: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-6/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) * igt@kms_addfb_basic@basic-y-tiled-legacy: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@kms_addfb_basic@basic-y-tiled-legacy.html> (i915#4215<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@kms_addfb_basic@basic-y-tiled-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212> / i915#4215<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) * shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@kms_addfb_basic@basic-y-tiled-legacy.html> (i915#4215<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-19/igt@kms_addfb_basic@basic-y-tiled-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212> / i915#4215<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215>) * igt@kms_big_fb@x-tiled-16bpp-rotate-90: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +3 other tests skip * igt@kms_big_fb@yf-tiled-8bpp-rotate-0: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_big_fb@yf-tiled-8bpp-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>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +7 other tests skip * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html> (i915#4538<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) +1 other test skip * igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html> (i915#12313<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_ccs@crc-primary-rotation-180-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>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +8 other tests skip * igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc.html> (i915#10307<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> / i915#6095<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) +3 other tests skip * igt@kms_color@deep-color: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_color@deep-color.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_color@deep-color.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) * igt@kms_content_protection@content-type-change: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_content_protection@content-type-change.html> ([i915#9424]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_content_protection@content-type-change.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +1 other test skip * igt@kms_content_protection@dp-mst-lic-type-0: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_content_protection@dp-mst-lic-type-0.html> (i915#3299<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_content_protection@dp-mst-lic-type-0.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_content_protection@legacy: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_content_protection@legacy.html> (i915#7118<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118> / [i915#9424]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_content_protection@legacy.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_content_protection@type1: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-10/igt@kms_content_protection@type1.html> (i915#7118<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118> / i915#7162<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7162> / [i915#9424]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-5/igt@kms_content_protection@type1.html> (i915#7118<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118> / [i915#9424]) * shard-snb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-snb2/igt@kms_content_protection@type1.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-snb5/igt@kms_content_protection@type1.html> (i915#8816<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8816>) * igt@kms_cursor_crc@cursor-offscreen-512x512: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_cursor_crc@cursor-offscreen-512x512.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/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-onscreen-512x512: * shard-tglu: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-tglu-4/igt@kms_cursor_crc@cursor-onscreen-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-tglu-10/igt@kms_cursor_crc@cursor-onscreen-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) +9 other tests skip * shard-mtlp: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-3/igt@kms_cursor_crc@cursor-onscreen-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-5/igt@kms_cursor_crc@cursor-onscreen-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) +8 other tests skip * igt@kms_cursor_crc@cursor-random-512x170: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-4/igt@kms_cursor_crc@cursor-random-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-8/igt@kms_cursor_crc@cursor-random-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) +5 other tests skip * shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-1/igt@kms_cursor_crc@cursor-random-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-5/igt@kms_cursor_crc@cursor-random-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) +8 other tests skip * shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-12/igt@kms_cursor_crc@cursor-random-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-12/igt@kms_cursor_crc@cursor-random-512x170.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453> / i915#3359<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359>) +7 other tests skip * igt@kms_cursor_crc@cursor-random-max-size: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_cursor_crc@cursor-random-max-size.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_cursor_crc@cursor-random-max-size.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +2 other tests skip * igt@kms_cursor_crc@cursor-sliding-512x512: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_cursor_crc@cursor-sliding-512x512.html> (i915#11453<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_cursor_crc@cursor-sliding-512x512.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html> (i915#4103<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103> / i915#4213<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +1 other test skip * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) +1 other test skip * igt@kms_draw_crc@draw-method-mmap-gtt: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_draw_crc@draw-method-mmap-gtt.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_draw_crc@draw-method-mmap-gtt.html> (i915#8812<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812>) * igt@kms_dsc@dsc-with-output-formats-with-bpc: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_dsc@dsc-with-output-formats-with-bpc.html> (i915#3840<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840> / i915#9053<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_dsc@dsc-with-output-formats-with-bpc.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_fence_pin_leak: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_fence_pin_leak.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_fence_pin_leak.html> (i915#4881<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881>) * igt@kms_flip@2x-modeset-vs-vblank-race: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-8/igt@kms_flip@2x-modeset-vs-vblank-race.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-4/igt@kms_flip@2x-modeset-vs-vblank-race.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) +32 other tests skip * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-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>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-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_140233v1/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-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@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc: * shard-dg1: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc.html> (i915#2295<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2295>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc.html> (i915#8708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-render: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-render.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-render.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +3 other tests skip * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html> (i915#10433<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433> / i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +2 other tests skip * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html> (i915#8708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) +14 other tests skip * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.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_140233v1/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html> (i915#3458<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) +3 other tests skip * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-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_140233v1/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) +8 other tests skip * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html> (i915#8708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) +1 other test skip * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt: * shard-glk: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt.html> (i915#2295<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2295>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt.html> * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu: * shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html> (i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) * igt@kms_hdr@static-toggle-dpms: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_hdr@static-toggle-dpms.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_hdr@static-toggle-dpms.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>) * igt@kms_hdr@static-toggle-suspend: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_hdr@static-toggle-suspend.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_hdr@static-toggle-suspend.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_joiner@basic-force-big-joiner: * shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@kms_joiner@basic-force-big-joiner.html> (i915#12388<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@kms_joiner@basic-force-big-joiner.html> (i915#12388<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388> / i915#4423<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: * shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> (i915#4816<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> (i915#4070<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4070> / i915#4816<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816>) * igt@kms_plane_multiple@tiling-y: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_multiple@tiling-y.html> (i915#8806<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8806>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_multiple@tiling-y.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_plane_scaling@2x-scaler-multi-pipe: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@2x-scaler-multi-pipe.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354> / [i915#9423]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@2x-scaler-multi-pipe.html> (i915#5354<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152> / [i915#9423]) * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / [i915#9423]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152> / [i915#9423]) +1 other test skip * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>) +2 other tests skip * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#6953<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953> / [i915#9423]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html> (i915#12247<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> / i915#6953<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953> / i915#8152<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152> / [i915#9423]) * igt@kms_pm_dc@dc6-dpms: * shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-5/igt@kms_pm_dc@dc6-dpms.html> (i915#9295<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-4/igt@kms_pm_dc@dc6-dpms.html> (i915#3361<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361>) * igt@kms_pm_lpsp@kms-lpsp: * shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-rkl-4/igt@kms_pm_lpsp@kms-lpsp.html> (i915#3828<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-rkl-3/igt@kms_pm_lpsp@kms-lpsp.html> ([i915#9340]) * igt@kms_psr@fbc-psr2-basic: * shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-14/igt@kms_psr@fbc-psr2-basic.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_140233v1/shard-dg1-16/igt@kms_psr@fbc-psr2-basic.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_psr@pr-sprite-plane-move: * shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg1-17/igt@kms_psr@pr-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]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg1-16/igt@kms_psr@pr-sprite-plane-move.html> (i915#1072<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> / [i915#9732]) * igt@kms_rotation_crc@bad-pixel-format: * shard-mtlp: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-mtlp-5/igt@kms_rotation_crc@bad-pixel-format.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-mtlp-7/igt@kms_rotation_crc@bad-pixel-format.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#4235<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235>) +9 other tests skip * igt@kms_rotation_crc@bad-tiling: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-8/igt@kms_rotation_crc@bad-tiling.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-1/igt@kms_rotation_crc@bad-tiling.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#4235<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235>) +3 other tests skip * igt@kms_rotation_crc@exhaust-fences: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_rotation_crc@exhaust-fences.html> (i915#4235<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_rotation_crc@exhaust-fences.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_rotation_crc@primary-rotation-270: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_rotation_crc@primary-rotation-270.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_rotation_crc@primary-rotation-270.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#4235<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) +1 other test skip * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> (i915#11131<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131> / i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> (i915#5190<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> / i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_rotation_crc@sprite-rotation-90: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_rotation_crc@sprite-rotation-90.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_rotation_crc@sprite-rotation-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_tiled_display@basic-test-pattern: * shard-glk: (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk1/igt@kms_tiled_display@basic-test-pattern.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-glk2/igt@kms_tiled_display@basic-test-pattern.html>) (i915#10959<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10959>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-glk8/igt@kms_tiled_display@basic-test-pattern.html> * igt@kms_vrr@flipline: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-2/igt@kms_vrr@flipline.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-7/igt@kms_vrr@flipline.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) * igt@kms_vrr@max-min: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-1/igt@kms_vrr@max-min.html> ([i915#9906]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_vrr@max-min.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@kms_vrr@negative-basic: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@kms_vrr@negative-basic.html> (i915#3555<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> / [i915#9906]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@kms_vrr@negative-basic.html> (i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>) * igt@perf@non-zero-reason@0-rcs0: * shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-6/igt@perf@non-zero-reason@0-rcs0.html> (i915#9100<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-10/igt@perf@non-zero-reason@0-rcs0.html> (i915#7484<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7484>) +1 other test fail * igt@prime_vgem@basic-fence-flip: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15569/shard-dg2-7/igt@prime_vgem@basic-fence-flip.html> (i915#3708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_140233v1/shard-dg2-2/igt@prime_vgem@basic-fence-flip.html> (i915#3708<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708> / i915#9197<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197>)
On Mon, 2024-10-21 at 14:10 +0530, Naladala, Ramanaidu wrote: Hi Jouni, On 10/21/2024 1:03 PM, Jouni Högander wrote: We don't want to check vbt.psr.enable on DP Panel Replay as it is targeted for eDP panel usage only. Signed-off-by: Jouni Högander <jouni.hogander@intel.com><mailto:jouni.hogander@intel.com> --- drivers/gpu/drm/i915/display/intel_psr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c index 3b20325b3f6a..4176163ec19a 100644 --- a/drivers/gpu/drm/i915/display/intel_psr.c +++ b/drivers/gpu/drm/i915/display/intel_psr.c @@ -233,7 +233,9 @@ static bool psr_global_enabled(struct intel_dp *intel_dp) switch (intel_dp->psr.debug & I915_PSR_DEBUG_MODE_MASK) { case I915_PSR_DEBUG_DEFAULT: if (display->params.enable_psr == -1) - return connector->panel.vbt.psr.enable; + return intel_dp_is_edp(intel_dp) ? + connector->panel.vbt.psr.enable : + true; LGTM, Reviewed-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com<mailto:ramanaidu.naladala@intel.com>> Thank you Ramanaidu for checking my patch. This is now pushed to drm-intel-next. BR, Jouni Högander return display->params.enable_psr; case I915_PSR_DEBUG_DISABLE: return false;
diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c index 3b20325b3f6a..4176163ec19a 100644 --- a/drivers/gpu/drm/i915/display/intel_psr.c +++ b/drivers/gpu/drm/i915/display/intel_psr.c @@ -233,7 +233,9 @@ static bool psr_global_enabled(struct intel_dp *intel_dp) switch (intel_dp->psr.debug & I915_PSR_DEBUG_MODE_MASK) { case I915_PSR_DEBUG_DEFAULT: if (display->params.enable_psr == -1) - return connector->panel.vbt.psr.enable; + return intel_dp_is_edp(intel_dp) ? + connector->panel.vbt.psr.enable : + true; return display->params.enable_psr; case I915_PSR_DEBUG_DISABLE: return false;
We don't want to check vbt.psr.enable on DP Panel Replay as it is targeted for eDP panel usage only. Signed-off-by: Jouni Högander <jouni.hogander@intel.com> --- drivers/gpu/drm/i915/display/intel_psr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)