diff mbox series

drm/i915: Add Wa_14015150844

Message ID 20230901045700.2553994-1-shekhar.chauhan@intel.com (mailing list archive)
State New, archived
Headers show
Series drm/i915: Add Wa_14015150844 | expand

Commit Message

Chauhan, Shekhar Sept. 1, 2023, 4:57 a.m. UTC
Disables Atomic-chaining of Typed Writes.

BSpec: 54040
Signed-off-by: Shekhar Chauhan <shekhar.chauhan@intel.com>
---
 drivers/gpu/drm/i915/gt/intel_gt_regs.h     | 2 ++
 drivers/gpu/drm/i915/gt/intel_workarounds.c | 8 ++++++++
 2 files changed, 10 insertions(+)

Comments

Matt Roper Sept. 1, 2023, 10:34 p.m. UTC | #1
On Fri, Sep 01, 2023 at 10:27:00AM +0530, Shekhar Chauhan wrote:
> Disables Atomic-chaining of Typed Writes.
> 
> BSpec: 54040
> Signed-off-by: Shekhar Chauhan <shekhar.chauhan@intel.com>

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>

> ---
>  drivers/gpu/drm/i915/gt/intel_gt_regs.h     | 2 ++
>  drivers/gpu/drm/i915/gt/intel_workarounds.c | 8 ++++++++
>  2 files changed, 10 insertions(+)
> 
> diff --git a/drivers/gpu/drm/i915/gt/intel_gt_regs.h b/drivers/gpu/drm/i915/gt/intel_gt_regs.h
> index 0e4c638fcbbf..a00ff51c681d 100644
> --- a/drivers/gpu/drm/i915/gt/intel_gt_regs.h
> +++ b/drivers/gpu/drm/i915/gt/intel_gt_regs.h
> @@ -1218,6 +1218,8 @@
>  
>  #define XEHP_HDC_CHICKEN0			MCR_REG(0xe5f0)
>  #define   LSC_L1_FLUSH_CTL_3D_DATAPORT_FLUSH_EVENTS_MASK	REG_GENMASK(13, 11)
> +#define   DIS_ATOMIC_CHAINING_TYPED_WRITES	REG_BIT(3)
> +
>  #define ICL_HDC_MODE				MCR_REG(0xe5f4)
>  
>  #define EU_PERF_CNTL2				PERF_REG(0xe658)
> diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c b/drivers/gpu/drm/i915/gt/intel_workarounds.c
> index 864d41bcf6bb..70071ead0659 100644
> --- a/drivers/gpu/drm/i915/gt/intel_workarounds.c
> +++ b/drivers/gpu/drm/i915/gt/intel_workarounds.c
> @@ -2327,6 +2327,14 @@ rcs_engine_wa_init(struct intel_engine_cs *engine, struct i915_wa_list *wal)
>  				  LSC_L1_FLUSH_CTL_3D_DATAPORT_FLUSH_EVENTS_MASK);
>  	}
>  
> +	if (IS_GFX_GT_IP_RANGE(gt, IP_VER(12, 70), IP_VER(12, 71)) ||
> +	    IS_DG2(i915)) {
> +		/* Wa_14015150844 */
> +		wa_mcr_add(wal, XEHP_HDC_CHICKEN0, 0,
> +			   _MASKED_BIT_ENABLE(DIS_ATOMIC_CHAINING_TYPED_WRITES),
> +			   0, true);
> +	}
> +
>  	if (IS_DG2_G11(i915) || IS_DG2_G10(i915)) {
>  		/* Wa_22014600077:dg2 */
>  		wa_mcr_add(wal, GEN10_CACHE_MODE_SS, 0,
> -- 
> 2.34.1
>
Chauhan, Shekhar Sept. 7, 2023, 4:06 a.m. UTC | #2
The failures presented in the Fi.CI.IGT are for RKL and DG1, which the patch doesn’t target. At the same time, the two failed tests are both related to display, which shouldn’t be impacted by a GT workaround.

-shekhar

From: Patchwork <patchwork@emeril.freedesktop.org>
Sent: Saturday, September 2, 2023 12:13
To: Chauhan, Shekhar <shekhar.chauhan@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.IGT: failure for drm/i915: Add Wa_14015150844 (rev4)

Patch Details
Series:
drm/i915: Add Wa_14015150844 (rev4)
URL:
https://patchwork.freedesktop.org/series/123074/
State:
failure
Details:
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/index.html
CI Bug Log - changes from CI_DRM_13588_full -> Patchwork_123074v4_full
Summary

FAILURE

Serious unknown changes coming with Patchwork_123074v4_full absolutely need to be
verified manually.

If you think the reported changes have nothing to do with the changes
introduced in Patchwork_123074v4_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_123074v4_full:

IGT changes
Possible regressions

·         igt@kms_dirtyfb@dirtyfb-ioctl@drrs-hdmi-a-2:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-17/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@drrs-dp-2}:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_dirtyfb@dirtyfb-ioctl@drrs-dp-2.html> +1 similar issue
New tests

New tests have been introduced between CI_DRM_13588_full and Patchwork_123074v4_full:

New IGT tests (26)

·         igt@kms_cursor_crc@cursor-offscreen-64x21@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-offscreen-64x64@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-onscreen-128x128@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-onscreen-256x256@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-onscreen-64x21@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-onscreen-64x64@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-random-128x128@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-random-128x42@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-random-256x256@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-random-256x85@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-random-64x21@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-random-64x64@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-rapid-movement-128x128@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-rapid-movement-128x42@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-rapid-movement-256x256@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-rapid-movement-256x85@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-rapid-movement-64x21@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-rapid-movement-64x64@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-sliding-128x128@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-sliding-128x42@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-sliding-256x256@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-sliding-256x85@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-sliding-64x21@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s

·         igt@kms_cursor_crc@cursor-sliding-64x64@pipe-c-dp-1:
o    Statuses : 1 pass(s)
o    Exec time: [0.0] s
Known issues

Here are the changes found in Patchwork_123074v4_full that come from known issues:

IGT changes
Issues hit

·         igt@api_intel_bb@object-reloc-purge-cache:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@api_intel_bb@object-reloc-purge-cache.html> (i915#8411<https://gitlab.freedesktop.org/drm/intel/issues/8411>)

·         igt@device_reset@cold-reset-bound:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@device_reset@cold-reset-bound.html> (i915#7701<https://gitlab.freedesktop.org/drm/intel/issues/7701>)

·         igt@drm_fdinfo@busy-check-all@bcs0:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@drm_fdinfo@busy-check-all@bcs0.html> (i915#8414<https://gitlab.freedesktop.org/drm/intel/issues/8414>) +4 similar issues

·         igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
o    shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html> (i915#7742<https://gitlab.freedesktop.org/drm/intel/issues/7742>)

·         igt@feature_discovery@display-2x:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@feature_discovery@display-2x.html> (i915#1839<https://gitlab.freedesktop.org/drm/intel/issues/1839>) +1 similar issue

·         igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html> (i915#5882<https://gitlab.freedesktop.org/drm/intel/issues/5882>) +9 similar issues

·         igt@gem_ctx_sseu@invalid-args:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@gem_ctx_sseu@invalid-args.html> (i915#280<https://gitlab.freedesktop.org/drm/intel/issues/280>) +1 similar issue

·         igt@gem_eio@reset-stress:
o    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_123074v4/shard-dg1-15/igt@gem_eio@reset-stress.html> (i915#5784<https://gitlab.freedesktop.org/drm/intel/issues/5784>)

·         igt@gem_exec_balancer@bonded-pair:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@gem_exec_balancer@bonded-pair.html> (i915#4771<https://gitlab.freedesktop.org/drm/intel/issues/4771>)

·         igt@gem_exec_balancer@invalid-bonds:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@gem_exec_balancer@invalid-bonds.html> (i915#4036<https://gitlab.freedesktop.org/drm/intel/issues/4036>)

·         igt@gem_exec_balancer@sliced:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@gem_exec_balancer@sliced.html> (i915#4812<https://gitlab.freedesktop.org/drm/intel/issues/4812>)

·         igt@gem_exec_capture@pi@ccs0:
o    shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-6/igt@gem_exec_capture@pi@ccs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-3/igt@gem_exec_capture@pi@ccs0.html> (i915#7765<https://gitlab.freedesktop.org/drm/intel/issues/7765>)

·         igt@gem_exec_endless@dispatch@ccs0:
o    shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-5/igt@gem_exec_endless@dispatch@ccs0.html> -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-7/igt@gem_exec_endless@dispatch@ccs0.html> (i915#7016<https://gitlab.freedesktop.org/drm/intel/issues/7016>)

·         igt@gem_exec_fair@basic-none:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
o    shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
o    shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-2/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:
o    shard-glk: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-glk1/igt@gem_exec_fair@basic-none-vip@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>)

·         igt@gem_exec_fair@basic-pace-share@rcs0:
o    shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-apl3/igt@gem_exec_fair@basic-pace-share@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-apl1/igt@gem_exec_fair@basic-pace-share@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>)

·         igt@gem_exec_fair@basic-throttle:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/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:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/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>) +5 similar issues

·         igt@gem_exec_params@rsvd2-dirt:

o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/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>)

o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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-cpu-gtt-noreloc:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html> (i915#3281<https://gitlab.freedesktop.org/drm/intel/issues/3281>) +10 similar issues

·         igt@gem_exec_reloc@basic-wc-gtt-active:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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_schedule@reorder-wide:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@gem_exec_schedule@reorder-wide.html> (i915#4537<https://gitlab.freedesktop.org/drm/intel/issues/4537> / i915#4812<https://gitlab.freedesktop.org/drm/intel/issues/4812>) +2 similar issues

·         igt@gem_huc_copy@huc-copy:
o    shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-glk1/igt@gem_huc_copy@huc-copy.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2190<https://gitlab.freedesktop.org/drm/intel/issues/2190>)

·         igt@gem_lmem_swapping@basic:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/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:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@gem_mmap_gtt@big-bo.html> (i915#4077<https://gitlab.freedesktop.org/drm/intel/issues/4077>)

·         igt@gem_partial_pwrite_pread@write-display:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@gem_partial_pwrite_pread@write-display.html> (i915#3282<https://gitlab.freedesktop.org/drm/intel/issues/3282>) +1 similar issue

·         igt@gem_pxp@protected-raw-src-copy-not-readible:

o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@gem_pxp@protected-raw-src-copy-not-readible.html> (i915#4270<https://gitlab.freedesktop.org/drm/intel/issues/4270>) +2 similar issues

o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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@verify-pxp-stale-buf-execution:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
o    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_123074v4/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>)

·         igt@gem_tiled_swapping@non-threaded:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@gem_tiled_swapping@non-threaded.html> (i915#4077<https://gitlab.freedesktop.org/drm/intel/issues/4077>) +10 similar issues

·         igt@gem_userptr_blits@unsync-unmap:

o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@gem_userptr_blits@unsync-unmap.html> (i915#3297<https://gitlab.freedesktop.org/drm/intel/issues/3297>) +2 similar issues

o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-1/igt@gem_userptr_blits@unsync-unmap.html> (i915#3297<https://gitlab.freedesktop.org/drm/intel/issues/3297>)

·         igt@gen3_mixed_blits:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@gen3_mixed_blits.html> (fdo#109289<https://bugs.freedesktop.org/show_bug.cgi?id=109289>)

·         igt@gen7_exec_parse@basic-offset:

o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@gen7_exec_parse@basic-offset.html> (fdo#109289<https://bugs.freedesktop.org/show_bug.cgi?id=109289>) +3 similar issues

o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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@batch-invalid-length:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@gen9_exec_parse@batch-invalid-length.html> (i915#2856<https://gitlab.freedesktop.org/drm/intel/issues/2856>) +1 similar issue

·         igt@gen9_exec_parse@bb-start-param:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
o    shard-dg2: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/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_pm_backlight@basic-brightness:

o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/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>)

o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-1/igt@i915_pm_backlight@basic-brightness.html> (i915#7561<https://gitlab.freedesktop.org/drm/intel/issues/7561>)

·         igt@i915_pm_dc@dc9-dpms:
o    shard-tglu: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-tglu-9/igt@i915_pm_dc@dc9-dpms.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-tglu-5/igt@i915_pm_dc@dc9-dpms.html> (i915#4281<https://gitlab.freedesktop.org/drm/intel/issues/4281>)

·         igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
o    shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-rkl-7/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html> (i915#1937<https://gitlab.freedesktop.org/drm/intel/issues/1937>)

·         igt@i915_pm_rc6_residency@rc6-idle@rcs0:
o    shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html> (i915#3591<https://gitlab.freedesktop.org/drm/intel/issues/3591>)

·         igt@i915_pm_rpm@dpms-lpsp:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@i915_pm_rpm@dpms-lpsp.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>)

·         igt@i915_pm_rpm@dpms-mode-unset-lpsp:
o    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_123074v4/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@gem-execbuf-stress-pc8:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html> (fdo#109506<https://bugs.freedesktop.org/show_bug.cgi?id=109506>)

·         igt@i915_pm_rpm@i2c:
o    shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-10/igt@i915_pm_rpm@i2c.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-2/igt@i915_pm_rpm@i2c.html> (i915#8717<https://gitlab.freedesktop.org/drm/intel/issues/8717>)

·         igt@i915_suspend@basic-s3-without-i915:
o    shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-6/igt@i915_suspend@basic-s3-without-i915.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@i915_suspend@basic-s3-without-i915.html> (i915#4817<https://gitlab.freedesktop.org/drm/intel/issues/4817>)

·         igt@i915_suspend@forcewake:
o    shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@i915_suspend@forcewake.html> (fdo#103375<https://bugs.freedesktop.org/show_bug.cgi?id=103375>)

·         igt@kms_addfb_basic@basic-x-tiled-legacy:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_addfb_basic@basic-x-tiled-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/intel/issues/4212>)

·         igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-y-rc_ccs:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-y-rc_ccs.html> (i915#8502<https://gitlab.freedesktop.org/drm/intel/issues/8502>) +7 similar issues

·         igt@kms_big_fb@4-tiled-64bpp-rotate-90:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html> (fdo#111614<https://bugs.freedesktop.org/show_bug.cgi?id=111614>) +2 similar issues

·         igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
o    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_123074v4/shard-mtlp-3/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@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html> (i915#5190<https://gitlab.freedesktop.org/drm/intel/issues/5190>) +11 similar issues

·         igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html> (i915#4538<https://gitlab.freedesktop.org/drm/intel/issues/4538> / i915#5190<https://gitlab.freedesktop.org/drm/intel/issues/5190>) +4 similar issues

·         igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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_ccs@pipe-a-bad-pixel-format-yf_tiled_ccs:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.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>) +3 similar issues

·         igt@kms_ccs@pipe-c-bad-aux-stride-4_tiled_mtl_mc_ccs:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
o    shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-glk4/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:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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-bad-aux-stride-y_tiled_ccs:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_ccs@pipe-d-bad-aux-stride-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

·         igt@kms_ccs@pipe-d-ccs-on-another-bo-y_tiled_ccs:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@kms_chamelium_color@ctm-max.html> (fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>)

·         igt@kms_chamelium_color@ctm-negative:

o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_chamelium_color@ctm-negative.html> (fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>)

o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-1/igt@kms_chamelium_color@ctm-negative.html> (fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>)

·         igt@kms_chamelium_frames@dp-crc-single:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-1/igt@kms_chamelium_frames@hdmi-aspect-ratio.html> (i915#7828<https://gitlab.freedesktop.org/drm/intel/issues/7828>)

·         igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html> (i915#7828<https://gitlab.freedesktop.org/drm/intel/issues/7828>) +8 similar issues

·         igt@kms_content_protection@atomic@pipe-a-dp-2:
o    shard-dg2: NOTRUN -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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-0:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@kms_content_protection@dp-mst-lic-type-0.html> (i915#3299<https://gitlab.freedesktop.org/drm/intel/issues/3299>)

·         igt@kms_content_protection@mei_interface:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_content_protection@mei_interface.html> (i915#7118<https://gitlab.freedesktop.org/drm/intel/issues/7118>) +1 similar issue

·         igt@kms_content_protection@uevent@pipe-a-dp-2:
o    shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_content_protection@uevent@pipe-a-dp-2.html> (i915#1339<https://gitlab.freedesktop.org/drm/intel/issues/1339>)

·         igt@kms_cursor_crc@cursor-onscreen-max-size:

o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_cursor_crc@cursor-onscreen-max-size.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555>) +1 similar issue

o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:

o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_cursor_crc@cursor-random-512x512.html> (i915#3359<https://gitlab.freedesktop.org/drm/intel/issues/3359>) +1 similar issue

o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-1/igt@kms_cursor_crc@cursor-random-512x512.html> (i915#3359<https://gitlab.freedesktop.org/drm/intel/issues/3359>)

·         igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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@cursor-vs-flip-toggle:
o    shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-5/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-8/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html> (i915#8248<https://gitlab.freedesktop.org/drm/intel/issues/8248>)

·         igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274> / i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354>) +3 similar issues

·         igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
o    shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> (i915#2346<https://gitlab.freedesktop.org/drm/intel/issues/2346>)

·         igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-2:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-17/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-4.html> (i915#9227<https://gitlab.freedesktop.org/drm/intel/issues/9227>)

·         igt@kms_dsc@dsc-with-output-formats:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_dsc@dsc-with-output-formats.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#3840<https://gitlab.freedesktop.org/drm/intel/issues/3840>)

·         igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
o    shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-snb6/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-expired-vblank-interruptible@ac-hdmi-a1-hdmi-a2:
o    shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-glk5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ac-hdmi-a1-hdmi-a2.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-glk9/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ac-hdmi-a1-hdmi-a2.html> (i915#79<https://gitlab.freedesktop.org/drm/intel/issues/79>)

·         igt@kms_flip@2x-flip-vs-fences:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_flip@2x-flip-vs-fences.html> (i915#8381<https://gitlab.freedesktop.org/drm/intel/issues/8381>) +1 similar issue

·         igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1:
o    shard-snb: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-snb1/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html> (i915#8841<https://gitlab.freedesktop.org/drm/intel/issues/8841>)

·         igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274>) +1 similar issue

·         igt@kms_flip@flip-vs-suspend-interruptible@a-edp1:
o    shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-6/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-4/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html> (fdo#103375<https://bugs.freedesktop.org/show_bug.cgi?id=103375>)

·         igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/intel/issues/2672>) +2 similar issues

·         igt@kms_force_connector_basic@force-load-detect:

o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_force_connector_basic@force-load-detect.html> (fdo#109285<https://bugs.freedesktop.org/show_bug.cgi?id=109285>)

o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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-1p-offscren-pri-shrfb-draw-pwrite:
o    shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html> (i915#6880<https://gitlab.freedesktop.org/drm/intel/issues/6880>)

·         igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html> (i915#8708<https://gitlab.freedesktop.org/drm/intel/issues/8708>) +16 similar issues

·         igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:

o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html> (i915#3458<https://gitlab.freedesktop.org/drm/intel/issues/3458>) +9 similar issues

o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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-primscrn-pri-shrfb-draw-render:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-render.html> (i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354>) +33 similar issues

·         igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
o    shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-glk4/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-hdr:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-7/igt@kms_hdr@invalid-hdr.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/intel/issues/8228>)

·         igt@kms_hdr@static-toggle-dpms:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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_hdr@static-toggle-suspend:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@kms_hdr@static-toggle-suspend.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/intel/issues/8228>) +1 similar issue

·         igt@kms_plane_lowres@tiling-y:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/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:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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-pixel-format-factor-0-25@pipe-c-hdmi-a-2:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-hdmi-a-2.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +3 similar issues

·         igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-hdmi-a-1:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-hdmi-a-1.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +3 similar issues

·         igt@kms_plane_scaling@plane-scaler-with-rotation-unity-scaling@pipe-b-hdmi-a-1:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-7/igt@kms_plane_scaling@plane-scaler-with-rotation-unity-scaling@pipe-b-hdmi-a-1.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +5 similar issues

·         igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-14/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4.html> (i915#5235<https://gitlab.freedesktop.org/drm/intel/issues/5235>) +15 similar issues

·         igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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>) +5 similar issues

·         igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1:
o    shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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>) +25 similar issues

·         igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-2:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-2.html> (i915#5235<https://gitlab.freedesktop.org/drm/intel/issues/5235>) +15 similar issues

·         igt@kms_prime@basic-modeset-hybrid:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_prime@basic-modeset-hybrid.html> (i915#6524<https://gitlab.freedesktop.org/drm/intel/issues/6524> / i915#6805<https://gitlab.freedesktop.org/drm/intel/issues/6805>)

·         igt@kms_psr2_su@page_flip-nv12:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_psr2_su@page_flip-nv12.html> (i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>) +1 similar issue

·         igt@kms_psr@psr2_cursor_mmap_cpu:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_psr@psr2_dpms.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072>) +3 similar issues

·         igt@kms_psr@sprite_mmap_gtt:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:

o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_selftest@drm_format_helper.html> (i915#8661<https://gitlab.freedesktop.org/drm/intel/issues/8661>)

o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-1/igt@kms_selftest@drm_format_helper.html> (i915#8661<https://gitlab.freedesktop.org/drm/intel/issues/8661>)

·         igt@kms_vblank@pipe-d-ts-continuation-idle:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@kms_vrr@flip-suspend.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555>)

·         igt@kms_writeback@writeback-pixel-formats:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@kms_writeback@writeback-pixel-formats.html> (i915#2437<https://gitlab.freedesktop.org/drm/intel/issues/2437>)

·         igt@perf_pmu@busy-double-start@vecs1:
o    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_123074v4/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:
o    shard-dg1: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@perf_pmu@frequency@gt0.html> (i915#6806<https://gitlab.freedesktop.org/drm/intel/issues/6806>)

·         igt@perf_pmu@rc6-all-gts:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@perf_pmu@rc6-all-gts.html> (i915#8516<https://gitlab.freedesktop.org/drm/intel/issues/8516>)

·         igt@v3d/v3d_submit_cl@simple-flush-cache:

o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@v3d/v3d_submit_cl@simple-flush-cache.html> (i915#2575<https://gitlab.freedesktop.org/drm/intel/issues/2575>) +8 similar issues

o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
o    shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-2/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:
o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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_perfmon@create-single-perfmon:
o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@vc4/vc4_perfmon@create-single-perfmon.html> (i915#7711<https://gitlab.freedesktop.org/drm/intel/issues/7711>)

·         igt@vc4/vc4_tiling@get-bad-handle:
o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@vc4/vc4_tiling@get-bad-handle.html> (i915#7711<https://gitlab.freedesktop.org/drm/intel/issues/7711>) +7 similar issues
Possible fixes

·         igt@gem_busy@close-race:
o    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_123074v4/shard-glk4/igt@gem_busy@close-race.html>

·         igt@gem_ctx_freq@sysfs@gt0:
o    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_123074v4/shard-dg2-1/igt@gem_ctx_freq@sysfs@gt0.html>

·         igt@gem_eio@hibernate:
o    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_123074v4/shard-dg1-19/igt@gem_eio@hibernate.html>

·         igt@gem_exec_fair@basic-pace-share@rcs0:
o    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_123074v4/shard-tglu-4/igt@gem_exec_fair@basic-pace-share@rcs0.html>

·         igt@gem_exec_fence@basic-busy-all:
o    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_123074v4/shard-rkl-1/igt@gem_exec_fence@basic-busy-all.html>

·         igt@gem_exec_suspend@basic-s4-devices@lmem0:
o    shard-dg2: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-2/igt@gem_exec_suspend@basic-s4-devices@lmem0.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_123074v4/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html>

·         igt@gem_lmem_swapping@smem-oom@lmem0:
o    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_123074v4/shard-dg1-15/igt@gem_lmem_swapping@smem-oom@lmem0.html>

·         igt@gem_ppgtt@blt-vs-render-ctx0:
o    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_123074v4/shard-snb1/igt@gem_ppgtt@blt-vs-render-ctx0.html>

·         igt@i915_pipe_stress@stress-xrgb8888-untiled:
o    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_123074v4/shard-mtlp-4/igt@i915_pipe_stress@stress-xrgb8888-untiled.html>

·         igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
o    shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-rkl-7/igt@i915_pm_rpm@modeset-non-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_123074v4/shard-rkl-6/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html>

·         igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
o    shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> (i915#5138<https://gitlab.freedesktop.org/drm/intel/issues/5138>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> +2 similar issues

·         igt@kms_vblank@pipe-a-ts-continuation-suspend:
o    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_123074v4/shard-dg2-12/igt@kms_vblank@pipe-a-ts-continuation-suspend.html>

·         igt@kms_vblank@pipe-b-ts-continuation-suspend:
o    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_123074v4/shard-dg2-5/igt@kms_vblank@pipe-b-ts-continuation-suspend.html>

·         igt@perf_pmu@busy-idle@ccs0:
o    shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-6/igt@perf_pmu@busy-idle@ccs0.html> (i915#4349<https://gitlab.freedesktop.org/drm/intel/issues/4349>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-3/igt@perf_pmu@busy-idle@ccs0.html>

·         igt@sysfs_heartbeat_interval@nopreempt@ccs0:
o    shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-1/igt@sysfs_heartbeat_interval@nopreempt@ccs0.html> (i915#6015<https://gitlab.freedesktop.org/drm/intel/issues/6015>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-2/igt@sysfs_heartbeat_interval@nopreempt@ccs0.html>

·         igt@sysfs_preempt_timeout@timeout@ccs3:
o    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_123074v4/shard-dg2-5/igt@sysfs_preempt_timeout@timeout@ccs3.html>
Warnings

·         igt@i915_suspend@basic-s3-without-i915:
o    shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html> (fdo#103375<https://bugs.freedesktop.org/show_bug.cgi?id=103375>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-2/igt@i915_suspend@basic-s3-without-i915.html> (i915#4817<https://gitlab.freedesktop.org/drm/intel/issues/4817>)

·         igt@kms_async_flips@crc@pipe-a-edp-1:
o    shard-mtlp: DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-5/igt@kms_async_flips@crc@pipe-a-edp-1.html> (i915#8561<https://gitlab.freedesktop.org/drm/intel/issues/8561>) -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-8/igt@kms_async_flips@crc@pipe-a-edp-1.html> (i915#1982<https://gitlab.freedesktop.org/drm/intel/issues/1982> / i915#8561<https://gitlab.freedesktop.org/drm/intel/issues/8561>)

·         igt@kms_content_protection@type1:
o    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_123074v4/shard-dg2-6/igt@kms_content_protection@type1.html> (i915#7118<https://gitlab.freedesktop.org/drm/intel/issues/7118>)

·         igt@kms_fbcon_fbt@psr:
o    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_123074v4/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:
o    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_123074v4/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@kms_psr@primary_page_flip:
o    shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg1-15/igt@kms_psr@primary_page_flip.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-16/igt@kms_psr@primary_page_flip.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072> / i915#4078<https://gitlab.freedesktop.org/drm/intel/issues/4078>) +1 similar issue

·         igt@sysfs_preempt_timeout@timeout@vecs0:
o    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_123074v4/shard-mtlp-8/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_123074v4

CI-20190529: 20190529
CI_DRM_13588: da6378eaa945d44a75141f9d9de5e237edb0e660 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7464: 7464
Patchwork_123074v4: da6378eaa945d44a75141f9d9de5e237edb0e660 @ git://anongit.freedesktop.org/gfx-ci/linux
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
Matt Roper Sept. 7, 2023, 11:15 p.m. UTC | #3
On Thu, Sep 07, 2023 at 04:06:52AM +0000, Chauhan, Shekhar wrote:
> The failures presented in the Fi.CI.IGT are for RKL and DG1, which the patch doesn’t target. At the same time, the two failed tests are both related to display, which shouldn’t be impacted by a GT workaround.
> 

Applied to drm-intel-gt-next.  Thanks for the patch.


Matt

> -shekhar
> 
> From: Patchwork <patchwork@emeril.freedesktop.org>
> Sent: Saturday, September 2, 2023 12:13
> To: Chauhan, Shekhar <shekhar.chauhan@intel.com>
> Cc: intel-gfx@lists.freedesktop.org
> Subject: ✗ Fi.CI.IGT: failure for drm/i915: Add Wa_14015150844 (rev4)
> 
> Patch Details
> Series:
> drm/i915: Add Wa_14015150844 (rev4)
> URL:
> https://patchwork.freedesktop.org/series/123074/
> State:
> failure
> Details:
> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/index.html
> CI Bug Log - changes from CI_DRM_13588_full -> Patchwork_123074v4_full
> Summary
> 
> FAILURE
> 
> Serious unknown changes coming with Patchwork_123074v4_full absolutely need to be
> verified manually.
> 
> If you think the reported changes have nothing to do with the changes
> introduced in Patchwork_123074v4_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_123074v4_full:
> 
> IGT changes
> Possible regressions
> 
> ·         igt@kms_dirtyfb@dirtyfb-ioctl@drrs-hdmi-a-2:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-17/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@drrs-dp-2}:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_dirtyfb@dirtyfb-ioctl@drrs-dp-2.html> +1 similar issue
> New tests
> 
> New tests have been introduced between CI_DRM_13588_full and Patchwork_123074v4_full:
> 
> New IGT tests (26)
> 
> ·         igt@kms_cursor_crc@cursor-offscreen-64x21@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-offscreen-64x64@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-onscreen-128x128@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-onscreen-256x256@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-onscreen-64x21@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-onscreen-64x64@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-random-128x128@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-random-128x42@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-random-256x256@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-random-256x85@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-random-64x21@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-random-64x64@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-rapid-movement-128x128@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-rapid-movement-128x42@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-rapid-movement-256x256@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-rapid-movement-256x85@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-rapid-movement-64x21@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-rapid-movement-64x64@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-sliding-128x128@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-sliding-128x42@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-sliding-256x256@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-sliding-256x85@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-sliding-64x21@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> 
> ·         igt@kms_cursor_crc@cursor-sliding-64x64@pipe-c-dp-1:
> o    Statuses : 1 pass(s)
> o    Exec time: [0.0] s
> Known issues
> 
> Here are the changes found in Patchwork_123074v4_full that come from known issues:
> 
> IGT changes
> Issues hit
> 
> ·         igt@api_intel_bb@object-reloc-purge-cache:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@api_intel_bb@object-reloc-purge-cache.html> (i915#8411<https://gitlab.freedesktop.org/drm/intel/issues/8411>)
> 
> ·         igt@device_reset@cold-reset-bound:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@device_reset@cold-reset-bound.html> (i915#7701<https://gitlab.freedesktop.org/drm/intel/issues/7701>)
> 
> ·         igt@drm_fdinfo@busy-check-all@bcs0:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@drm_fdinfo@busy-check-all@bcs0.html> (i915#8414<https://gitlab.freedesktop.org/drm/intel/issues/8414>) +4 similar issues
> 
> ·         igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
> o    shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html> (i915#7742<https://gitlab.freedesktop.org/drm/intel/issues/7742>)
> 
> ·         igt@feature_discovery@display-2x:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@feature_discovery@display-2x.html> (i915#1839<https://gitlab.freedesktop.org/drm/intel/issues/1839>) +1 similar issue
> 
> ·         igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html> (i915#5882<https://gitlab.freedesktop.org/drm/intel/issues/5882>) +9 similar issues
> 
> ·         igt@gem_ctx_sseu@invalid-args:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@gem_ctx_sseu@invalid-args.html> (i915#280<https://gitlab.freedesktop.org/drm/intel/issues/280>) +1 similar issue
> 
> ·         igt@gem_eio@reset-stress:
> o    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_123074v4/shard-dg1-15/igt@gem_eio@reset-stress.html> (i915#5784<https://gitlab.freedesktop.org/drm/intel/issues/5784>)
> 
> ·         igt@gem_exec_balancer@bonded-pair:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@gem_exec_balancer@bonded-pair.html> (i915#4771<https://gitlab.freedesktop.org/drm/intel/issues/4771>)
> 
> ·         igt@gem_exec_balancer@invalid-bonds:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@gem_exec_balancer@invalid-bonds.html> (i915#4036<https://gitlab.freedesktop.org/drm/intel/issues/4036>)
> 
> ·         igt@gem_exec_balancer@sliced:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@gem_exec_balancer@sliced.html> (i915#4812<https://gitlab.freedesktop.org/drm/intel/issues/4812>)
> 
> ·         igt@gem_exec_capture@pi@ccs0:
> o    shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-6/igt@gem_exec_capture@pi@ccs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-3/igt@gem_exec_capture@pi@ccs0.html> (i915#7765<https://gitlab.freedesktop.org/drm/intel/issues/7765>)
> 
> ·         igt@gem_exec_endless@dispatch@ccs0:
> o    shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-5/igt@gem_exec_endless@dispatch@ccs0.html> -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-7/igt@gem_exec_endless@dispatch@ccs0.html> (i915#7016<https://gitlab.freedesktop.org/drm/intel/issues/7016>)
> 
> ·         igt@gem_exec_fair@basic-none:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
> o    shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
> o    shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-2/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:
> o    shard-glk: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-glk1/igt@gem_exec_fair@basic-none-vip@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>)
> 
> ·         igt@gem_exec_fair@basic-pace-share@rcs0:
> o    shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-apl3/igt@gem_exec_fair@basic-pace-share@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-apl1/igt@gem_exec_fair@basic-pace-share@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>)
> 
> ·         igt@gem_exec_fair@basic-throttle:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/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:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/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>) +5 similar issues
> 
> ·         igt@gem_exec_params@rsvd2-dirt:
> 
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/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>)
> 
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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-cpu-gtt-noreloc:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html> (i915#3281<https://gitlab.freedesktop.org/drm/intel/issues/3281>) +10 similar issues
> 
> ·         igt@gem_exec_reloc@basic-wc-gtt-active:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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_schedule@reorder-wide:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@gem_exec_schedule@reorder-wide.html> (i915#4537<https://gitlab.freedesktop.org/drm/intel/issues/4537> / i915#4812<https://gitlab.freedesktop.org/drm/intel/issues/4812>) +2 similar issues
> 
> ·         igt@gem_huc_copy@huc-copy:
> o    shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-glk1/igt@gem_huc_copy@huc-copy.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2190<https://gitlab.freedesktop.org/drm/intel/issues/2190>)
> 
> ·         igt@gem_lmem_swapping@basic:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/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:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@gem_mmap_gtt@big-bo.html> (i915#4077<https://gitlab.freedesktop.org/drm/intel/issues/4077>)
> 
> ·         igt@gem_partial_pwrite_pread@write-display:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@gem_partial_pwrite_pread@write-display.html> (i915#3282<https://gitlab.freedesktop.org/drm/intel/issues/3282>) +1 similar issue
> 
> ·         igt@gem_pxp@protected-raw-src-copy-not-readible:
> 
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@gem_pxp@protected-raw-src-copy-not-readible.html> (i915#4270<https://gitlab.freedesktop.org/drm/intel/issues/4270>) +2 similar issues
> 
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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@verify-pxp-stale-buf-execution:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
> o    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_123074v4/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>)
> 
> ·         igt@gem_tiled_swapping@non-threaded:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@gem_tiled_swapping@non-threaded.html> (i915#4077<https://gitlab.freedesktop.org/drm/intel/issues/4077>) +10 similar issues
> 
> ·         igt@gem_userptr_blits@unsync-unmap:
> 
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@gem_userptr_blits@unsync-unmap.html> (i915#3297<https://gitlab.freedesktop.org/drm/intel/issues/3297>) +2 similar issues
> 
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-1/igt@gem_userptr_blits@unsync-unmap.html> (i915#3297<https://gitlab.freedesktop.org/drm/intel/issues/3297>)
> 
> ·         igt@gen3_mixed_blits:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@gen3_mixed_blits.html> (fdo#109289<https://bugs.freedesktop.org/show_bug.cgi?id=109289>)
> 
> ·         igt@gen7_exec_parse@basic-offset:
> 
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@gen7_exec_parse@basic-offset.html> (fdo#109289<https://bugs.freedesktop.org/show_bug.cgi?id=109289>) +3 similar issues
> 
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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@batch-invalid-length:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@gen9_exec_parse@batch-invalid-length.html> (i915#2856<https://gitlab.freedesktop.org/drm/intel/issues/2856>) +1 similar issue
> 
> ·         igt@gen9_exec_parse@bb-start-param:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
> o    shard-dg2: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/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_pm_backlight@basic-brightness:
> 
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/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>)
> 
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-1/igt@i915_pm_backlight@basic-brightness.html> (i915#7561<https://gitlab.freedesktop.org/drm/intel/issues/7561>)
> 
> ·         igt@i915_pm_dc@dc9-dpms:
> o    shard-tglu: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-tglu-9/igt@i915_pm_dc@dc9-dpms.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-tglu-5/igt@i915_pm_dc@dc9-dpms.html> (i915#4281<https://gitlab.freedesktop.org/drm/intel/issues/4281>)
> 
> ·         igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
> o    shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-rkl-7/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html> (i915#1937<https://gitlab.freedesktop.org/drm/intel/issues/1937>)
> 
> ·         igt@i915_pm_rc6_residency@rc6-idle@rcs0:
> o    shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html> (i915#3591<https://gitlab.freedesktop.org/drm/intel/issues/3591>)
> 
> ·         igt@i915_pm_rpm@dpms-lpsp:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@i915_pm_rpm@dpms-lpsp.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>)
> 
> ·         igt@i915_pm_rpm@dpms-mode-unset-lpsp:
> o    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_123074v4/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@gem-execbuf-stress-pc8:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html> (fdo#109506<https://bugs.freedesktop.org/show_bug.cgi?id=109506>)
> 
> ·         igt@i915_pm_rpm@i2c:
> o    shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-10/igt@i915_pm_rpm@i2c.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-2/igt@i915_pm_rpm@i2c.html> (i915#8717<https://gitlab.freedesktop.org/drm/intel/issues/8717>)
> 
> ·         igt@i915_suspend@basic-s3-without-i915:
> o    shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-6/igt@i915_suspend@basic-s3-without-i915.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@i915_suspend@basic-s3-without-i915.html> (i915#4817<https://gitlab.freedesktop.org/drm/intel/issues/4817>)
> 
> ·         igt@i915_suspend@forcewake:
> o    shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@i915_suspend@forcewake.html> (fdo#103375<https://bugs.freedesktop.org/show_bug.cgi?id=103375>)
> 
> ·         igt@kms_addfb_basic@basic-x-tiled-legacy:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_addfb_basic@basic-x-tiled-legacy.html> (i915#4212<https://gitlab.freedesktop.org/drm/intel/issues/4212>)
> 
> ·         igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-y-rc_ccs:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-y-rc_ccs.html> (i915#8502<https://gitlab.freedesktop.org/drm/intel/issues/8502>) +7 similar issues
> 
> ·         igt@kms_big_fb@4-tiled-64bpp-rotate-90:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html> (fdo#111614<https://bugs.freedesktop.org/show_bug.cgi?id=111614>) +2 similar issues
> 
> ·         igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
> o    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_123074v4/shard-mtlp-3/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@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html> (i915#5190<https://gitlab.freedesktop.org/drm/intel/issues/5190>) +11 similar issues
> 
> ·         igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html> (i915#4538<https://gitlab.freedesktop.org/drm/intel/issues/4538> / i915#5190<https://gitlab.freedesktop.org/drm/intel/issues/5190>) +4 similar issues
> 
> ·         igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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_ccs@pipe-a-bad-pixel-format-yf_tiled_ccs:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.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>) +3 similar issues
> 
> ·         igt@kms_ccs@pipe-c-bad-aux-stride-4_tiled_mtl_mc_ccs:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
> o    shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-glk4/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:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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-bad-aux-stride-y_tiled_ccs:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_ccs@pipe-d-bad-aux-stride-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
> 
> ·         igt@kms_ccs@pipe-d-ccs-on-another-bo-y_tiled_ccs:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@kms_chamelium_color@ctm-max.html> (fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
> 
> ·         igt@kms_chamelium_color@ctm-negative:
> 
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_chamelium_color@ctm-negative.html> (fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
> 
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-1/igt@kms_chamelium_color@ctm-negative.html> (fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
> 
> ·         igt@kms_chamelium_frames@dp-crc-single:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-1/igt@kms_chamelium_frames@hdmi-aspect-ratio.html> (i915#7828<https://gitlab.freedesktop.org/drm/intel/issues/7828>)
> 
> ·         igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html> (i915#7828<https://gitlab.freedesktop.org/drm/intel/issues/7828>) +8 similar issues
> 
> ·         igt@kms_content_protection@atomic@pipe-a-dp-2:
> o    shard-dg2: NOTRUN -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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-0:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@kms_content_protection@dp-mst-lic-type-0.html> (i915#3299<https://gitlab.freedesktop.org/drm/intel/issues/3299>)
> 
> ·         igt@kms_content_protection@mei_interface:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_content_protection@mei_interface.html> (i915#7118<https://gitlab.freedesktop.org/drm/intel/issues/7118>) +1 similar issue
> 
> ·         igt@kms_content_protection@uevent@pipe-a-dp-2:
> o    shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_content_protection@uevent@pipe-a-dp-2.html> (i915#1339<https://gitlab.freedesktop.org/drm/intel/issues/1339>)
> 
> ·         igt@kms_cursor_crc@cursor-onscreen-max-size:
> 
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_cursor_crc@cursor-onscreen-max-size.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555>) +1 similar issue
> 
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
> 
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_cursor_crc@cursor-random-512x512.html> (i915#3359<https://gitlab.freedesktop.org/drm/intel/issues/3359>) +1 similar issue
> 
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-1/igt@kms_cursor_crc@cursor-random-512x512.html> (i915#3359<https://gitlab.freedesktop.org/drm/intel/issues/3359>)
> 
> ·         igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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@cursor-vs-flip-toggle:
> o    shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-5/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-8/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html> (i915#8248<https://gitlab.freedesktop.org/drm/intel/issues/8248>)
> 
> ·         igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274> / i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354>) +3 similar issues
> 
> ·         igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
> o    shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> (i915#2346<https://gitlab.freedesktop.org/drm/intel/issues/2346>)
> 
> ·         igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-2:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-17/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-4.html> (i915#9227<https://gitlab.freedesktop.org/drm/intel/issues/9227>)
> 
> ·         igt@kms_dsc@dsc-with-output-formats:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_dsc@dsc-with-output-formats.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#3840<https://gitlab.freedesktop.org/drm/intel/issues/3840>)
> 
> ·         igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
> o    shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-snb6/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-expired-vblank-interruptible@ac-hdmi-a1-hdmi-a2:
> o    shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-glk5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ac-hdmi-a1-hdmi-a2.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-glk9/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ac-hdmi-a1-hdmi-a2.html> (i915#79<https://gitlab.freedesktop.org/drm/intel/issues/79>)
> 
> ·         igt@kms_flip@2x-flip-vs-fences:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_flip@2x-flip-vs-fences.html> (i915#8381<https://gitlab.freedesktop.org/drm/intel/issues/8381>) +1 similar issue
> 
> ·         igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1:
> o    shard-snb: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-snb1/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html> (i915#8841<https://gitlab.freedesktop.org/drm/intel/issues/8841>)
> 
> ·         igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274>) +1 similar issue
> 
> ·         igt@kms_flip@flip-vs-suspend-interruptible@a-edp1:
> o    shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-6/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-4/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html> (fdo#103375<https://bugs.freedesktop.org/show_bug.cgi?id=103375>)
> 
> ·         igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/intel/issues/2672>) +2 similar issues
> 
> ·         igt@kms_force_connector_basic@force-load-detect:
> 
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_force_connector_basic@force-load-detect.html> (fdo#109285<https://bugs.freedesktop.org/show_bug.cgi?id=109285>)
> 
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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-1p-offscren-pri-shrfb-draw-pwrite:
> o    shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html> (i915#6880<https://gitlab.freedesktop.org/drm/intel/issues/6880>)
> 
> ·         igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html> (i915#8708<https://gitlab.freedesktop.org/drm/intel/issues/8708>) +16 similar issues
> 
> ·         igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
> 
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html> (i915#3458<https://gitlab.freedesktop.org/drm/intel/issues/3458>) +9 similar issues
> 
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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-primscrn-pri-shrfb-draw-render:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-render.html> (i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354>) +33 similar issues
> 
> ·         igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
> o    shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-glk4/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-hdr:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-7/igt@kms_hdr@invalid-hdr.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/intel/issues/8228>)
> 
> ·         igt@kms_hdr@static-toggle-dpms:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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_hdr@static-toggle-suspend:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-5/igt@kms_hdr@static-toggle-suspend.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/intel/issues/8228>) +1 similar issue
> 
> ·         igt@kms_plane_lowres@tiling-y:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/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:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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-pixel-format-factor-0-25@pipe-c-hdmi-a-2:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-hdmi-a-2.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +3 similar issues
> 
> ·         igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-hdmi-a-1:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-hdmi-a-1.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +3 similar issues
> 
> ·         igt@kms_plane_scaling@plane-scaler-with-rotation-unity-scaling@pipe-b-hdmi-a-1:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-7/igt@kms_plane_scaling@plane-scaler-with-rotation-unity-scaling@pipe-b-hdmi-a-1.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +5 similar issues
> 
> ·         igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-14/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4.html> (i915#5235<https://gitlab.freedesktop.org/drm/intel/issues/5235>) +15 similar issues
> 
> ·         igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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>) +5 similar issues
> 
> ·         igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1:
> o    shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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>) +25 similar issues
> 
> ·         igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-2:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-2.html> (i915#5235<https://gitlab.freedesktop.org/drm/intel/issues/5235>) +15 similar issues
> 
> ·         igt@kms_prime@basic-modeset-hybrid:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_prime@basic-modeset-hybrid.html> (i915#6524<https://gitlab.freedesktop.org/drm/intel/issues/6524> / i915#6805<https://gitlab.freedesktop.org/drm/intel/issues/6805>)
> 
> ·         igt@kms_psr2_su@page_flip-nv12:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@kms_psr2_su@page_flip-nv12.html> (i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>) +1 similar issue
> 
> ·         igt@kms_psr@psr2_cursor_mmap_cpu:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_psr@psr2_dpms.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072>) +3 similar issues
> 
> ·         igt@kms_psr@sprite_mmap_gtt:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
> 
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@kms_selftest@drm_format_helper.html> (i915#8661<https://gitlab.freedesktop.org/drm/intel/issues/8661>)
> 
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-1/igt@kms_selftest@drm_format_helper.html> (i915#8661<https://gitlab.freedesktop.org/drm/intel/issues/8661>)
> 
> ·         igt@kms_vblank@pipe-d-ts-continuation-idle:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@kms_vrr@flip-suspend.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555>)
> 
> ·         igt@kms_writeback@writeback-pixel-formats:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-11/igt@kms_writeback@writeback-pixel-formats.html> (i915#2437<https://gitlab.freedesktop.org/drm/intel/issues/2437>)
> 
> ·         igt@perf_pmu@busy-double-start@vecs1:
> o    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_123074v4/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:
> o    shard-dg1: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@perf_pmu@frequency@gt0.html> (i915#6806<https://gitlab.freedesktop.org/drm/intel/issues/6806>)
> 
> ·         igt@perf_pmu@rc6-all-gts:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@perf_pmu@rc6-all-gts.html> (i915#8516<https://gitlab.freedesktop.org/drm/intel/issues/8516>)
> 
> ·         igt@v3d/v3d_submit_cl@simple-flush-cache:
> 
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-12/igt@v3d/v3d_submit_cl@simple-flush-cache.html> (i915#2575<https://gitlab.freedesktop.org/drm/intel/issues/2575>) +8 similar issues
> 
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/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:
> o    shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-2/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:
> o    shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/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_perfmon@create-single-perfmon:
> o    shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-19/igt@vc4/vc4_perfmon@create-single-perfmon.html> (i915#7711<https://gitlab.freedesktop.org/drm/intel/issues/7711>)
> 
> ·         igt@vc4/vc4_tiling@get-bad-handle:
> o    shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg2-10/igt@vc4/vc4_tiling@get-bad-handle.html> (i915#7711<https://gitlab.freedesktop.org/drm/intel/issues/7711>) +7 similar issues
> Possible fixes
> 
> ·         igt@gem_busy@close-race:
> o    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_123074v4/shard-glk4/igt@gem_busy@close-race.html>
> 
> ·         igt@gem_ctx_freq@sysfs@gt0:
> o    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_123074v4/shard-dg2-1/igt@gem_ctx_freq@sysfs@gt0.html>
> 
> ·         igt@gem_eio@hibernate:
> o    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_123074v4/shard-dg1-19/igt@gem_eio@hibernate.html>
> 
> ·         igt@gem_exec_fair@basic-pace-share@rcs0:
> o    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_123074v4/shard-tglu-4/igt@gem_exec_fair@basic-pace-share@rcs0.html>
> 
> ·         igt@gem_exec_fence@basic-busy-all:
> o    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_123074v4/shard-rkl-1/igt@gem_exec_fence@basic-busy-all.html>
> 
> ·         igt@gem_exec_suspend@basic-s4-devices@lmem0:
> o    shard-dg2: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg2-2/igt@gem_exec_suspend@basic-s4-devices@lmem0.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_123074v4/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html>
> 
> ·         igt@gem_lmem_swapping@smem-oom@lmem0:
> o    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_123074v4/shard-dg1-15/igt@gem_lmem_swapping@smem-oom@lmem0.html>
> 
> ·         igt@gem_ppgtt@blt-vs-render-ctx0:
> o    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_123074v4/shard-snb1/igt@gem_ppgtt@blt-vs-render-ctx0.html>
> 
> ·         igt@i915_pipe_stress@stress-xrgb8888-untiled:
> o    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_123074v4/shard-mtlp-4/igt@i915_pipe_stress@stress-xrgb8888-untiled.html>
> 
> ·         igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
> o    shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-rkl-7/igt@i915_pm_rpm@modeset-non-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_123074v4/shard-rkl-6/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html>
> 
> ·         igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
> o    shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> (i915#5138<https://gitlab.freedesktop.org/drm/intel/issues/5138>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> +2 similar issues
> 
> ·         igt@kms_vblank@pipe-a-ts-continuation-suspend:
> o    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_123074v4/shard-dg2-12/igt@kms_vblank@pipe-a-ts-continuation-suspend.html>
> 
> ·         igt@kms_vblank@pipe-b-ts-continuation-suspend:
> o    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_123074v4/shard-dg2-5/igt@kms_vblank@pipe-b-ts-continuation-suspend.html>
> 
> ·         igt@perf_pmu@busy-idle@ccs0:
> o    shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-6/igt@perf_pmu@busy-idle@ccs0.html> (i915#4349<https://gitlab.freedesktop.org/drm/intel/issues/4349>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-3/igt@perf_pmu@busy-idle@ccs0.html>
> 
> ·         igt@sysfs_heartbeat_interval@nopreempt@ccs0:
> o    shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-1/igt@sysfs_heartbeat_interval@nopreempt@ccs0.html> (i915#6015<https://gitlab.freedesktop.org/drm/intel/issues/6015>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-2/igt@sysfs_heartbeat_interval@nopreempt@ccs0.html>
> 
> ·         igt@sysfs_preempt_timeout@timeout@ccs3:
> o    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_123074v4/shard-dg2-5/igt@sysfs_preempt_timeout@timeout@ccs3.html>
> Warnings
> 
> ·         igt@i915_suspend@basic-s3-without-i915:
> o    shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html> (fdo#103375<https://bugs.freedesktop.org/show_bug.cgi?id=103375>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-rkl-2/igt@i915_suspend@basic-s3-without-i915.html> (i915#4817<https://gitlab.freedesktop.org/drm/intel/issues/4817>)
> 
> ·         igt@kms_async_flips@crc@pipe-a-edp-1:
> o    shard-mtlp: DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-mtlp-5/igt@kms_async_flips@crc@pipe-a-edp-1.html> (i915#8561<https://gitlab.freedesktop.org/drm/intel/issues/8561>) -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-mtlp-8/igt@kms_async_flips@crc@pipe-a-edp-1.html> (i915#1982<https://gitlab.freedesktop.org/drm/intel/issues/1982> / i915#8561<https://gitlab.freedesktop.org/drm/intel/issues/8561>)
> 
> ·         igt@kms_content_protection@type1:
> o    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_123074v4/shard-dg2-6/igt@kms_content_protection@type1.html> (i915#7118<https://gitlab.freedesktop.org/drm/intel/issues/7118>)
> 
> ·         igt@kms_fbcon_fbt@psr:
> o    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_123074v4/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:
> o    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_123074v4/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@kms_psr@primary_page_flip:
> o    shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13588/shard-dg1-15/igt@kms_psr@primary_page_flip.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123074v4/shard-dg1-16/igt@kms_psr@primary_page_flip.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072> / i915#4078<https://gitlab.freedesktop.org/drm/intel/issues/4078>) +1 similar issue
> 
> ·         igt@sysfs_preempt_timeout@timeout@vecs0:
> o    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_123074v4/shard-mtlp-8/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_123074v4
> 
> CI-20190529: 20190529
> CI_DRM_13588: da6378eaa945d44a75141f9d9de5e237edb0e660 @ git://anongit.freedesktop.org/gfx-ci/linux
> IGT_7464: 7464
> Patchwork_123074v4: da6378eaa945d44a75141f9d9de5e237edb0e660 @ git://anongit.freedesktop.org/gfx-ci/linux
> piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
diff mbox series

Patch

diff --git a/drivers/gpu/drm/i915/gt/intel_gt_regs.h b/drivers/gpu/drm/i915/gt/intel_gt_regs.h
index 0e4c638fcbbf..a00ff51c681d 100644
--- a/drivers/gpu/drm/i915/gt/intel_gt_regs.h
+++ b/drivers/gpu/drm/i915/gt/intel_gt_regs.h
@@ -1218,6 +1218,8 @@ 
 
 #define XEHP_HDC_CHICKEN0			MCR_REG(0xe5f0)
 #define   LSC_L1_FLUSH_CTL_3D_DATAPORT_FLUSH_EVENTS_MASK	REG_GENMASK(13, 11)
+#define   DIS_ATOMIC_CHAINING_TYPED_WRITES	REG_BIT(3)
+
 #define ICL_HDC_MODE				MCR_REG(0xe5f4)
 
 #define EU_PERF_CNTL2				PERF_REG(0xe658)
diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c b/drivers/gpu/drm/i915/gt/intel_workarounds.c
index 864d41bcf6bb..70071ead0659 100644
--- a/drivers/gpu/drm/i915/gt/intel_workarounds.c
+++ b/drivers/gpu/drm/i915/gt/intel_workarounds.c
@@ -2327,6 +2327,14 @@  rcs_engine_wa_init(struct intel_engine_cs *engine, struct i915_wa_list *wal)
 				  LSC_L1_FLUSH_CTL_3D_DATAPORT_FLUSH_EVENTS_MASK);
 	}
 
+	if (IS_GFX_GT_IP_RANGE(gt, IP_VER(12, 70), IP_VER(12, 71)) ||
+	    IS_DG2(i915)) {
+		/* Wa_14015150844 */
+		wa_mcr_add(wal, XEHP_HDC_CHICKEN0, 0,
+			   _MASKED_BIT_ENABLE(DIS_ATOMIC_CHAINING_TYPED_WRITES),
+			   0, true);
+	}
+
 	if (IS_DG2_G11(i915) || IS_DG2_G10(i915)) {
 		/* Wa_22014600077:dg2 */
 		wa_mcr_add(wal, GEN10_CACHE_MODE_SS, 0,