Message ID | 20230901093500.3463046-1-jouni.hogander@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Handle dma fences in dirtyfb ioctl | expand |
On Fri, Sep 01, 2023 at 12:34:56PM +0300, Jouni Högander wrote: > Currently i915 dirtyfb ioctl is not taking dma fences into > account. This works with features like FBC, PSR, DRRS because our gem > code is triggering flush again when rendering completes. We are > targeting in getting rid of frontbuffer tracking code: Flusing hook > from gem code will be removed as well. > > This patch set is adding dma fence handling into i915 dirtyfb ioctl. > > v4: > - Move invalidate back being done before cb is added > v3: > - Check frontbuffer bits before adding any fence fb > - Invalidate only when adding fence cb succeeds > - Check schedule work success rather than work being pending > - Init flush work when frontbuffer struct is initialized > v2: > - Clear fbc and psr busy bits on flip > - Check if flush work is already pending > - Use dma_resv_get_singleton > > Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> > Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> For the series: Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> > > Jouni Högander (4): > drm/i915/fbc: Clear frontbuffer busy bits on flip > drm/i915/psr: Clear frontbuffer busy bits on flip > drm/i915: Add new frontbuffer tracking interface to queue flush > drm/i915: Handle dma fences in dirtyfb callback > > drivers/gpu/drm/i915/display/intel_fb.c | 60 ++++++++++++++++++- > drivers/gpu/drm/i915/display/intel_fbc.c | 6 +- > .../gpu/drm/i915/display/intel_frontbuffer.c | 28 +++++++++ > .../gpu/drm/i915/display/intel_frontbuffer.h | 4 ++ > drivers/gpu/drm/i915/display/intel_psr.c | 6 ++ > 5 files changed, 97 insertions(+), 7 deletions(-) > > -- > 2.34.1
Possible regressions here are expected skips. Skipped due to unsupported features (DRRS and PSR). BR, Jouni Högander On Sat, 2023-09-02 at 00:16 +0000, Patchwork wrote: Patch Details Series: Handle dma fences in dirtyfb ioctl (rev6) URL: https://patchwork.freedesktop.org/series/116620/ State: failure Details: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/index.html CI Bug Log - changes from CI_DRM_13588_full -> Patchwork_116620v6_full Summary FAILURE Serious unknown changes coming with Patchwork_116620v6_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_116620v6_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (9 -> 9) No changes in participating hosts Possible new issues Here are the unknown changes that may have been introduced in Patchwork_116620v6_full: IGT changes Possible regressions * igt@kms_dirtyfb@dirtyfb-ioctl@drrs-hdmi-a-2: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_dirtyfb@dirtyfb-ioctl@drrs-hdmi-a-2.html> +1 similar issue * igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-4: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-16/igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-4.html> +1 similar issue Suppressed The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@kms_dirtyfb@dirtyfb-ioctl@psr-dp-4}: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@kms_dirtyfb@dirtyfb-ioctl@psr-dp-4.html> +1 similar issue Known issues Here are the changes found in Patchwork_116620v6_full that come from known issues: IGT changes Issues hit * igt@drm_fdinfo@all-busy-idle-check-all: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@drm_fdinfo@all-busy-idle-check-all.html> (i915#8414<https://gitlab.freedesktop.org/drm/intel/issues/8414>) * igt@drm_fdinfo@busy-check-all@bcs0: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@drm_fdinfo@busy-check-all@bcs0.html> (i915#8414<https://gitlab.freedesktop.org/drm/intel/issues/8414>) +4 similar issues * igt@feature_discovery@chamelium: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@feature_discovery@chamelium.html> (i915#4854<https://gitlab.freedesktop.org/drm/intel/issues/4854>) * igt@feature_discovery@display-2x: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@feature_discovery@display-2x.html> (i915#1839<https://gitlab.freedesktop.org/drm/intel/issues/1839>) * igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0: * shard-dg2: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0.html> (i915#6311<https://gitlab.freedesktop.org/drm/intel/issues/6311> / i915#7297<https://gitlab.freedesktop.org/drm/intel/issues/7297>) * igt@gem_ctx_persistence@hang: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-snb6/igt@gem_ctx_persistence@hang.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#1099<https://gitlab.freedesktop.org/drm/intel/issues/1099>) +1 similar issue * igt@gem_ctx_sseu@engines: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@gem_ctx_sseu@engines.html> (i915#280<https://gitlab.freedesktop.org/drm/intel/issues/280>) * igt@gem_eio@reset-stress: * shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg1-17/igt@gem_eio@reset-stress.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-16/igt@gem_eio@reset-stress.html> (i915#5784<https://gitlab.freedesktop.org/drm/intel/issues/5784>) +1 similar issue * igt@gem_exec_balancer@bonded-pair: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@gem_exec_balancer@bonded-pair.html> (i915#4771<https://gitlab.freedesktop.org/drm/intel/issues/4771>) * igt@gem_exec_fair@basic-none: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@gem_exec_fair@basic-none.html> (i915#3539<https://gitlab.freedesktop.org/drm/intel/issues/3539> / i915#4852<https://gitlab.freedesktop.org/drm/intel/issues/4852>) * igt@gem_exec_fair@basic-none-share@rcs0: * shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@gem_exec_fair@basic-none-share@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) * igt@gem_exec_fair@basic-none-solo: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-mtlp-4/igt@gem_exec_fair@basic-none-solo.html> (i915#4473<https://gitlab.freedesktop.org/drm/intel/issues/4473>) * igt@gem_exec_fair@basic-none-vip@rcs0: * shard-glk: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-glk6/igt@gem_exec_fair@basic-none-vip@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) * igt@gem_exec_fair@basic-throttle: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@gem_exec_fair@basic-throttle.html> (i915#3539<https://gitlab.freedesktop.org/drm/intel/issues/3539>) * igt@gem_exec_flush@basic-wb-pro-default: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@gem_exec_flush@basic-wb-pro-default.html> (i915#3539<https://gitlab.freedesktop.org/drm/intel/issues/3539> / i915#4852<https://gitlab.freedesktop.org/drm/intel/issues/4852>) +4 similar issues * igt@gem_exec_params@rsvd2-dirt: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@gem_exec_params@rsvd2-dirt.html> (fdo#109283<https://bugs.freedesktop.org/show_bug.cgi?id=109283> / i915#5107<https://gitlab.freedesktop.org/drm/intel/issues/5107>) * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@gem_exec_params@rsvd2-dirt.html> (fdo#109283<https://bugs.freedesktop.org/show_bug.cgi?id=109283>) * igt@gem_exec_reloc@basic-cpu-gtt: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@gem_exec_reloc@basic-cpu-gtt.html> (i915#3281<https://gitlab.freedesktop.org/drm/intel/issues/3281>) +2 similar issues * igt@gem_exec_reloc@basic-wc-gtt-active: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@gem_exec_reloc@basic-wc-gtt-active.html> (i915#3281<https://gitlab.freedesktop.org/drm/intel/issues/3281>) +3 similar issues * igt@gem_exec_reloc@basic-write-read-active: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-10/igt@gem_exec_reloc@basic-write-read-active.html> (i915#3281<https://gitlab.freedesktop.org/drm/intel/issues/3281>) +11 similar issues * igt@gem_exec_schedule@preempt-queue-contexts-chain: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@gem_exec_schedule@preempt-queue-contexts-chain.html> (i915#4537<https://gitlab.freedesktop.org/drm/intel/issues/4537> / i915#4812<https://gitlab.freedesktop.org/drm/intel/issues/4812>) * igt@gem_exec_suspend@basic-s0@lmem0: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-6/igt@gem_exec_suspend@basic-s0@lmem0.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-1/igt@gem_exec_suspend@basic-s0@lmem0.html> (i915#6311<https://gitlab.freedesktop.org/drm/intel/issues/6311>) * igt@gem_huc_copy@huc-copy: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-glk6/igt@gem_huc_copy@huc-copy.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2190<https://gitlab.freedesktop.org/drm/intel/issues/2190>) * igt@gem_lmem_swapping@basic: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@gem_lmem_swapping@basic.html> (i915#4613<https://gitlab.freedesktop.org/drm/intel/issues/4613>) +1 similar issue * igt@gem_mmap@big-bo: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@gem_mmap@big-bo.html> (i915#4083<https://gitlab.freedesktop.org/drm/intel/issues/4083>) +5 similar issues * igt@gem_mmap_gtt@big-bo: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@gem_mmap_gtt@big-bo.html> (i915#4077<https://gitlab.freedesktop.org/drm/intel/issues/4077>) * igt@gem_mmap_gtt@cpuset-big-copy: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-10/igt@gem_mmap_gtt@cpuset-big-copy.html> (i915#4077<https://gitlab.freedesktop.org/drm/intel/issues/4077>) +10 similar issues * igt@gem_pxp@protected-raw-src-copy-not-readible: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@gem_pxp@protected-raw-src-copy-not-readible.html> (i915#4270<https://gitlab.freedesktop.org/drm/intel/issues/4270>) * igt@gem_pxp@regular-baseline-src-copy-readible: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@gem_pxp@regular-baseline-src-copy-readible.html> (i915#4270<https://gitlab.freedesktop.org/drm/intel/issues/4270>) +3 similar issues * igt@gem_pxp@verify-pxp-stale-buf-execution: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@gem_pxp@verify-pxp-stale-buf-execution.html> (i915#4270<https://gitlab.freedesktop.org/drm/intel/issues/4270>) * igt@gem_spin_batch@user-each: * shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-8/igt@gem_spin_batch@user-each.html> -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-mtlp-4/igt@gem_spin_batch@user-each.html> (i915#8962<https://gitlab.freedesktop.org/drm/intel/issues/8962> / i915#9121<https://gitlab.freedesktop.org/drm/intel/issues/9121>) +1 similar issue * igt@gem_userptr_blits@unsync-unmap: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@gem_userptr_blits@unsync-unmap.html> (i915#3297<https://gitlab.freedesktop.org/drm/intel/issues/3297>) * igt@gem_userptr_blits@unsync-unmap-after-close: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-10/igt@gem_userptr_blits@unsync-unmap-after-close.html> (i915#3297<https://gitlab.freedesktop.org/drm/intel/issues/3297>) +2 similar issues * igt@gen3_mixed_blits: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@gen3_mixed_blits.html> (fdo#109289<https://bugs.freedesktop.org/show_bug.cgi?id=109289>) * igt@gen7_exec_parse@basic-offset: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@gen7_exec_parse@basic-offset.html> (fdo#109289<https://bugs.freedesktop.org/show_bug.cgi?id=109289>) +1 similar issue * igt@gen9_exec_parse@bb-start-far: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-10/igt@gen9_exec_parse@bb-start-far.html> (i915#2856<https://gitlab.freedesktop.org/drm/intel/issues/2856>) * igt@gen9_exec_parse@bb-start-param: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@gen9_exec_parse@bb-start-param.html> (i915#2527<https://gitlab.freedesktop.org/drm/intel/issues/2527>) +1 similar issue * igt@i915_module_load@reload-with-fault-injection: * shard-dg2: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html> (i915#7061<https://gitlab.freedesktop.org/drm/intel/issues/7061> / i915#8617<https://gitlab.freedesktop.org/drm/intel/issues/8617>) * igt@i915_pipe_stress@stress-xrgb8888-ytiled: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-10/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html> (i915#7091<https://gitlab.freedesktop.org/drm/intel/issues/7091>) * igt@i915_pm_backlight@basic-brightness: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@i915_pm_backlight@basic-brightness.html> (i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354> / i915#7561<https://gitlab.freedesktop.org/drm/intel/issues/7561>) * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@i915_pm_backlight@basic-brightness.html> (i915#7561<https://gitlab.freedesktop.org/drm/intel/issues/7561>) * igt@i915_pm_rpm@dpms-mode-unset-lpsp: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-12/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-1/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>) +1 similar issue * igt@i915_pm_rpm@dpms-non-lpsp: * shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-rkl-4/igt@i915_pm_rpm@dpms-non-lpsp.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>) * igt@i915_pm_rpm@modeset-lpsp: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@i915_pm_rpm@modeset-lpsp.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>) +1 similar issue * igt@i915_pm_rpm@pc8-residency: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-10/igt@i915_pm_rpm@pc8-residency.html> (fdo#109506<https://bugs.freedesktop.org/show_bug.cgi?id=109506>) +1 similar issue * igt@i915_pm_sseu@full-enable: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@i915_pm_sseu@full-enable.html> (i915#4387<https://gitlab.freedesktop.org/drm/intel/issues/4387>) * igt@i915_suspend@forcewake: * shard-snb: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-snb1/igt@i915_suspend@forcewake.html> (i915#8841<https://gitlab.freedesktop.org/drm/intel/issues/8841>) +2 similar issues * igt@kms_addfb_basic@basic-x-tiled-legacy: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@kms_addfb_basic@basic-x-tiled-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/intel/issues/4212>) +1 similar issue * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-4-y-rc_ccs: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-4-y-rc_ccs.html> (i915#8502<https://gitlab.freedesktop.org/drm/intel/issues/8502>) +7 similar issues * igt@kms_async_flips@crc@pipe-b-dp-2: * shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-12/igt@kms_async_flips@crc@pipe-b-dp-2.html> (i915#8247<https://gitlab.freedesktop.org/drm/intel/issues/8247>) +3 similar issues * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html> (i915#4538<https://gitlab.freedesktop.org/drm/intel/issues/4538> / i915#5286<https://gitlab.freedesktop.org/drm/intel/issues/5286>) * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html> (i915#5286<https://gitlab.freedesktop.org/drm/intel/issues/5286>) * igt@kms_big_fb@linear-16bpp-rotate-90: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-10/igt@kms_big_fb@linear-16bpp-rotate-90.html> (fdo#111614<https://bugs.freedesktop.org/show_bug.cgi?id=111614>) +2 similar issues * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip: * shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-mtlp-1/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html> (i915#3743<https://gitlab.freedesktop.org/drm/intel/issues/3743>) * igt@kms_big_fb@yf-tiled-addfb-size-overflow: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-10/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html> (i915#5190<https://gitlab.freedesktop.org/drm/intel/issues/5190>) +11 similar issues * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html> (fdo#110723<https://bugs.freedesktop.org/show_bug.cgi?id=110723>) +1 similar issue * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html> (i915#4538<https://gitlab.freedesktop.org/drm/intel/issues/4538> / i915#5190<https://gitlab.freedesktop.org/drm/intel/issues/5190>) +3 similar issues * igt@kms_big_joiner@2x-modeset: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@kms_big_joiner@2x-modeset.html> (i915#2705<https://gitlab.freedesktop.org/drm/intel/issues/2705>) * igt@kms_ccs@pipe-a-bad-pixel-format-yf_tiled_ccs: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_ccs@pipe-a-bad-pixel-format-yf_tiled_ccs.html> (i915#3734<https://gitlab.freedesktop.org/drm/intel/issues/3734> / i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354> / i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>) * igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_mtl_rc_ccs_cc: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_mtl_rc_ccs_cc.html> (i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354> / i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>) +3 similar issues * igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf_tiled_ccs: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf_tiled_ccs.html> (i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689> / i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354> / i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>) +2 similar issues * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html> (i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689> / i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886> / i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354>) +5 similar issues * igt@kms_ccs@pipe-c-bad-aux-stride-4_tiled_mtl_mc_ccs: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@kms_ccs@pipe-c-bad-aux-stride-4_tiled_mtl_mc_ccs.html> (i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354> / i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>) +5 similar issues * igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_mc_ccs: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-glk5/igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_mc_ccs.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886>) +1 similar issue * igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_mc_ccs: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html> (i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689> / i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886> / i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354> / i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>) * igt@kms_ccs@pipe-d-ccs-on-another-bo-y_tiled_ccs: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@kms_ccs@pipe-d-ccs-on-another-bo-y_tiled_ccs.html> (i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689> / i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354>) +13 similar issues * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_ccs@pipe-d-ccs-on-another-bo-y_tiled_ccs.html> (i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354>) +6 similar issues * igt@kms_cdclk@mode-transition@pipe-a-dp-2: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-12/igt@kms_cdclk@mode-transition@pipe-a-dp-2.html> (i915#4087<https://gitlab.freedesktop.org/drm/intel/issues/4087> / i915#7213<https://gitlab.freedesktop.org/drm/intel/issues/7213>) +3 similar issues * igt@kms_chamelium_color@ctm-max: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@kms_chamelium_color@ctm-max.html> (fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) * igt@kms_chamelium_color@ctm-negative: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_chamelium_color@ctm-negative.html> (fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) * igt@kms_chamelium_color@degamma: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-10/igt@kms_chamelium_color@degamma.html> (fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +1 similar issue * igt@kms_chamelium_frames@dp-crc-single: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@kms_chamelium_frames@dp-crc-single.html> (i915#7828<https://gitlab.freedesktop.org/drm/intel/issues/7828>) * igt@kms_chamelium_frames@hdmi-aspect-ratio: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_chamelium_frames@hdmi-aspect-ratio.html> (i915#7828<https://gitlab.freedesktop.org/drm/intel/issues/7828>) * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html> (i915#7828<https://gitlab.freedesktop.org/drm/intel/issues/7828>) +7 similar issues * igt@kms_content_protection@atomic-dpms: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-1/igt@kms_content_protection@atomic-dpms.html> (i915#7118<https://gitlab.freedesktop.org/drm/intel/issues/7118>) * igt@kms_content_protection@atomic@pipe-a-dp-2: * shard-dg2: NOTRUN -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-12/igt@kms_content_protection@atomic@pipe-a-dp-2.html> (i915#7173<https://gitlab.freedesktop.org/drm/intel/issues/7173>) * igt@kms_content_protection@dp-mst-lic-type-1: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@kms_content_protection@dp-mst-lic-type-1.html> (i915#3299<https://gitlab.freedesktop.org/drm/intel/issues/3299>) +2 similar issues * igt@kms_cursor_crc@cursor-onscreen-max-size: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_cursor_crc@cursor-onscreen-max-size.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555>) * igt@kms_cursor_crc@cursor-random-512x512: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@kms_cursor_crc@cursor-random-512x512.html> (i915#3359<https://gitlab.freedesktop.org/drm/intel/issues/3359>) +1 similar issue * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_cursor_crc@cursor-random-512x512.html> (i915#3359<https://gitlab.freedesktop.org/drm/intel/issues/3359>) * igt@kms_cursor_crc@cursor-sliding-32x10: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-10/igt@kms_cursor_crc@cursor-sliding-32x10.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555>) +3 similar issues * igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274> / i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354>) +5 similar issues * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html> (fdo#111825<https://bugs.freedesktop.org/show_bug.cgi?id=111825>) +1 similar issue * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: * shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html> (i915#2346<https://gitlab.freedesktop.org/drm/intel/issues/2346>) * shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html> (i915#2346<https://gitlab.freedesktop.org/drm/intel/issues/2346>) * igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-2: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-2.html> (i915#9227<https://gitlab.freedesktop.org/drm/intel/issues/9227>) * igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-4: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-16/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-4.html> (i915#9227<https://gitlab.freedesktop.org/drm/intel/issues/9227>) * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-snb5/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111767<https://bugs.freedesktop.org/show_bug.cgi?id=111767>) * igt@kms_flip@2x-flip-vs-panning-vs-hang: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-10/igt@kms_flip@2x-flip-vs-panning-vs-hang.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274>) +6 similar issues * igt@kms_flip@2x-flip-vs-rmfb-interruptible: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274> / fdo#111767<https://bugs.freedesktop.org/show_bug.cgi?id=111767>) * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/intel/issues/2672>) +1 similar issue * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/intel/issues/2672>) * igt@kms_force_connector_basic@force-load-detect: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@kms_force_connector_basic@force-load-detect.html> (fdo#109285<https://bugs.freedesktop.org/show_bug.cgi?id=109285>) * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_force_connector_basic@force-load-detect.html> (fdo#109285<https://bugs.freedesktop.org/show_bug.cgi?id=109285> / i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html> (i915#8708<https://gitlab.freedesktop.org/drm/intel/issues/8708>) +15 similar issues * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html> (i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354>) +33 similar issues * igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt.html> (i915#8708<https://gitlab.freedesktop.org/drm/intel/issues/8708>) +4 similar issues * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render.html> (i915#3458<https://gitlab.freedesktop.org/drm/intel/issues/3458>) +2 similar issues * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-msflip-blt: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-msflip-blt.html> (fdo#111825<https://bugs.freedesktop.org/show_bug.cgi?id=111825>) +3 similar issues * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html> (i915#3458<https://gitlab.freedesktop.org/drm/intel/issues/3458>) +12 similar issues * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html> (i915#3023<https://gitlab.freedesktop.org/drm/intel/issues/3023>) +3 similar issues * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt.html> (fdo#111825<https://bugs.freedesktop.org/show_bug.cgi?id=111825> / i915#1825<https://gitlab.freedesktop.org/drm/intel/issues/1825>) +6 similar issues * igt@kms_frontbuffer_tracking@psr-rgb565-draw-blt: * shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-glk5/igt@kms_frontbuffer_tracking@psr-rgb565-draw-blt.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +34 similar issues * igt@kms_hdr@invalid-metadata-sizes: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@kms_hdr@invalid-metadata-sizes.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/intel/issues/8228>) +2 similar issues * igt@kms_hdr@static-toggle-dpms: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@kms_hdr@static-toggle-dpms.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/intel/issues/8228>) * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html> (fdo#109289<https://bugs.freedesktop.org/show_bug.cgi?id=109289>) +5 similar issues * igt@kms_plane_lowres@tiling-y: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@kms_plane_lowres@tiling-y.html> (i915#8821<https://gitlab.freedesktop.org/drm/intel/issues/8821>) * igt@kms_plane_scaling@intel-max-src-size: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-1/igt@kms_plane_scaling@intel-max-src-size.html> (i915#6953<https://gitlab.freedesktop.org/drm/intel/issues/6953>) * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-75@pipe-a-hdmi-a-1: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-75@pipe-a-hdmi-a-1.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +9 similar issues * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-75@pipe-a-hdmi-a-4: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-14/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-75@pipe-a-hdmi-a-4.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +19 similar issues * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2.html> (i915#5235<https://gitlab.freedesktop.org/drm/intel/issues/5235>) +3 similar issues * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-dp-4: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-dp-4.html> (i915#5235<https://gitlab.freedesktop.org/drm/intel/issues/5235>) +23 similar issues * igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1: * shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-snb5/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +186 similar issues * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-12/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html> (i915#5235<https://gitlab.freedesktop.org/drm/intel/issues/5235>) +23 similar issues * igt@kms_psr2_sf@cursor-plane-update-sf: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@kms_psr2_sf@cursor-plane-update-sf.html> (i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>) * igt@kms_psr@psr2_cursor_mmap_cpu: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@kms_psr@psr2_cursor_mmap_cpu.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072>) +1 similar issue * igt@kms_psr@psr2_dpms: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@kms_psr@psr2_dpms.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072>) +4 similar issues * igt@kms_psr@sprite_mmap_gtt: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_psr@sprite_mmap_gtt.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072>) +1 similar issue * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html> (fdo#111615<https://bugs.freedesktop.org/show_bug.cgi?id=111615> / i915#5289<https://gitlab.freedesktop.org/drm/intel/issues/5289>) * igt@kms_selftest@drm_format_helper: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@kms_selftest@drm_format_helper.html> (i915#8661<https://gitlab.freedesktop.org/drm/intel/issues/8661>) * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_selftest@drm_format_helper.html> (i915#8661<https://gitlab.freedesktop.org/drm/intel/issues/8661>) * igt@kms_setmode@basic@pipe-a-hdmi-a-1: * shard-snb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-snb1/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html> (i915#5465<https://gitlab.freedesktop.org/drm/intel/issues/5465>) +1 similar issue * igt@kms_sysfs_edid_timing: * shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-10/igt@kms_sysfs_edid_timing.html> (IGT#2<https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2>) * igt@kms_vblank@pipe-d-ts-continuation-idle: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@kms_vblank@pipe-d-ts-continuation-idle.html> (i915#4070<https://gitlab.freedesktop.org/drm/intel/issues/4070> / i915#533<https://gitlab.freedesktop.org/drm/intel/issues/533> / i915#6768<https://gitlab.freedesktop.org/drm/intel/issues/6768>) * igt@kms_vrr@flip-suspend: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@kms_vrr@flip-suspend.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555>) * igt@perf_pmu@busy-double-start@vecs1: * shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-12/igt@perf_pmu@busy-double-start@vecs1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-1/igt@perf_pmu@busy-double-start@vecs1.html> (i915#4349<https://gitlab.freedesktop.org/drm/intel/issues/4349>) +3 similar issues * igt@perf_pmu@frequency@gt0: * shard-dg1: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@perf_pmu@frequency@gt0.html> (i915#6806<https://gitlab.freedesktop.org/drm/intel/issues/6806>) * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: * shard-dg2: NOTRUN -> CRASH<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-2/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html> (i915#7331<https://gitlab.freedesktop.org/drm/intel/issues/7331>) * igt@prime_vgem@basic-fence-mmap: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-10/igt@prime_vgem@basic-fence-mmap.html> (i915#3708<https://gitlab.freedesktop.org/drm/intel/issues/3708> / i915#4077<https://gitlab.freedesktop.org/drm/intel/issues/4077>) * igt@v3d/v3d_submit_cl@simple-flush-cache: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@v3d/v3d_submit_cl@simple-flush-cache.html> (i915#2575<https://gitlab.freedesktop.org/drm/intel/issues/2575>) +8 similar issues * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@v3d/v3d_submit_cl@simple-flush-cache.html> (fdo#109315<https://bugs.freedesktop.org/show_bug.cgi?id=109315>) +1 similar issue * igt@v3d/v3d_submit_csd@bad-multisync-extension: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@v3d/v3d_submit_csd@bad-multisync-extension.html> (i915#2575<https://gitlab.freedesktop.org/drm/intel/issues/2575>) +1 similar issue * igt@v3d/v3d_wait_bo@unused-bo-0ns: * shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-mtlp-4/igt@v3d/v3d_wait_bo@unused-bo-0ns.html> (i915#2575<https://gitlab.freedesktop.org/drm/intel/issues/2575>) * igt@vc4/vc4_mmap@mmap-bad-handle: * shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@vc4/vc4_mmap@mmap-bad-handle.html> (i915#7711<https://gitlab.freedesktop.org/drm/intel/issues/7711>) +1 similar issue * igt@vc4/vc4_mmap@mmap-bo: * shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-10/igt@vc4/vc4_mmap@mmap-bo.html> (i915#7711<https://gitlab.freedesktop.org/drm/intel/issues/7711>) +8 similar issues * igt@vc4/vc4_perfmon@create-single-perfmon: * shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@vc4/vc4_perfmon@create-single-perfmon.html> (i915#7711<https://gitlab.freedesktop.org/drm/intel/issues/7711>) Possible fixes * igt@gem_busy@close-race: * shard-glk: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-glk8/igt@gem_busy@close-race.html> (i915#6016<https://gitlab.freedesktop.org/drm/intel/issues/6016>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-glk5/igt@gem_busy@close-race.html> * igt@gem_ctx_freq@sysfs@gt0: * shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-12/igt@gem_ctx_freq@sysfs@gt0.html> (i915#6786<https://gitlab.freedesktop.org/drm/intel/issues/6786>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-1/igt@gem_ctx_freq@sysfs@gt0.html> * igt@gem_eio@hibernate: * shard-dg1: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg1-14/igt@gem_eio@hibernate.html> (i915#7975<https://gitlab.freedesktop.org/drm/intel/issues/7975> / i915#8213<https://gitlab.freedesktop.org/drm/intel/issues/8213>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-18/igt@gem_eio@hibernate.html> * igt@gem_exec_fair@basic-pace-share@rcs0: * shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-glk8/igt@gem_exec_fair@basic-pace-share@rcs0.html> * shard-tglu: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-tglu-3/igt@gem_exec_fair@basic-pace-share@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-tglu-6/igt@gem_exec_fair@basic-pace-share@rcs0.html> * igt@gem_exec_fair@basic-pace-solo@rcs0: * shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-rkl-7/igt@gem_exec_fair@basic-pace-solo@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-6/igt@gem_exec_fair@basic-pace-solo@rcs0.html> * shard-apl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-apl1/igt@gem_exec_fair@basic-pace-solo@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-apl4/igt@gem_exec_fair@basic-pace-solo@rcs0.html> * igt@gem_exec_fence@basic-busy-all: * shard-rkl: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-rkl-6/igt@gem_exec_fence@basic-busy-all.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-1/igt@gem_exec_fence@basic-busy-all.html> * igt@gem_lmem_swapping@smem-oom@lmem0: * shard-dg1: TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg1-17/igt@gem_lmem_swapping@smem-oom@lmem0.html> (i915#5493<https://gitlab.freedesktop.org/drm/intel/issues/5493>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-16/igt@gem_lmem_swapping@smem-oom@lmem0.html> * igt@gem_ppgtt@blt-vs-render-ctx0: * shard-snb: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-snb1/igt@gem_ppgtt@blt-vs-render-ctx0.html> (i915#8295<https://gitlab.freedesktop.org/drm/intel/issues/8295>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-snb6/igt@gem_ppgtt@blt-vs-render-ctx0.html> * igt@i915_pipe_stress@stress-xrgb8888-untiled: * shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-4/igt@i915_pipe_stress@stress-xrgb8888-untiled.html> (i915#8691<https://gitlab.freedesktop.org/drm/intel/issues/8691>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-mtlp-1/igt@i915_pipe_stress@stress-xrgb8888-untiled.html> * igt@i915_pm_dc@dc6-dpms: * shard-tglu: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-tglu-7/igt@i915_pm_dc@dc6-dpms.html> (i915#3989<https://gitlab.freedesktop.org/drm/intel/issues/3989> / i915#454<https://gitlab.freedesktop.org/drm/intel/issues/454>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-tglu-10/igt@i915_pm_dc@dc6-dpms.html> * igt@i915_pm_rpm@modeset-lpsp-stress: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-6/igt@i915_pm_rpm@modeset-lpsp-stress.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-12/igt@i915_pm_rpm@modeset-lpsp-stress.html> * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait: * shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-rkl-2/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html> * shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg1-16/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html> * igt@i915_pm_rps@reset: * shard-snb: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-snb5/igt@i915_pm_rps@reset.html> (i915#7790<https://gitlab.freedesktop.org/drm/intel/issues/7790>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-snb1/igt@i915_pm_rps@reset.html> * igt@kms_big_fb@4-tiled-64bpp-rotate-180: * shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-4/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html> (i915#5138<https://gitlab.freedesktop.org/drm/intel/issues/5138>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-mtlp-1/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html> * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: * shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> (i915#2346<https://gitlab.freedesktop.org/drm/intel/issues/2346>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> * igt@kms_vblank@pipe-a-ts-continuation-suspend: * shard-dg2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-5/igt@kms_vblank@pipe-a-ts-continuation-suspend.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@kms_vblank@pipe-a-ts-continuation-suspend.html> * igt@kms_vblank@pipe-b-ts-continuation-suspend: * shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-5/igt@kms_vblank@pipe-b-ts-continuation-suspend.html> (fdo#103375<https://bugs.freedesktop.org/show_bug.cgi?id=103375>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@kms_vblank@pipe-b-ts-continuation-suspend.html> * igt@perf@enable-disable@0-rcs0: * shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-11/igt@perf@enable-disable@0-rcs0.html> (i915#8724<https://gitlab.freedesktop.org/drm/intel/issues/8724>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-3/igt@perf@enable-disable@0-rcs0.html> * igt@sysfs_preempt_timeout@timeout@ccs3: * shard-dg2: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-5/igt@sysfs_preempt_timeout@timeout@ccs3.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-11/igt@sysfs_preempt_timeout@timeout@ccs3.html> Warnings * igt@kms_content_protection@content_type_change: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-1/igt@kms_content_protection@content_type_change.html> (i915#7118<https://gitlab.freedesktop.org/drm/intel/issues/7118>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-12/igt@kms_content_protection@content_type_change.html> (i915#7118<https://gitlab.freedesktop.org/drm/intel/issues/7118> / i915#7162<https://gitlab.freedesktop.org/drm/intel/issues/7162>) * igt@kms_content_protection@type1: * shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-12/igt@kms_content_protection@type1.html> (i915#7118<https://gitlab.freedesktop.org/drm/intel/issues/7118> / i915#7162<https://gitlab.freedesktop.org/drm/intel/issues/7162>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-dg2-3/igt@kms_content_protection@type1.html> (i915#7118<https://gitlab.freedesktop.org/drm/intel/issues/7118>) * igt@kms_fbcon_fbt@psr: * shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-rkl-2/igt@kms_fbcon_fbt@psr.html> (fdo#110189<https://bugs.freedesktop.org/show_bug.cgi?id=110189> / i915#3955<https://gitlab.freedesktop.org/drm/intel/issues/3955>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-4/igt@kms_fbcon_fbt@psr.html> (i915#3955<https://gitlab.freedesktop.org/drm/intel/issues/3955>) * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: * shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> (i915#4816<https://gitlab.freedesktop.org/drm/intel/issues/4816>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> (i915#4070<https://gitlab.freedesktop.org/drm/intel/issues/4070> / i915#4816<https://gitlab.freedesktop.org/drm/intel/issues/4816>) * igt@sysfs_preempt_timeout@timeout@vecs0: * shard-mtlp: TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-7/igt@sysfs_preempt_timeout@timeout@vecs0.html> (i915#8521<https://gitlab.freedesktop.org/drm/intel/issues/8521>) -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_116620v6/shard-mtlp-7/igt@sysfs_preempt_timeout@timeout@vecs0.html> (i915#8521<https://gitlab.freedesktop.org/drm/intel/issues/8521> / i915#8865<https://gitlab.freedesktop.org/drm/intel/issues/8865>) {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). Build changes * Linux: CI_DRM_13588 -> Patchwork_116620v6 CI-20190529: 20190529 CI_DRM_13588: da6378eaa945d44a75141f9d9de5e237edb0e660 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7464: 7464 Patchwork_116620v6: da6378eaa945d44a75141f9d9de5e237edb0e660 @ git://anongit.freedesktop.org/gfx-ci/linux piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
On Fri, 2023-09-01 at 14:09 +0300, Ville Syrjälä wrote: > On Fri, Sep 01, 2023 at 12:34:56PM +0300, Jouni Högander wrote: > > Currently i915 dirtyfb ioctl is not taking dma fences into > > account. This works with features like FBC, PSR, DRRS because our > > gem > > code is triggering flush again when rendering completes. We are > > targeting in getting rid of frontbuffer tracking code: Flusing hook > > from gem code will be removed as well. > > > > This patch set is adding dma fence handling into i915 dirtyfb > > ioctl. > > > > v4: > > - Move invalidate back being done before cb is added > > v3: > > - Check frontbuffer bits before adding any fence fb > > - Invalidate only when adding fence cb succeeds > > - Check schedule work success rather than work being pending > > - Init flush work when frontbuffer struct is initialized > > v2: > > - Clear fbc and psr busy bits on flip > > - Check if flush work is already pending > > - Use dma_resv_get_singleton > > > > Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> > > Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> > > For the series: > Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Thank you Ville and Luca for checking my patches. These are now merged. BR, Jouni Högander > > > > > Jouni Högander (4): > > drm/i915/fbc: Clear frontbuffer busy bits on flip > > drm/i915/psr: Clear frontbuffer busy bits on flip > > drm/i915: Add new frontbuffer tracking interface to queue flush > > drm/i915: Handle dma fences in dirtyfb callback > > > > drivers/gpu/drm/i915/display/intel_fb.c | 60 > > ++++++++++++++++++- > > drivers/gpu/drm/i915/display/intel_fbc.c | 6 +- > > .../gpu/drm/i915/display/intel_frontbuffer.c | 28 +++++++++ > > .../gpu/drm/i915/display/intel_frontbuffer.h | 4 ++ > > drivers/gpu/drm/i915/display/intel_psr.c | 6 ++ > > 5 files changed, 97 insertions(+), 7 deletions(-) > > > > -- > > 2.34.1 >