* [PATCH] drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed
@ 2025-05-09 2:13 gareth.yu
2025-05-09 3:06 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
` (7 more replies)
0 siblings, 8 replies; 14+ messages in thread
From: gareth.yu @ 2025-05-09 2:13 UTC (permalink / raw)
To: intel-gfx, intel-xe; +Cc: Gareth Yu
From: Gareth Yu <gareth.yu@intel.com>
With all of the boundary conditions when streaming the commands B2B in our
validation (part of the reason we added the flush), the Flush effectively
serializes the transmission of each command enqueued within the command
dispatcher to one per V. Blank line which simplifies the behavior of the
High Speed Arbitration.
So, unless we absolutely have to burst these to the Sink, we should be using
the Pipeline Flush bit to serialize the commands.
Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14247
Cc : Suraj Kandpal <suraj.kandpal@intel.com>
Cc : Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Gareth Yu <gareth.yu@intel.com>
---
drivers/gpu/drm/i915/display/icl_dsi.c | 4 ++--
drivers/gpu/drm/i915/display/icl_dsi_regs.h | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c b/drivers/gpu/drm/i915/display/icl_dsi.c
index 402b7b2e1829..f91f27067768 100644
--- a/drivers/gpu/drm/i915/display/icl_dsi.c
+++ b/drivers/gpu/drm/i915/display/icl_dsi.c
@@ -191,12 +191,12 @@ static int dsi_send_pkt_hdr(struct intel_dsi_host *host,
else
tmp &= ~PAYLOAD_PRESENT;
- tmp &= ~VBLANK_FENCE;
+ tmp &= ~(VBLANK_FENCE | LP_DATA_TRANSFER | PIPELINE_FLUSH);
if (enable_lpdt)
tmp |= LP_DATA_TRANSFER;
else
- tmp &= ~LP_DATA_TRANSFER;
+ tmp |= PIPELINE_FLUSH;
tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK);
tmp |= ((packet->header[0] & VC_MASK) << VC_SHIFT);
diff --git a/drivers/gpu/drm/i915/display/icl_dsi_regs.h b/drivers/gpu/drm/i915/display/icl_dsi_regs.h
index d4845ac65acc..b601b7632339 100644
--- a/drivers/gpu/drm/i915/display/icl_dsi_regs.h
+++ b/drivers/gpu/drm/i915/display/icl_dsi_regs.h
@@ -272,6 +272,7 @@
#define PAYLOAD_PRESENT (1 << 31)
#define LP_DATA_TRANSFER (1 << 30)
#define VBLANK_FENCE (1 << 29)
+#define PIPELINE_FLUSH (1 << 28)
#define PARAM_WC_MASK (0xffff << 8)
#define PARAM_WC_LOWER_SHIFT 8
#define PARAM_WC_UPPER_SHIFT 16
--
2.34.1
^ permalink raw reply related [flat|nested] 14+ messages in thread* ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed 2025-05-09 2:13 [PATCH] drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed gareth.yu @ 2025-05-09 3:06 ` Patchwork 2025-05-09 3:28 ` ✓ i915.CI.BAT: success " Patchwork ` (6 subsequent siblings) 7 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2025-05-09 3:06 UTC (permalink / raw) To: gareth.yu; +Cc: intel-gfx == Series Details == Series: drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed URL : https://patchwork.freedesktop.org/series/148782/ State : warning == Summary == Error: dim checkpatch failed 9f630eb76dc9 drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed -:13: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) #13: So, unless we absolutely have to burst these to the Sink, we should be using total: 0 errors, 1 warnings, 0 checks, 21 lines checked ^ permalink raw reply [flat|nested] 14+ messages in thread
* ✓ i915.CI.BAT: success for drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed 2025-05-09 2:13 [PATCH] drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed gareth.yu 2025-05-09 3:06 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork @ 2025-05-09 3:28 ` Patchwork 2025-05-09 4:16 ` [PATCH] " Kandpal, Suraj ` (5 subsequent siblings) 7 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2025-05-09 3:28 UTC (permalink / raw) To: gareth.yu; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 10632 bytes --] == Series Details == Series: drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed URL : https://patchwork.freedesktop.org/series/148782/ State : success == Summary == CI Bug Log - changes from CI_DRM_16521 -> Patchwork_148782v1 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/index.html Participating hosts (43 -> 44) ------------------------------ Additional (1): bat-arlh-2 Known issues ------------ Here are the changes found in Patchwork_148782v1 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@fbdev@eof: - bat-arlh-2: NOTRUN -> [SKIP][1] ([i915#11345] / [i915#11346]) +3 other tests skip [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-2/igt@fbdev@eof.html * igt@fbdev@info: - bat-arlh-2: NOTRUN -> [SKIP][2] ([i915#11346] / [i915#1849]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-2/igt@fbdev@info.html * igt@gem_lmem_swapping@basic: - bat-arlh-2: NOTRUN -> [SKIP][3] ([i915#10213] / [i915#11346] / [i915#11671]) +3 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-2/igt@gem_lmem_swapping@basic.html * igt@gem_mmap@basic: - bat-arlh-2: NOTRUN -> [SKIP][4] ([i915#11343] / [i915#11346]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-2/igt@gem_mmap@basic.html * igt@gem_render_tiled_blits@basic: - bat-arlh-2: NOTRUN -> [SKIP][5] ([i915#10197] / [i915#10211] / [i915#11346] / [i915#11725]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-2/igt@gem_render_tiled_blits@basic.html * igt@gem_tiled_blits@basic: - bat-arlh-2: NOTRUN -> [SKIP][6] ([i915#11346] / [i915#12637]) +4 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-2/igt@gem_tiled_blits@basic.html * igt@gem_tiled_pread_basic: - bat-arlh-2: NOTRUN -> [SKIP][7] ([i915#10206] / [i915#11346] / [i915#11724]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-2/igt@gem_tiled_pread_basic.html * igt@i915_module_load@load: - bat-mtlp-9: [PASS][8] -> [DMESG-WARN][9] ([i915#13494]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/bat-mtlp-9/igt@i915_module_load@load.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-mtlp-9/igt@i915_module_load@load.html * igt@i915_pm_rps@basic-api: - bat-arlh-2: NOTRUN -> [SKIP][10] ([i915#10209] / [i915#11346] / [i915#11681]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-2/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live: - bat-mtlp-8: [PASS][11] -> [DMESG-FAIL][12] ([i915#12061]) +1 other test dmesg-fail [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/bat-mtlp-8/igt@i915_selftest@live.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-mtlp-8/igt@i915_selftest@live.html - bat-dg2-14: [PASS][13] -> [ABORT][14] ([i915#13696] / [i915#14201]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/bat-dg2-14/igt@i915_selftest@live.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-dg2-14/igt@i915_selftest@live.html * igt@i915_selftest@live@gt_heartbeat: - bat-dg2-14: [PASS][15] -> [ABORT][16] ([i915#14201]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/bat-dg2-14/igt@i915_selftest@live@gt_heartbeat.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-dg2-14/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@workarounds: - bat-dg2-9: [PASS][17] -> [DMESG-FAIL][18] ([i915#12061]) +1 other test dmesg-fail [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/bat-dg2-9/igt@i915_selftest@live@workarounds.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-dg2-9/igt@i915_selftest@live@workarounds.html * igt@intel_hwmon@hwmon-read: - bat-arlh-2: NOTRUN -> [SKIP][19] ([i915#11346] / [i915#11680] / [i915#7707]) +1 other test skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-2/igt@intel_hwmon@hwmon-read.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-arlh-2: NOTRUN -> [SKIP][20] ([i915#10200] / [i915#11346] / [i915#11666] / [i915#12203]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - bat-arlh-2: NOTRUN -> [SKIP][21] ([i915#10200] / [i915#11346] / [i915#11666]) +8 other tests skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-2/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_psr@psr-primary-page-flip: - bat-arlh-2: NOTRUN -> [SKIP][22] ([i915#11346]) +32 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-2/igt@kms_psr@psr-primary-page-flip.html * igt@kms_setmode@basic-clone-single-crtc: - bat-arlh-2: NOTRUN -> [SKIP][23] ([i915#10208] / [i915#11346] / [i915#8809]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-2/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-read: - bat-arlh-2: NOTRUN -> [SKIP][24] ([i915#10212] / [i915#11346] / [i915#11726]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-2/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-read: - bat-arlh-2: NOTRUN -> [SKIP][25] ([i915#10214] / [i915#11346] / [i915#11726]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-2/igt@prime_vgem@basic-read.html * igt@prime_vgem@basic-write: - bat-arlh-2: NOTRUN -> [SKIP][26] ([i915#10216] / [i915#11346] / [i915#11723]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-2/igt@prime_vgem@basic-write.html #### Possible fixes #### * igt@dmabuf@all-tests: - bat-apl-1: [INCOMPLETE][27] ([i915#12904]) -> [PASS][28] +1 other test pass [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/bat-apl-1/igt@dmabuf@all-tests.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-apl-1/igt@dmabuf@all-tests.html * igt@i915_selftest@live@workarounds: - bat-arlh-3: [DMESG-FAIL][29] ([i915#12061]) -> [PASS][30] +1 other test pass [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/bat-arlh-3/igt@i915_selftest@live@workarounds.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arlh-3/igt@i915_selftest@live@workarounds.html - bat-arls-5: [DMESG-FAIL][31] ([i915#12061]) -> [PASS][32] +1 other test pass [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/bat-arls-5/igt@i915_selftest@live@workarounds.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-arls-5/igt@i915_selftest@live@workarounds.html * igt@kms_pm_rpm@basic-rte: - bat-rpls-4: [DMESG-WARN][33] ([i915#13400]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/bat-rpls-4/igt@kms_pm_rpm@basic-rte.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/bat-rpls-4/igt@kms_pm_rpm@basic-rte.html [i915#10197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10197 [i915#10200]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10200 [i915#10206]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10206 [i915#10208]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10208 [i915#10209]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10209 [i915#10211]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10211 [i915#10212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10212 [i915#10213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10213 [i915#10214]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10214 [i915#10216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10216 [i915#11343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11343 [i915#11345]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11345 [i915#11346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11346 [i915#11666]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11666 [i915#11671]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11671 [i915#11680]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11680 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#11723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11723 [i915#11724]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11724 [i915#11725]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11725 [i915#11726]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11726 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12203]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12203 [i915#12637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12637 [i915#12904]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12904 [i915#13400]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13400 [i915#13494]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13494 [i915#13696]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13696 [i915#14201]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14201 [i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849 [i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707 [i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809 Build changes ------------- * Linux: CI_DRM_16521 -> Patchwork_148782v1 CI-20190529: 20190529 CI_DRM_16521: 9dcef725fabeef32df86af6e5880acbfcb84e7a5 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8359: 807f0cbcc771d1d0bb0d27a78231a5f92dc02126 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_148782v1: 9dcef725fabeef32df86af6e5880acbfcb84e7a5 @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/index.html [-- Attachment #2: Type: text/html, Size: 13393 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* RE: [PATCH] drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed 2025-05-09 2:13 [PATCH] drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed gareth.yu 2025-05-09 3:06 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork 2025-05-09 3:28 ` ✓ i915.CI.BAT: success " Patchwork @ 2025-05-09 4:16 ` Kandpal, Suraj 2025-05-09 4:22 ` Yu, Gareth 2025-05-09 7:22 ` Jani Nikula 2025-05-09 5:08 ` ✗ i915.CI.Full: failure for " Patchwork ` (4 subsequent siblings) 7 siblings, 2 replies; 14+ messages in thread From: Kandpal, Suraj @ 2025-05-09 4:16 UTC (permalink / raw) To: Yu, Gareth, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Cc: Yu, Gareth, Nikula, Jani > -----Original Message----- > From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of > gareth.yu@intel.com > Sent: Friday, May 9, 2025 7:43 AM > To: intel-gfx@lists.freedesktop.org; intel-xe@lists.freedesktop.org > Cc: Yu, Gareth <gareth.yu@intel.com> > Subject: [PATCH] drm/i915/display: Send DSI DCS commands with pipeline > flush in High Speed > Clip the subject make it a little smaller > From: Gareth Yu <gareth.yu@intel.com> > > With all of the boundary conditions when streaming the commands B2B in our > validation (part of the reason we added the flush), the Flush effectively > serializes the transmission of each command enqueued within the command > dispatcher to one per V. Blank line which simplifies the behavior of the High > Speed Arbitration. > > So, unless we absolutely have to burst these to the Sink, we should be using > the Pipeline Flush bit to serialize the commands. Do we have a bspec reference and/or dsi spec reference through which we can verify the data that needs to be filled out for the dsi packet header. Add it here will help make the review smoother and easier > > Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14247 > > Cc : Suraj Kandpal <suraj.kandpal@intel.com> Cc : Jani Nikula > <jani.nikula@intel.com> > Signed-off-by: Gareth Yu <gareth.yu@intel.com> > --- > drivers/gpu/drm/i915/display/icl_dsi.c | 4 ++-- > drivers/gpu/drm/i915/display/icl_dsi_regs.h | 1 + > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c > b/drivers/gpu/drm/i915/display/icl_dsi.c > index 402b7b2e1829..f91f27067768 100644 > --- a/drivers/gpu/drm/i915/display/icl_dsi.c > +++ b/drivers/gpu/drm/i915/display/icl_dsi.c > @@ -191,12 +191,12 @@ static int dsi_send_pkt_hdr(struct intel_dsi_host > *host, > else > tmp &= ~PAYLOAD_PRESENT; > > - tmp &= ~VBLANK_FENCE; > + tmp &= ~(VBLANK_FENCE | LP_DATA_TRANSFER | PIPELINE_FLUSH); > > if (enable_lpdt) > tmp |= LP_DATA_TRANSFER; > else > - tmp &= ~LP_DATA_TRANSFER; > + tmp |= PIPELINE_FLUSH; Seems a little fishy but cannot be sure till I have the spec and I can verify it > > tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK); > tmp |= ((packet->header[0] & VC_MASK) << VC_SHIFT); diff --git > a/drivers/gpu/drm/i915/display/icl_dsi_regs.h > b/drivers/gpu/drm/i915/display/icl_dsi_regs.h > index d4845ac65acc..b601b7632339 100644 > --- a/drivers/gpu/drm/i915/display/icl_dsi_regs.h > +++ b/drivers/gpu/drm/i915/display/icl_dsi_regs.h > @@ -272,6 +272,7 @@ > #define PAYLOAD_PRESENT (1 << 31) > #define LP_DATA_TRANSFER (1 << 30) > #define VBLANK_FENCE (1 << 29) > +#define PIPELINE_FLUSH (1 << 28) We now follow the REG_BIT(28) macro instead of using (1 << 28) convention Would like to see that change too, ill send over a fix to get this to file use REG_BIT instead. Or do we leave it as is ? What do you think Jani ? Regards, Suraj Kandpal > #define PARAM_WC_MASK (0xffff << 8) > #define PARAM_WC_LOWER_SHIFT 8 > #define PARAM_WC_UPPER_SHIFT 16 > -- > 2.34.1 ^ permalink raw reply [flat|nested] 14+ messages in thread
* RE: [PATCH] drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed 2025-05-09 4:16 ` [PATCH] " Kandpal, Suraj @ 2025-05-09 4:22 ` Yu, Gareth 2025-05-09 7:22 ` Jani Nikula 1 sibling, 0 replies; 14+ messages in thread From: Yu, Gareth @ 2025-05-09 4:22 UTC (permalink / raw) To: Kandpal, Suraj, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Cc: Nikula, Jani > -----Original Message----- > From: Kandpal, Suraj <suraj.kandpal@intel.com> > Sent: Friday, May 9, 2025 12:17 PM > To: Yu, Gareth <gareth.yu@intel.com>; intel-gfx@lists.freedesktop.org; intel- > xe@lists.freedesktop.org > Cc: Yu, Gareth <gareth.yu@intel.com>; Nikula, Jani <jani.nikula@intel.com> > Subject: RE: [PATCH] drm/i915/display: Send DSI DCS commands with pipeline > flush in High Speed > > > > > -----Original Message----- > > From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of > > gareth.yu@intel.com > > Sent: Friday, May 9, 2025 7:43 AM > > To: intel-gfx@lists.freedesktop.org; intel-xe@lists.freedesktop.org > > Cc: Yu, Gareth <gareth.yu@intel.com> > > Subject: [PATCH] drm/i915/display: Send DSI DCS commands with pipeline > > flush in High Speed > > > > Clip the subject make it a little smaller How about "Always send high speed commands with pipeline flush"? > > > From: Gareth Yu <gareth.yu@intel.com> > > > > With all of the boundary conditions when streaming the commands B2B in > > our validation (part of the reason we added the flush), the Flush > > effectively serializes the transmission of each command enqueued > > within the command dispatcher to one per V. Blank line which > > simplifies the behavior of the High Speed Arbitration. > > > > So, unless we absolutely have to burst these to the Sink, we should be > > using the Pipeline Flush bit to serialize the commands. > > Do we have a bspec reference and/or dsi spec reference through which we can > verify the data that needs to be filled out for the dsi packet header. > Add it here will help make the review smoother and easier BSPEC: 50193 > > > > > > Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14247 > > > > Cc : Suraj Kandpal <suraj.kandpal@intel.com> Cc : Jani Nikula > > <jani.nikula@intel.com> > > Signed-off-by: Gareth Yu <gareth.yu@intel.com> > > --- > > drivers/gpu/drm/i915/display/icl_dsi.c | 4 ++-- > > drivers/gpu/drm/i915/display/icl_dsi_regs.h | 1 + > > 2 files changed, 3 insertions(+), 2 deletions(-) > > > > diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c > > b/drivers/gpu/drm/i915/display/icl_dsi.c > > index 402b7b2e1829..f91f27067768 100644 > > --- a/drivers/gpu/drm/i915/display/icl_dsi.c > > +++ b/drivers/gpu/drm/i915/display/icl_dsi.c > > @@ -191,12 +191,12 @@ static int dsi_send_pkt_hdr(struct > > intel_dsi_host *host, > > else > > tmp &= ~PAYLOAD_PRESENT; > > > > - tmp &= ~VBLANK_FENCE; > > + tmp &= ~(VBLANK_FENCE | LP_DATA_TRANSFER | PIPELINE_FLUSH); > > > > if (enable_lpdt) > > tmp |= LP_DATA_TRANSFER; > > else > > - tmp &= ~LP_DATA_TRANSFER; > > + tmp |= PIPELINE_FLUSH; > > Seems a little fishy but cannot be sure till I have the spec and I can verify it > > > > > tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK); > > tmp |= ((packet->header[0] & VC_MASK) << VC_SHIFT); diff --git > > a/drivers/gpu/drm/i915/display/icl_dsi_regs.h > > b/drivers/gpu/drm/i915/display/icl_dsi_regs.h > > index d4845ac65acc..b601b7632339 100644 > > --- a/drivers/gpu/drm/i915/display/icl_dsi_regs.h > > +++ b/drivers/gpu/drm/i915/display/icl_dsi_regs.h > > @@ -272,6 +272,7 @@ > > #define PAYLOAD_PRESENT (1 << 31) > > #define LP_DATA_TRANSFER (1 << 30) > > #define VBLANK_FENCE (1 << 29) > > +#define PIPELINE_FLUSH (1 << 28) > > We now follow the REG_BIT(28) macro instead of using (1 << 28) convention > Would like to see that change too, ill send over a fix to get this to file use > REG_BIT instead. > Or do we leave it as is ? What do you think Jani ? > > Regards, > Suraj Kandpal > > > #define PARAM_WC_MASK (0xffff << 8) > > #define PARAM_WC_LOWER_SHIFT 8 > > #define PARAM_WC_UPPER_SHIFT 16 > > -- > > 2.34.1 ^ permalink raw reply [flat|nested] 14+ messages in thread
* RE: [PATCH] drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed 2025-05-09 4:16 ` [PATCH] " Kandpal, Suraj 2025-05-09 4:22 ` Yu, Gareth @ 2025-05-09 7:22 ` Jani Nikula 1 sibling, 0 replies; 14+ messages in thread From: Jani Nikula @ 2025-05-09 7:22 UTC (permalink / raw) To: Kandpal, Suraj, Yu, Gareth, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Cc: Yu, Gareth On Fri, 09 May 2025, "Kandpal, Suraj" <suraj.kandpal@intel.com> wrote: >> -----Original Message----- >> From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of >> gareth.yu@intel.com >> Sent: Friday, May 9, 2025 7:43 AM >> To: intel-gfx@lists.freedesktop.org; intel-xe@lists.freedesktop.org >> Cc: Yu, Gareth <gareth.yu@intel.com> >> Subject: [PATCH] drm/i915/display: Send DSI DCS commands with pipeline >> flush in High Speed >> > > Clip the subject make it a little smaller > >> From: Gareth Yu <gareth.yu@intel.com> >> >> With all of the boundary conditions when streaming the commands B2B in our >> validation (part of the reason we added the flush), the Flush effectively >> serializes the transmission of each command enqueued within the command >> dispatcher to one per V. Blank line which simplifies the behavior of the High >> Speed Arbitration. >> >> So, unless we absolutely have to burst these to the Sink, we should be using >> the Pipeline Flush bit to serialize the commands. > > Do we have a bspec reference and/or dsi spec reference through which we can > verify the data that needs to be filled out for the dsi packet header. > Add it here will help make the review smoother and easier > > >> >> Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14247 >> >> Cc : Suraj Kandpal <suraj.kandpal@intel.com> Cc : Jani Nikula >> <jani.nikula@intel.com> >> Signed-off-by: Gareth Yu <gareth.yu@intel.com> >> --- >> drivers/gpu/drm/i915/display/icl_dsi.c | 4 ++-- >> drivers/gpu/drm/i915/display/icl_dsi_regs.h | 1 + >> 2 files changed, 3 insertions(+), 2 deletions(-) >> >> diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c >> b/drivers/gpu/drm/i915/display/icl_dsi.c >> index 402b7b2e1829..f91f27067768 100644 >> --- a/drivers/gpu/drm/i915/display/icl_dsi.c >> +++ b/drivers/gpu/drm/i915/display/icl_dsi.c >> @@ -191,12 +191,12 @@ static int dsi_send_pkt_hdr(struct intel_dsi_host >> *host, >> else >> tmp &= ~PAYLOAD_PRESENT; >> >> - tmp &= ~VBLANK_FENCE; >> + tmp &= ~(VBLANK_FENCE | LP_DATA_TRANSFER | PIPELINE_FLUSH); >> >> if (enable_lpdt) >> tmp |= LP_DATA_TRANSFER; >> else >> - tmp &= ~LP_DATA_TRANSFER; >> + tmp |= PIPELINE_FLUSH; > > Seems a little fishy but cannot be sure till I have the spec and I can verify it > >> >> tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK); >> tmp |= ((packet->header[0] & VC_MASK) << VC_SHIFT); diff --git >> a/drivers/gpu/drm/i915/display/icl_dsi_regs.h >> b/drivers/gpu/drm/i915/display/icl_dsi_regs.h >> index d4845ac65acc..b601b7632339 100644 >> --- a/drivers/gpu/drm/i915/display/icl_dsi_regs.h >> +++ b/drivers/gpu/drm/i915/display/icl_dsi_regs.h >> @@ -272,6 +272,7 @@ >> #define PAYLOAD_PRESENT (1 << 31) >> #define LP_DATA_TRANSFER (1 << 30) >> #define VBLANK_FENCE (1 << 29) >> +#define PIPELINE_FLUSH (1 << 28) > > We now follow the REG_BIT(28) macro instead of using (1 << 28) convention > Would like to see that change too, ill send over a fix to get this to file use REG_BIT instead. > Or do we leave it as is ? What do you think Jani ? Fixes first, conversion to REG_BIT() and friends later. BR, Jani. > > Regards, > Suraj Kandpal > >> #define PARAM_WC_MASK (0xffff << 8) >> #define PARAM_WC_LOWER_SHIFT 8 >> #define PARAM_WC_UPPER_SHIFT 16 >> -- >> 2.34.1 > -- Jani Nikula, Intel ^ permalink raw reply [flat|nested] 14+ messages in thread
* ✗ i915.CI.Full: failure for drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed 2025-05-09 2:13 [PATCH] drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed gareth.yu ` (2 preceding siblings ...) 2025-05-09 4:16 ` [PATCH] " Kandpal, Suraj @ 2025-05-09 5:08 ` Patchwork 2025-05-09 9:25 ` [PATCH] drm/i915/display: Enforce pipeline flush with DSI HS transfer gareth.yu ` (3 subsequent siblings) 7 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2025-05-09 5:08 UTC (permalink / raw) To: Yu, Gareth; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 94544 bytes --] == Series Details == Series: drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed URL : https://patchwork.freedesktop.org/series/148782/ State : failure == Summary == CI Bug Log - changes from CI_DRM_16521_full -> Patchwork_148782v1_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_148782v1_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_148782v1_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (10 -> 10) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_148782v1_full: ### IGT changes ### #### Possible regressions #### * igt@kms_plane_multiple@tiling-4: - shard-tglu-1: NOTRUN -> [SKIP][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_plane_multiple@tiling-4.html Known issues ------------ Here are the changes found in Patchwork_148782v1_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@crc32: - shard-tglu: NOTRUN -> [SKIP][2] ([i915#6230]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-6/igt@api_intel_bb@crc32.html * igt@device_reset@cold-reset-bound: - shard-tglu-1: NOTRUN -> [SKIP][3] ([i915#11078]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@device_reset@cold-reset-bound.html * igt@gem_basic@multigpu-create-close: - shard-dg2: NOTRUN -> [SKIP][4] ([i915#7697]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@gem_basic@multigpu-create-close.html * igt@gem_ccs@block-multicopy-compressed: - shard-rkl: NOTRUN -> [SKIP][5] ([i915#9323]) +1 other test skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@gem_ccs@block-multicopy-compressed.html * igt@gem_ccs@ctrl-surf-copy: - shard-rkl: NOTRUN -> [SKIP][6] ([i915#3555] / [i915#9323]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-5/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0: - shard-dg2: [PASS][7] -> [INCOMPLETE][8] ([i915#12392] / [i915#13356]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-6/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html * igt@gem_close_race@multigpu-basic-process: - shard-tglu: NOTRUN -> [SKIP][9] ([i915#7697]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-6/igt@gem_close_race@multigpu-basic-process.html * igt@gem_compute@compute-square: - shard-dg2-9: NOTRUN -> [FAIL][10] ([i915#13665]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@gem_compute@compute-square.html * igt@gem_create@create-ext-cpu-access-big: - shard-tglu: NOTRUN -> [SKIP][11] ([i915#6335]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-4/igt@gem_create@create-ext-cpu-access-big.html - shard-rkl: NOTRUN -> [SKIP][12] ([i915#6335]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-dg2: NOTRUN -> [SKIP][13] ([i915#8555]) +2 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-8/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_ctx_sseu@engines: - shard-rkl: NOTRUN -> [SKIP][14] ([i915#280]) +1 other test skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@gem_ctx_sseu@engines.html * igt@gem_ctx_sseu@invalid-args: - shard-dg2-9: NOTRUN -> [SKIP][15] ([i915#280]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@gem_ctx_sseu@invalid-args.html - shard-tglu: NOTRUN -> [SKIP][16] ([i915#280]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@gem_ctx_sseu@invalid-args.html * igt@gem_eio@hibernate: - shard-rkl: [PASS][17] -> [ABORT][18] ([i915#7975] / [i915#8213]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-rkl-4/igt@gem_eio@hibernate.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-7/igt@gem_eio@hibernate.html * igt@gem_eio@in-flight-suspend: - shard-rkl: NOTRUN -> [DMESG-WARN][19] ([i915#12964]) +17 other tests dmesg-warn [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@gem_eio@in-flight-suspend.html * igt@gem_eio@kms: - shard-dg1: [PASS][20] -> [FAIL][21] ([i915#5784]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg1-14/igt@gem_eio@kms.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg1-13/igt@gem_eio@kms.html * igt@gem_exec_balancer@bonded-true-hang: - shard-dg2: NOTRUN -> [SKIP][22] ([i915#4812]) +1 other test skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-8/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_balancer@parallel-balancer: - shard-tglu-1: NOTRUN -> [SKIP][23] ([i915#4525]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@gem_exec_balancer@parallel-balancer.html * igt@gem_exec_balancer@parallel-keep-in-fence: - shard-rkl: NOTRUN -> [SKIP][24] ([i915#4525]) +1 other test skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-5/igt@gem_exec_balancer@parallel-keep-in-fence.html * igt@gem_exec_balancer@parallel-keep-submit-fence: - shard-tglu: NOTRUN -> [SKIP][25] ([i915#4525]) +1 other test skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-6/igt@gem_exec_balancer@parallel-keep-submit-fence.html * igt@gem_exec_capture@capture-invisible: - shard-dg2-9: NOTRUN -> [SKIP][26] ([i915#6334]) +2 other tests skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@gem_exec_capture@capture-invisible.html - shard-tglu: NOTRUN -> [SKIP][27] ([i915#6334]) +1 other test skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@gem_exec_capture@capture-invisible.html * igt@gem_exec_capture@capture@vecs0-lmem0: - shard-dg2: NOTRUN -> [FAIL][28] ([i915#11965]) +4 other tests fail [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-8/igt@gem_exec_capture@capture@vecs0-lmem0.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-dg2-9: NOTRUN -> [SKIP][29] ([i915#3539] / [i915#4852]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_flush@basic-uc-set-default: - shard-dg2: NOTRUN -> [SKIP][30] ([i915#3539]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@gem_exec_flush@basic-uc-set-default.html * igt@gem_exec_flush@basic-wb-pro-default: - shard-dg2: NOTRUN -> [SKIP][31] ([i915#3539] / [i915#4852]) +1 other test skip [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@gem_exec_flush@basic-wb-pro-default.html * igt@gem_exec_reloc@basic-cpu: - shard-dg2-9: NOTRUN -> [SKIP][32] ([i915#3281]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@gem_exec_reloc@basic-cpu.html * igt@gem_exec_reloc@basic-gtt-wc-noreloc: - shard-rkl: NOTRUN -> [SKIP][33] ([i915#3281]) +12 other tests skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html * igt@gem_exec_reloc@basic-write-gtt: - shard-dg2: NOTRUN -> [SKIP][34] ([i915#3281]) +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@gem_exec_reloc@basic-write-gtt.html * igt@gem_exec_schedule@preempt-queue-contexts-chain@vcs0: - shard-rkl: [PASS][35] -> [DMESG-WARN][36] ([i915#12964]) +1 other test dmesg-warn [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-rkl-7/igt@gem_exec_schedule@preempt-queue-contexts-chain@vcs0.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-7/igt@gem_exec_schedule@preempt-queue-contexts-chain@vcs0.html * igt@gem_exec_suspend@basic-s4-devices: - shard-mtlp: [PASS][37] -> [ABORT][38] ([i915#13193] / [i915#13723] / [i915#7975]) +2 other tests abort [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-mtlp-2/igt@gem_exec_suspend@basic-s4-devices.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-mtlp-7/igt@gem_exec_suspend@basic-s4-devices.html * igt@gem_fenced_exec_thrash@no-spare-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][39] ([i915#4860]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html * igt@gem_fenced_exec_thrash@too-many-fences: - shard-dg2-9: NOTRUN -> [SKIP][40] ([i915#4860]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@gem_fenced_exec_thrash@too-many-fences.html * igt@gem_huc_copy@huc-copy: - shard-tglu: NOTRUN -> [SKIP][41] ([i915#2190]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_evict@dontneed-evict-race: - shard-rkl: NOTRUN -> [SKIP][42] ([i915#4613] / [i915#7582]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@gem_lmem_evict@dontneed-evict-race.html - shard-tglu: NOTRUN -> [SKIP][43] ([i915#4613] / [i915#7582]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-4/igt@gem_lmem_evict@dontneed-evict-race.html * igt@gem_lmem_swapping@basic: - shard-tglu-1: NOTRUN -> [SKIP][44] ([i915#4613]) +1 other test skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@heavy-multi: - shard-tglu: NOTRUN -> [SKIP][45] ([i915#4613]) +2 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-6/igt@gem_lmem_swapping@heavy-multi.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-rkl: NOTRUN -> [SKIP][46] ([i915#4613]) +2 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_madvise@dontneed-before-exec: - shard-dg2-9: NOTRUN -> [SKIP][47] ([i915#3282]) +1 other test skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@gem_madvise@dontneed-before-exec.html * igt@gem_mmap_gtt@basic-copy: - shard-dg2: NOTRUN -> [SKIP][48] ([i915#4077]) +3 other tests skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@gem_mmap_gtt@basic-copy.html * igt@gem_mmap_gtt@basic-short: - shard-dg2-9: NOTRUN -> [SKIP][49] ([i915#4077]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@gem_mmap_gtt@basic-short.html * igt@gem_mmap_wc@pf-nonblock: - shard-dg2-9: NOTRUN -> [SKIP][50] ([i915#4083]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@gem_mmap_wc@pf-nonblock.html * igt@gem_pread@exhaustion: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#3282]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-mtlp-2/igt@gem_pread@exhaustion.html * igt@gem_pwrite@basic-exhaustion: - shard-tglu: NOTRUN -> [WARN][52] ([i915#2658]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@create-valid-protected-context: - shard-rkl: NOTRUN -> [TIMEOUT][53] ([i915#12964]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@gem_pxp@create-valid-protected-context.html * igt@gem_pxp@hw-rejects-pxp-buffer: - shard-rkl: NOTRUN -> [TIMEOUT][54] ([i915#12917] / [i915#12964]) +2 other tests timeout [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-5/igt@gem_pxp@hw-rejects-pxp-buffer.html * igt@gem_pxp@verify-pxp-stale-buf-optout-execution: - shard-dg2: NOTRUN -> [SKIP][55] ([i915#4270]) +2 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html * igt@gem_pxp@verify-pxp-stale-ctx-execution: - shard-rkl: NOTRUN -> [SKIP][56] ([i915#4270]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@gem_pxp@verify-pxp-stale-ctx-execution.html * igt@gem_readwrite@read-bad-handle: - shard-dg2: NOTRUN -> [SKIP][57] ([i915#3282]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-8/igt@gem_readwrite@read-bad-handle.html * igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs: - shard-glk: NOTRUN -> [SKIP][58] +62 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-glk5/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html * igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled: - shard-dg2: NOTRUN -> [SKIP][59] ([i915#5190] / [i915#8428]) +2 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled.html * igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled-ccs: - shard-dg2-9: NOTRUN -> [SKIP][60] ([i915#5190] / [i915#8428]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled-ccs.html * igt@gem_set_tiling_vs_blt@tiled-to-untiled: - shard-rkl: NOTRUN -> [SKIP][61] ([i915#8411]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4079]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-mtlp-2/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_set_tiling_vs_pwrite: - shard-rkl: NOTRUN -> [SKIP][63] ([i915#3282]) +5 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@gem_set_tiling_vs_pwrite.html * igt@gem_tiling_max_stride: - shard-mtlp: NOTRUN -> [SKIP][64] ([i915#4077]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-mtlp-2/igt@gem_tiling_max_stride.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-rkl: NOTRUN -> [SKIP][65] ([i915#3297]) +3 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@gem_userptr_blits@create-destroy-unsync.html - shard-tglu: NOTRUN -> [SKIP][66] ([i915#3297]) +1 other test skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-4/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@invalid-mmap-offset-unsync: - shard-dg2: NOTRUN -> [SKIP][67] ([i915#3297]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html * igt@gem_userptr_blits@readonly-unsync: - shard-dg2-9: NOTRUN -> [SKIP][68] ([i915#3297]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@gem_userptr_blits@readonly-unsync.html * igt@gem_workarounds@reset-context: - shard-mtlp: [PASS][69] -> [ABORT][70] ([i915#13193] / [i915#13723]) +2 other tests abort [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-mtlp-2/igt@gem_workarounds@reset-context.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-mtlp-7/igt@gem_workarounds@reset-context.html * igt@gen7_exec_parse@bitmasks: - shard-dg2: NOTRUN -> [SKIP][71] +10 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@gen7_exec_parse@bitmasks.html * igt@gen9_exec_parse@basic-rejected-ctx-param: - shard-tglu: NOTRUN -> [SKIP][72] ([i915#2527] / [i915#2856]) +1 other test skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-6/igt@gen9_exec_parse@basic-rejected-ctx-param.html * igt@gen9_exec_parse@bb-oversize: - shard-tglu-1: NOTRUN -> [SKIP][73] ([i915#2527] / [i915#2856]) +3 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@gen9_exec_parse@bb-oversize.html * igt@gen9_exec_parse@bb-start-far: - shard-dg2: NOTRUN -> [SKIP][74] ([i915#2856]) +1 other test skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-8/igt@gen9_exec_parse@bb-start-far.html * igt@gen9_exec_parse@bb-start-out: - shard-rkl: NOTRUN -> [SKIP][75] ([i915#2527]) +2 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@gen9_exec_parse@bb-start-out.html * igt@i915_drm_fdinfo@all-busy-check-all: - shard-dg2: NOTRUN -> [SKIP][76] ([i915#14123]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@i915_drm_fdinfo@all-busy-check-all.html * igt@i915_drm_fdinfo@busy-hang@rcs0: - shard-dg2: NOTRUN -> [SKIP][77] ([i915#14073]) +15 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@i915_drm_fdinfo@busy-hang@rcs0.html * igt@i915_drm_fdinfo@busy@vecs1: - shard-dg2-9: NOTRUN -> [SKIP][78] ([i915#14073]) +7 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@i915_drm_fdinfo@busy@vecs1.html * igt@i915_pm_freq_api@freq-reset-multiple: - shard-tglu-1: NOTRUN -> [SKIP][79] ([i915#8399]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@i915_pm_freq_api@freq-reset-multiple.html * igt@i915_pm_freq_api@freq-suspend@gt0: - shard-dg2: [PASS][80] -> [INCOMPLETE][81] ([i915#12455] / [i915#13820]) +1 other test incomplete [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg2-4/igt@i915_pm_freq_api@freq-suspend@gt0.html [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-6/igt@i915_pm_freq_api@freq-suspend@gt0.html * igt@i915_pm_freq_mult@media-freq@gt0: - shard-rkl: NOTRUN -> [SKIP][82] ([i915#6590]) +1 other test skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-5/igt@i915_pm_freq_mult@media-freq@gt0.html * igt@i915_pm_rpm@gem-execbuf: - shard-rkl: NOTRUN -> [SKIP][83] ([i915#13328]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@i915_pm_rpm@gem-execbuf.html * igt@i915_pm_rps@thresholds-idle: - shard-dg2: NOTRUN -> [SKIP][84] ([i915#11681]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-8/igt@i915_pm_rps@thresholds-idle.html * igt@i915_power@sanity: - shard-mtlp: [PASS][85] -> [SKIP][86] ([i915#7984]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-mtlp-3/igt@i915_power@sanity.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-mtlp-8/igt@i915_power@sanity.html * igt@i915_selftest@live: - shard-rkl: NOTRUN -> [DMESG-FAIL][87] ([i915#13550]) +1 other test dmesg-fail [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@i915_selftest@live.html * igt@i915_selftest@mock: - shard-tglu: NOTRUN -> [DMESG-WARN][88] ([i915#9311]) +1 other test dmesg-warn [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-4/igt@i915_selftest@mock.html * igt@i915_selftest@mock@memory_region: - shard-rkl: NOTRUN -> [DMESG-WARN][89] ([i915#9311]) +1 other test dmesg-warn [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@i915_selftest@mock@memory_region.html * igt@i915_suspend@basic-s3-without-i915: - shard-dg1: [PASS][90] -> [DMESG-WARN][91] ([i915#4391] / [i915#4423]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg1-12/igt@i915_suspend@basic-s3-without-i915.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg1-16/igt@i915_suspend@basic-s3-without-i915.html * igt@i915_suspend@fence-restore-untiled: - shard-glk: [PASS][92] -> [INCOMPLETE][93] ([i915#4817]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-glk1/igt@i915_suspend@fence-restore-untiled.html [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-glk8/igt@i915_suspend@fence-restore-untiled.html * igt@intel_hwmon@hwmon-write: - shard-rkl: NOTRUN -> [SKIP][94] ([i915#7707]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@intel_hwmon@hwmon-write.html * igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling: - shard-dg2-9: NOTRUN -> [SKIP][95] ([i915#4212]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@addfb25-x-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][96] ([i915#4212]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][97] ([i915#4215] / [i915#5190]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-tglu-1: NOTRUN -> [SKIP][98] ([i915#12454] / [i915#12712]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_async_flips@async-flip-with-page-flip-events-tiled@pipe-b-hdmi-a-1-y-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][99] ([i915#8709]) +1 other test skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@kms_async_flips@async-flip-with-page-flip-events-tiled@pipe-b-hdmi-a-1-y-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events-tiled@pipe-c-hdmi-a-1-y-rc-ccs-cc: - shard-tglu: NOTRUN -> [SKIP][100] ([i915#8709]) +3 other tests skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-6/igt@kms_async_flips@async-flip-with-page-flip-events-tiled@pipe-c-hdmi-a-1-y-rc-ccs-cc.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-rkl: NOTRUN -> [SKIP][101] ([i915#1769] / [i915#3555]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-16bpp-rotate-180: - shard-rkl: NOTRUN -> [SKIP][102] ([i915#5286]) +6 other tests skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html * igt@kms_big_fb@4-tiled-addfb: - shard-tglu-1: NOTRUN -> [SKIP][103] ([i915#5286]) +1 other test skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_big_fb@4-tiled-addfb.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-tglu: NOTRUN -> [SKIP][104] ([i915#5286]) +3 other tests skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [PASS][105] -> [FAIL][106] ([i915#5138]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg2-9: NOTRUN -> [SKIP][107] +3 other tests skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-8bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][108] ([i915#3638]) +2 other tests skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-dg2-9: NOTRUN -> [SKIP][109] ([i915#4538] / [i915#5190]) +2 other tests skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][110] ([i915#4538] / [i915#5190]) +7 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs: - shard-tglu-1: NOTRUN -> [SKIP][111] ([i915#6095]) +29 other tests skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][112] ([i915#10307] / [i915#6095]) +107 other tests skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-dg2-9: NOTRUN -> [SKIP][113] ([i915#10307] / [i915#6095]) +19 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-tglu: NOTRUN -> [SKIP][114] ([i915#12313]) +1 other test skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][115] ([i915#6095]) +54 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-6/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][116] ([i915#6095]) +22 other tests skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-7/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-1.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][117] ([i915#14098] / [i915#6095]) +38 other tests skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#12313]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-8/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][119] ([i915#6095]) +123 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg1-12/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-rkl: NOTRUN -> [SKIP][120] ([i915#12805]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][121] ([i915#6095]) +12 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-5/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-3.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][122] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-4/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-rkl: NOTRUN -> [SKIP][123] ([i915#12313]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][124] ([i915#6095]) +4 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-mtlp-2/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-edp-1.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-rkl: NOTRUN -> [SKIP][125] ([i915#3742]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-5/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_cdclk@plane-scaling@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][126] ([i915#13783]) +4 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_cdclk@plane-scaling@pipe-d-dp-4.html * igt@kms_chamelium_audio@hdmi-audio-edid: - shard-tglu: NOTRUN -> [SKIP][127] ([i915#11151] / [i915#7828]) +6 other tests skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-4/igt@kms_chamelium_audio@hdmi-audio-edid.html * igt@kms_chamelium_edid@dp-mode-timings: - shard-dg2-9: NOTRUN -> [SKIP][128] ([i915#11151] / [i915#7828]) +1 other test skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_chamelium_edid@dp-mode-timings.html * igt@kms_chamelium_hpd@hdmi-hpd-storm-disable: - shard-tglu-1: NOTRUN -> [SKIP][129] ([i915#11151] / [i915#7828]) +3 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html * igt@kms_chamelium_hpd@vga-hpd: - shard-dg2: NOTRUN -> [SKIP][130] ([i915#11151] / [i915#7828]) +3 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@kms_chamelium_hpd@vga-hpd.html * igt@kms_chamelium_hpd@vga-hpd-for-each-pipe: - shard-rkl: NOTRUN -> [SKIP][131] ([i915#11151] / [i915#7828]) +11 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html * igt@kms_color@deep-color: - shard-dg2-9: NOTRUN -> [SKIP][132] ([i915#3555]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_color@deep-color.html - shard-tglu: NOTRUN -> [SKIP][133] ([i915#3555] / [i915#9979]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@kms_color@deep-color.html * igt@kms_content_protection@atomic-dpms: - shard-rkl: NOTRUN -> [SKIP][134] ([i915#7118] / [i915#9424]) +1 other test skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@atomic@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][135] ([i915#7173]) +1 other test fail [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_content_protection@atomic@pipe-a-dp-4.html * igt@kms_content_protection@dp-mst-type-1: - shard-dg2: NOTRUN -> [SKIP][136] ([i915#3299]) +1 other test skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@lic-type-0: - shard-rkl: NOTRUN -> [SKIP][137] ([i915#9424]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@lic-type-1: - shard-tglu-1: NOTRUN -> [SKIP][138] ([i915#6944] / [i915#9424]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_content_protection@lic-type-1.html * igt@kms_content_protection@uevent: - shard-tglu: NOTRUN -> [SKIP][139] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-6/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-32x32: - shard-tglu-1: NOTRUN -> [SKIP][140] ([i915#3555]) +5 other tests skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_cursor_crc@cursor-offscreen-32x32.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#13049]) +1 other test skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-1: - shard-rkl: [PASS][142] -> [FAIL][143] ([i915#13566]) +1 other test fail [142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-1.html [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-1.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-rkl: NOTRUN -> [SKIP][144] ([i915#13049]) +1 other test skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-tglu: NOTRUN -> [SKIP][145] ([i915#13049]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@kms_cursor_crc@cursor-random-512x170.html - shard-dg2-9: NOTRUN -> [SKIP][146] ([i915#13049]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-random-64x21: - shard-tglu: NOTRUN -> [FAIL][147] ([i915#13566]) +1 other test fail [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@kms_cursor_crc@cursor-random-64x21.html * igt@kms_cursor_crc@cursor-sliding-32x10: - shard-rkl: NOTRUN -> [SKIP][148] ([i915#3555]) +5 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_cursor_crc@cursor-sliding-32x10.html * igt@kms_cursor_crc@cursor-sliding-max-size: - shard-dg2: NOTRUN -> [SKIP][149] ([i915#3555]) +2 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@kms_cursor_crc@cursor-sliding-max-size.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions: - shard-dg2-9: NOTRUN -> [SKIP][150] ([i915#13046] / [i915#5354]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size: - shard-rkl: NOTRUN -> [SKIP][151] +18 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-5/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy: - shard-dg2: NOTRUN -> [SKIP][152] ([i915#13046] / [i915#5354]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html * igt@kms_cursor_legacy@single-move: - shard-dg1: [PASS][153] -> [DMESG-WARN][154] ([i915#4423]) +4 other tests dmesg-warn [153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg1-13/igt@kms_cursor_legacy@single-move.html [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg1-14/igt@kms_cursor_legacy@single-move.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-dg2-9: NOTRUN -> [SKIP][155] ([i915#9833]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html - shard-tglu: NOTRUN -> [SKIP][156] ([i915#9723]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-dg2: NOTRUN -> [SKIP][157] ([i915#9833]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_display_modes@extended-mode-basic: - shard-tglu-1: NOTRUN -> [SKIP][158] ([i915#13691]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_display_modes@extended-mode-basic.html * igt@kms_dp_link_training@non-uhbr-mst: - shard-tglu-1: NOTRUN -> [SKIP][159] ([i915#13749]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_dp_link_training@non-uhbr-mst.html * igt@kms_dp_link_training@non-uhbr-sst: - shard-dg2: [PASS][160] -> [SKIP][161] ([i915#13749]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg2-10/igt@kms_dp_link_training@non-uhbr-sst.html [161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@kms_dp_link_training@non-uhbr-sst.html * igt@kms_dp_link_training@uhbr-sst: - shard-rkl: NOTRUN -> [SKIP][162] ([i915#13748]) +1 other test skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_dp_link_training@uhbr-sst.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-rkl: NOTRUN -> [SKIP][163] ([i915#13707]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_dp_linktrain_fallback@dsc-fallback: - shard-tglu: NOTRUN -> [SKIP][164] ([i915#13707]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-6/igt@kms_dp_linktrain_fallback@dsc-fallback.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-tglu: NOTRUN -> [SKIP][165] ([i915#3555] / [i915#3840]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-4/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-output-formats: - shard-rkl: NOTRUN -> [SKIP][166] ([i915#3555] / [i915#3840]) +1 other test skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-5/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg2: NOTRUN -> [SKIP][167] ([i915#3840] / [i915#9053]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests: - shard-tglu-1: NOTRUN -> [SKIP][168] ([i915#2575]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html * igt@kms_fbcon_fbt@psr-suspend: - shard-dg2: NOTRUN -> [SKIP][169] ([i915#3469]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@chamelium: - shard-rkl: NOTRUN -> [SKIP][170] ([i915#4854]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-4x: - shard-rkl: NOTRUN -> [SKIP][171] ([i915#1839]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@kms_feature_discovery@display-4x.html * igt@kms_feature_discovery@dp-mst: - shard-dg2: NOTRUN -> [SKIP][172] ([i915#9337]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr1: - shard-dg2: NOTRUN -> [SKIP][173] ([i915#658]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank: - shard-tglu: NOTRUN -> [SKIP][174] ([i915#3637] / [i915#9934]) +4 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html - shard-dg2-9: NOTRUN -> [SKIP][175] ([i915#9934]) +1 other test skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-dpms-on-nop: - shard-tglu-1: NOTRUN -> [SKIP][176] ([i915#9934]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_flip@2x-flip-vs-dpms-on-nop.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-rkl: NOTRUN -> [SKIP][177] ([i915#9934]) +8 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-flip-vs-panning-interruptible: - shard-tglu-1: NOTRUN -> [SKIP][178] ([i915#3637] / [i915#9934]) +3 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_flip@2x-flip-vs-panning-interruptible.html * igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1: - shard-snb: [PASS][179] -> [TIMEOUT][180] ([i915#14033]) +1 other test timeout [179]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-snb7/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-snb1/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset: - shard-dg2: NOTRUN -> [SKIP][181] ([i915#9934]) +4 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html * igt@kms_flip@2x-wf_vblank-ts-check: - shard-snb: [PASS][182] -> [FAIL][183] ([i915#11832] / [i915#13734]) +1 other test fail [182]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-snb1/igt@kms_flip@2x-wf_vblank-ts-check.html [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-snb5/igt@kms_flip@2x-wf_vblank-ts-check.html * igt@kms_flip@flip-vs-absolute-wf_vblank@b-vga1: - shard-snb: [PASS][184] -> [FAIL][185] ([i915#13734]) +2 other tests fail [184]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-snb2/igt@kms_flip@flip-vs-absolute-wf_vblank@b-vga1.html [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-snb6/igt@kms_flip@flip-vs-absolute-wf_vblank@b-vga1.html * igt@kms_flip@flip-vs-dpms-on-nop-interruptible: - shard-rkl: [PASS][186] -> [FAIL][187] ([i915#13734]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-rkl-5/igt@kms_flip@flip-vs-dpms-on-nop-interruptible.html [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@kms_flip@flip-vs-dpms-on-nop-interruptible.html * igt@kms_flip@flip-vs-dpms-on-nop-interruptible@a-hdmi-a1: - shard-rkl: NOTRUN -> [FAIL][188] ([i915#13734]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@kms_flip@flip-vs-dpms-on-nop-interruptible@a-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling: - shard-tglu: NOTRUN -> [SKIP][189] ([i915#2672] / [i915#3555]) +2 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-tglu-1: NOTRUN -> [SKIP][190] ([i915#2672] / [i915#3555]) +1 other test skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-tglu-1: NOTRUN -> [SKIP][191] ([i915#2587] / [i915#2672]) +1 other test skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling: - shard-dg2-9: NOTRUN -> [SKIP][192] ([i915#2672] / [i915#3555]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-dg2-9: NOTRUN -> [SKIP][193] ([i915#2672]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling: - shard-dg2: NOTRUN -> [SKIP][194] ([i915#2672] / [i915#3555]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][195] ([i915#2587] / [i915#2672]) +2 other tests skip [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling: - shard-rkl: NOTRUN -> [SKIP][196] ([i915#2672] / [i915#3555]) +2 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][197] ([i915#2672]) +2 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling: - shard-dg2: NOTRUN -> [SKIP][198] ([i915#2672] / [i915#3555] / [i915#5190]) +2 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][199] ([i915#2672]) +3 other tests skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt: - shard-snb: [PASS][200] -> [SKIP][201] +2 other tests skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html [201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-tglu-1: NOTRUN -> [SKIP][202] +43 other tests skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-render: - shard-dg2-9: NOTRUN -> [SKIP][203] ([i915#3458]) +3 other tests skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-cpu: - shard-rkl: NOTRUN -> [SKIP][204] ([i915#1825]) +37 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen: - shard-tglu: NOTRUN -> [SKIP][205] +56 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][206] ([i915#8708]) +9 other tests skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4: - shard-rkl: NOTRUN -> [SKIP][207] ([i915#5439]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][208] ([i915#3458]) +9 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite: - shard-rkl: NOTRUN -> [SKIP][209] ([i915#3023]) +24 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-cpu: - shard-dg2-9: NOTRUN -> [SKIP][210] ([i915#5354]) +5 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][211] ([i915#5354]) +21 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-dg2-9: NOTRUN -> [SKIP][212] ([i915#8708]) +4 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_hdr@bpc-switch-dpms: - shard-tglu: NOTRUN -> [SKIP][213] ([i915#3555] / [i915#8228]) +1 other test skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-6/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: [PASS][214] -> [SKIP][215] ([i915#3555] / [i915#8228]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg2-10/igt@kms_hdr@invalid-metadata-sizes.html [215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-8/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle: - shard-tglu-1: NOTRUN -> [SKIP][216] ([i915#3555] / [i915#8228]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_hdr@static-toggle.html * igt@kms_hdr@static-toggle-suspend: - shard-rkl: NOTRUN -> [SKIP][217] ([i915#3555] / [i915#8228]) +1 other test skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@kms_hdr@static-toggle-suspend.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-tglu: NOTRUN -> [SKIP][218] ([i915#12394]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@kms_joiner@basic-force-ultra-joiner.html - shard-dg2-9: NOTRUN -> [SKIP][219] ([i915#10656]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-rkl: NOTRUN -> [SKIP][220] ([i915#10656]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-tglu-1: NOTRUN -> [SKIP][221] ([i915#12388]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_pipe_stress@stress-xrgb8888-ytiled: - shard-dg2: NOTRUN -> [SKIP][222] ([i915#13705]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html * igt@kms_plane_lowres@tiling-4: - shard-tglu: NOTRUN -> [SKIP][223] ([i915#3555]) +3 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-4/igt@kms_plane_lowres@tiling-4.html * igt@kms_plane_lowres@tiling-yf: - shard-dg2-9: NOTRUN -> [SKIP][224] ([i915#3555] / [i915#8821]) [224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_multiple@2x-tiling-x: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#13958]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_plane_multiple@2x-tiling-x.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c: - shard-rkl: NOTRUN -> [SKIP][226] ([i915#12247]) +12 other tests skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format: - shard-tglu-1: NOTRUN -> [SKIP][227] ([i915#12247]) +4 other tests skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation: - shard-dg2-9: NOTRUN -> [SKIP][228] ([i915#12247] / [i915#9423]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c: - shard-tglu: NOTRUN -> [SKIP][229] ([i915#12247]) +8 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d: - shard-dg2-9: NOTRUN -> [SKIP][230] ([i915#12247]) +3 other tests skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20: - shard-dg2: NOTRUN -> [SKIP][231] ([i915#12247] / [i915#9423]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25: - shard-dg2: NOTRUN -> [SKIP][232] ([i915#12247] / [i915#6953] / [i915#9423]) +1 other test skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c: - shard-dg2: NOTRUN -> [SKIP][233] ([i915#12247]) +11 other tests skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-tglu: NOTRUN -> [SKIP][234] ([i915#12247] / [i915#3555]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25: - shard-rkl: NOTRUN -> [SKIP][235] ([i915#12247] / [i915#6953]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html * igt@kms_pm_backlight@fade: - shard-tglu: NOTRUN -> [SKIP][236] ([i915#9812]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-6/igt@kms_pm_backlight@fade.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-dg2-9: NOTRUN -> [SKIP][237] ([i915#9685]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_pm_dc@dc3co-vpb-simulation.html - shard-tglu: NOTRUN -> [SKIP][238] ([i915#9685]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@dc5-psr: - shard-dg2: NOTRUN -> [SKIP][239] ([i915#9685]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-dpms: - shard-rkl: NOTRUN -> [SKIP][240] ([i915#3361]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@kms_pm_dc@dc6-dpms.html - shard-tglu: NOTRUN -> [FAIL][241] ([i915#9295]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-4/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-rkl: NOTRUN -> [SKIP][242] ([i915#9340]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-5/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_rpm@dpms-lpsp: - shard-dg2: [PASS][243] -> [SKIP][244] ([i915#9519]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg2-8/igt@kms_pm_rpm@dpms-lpsp.html [244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-5/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-rkl: NOTRUN -> [SKIP][245] ([i915#9519]) +2 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_prime@basic-crc-hybrid: - shard-dg2: NOTRUN -> [SKIP][246] ([i915#6524] / [i915#6805]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_prime@basic-crc-hybrid.html * igt@kms_prime@basic-modeset-hybrid: - shard-tglu: NOTRUN -> [SKIP][247] ([i915#6524]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@kms_prime@basic-modeset-hybrid.html - shard-dg2-9: NOTRUN -> [SKIP][248] ([i915#6524] / [i915#6805]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf: - shard-rkl: NOTRUN -> [SKIP][249] ([i915#11520]) +8 other tests skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf: - shard-dg2: NOTRUN -> [SKIP][250] ([i915#11520]) +5 other tests skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - shard-tglu-1: NOTRUN -> [SKIP][251] ([i915#11520]) +3 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area: - shard-dg2-9: NOTRUN -> [SKIP][252] ([i915#11520]) +2 other tests skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf: - shard-tglu: NOTRUN -> [SKIP][253] ([i915#11520]) +5 other tests skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-4/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf: - shard-glk: NOTRUN -> [SKIP][254] ([i915#11520]) +1 other test skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-glk9/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-dg2: NOTRUN -> [SKIP][255] ([i915#9683]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr2_su@page_flip-nv12: - shard-tglu: NOTRUN -> [SKIP][256] ([i915#9683]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-4/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr2_su@page_flip-p010: - shard-rkl: NOTRUN -> [SKIP][257] ([i915#9683]) +1 other test skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-psr-cursor-plane-move: - shard-dg2: NOTRUN -> [SKIP][258] ([i915#1072] / [i915#9732]) +15 other tests skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@kms_psr@fbc-psr-cursor-plane-move.html * igt@kms_psr@fbc-psr2-suspend: - shard-rkl: NOTRUN -> [SKIP][259] ([i915#1072] / [i915#9732]) +21 other tests skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_psr@fbc-psr2-suspend.html * igt@kms_psr@psr2-primary-blt: - shard-dg2-9: NOTRUN -> [SKIP][260] ([i915#1072] / [i915#9732]) +3 other tests skip [260]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_psr@psr2-primary-blt.html * igt@kms_psr@psr2-primary-mmap-cpu: - shard-tglu-1: NOTRUN -> [SKIP][261] ([i915#9732]) +10 other tests skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_psr@psr2-primary-mmap-cpu.html * igt@kms_psr@psr2-sprite-mmap-gtt: - shard-tglu: NOTRUN -> [SKIP][262] ([i915#9732]) +14 other tests skip [262]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-4/igt@kms_psr@psr2-sprite-mmap-gtt.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-tglu: NOTRUN -> [SKIP][263] ([i915#5289]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-rotation-270: - shard-dg2: NOTRUN -> [SKIP][264] ([i915#12755]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: - shard-dg2-9: NOTRUN -> [SKIP][265] ([i915#12755] / [i915#5190]) [265]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][266] ([i915#12755] / [i915#5190]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-rkl: NOTRUN -> [SKIP][267] ([i915#5289]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_selftest@drm_framebuffer: - shard-tglu: NOTRUN -> [ABORT][268] ([i915#13179]) +1 other test abort [268]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-6/igt@kms_selftest@drm_framebuffer.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-rkl: NOTRUN -> [SKIP][269] ([i915#8623]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-2: - shard-glk: NOTRUN -> [INCOMPLETE][270] ([i915#12276]) +1 other test incomplete [270]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-glk5/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-2.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-rkl: NOTRUN -> [SKIP][271] ([i915#9906]) +1 other test skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-dg2: NOTRUN -> [SKIP][272] ([i915#9906]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-10/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@kms_writeback@writeback-check-output: - shard-tglu-1: NOTRUN -> [SKIP][273] ([i915#2437]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-1/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-fb-id: - shard-tglu: NOTRUN -> [SKIP][274] ([i915#2437]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-4/igt@kms_writeback@writeback-fb-id.html - shard-rkl: NOTRUN -> [SKIP][275] ([i915#2437]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@kms_writeback@writeback-fb-id.html * igt@perf@mi-rpc: - shard-dg2: NOTRUN -> [SKIP][276] ([i915#2434]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-8/igt@perf@mi-rpc.html * igt@perf_pmu@rc6-all-gts: - shard-tglu: NOTRUN -> [SKIP][277] ([i915#8516]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-7/igt@perf_pmu@rc6-all-gts.html - shard-dg2-9: NOTRUN -> [SKIP][278] ([i915#8516]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@perf_pmu@rc6-all-gts.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-rkl: NOTRUN -> [SKIP][279] ([i915#8516]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_vgem@basic-fence-mmap: - shard-dg2: NOTRUN -> [SKIP][280] ([i915#3708] / [i915#4077]) [280]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-8/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@coherency-gtt: - shard-rkl: NOTRUN -> [SKIP][281] ([i915#3708]) [281]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@prime_vgem@coherency-gtt.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-rkl: NOTRUN -> [SKIP][282] ([i915#9917]) +2 other tests skip [282]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-4/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-tglu: NOTRUN -> [FAIL][283] ([i915#12910]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-4/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html * igt@tools_test@sysfs_l3_parity: - shard-dg2-9: NOTRUN -> [SKIP][284] ([i915#4818]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-9/igt@tools_test@sysfs_l3_parity.html #### Possible fixes #### * igt@gem_eio@hibernate: - shard-dg2: [ABORT][285] ([i915#10030] / [i915#7975] / [i915#8213]) -> [PASS][286] [285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg2-10/igt@gem_eio@hibernate.html [286]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-8/igt@gem_eio@hibernate.html * igt@gem_eio@throttle: - shard-mtlp: [ABORT][287] ([i915#13193] / [i915#13723]) -> [PASS][288] [287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-mtlp-4/igt@gem_eio@throttle.html [288]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-mtlp-2/igt@gem_eio@throttle.html * igt@gem_pxp@protected-raw-src-copy-not-readible: - shard-rkl: [TIMEOUT][289] ([i915#12917] / [i915#12964]) -> [PASS][290] +2 other tests pass [289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-rkl-3/igt@gem_pxp@protected-raw-src-copy-not-readible.html [290]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@gem_pxp@protected-raw-src-copy-not-readible.html * igt@gem_workarounds@suspend-resume-context: - shard-glk: [INCOMPLETE][291] ([i915#13356]) -> [PASS][292] [291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-glk8/igt@gem_workarounds@suspend-resume-context.html [292]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-glk9/igt@gem_workarounds@suspend-resume-context.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0: - shard-dg1: [FAIL][293] ([i915#3591]) -> [PASS][294] +1 other test pass [293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html * igt@i915_pm_rpm@debugfs-forcewake-user: - shard-rkl: [SKIP][295] ([i915#13328]) -> [PASS][296] [295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-rkl-7/igt@i915_pm_rpm@debugfs-forcewake-user.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@i915_pm_rpm@debugfs-forcewake-user.html * igt@i915_pm_rpm@gem-execbuf-stress: - shard-dg2: [ABORT][297] -> [PASS][298] +1 other test pass [297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg2-6/igt@i915_pm_rpm@gem-execbuf-stress.html [298]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@i915_pm_rpm@gem-execbuf-stress.html * igt@i915_suspend@debugfs-reader: - shard-rkl: [INCOMPLETE][299] ([i915#4817]) -> [PASS][300] [299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-rkl-3/igt@i915_suspend@debugfs-reader.html [300]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-5/igt@i915_suspend@debugfs-reader.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-tglu: [FAIL][301] ([i915#11808]) -> [PASS][302] +1 other test pass [301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-tglu-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html [302]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-9/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_atomic_transition@plane-toggle-modeset-transition: - shard-dg2: [FAIL][303] ([i915#5956]) -> [PASS][304] +4 other tests pass [303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg2-2/igt@kms_atomic_transition@plane-toggle-modeset-transition.html [304]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-7/igt@kms_atomic_transition@plane-toggle-modeset-transition.html * igt@kms_big_fb@linear-64bpp-rotate-180: - shard-dg1: [FAIL][305] ([i915#5138]) -> [PASS][306] [305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg1-14/igt@kms_big_fb@linear-64bpp-rotate-180.html [306]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg1-13/igt@kms_big_fb@linear-64bpp-rotate-180.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-snb: [SKIP][307] -> [PASS][308] [307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-snb1/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html [308]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-snb5/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1: - shard-snb: [FAIL][309] ([i915#11832] / [i915#13734]) -> [PASS][310] +1 other test pass [309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-snb1/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html [310]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-snb6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html * igt@kms_flip@basic-flip-vs-wf_vblank: - shard-tglu: [FAIL][311] ([i915#13734]) -> [PASS][312] +1 other test pass [311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-tglu-2/igt@kms_flip@basic-flip-vs-wf_vblank.html [312]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-10/igt@kms_flip@basic-flip-vs-wf_vblank.html * igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible: - shard-rkl: [FAIL][313] ([i915#13734]) -> [PASS][314] +1 other test pass [313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-rkl-3/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html [314]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-3/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html * igt@kms_pm_rpm@i2c: - shard-dg1: [DMESG-WARN][315] ([i915#4423]) -> [PASS][316] [315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg1-19/igt@kms_pm_rpm@i2c.html [316]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg1-17/igt@kms_pm_rpm@i2c.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-dg2: [SKIP][317] ([i915#9519]) -> [PASS][318] [317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html [318]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-6/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_rotation_crc@primary-rotation-90: - shard-rkl: [DMESG-WARN][319] ([i915#12964]) -> [PASS][320] +12 other tests pass [319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-rkl-3/igt@kms_rotation_crc@primary-rotation-90.html [320]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_vblank@ts-continuation-dpms-rpm: - shard-rkl: [DMESG-WARN][321] ([i915#12917] / [i915#12964]) -> [PASS][322] [321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-rkl-3/igt@kms_vblank@ts-continuation-dpms-rpm.html [322]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@kms_vblank@ts-continuation-dpms-rpm.html * igt@perf_pmu@module-unload: - shard-tglu: [INCOMPLETE][323] ([i915#13520]) -> [PASS][324] [323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-tglu-9/igt@perf_pmu@module-unload.html [324]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-tglu-4/igt@perf_pmu@module-unload.html - shard-rkl: [INCOMPLETE][325] ([i915#13520]) -> [PASS][326] [325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-rkl-7/igt@perf_pmu@module-unload.html [326]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@perf_pmu@module-unload.html #### Warnings #### * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [TIMEOUT][327] ([i915#5493]) -> [DMESG-WARN][328] ([i915#5493]) +1 other test dmesg-warn [327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg2-10/igt@gem_lmem_swapping@smem-oom@lmem0.html [328]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: [SKIP][329] ([i915#14098] / [i915#6095]) -> [SKIP][330] ([i915#6095]) +6 other tests skip [329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-rkl-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html [330]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_content_protection@type1: - shard-dg2: [SKIP][331] ([i915#7118] / [i915#7162] / [i915#9424]) -> [SKIP][332] ([i915#7118] / [i915#9424]) [331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg2-10/igt@kms_content_protection@type1.html [332]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-8/igt@kms_content_protection@type1.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render: - shard-dg2: [SKIP][333] ([i915#10433] / [i915#3458]) -> [SKIP][334] ([i915#3458]) +1 other test skip [333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html [334]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: [SKIP][335] ([i915#3458]) -> [SKIP][336] ([i915#10433] / [i915#3458]) +1 other test skip [335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html [336]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][337] ([i915#4070] / [i915#4816]) -> [SKIP][338] ([i915#1839] / [i915#4816]) [337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16521/shard-rkl-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [338]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/shard-rkl-8/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#10030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10030 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078 [i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#11808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808 [i915#11832]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11832 [i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965 [i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247 [i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276 [i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313 [i915#12388]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388 [i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392 [i915#12394]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12394 [i915#12454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454 [i915#12455]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12455 [i915#12712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12712 [i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755 [i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805 [i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910 [i915#12917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917 [i915#12964]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964 [i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046 [i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049 [i915#13179]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179 [i915#13193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13193 [i915#13328]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13328 [i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356 [i915#13520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13520 [i915#13550]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13550 [i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566 [i915#13665]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13665 [i915#13691]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691 [i915#13705]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13705 [i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707 [i915#13723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13723 [i915#13734]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13734 [i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748 [i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749 [i915#13783]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783 [i915#13820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13820 [i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958 [i915#14033]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14033 [i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073 [i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098 [i915#14123]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14123 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#2434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#4070]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4391]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4391 [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816 [i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817 [i915#4818]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4818 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439 [i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493 [i915#5784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784 [i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6230]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230 [i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658 [i915#6590]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6590 [i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953 [i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7162 [i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173 [i915#7582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582 [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697 [i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975 [i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984 [i915#8213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709 [i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821 [i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053 [i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295 [i915#9311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9311 [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323 [i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337 [i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340 [i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519 [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685 [i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812 [i915#9833]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9833 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 [i915#9979]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9979 Build changes ------------- * Linux: CI_DRM_16521 -> Patchwork_148782v1 CI-20190529: 20190529 CI_DRM_16521: 9dcef725fabeef32df86af6e5880acbfcb84e7a5 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8359: 807f0cbcc771d1d0bb0d27a78231a5f92dc02126 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_148782v1: 9dcef725fabeef32df86af6e5880acbfcb84e7a5 @ git://anongit.freedesktop.org/gfx-ci/linux piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v1/index.html [-- Attachment #2: Type: text/html, Size: 117958 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH] drm/i915/display: Enforce pipeline flush with DSI HS transfer 2025-05-09 2:13 [PATCH] drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed gareth.yu ` (3 preceding siblings ...) 2025-05-09 5:08 ` ✗ i915.CI.Full: failure for " Patchwork @ 2025-05-09 9:25 ` gareth.yu 2025-05-09 9:51 ` Jani Nikula 2025-05-16 14:27 ` Jani Nikula 2025-05-09 11:51 ` ✗ i915.CI.BAT: failure for drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed (rev2) Patchwork ` (2 subsequent siblings) 7 siblings, 2 replies; 14+ messages in thread From: gareth.yu @ 2025-05-09 9:25 UTC (permalink / raw) To: intel-gfx, intel-xe; +Cc: Gareth Yu, Suraj Kandpal, Jani Nikula From: Gareth Yu <gareth.yu@intel.com> With all of the boundary conditions when streaming the commands B2B in our validation (part of the reason we added the flush), the Flush effectively serializes the transmission of each command enqueued within the command dispatcher to one per V. Blank line which simplifies the behavior of the High Speed Arbitration. So, unless we absolutely have to burst these to the Sink, we should be using the Pipeline Flush bit to serialize the commands. BSPEC: 19742 Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14247 Cc: Suraj Kandpal <suraj.kandpal@intel.com> Cc: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Gareth Yu <gareth.yu@intel.com> --- drivers/gpu/drm/i915/display/icl_dsi.c | 4 ++-- drivers/gpu/drm/i915/display/icl_dsi_regs.h | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c b/drivers/gpu/drm/i915/display/icl_dsi.c index 402b7b2e1829..f91f27067768 100644 --- a/drivers/gpu/drm/i915/display/icl_dsi.c +++ b/drivers/gpu/drm/i915/display/icl_dsi.c @@ -191,12 +191,12 @@ static int dsi_send_pkt_hdr(struct intel_dsi_host *host, else tmp &= ~PAYLOAD_PRESENT; - tmp &= ~VBLANK_FENCE; + tmp &= ~(VBLANK_FENCE | LP_DATA_TRANSFER | PIPELINE_FLUSH); if (enable_lpdt) tmp |= LP_DATA_TRANSFER; else - tmp &= ~LP_DATA_TRANSFER; + tmp |= PIPELINE_FLUSH; tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK); tmp |= ((packet->header[0] & VC_MASK) << VC_SHIFT); diff --git a/drivers/gpu/drm/i915/display/icl_dsi_regs.h b/drivers/gpu/drm/i915/display/icl_dsi_regs.h index d4845ac65acc..b601b7632339 100644 --- a/drivers/gpu/drm/i915/display/icl_dsi_regs.h +++ b/drivers/gpu/drm/i915/display/icl_dsi_regs.h @@ -272,6 +272,7 @@ #define PAYLOAD_PRESENT (1 << 31) #define LP_DATA_TRANSFER (1 << 30) #define VBLANK_FENCE (1 << 29) +#define PIPELINE_FLUSH (1 << 28) #define PARAM_WC_MASK (0xffff << 8) #define PARAM_WC_LOWER_SHIFT 8 #define PARAM_WC_UPPER_SHIFT 16 -- 2.34.1 ^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [PATCH] drm/i915/display: Enforce pipeline flush with DSI HS transfer 2025-05-09 9:25 ` [PATCH] drm/i915/display: Enforce pipeline flush with DSI HS transfer gareth.yu @ 2025-05-09 9:51 ` Jani Nikula 2025-05-09 10:34 ` Yu, Gareth 2025-05-16 14:27 ` Jani Nikula 1 sibling, 1 reply; 14+ messages in thread From: Jani Nikula @ 2025-05-09 9:51 UTC (permalink / raw) To: gareth.yu, intel-gfx, intel-xe; +Cc: Gareth Yu, Suraj Kandpal On Fri, 09 May 2025, <gareth.yu@intel.com> wrote: > From: Gareth Yu <gareth.yu@intel.com> > > With all of the boundary conditions when streaming the commands B2B in our > validation (part of the reason we added the flush), the Flush effectively > serializes the transmission of each command enqueued within the command > dispatcher to one per V. Blank line which simplifies the behavior of the > High Speed Arbitration. > > So, unless we absolutely have to burst these to the Sink, we should be > using the Pipeline Flush bit to serialize the commands. > > BSPEC: 19742 > No blank lines between trailer lines please. Spelling: Bspec: ... > Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14247 > No blank lines between trailer lines please. The patch subject should indicate versions, i.e. [PATCH v2]. The commit message should have a changelog indicating changes since v1. Please be considerate towards the reviewers. I don't want to have to compare the patches to figure out what changed and why. If it's only the commit message that changed, then no, you are not supposed to post another version with just commit message changes unless asked or before you already have Reviewed-by. BR, Jani. > Cc: Suraj Kandpal <suraj.kandpal@intel.com> Cc: Jani Nikula > <jani.nikula@intel.com> Signed-off-by: Gareth Yu <gareth.yu@intel.com> > --- drivers/gpu/drm/i915/display/icl_dsi.c | 4 ++-- > drivers/gpu/drm/i915/display/icl_dsi_regs.h | 1 + 2 files changed, 3 > insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c b/drivers/gpu/drm/i915/display/icl_dsi.c > index 402b7b2e1829..f91f27067768 100644 > --- a/drivers/gpu/drm/i915/display/icl_dsi.c > +++ b/drivers/gpu/drm/i915/display/icl_dsi.c > @@ -191,12 +191,12 @@ static int dsi_send_pkt_hdr(struct intel_dsi_host *host, > else > tmp &= ~PAYLOAD_PRESENT; > > - tmp &= ~VBLANK_FENCE; > + tmp &= ~(VBLANK_FENCE | LP_DATA_TRANSFER | PIPELINE_FLUSH); > > if (enable_lpdt) > tmp |= LP_DATA_TRANSFER; > else > - tmp &= ~LP_DATA_TRANSFER; > + tmp |= PIPELINE_FLUSH; > > tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK); > tmp |= ((packet->header[0] & VC_MASK) << VC_SHIFT); > diff --git a/drivers/gpu/drm/i915/display/icl_dsi_regs.h b/drivers/gpu/drm/i915/display/icl_dsi_regs.h > index d4845ac65acc..b601b7632339 100644 > --- a/drivers/gpu/drm/i915/display/icl_dsi_regs.h > +++ b/drivers/gpu/drm/i915/display/icl_dsi_regs.h > @@ -272,6 +272,7 @@ > #define PAYLOAD_PRESENT (1 << 31) > #define LP_DATA_TRANSFER (1 << 30) > #define VBLANK_FENCE (1 << 29) > +#define PIPELINE_FLUSH (1 << 28) > #define PARAM_WC_MASK (0xffff << 8) > #define PARAM_WC_LOWER_SHIFT 8 > #define PARAM_WC_UPPER_SHIFT 16 -- Jani Nikula, Intel ^ permalink raw reply [flat|nested] 14+ messages in thread
* RE: [PATCH] drm/i915/display: Enforce pipeline flush with DSI HS transfer 2025-05-09 9:51 ` Jani Nikula @ 2025-05-09 10:34 ` Yu, Gareth 0 siblings, 0 replies; 14+ messages in thread From: Yu, Gareth @ 2025-05-09 10:34 UTC (permalink / raw) To: Nikula, Jani, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Cc: Kandpal, Suraj > -----Original Message----- > From: Nikula, Jani <jani.nikula@intel.com> > Sent: Friday, May 9, 2025 5:52 PM > To: Yu, Gareth <gareth.yu@intel.com>; intel-gfx@lists.freedesktop.org; intel- > xe@lists.freedesktop.org > Cc: Yu, Gareth <gareth.yu@intel.com>; Kandpal, Suraj > <suraj.kandpal@intel.com> > Subject: Re: [PATCH] drm/i915/display: Enforce pipeline flush with DSI HS > transfer > > On Fri, 09 May 2025, <gareth.yu@intel.com> wrote: > > From: Gareth Yu <gareth.yu@intel.com> > > > > With all of the boundary conditions when streaming the commands B2B in > > our validation (part of the reason we added the flush), the Flush > > effectively serializes the transmission of each command enqueued > > within the command dispatcher to one per V. Blank line which > > simplifies the behavior of the High Speed Arbitration. > > > > So, unless we absolutely have to burst these to the Sink, we should be > > using the Pipeline Flush bit to serialize the commands. > > > > BSPEC: 19742 > > > > No blank lines between trailer lines please. > > Spelling: Bspec: ... > > > Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14247 > > > > No blank lines between trailer lines please. > > The patch subject should indicate versions, i.e. [PATCH v2]. Will add [PATCH v3] in the subject and remove the blank lines. > > The commit message should have a changelog indicating changes since v1. > > Please be considerate towards the reviewers. I don't want to have to compare > the patches to figure out what changed and why. > > If it's only the commit message that changed, then no, you are not supposed to > post another version with just commit message changes unless asked or before > you already have Reviewed-by. > > BR, > Jani. > > > > Cc: Suraj Kandpal <suraj.kandpal@intel.com> Cc: Jani Nikula > > <jani.nikula@intel.com> Signed-off-by: Gareth Yu <gareth.yu@intel.com> > > --- drivers/gpu/drm/i915/display/icl_dsi.c | 4 ++-- > > drivers/gpu/drm/i915/display/icl_dsi_regs.h | 1 + 2 files changed, 3 > > insertions(+), 2 deletions(-) > > > > diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c > > b/drivers/gpu/drm/i915/display/icl_dsi.c > > index 402b7b2e1829..f91f27067768 100644 > > --- a/drivers/gpu/drm/i915/display/icl_dsi.c > > +++ b/drivers/gpu/drm/i915/display/icl_dsi.c > > @@ -191,12 +191,12 @@ static int dsi_send_pkt_hdr(struct intel_dsi_host > *host, > > else > > tmp &= ~PAYLOAD_PRESENT; > > > > - tmp &= ~VBLANK_FENCE; > > + tmp &= ~(VBLANK_FENCE | LP_DATA_TRANSFER | PIPELINE_FLUSH); > > > > if (enable_lpdt) > > tmp |= LP_DATA_TRANSFER; > > else > > - tmp &= ~LP_DATA_TRANSFER; > > + tmp |= PIPELINE_FLUSH; > > > > tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK); > > tmp |= ((packet->header[0] & VC_MASK) << VC_SHIFT); diff --git > > a/drivers/gpu/drm/i915/display/icl_dsi_regs.h > > b/drivers/gpu/drm/i915/display/icl_dsi_regs.h > > index d4845ac65acc..b601b7632339 100644 > > --- a/drivers/gpu/drm/i915/display/icl_dsi_regs.h > > +++ b/drivers/gpu/drm/i915/display/icl_dsi_regs.h > > @@ -272,6 +272,7 @@ > > #define PAYLOAD_PRESENT (1 << 31) > > #define LP_DATA_TRANSFER (1 << 30) > > #define VBLANK_FENCE (1 << 29) > > +#define PIPELINE_FLUSH (1 << 28) > > #define PARAM_WC_MASK (0xffff << 8) > > #define PARAM_WC_LOWER_SHIFT 8 > > #define PARAM_WC_UPPER_SHIFT 16 > > -- > Jani Nikula, Intel ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH] drm/i915/display: Enforce pipeline flush with DSI HS transfer 2025-05-09 9:25 ` [PATCH] drm/i915/display: Enforce pipeline flush with DSI HS transfer gareth.yu 2025-05-09 9:51 ` Jani Nikula @ 2025-05-16 14:27 ` Jani Nikula 1 sibling, 0 replies; 14+ messages in thread From: Jani Nikula @ 2025-05-16 14:27 UTC (permalink / raw) To: gareth.yu, intel-gfx, intel-xe; +Cc: Gareth Yu, Suraj Kandpal On Fri, 09 May 2025, <gareth.yu@intel.com> wrote: > From: Gareth Yu <gareth.yu@intel.com> > > With all of the boundary conditions when streaming the commands B2B in our > validation (part of the reason we added the flush), the Flush effectively > serializes the transmission of each command enqueued within the command > dispatcher to one per V. Blank line which simplifies the behavior of the > High Speed Arbitration. > > So, unless we absolutely have to burst these to the Sink, we should be > using the Pipeline Flush bit to serialize the commands. > > BSPEC: 19742 > > Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14247 > > Cc: Suraj Kandpal <suraj.kandpal@intel.com> > Cc: Jani Nikula <jani.nikula@intel.com> > Signed-off-by: Gareth Yu <gareth.yu@intel.com> Pushed to drm-intel-next, with the commit message nitpicks fixed, thanks for the patch. BR, Jani. > --- > drivers/gpu/drm/i915/display/icl_dsi.c | 4 ++-- > drivers/gpu/drm/i915/display/icl_dsi_regs.h | 1 + > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c b/drivers/gpu/drm/i915/display/icl_dsi.c > index 402b7b2e1829..f91f27067768 100644 > --- a/drivers/gpu/drm/i915/display/icl_dsi.c > +++ b/drivers/gpu/drm/i915/display/icl_dsi.c > @@ -191,12 +191,12 @@ static int dsi_send_pkt_hdr(struct intel_dsi_host *host, > else > tmp &= ~PAYLOAD_PRESENT; > > - tmp &= ~VBLANK_FENCE; > + tmp &= ~(VBLANK_FENCE | LP_DATA_TRANSFER | PIPELINE_FLUSH); > > if (enable_lpdt) > tmp |= LP_DATA_TRANSFER; > else > - tmp &= ~LP_DATA_TRANSFER; > + tmp |= PIPELINE_FLUSH; > > tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK); > tmp |= ((packet->header[0] & VC_MASK) << VC_SHIFT); > diff --git a/drivers/gpu/drm/i915/display/icl_dsi_regs.h b/drivers/gpu/drm/i915/display/icl_dsi_regs.h > index d4845ac65acc..b601b7632339 100644 > --- a/drivers/gpu/drm/i915/display/icl_dsi_regs.h > +++ b/drivers/gpu/drm/i915/display/icl_dsi_regs.h > @@ -272,6 +272,7 @@ > #define PAYLOAD_PRESENT (1 << 31) > #define LP_DATA_TRANSFER (1 << 30) > #define VBLANK_FENCE (1 << 29) > +#define PIPELINE_FLUSH (1 << 28) > #define PARAM_WC_MASK (0xffff << 8) > #define PARAM_WC_LOWER_SHIFT 8 > #define PARAM_WC_UPPER_SHIFT 16 -- Jani Nikula, Intel ^ permalink raw reply [flat|nested] 14+ messages in thread
* ✗ i915.CI.BAT: failure for drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed (rev2) 2025-05-09 2:13 [PATCH] drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed gareth.yu ` (4 preceding siblings ...) 2025-05-09 9:25 ` [PATCH] drm/i915/display: Enforce pipeline flush with DSI HS transfer gareth.yu @ 2025-05-09 11:51 ` Patchwork 2025-05-16 14:27 ` ✓ i915.CI.BAT: success for drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed (rev3) Patchwork 2025-05-16 16:36 ` ✓ i915.CI.Full: " Patchwork 7 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2025-05-09 11:51 UTC (permalink / raw) To: Yu, Gareth; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 4757 bytes --] == Series Details == Series: drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed (rev2) URL : https://patchwork.freedesktop.org/series/148782/ State : failure == Summary == CI Bug Log - changes from CI_DRM_16525 -> Patchwork_148782v2 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_148782v2 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_148782v2, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v2/index.html Participating hosts (44 -> 44) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_148782v2: ### IGT changes ### #### Possible regressions #### * igt@i915_module_load@load: - bat-mtlp-9: [PASS][1] -> [ABORT][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16525/bat-mtlp-9/igt@i915_module_load@load.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v2/bat-mtlp-9/igt@i915_module_load@load.html Known issues ------------ Here are the changes found in Patchwork_148782v2 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live: - bat-mtlp-8: [PASS][3] -> [DMESG-FAIL][4] ([i915#12061]) +1 other test dmesg-fail [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16525/bat-mtlp-8/igt@i915_selftest@live.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v2/bat-mtlp-8/igt@i915_selftest@live.html - bat-dg2-8: [PASS][5] -> [ABORT][6] ([i915#13696] / [i915#14201]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16525/bat-dg2-8/igt@i915_selftest@live.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v2/bat-dg2-8/igt@i915_selftest@live.html * igt@i915_selftest@live@gt_contexts: - bat-dg2-8: [PASS][7] -> [ABORT][8] ([i915#14201]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16525/bat-dg2-8/igt@i915_selftest@live@gt_contexts.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v2/bat-dg2-8/igt@i915_selftest@live@gt_contexts.html * igt@i915_selftest@live@slpc: - bat-arlh-2: NOTRUN -> [INCOMPLETE][9] ([i915#14065]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v2/bat-arlh-2/igt@i915_selftest@live@slpc.html * igt@kms_hdmi_inject@inject-audio: - bat-arls-6: [PASS][10] -> [FAIL][11] ([i915#13930]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16525/bat-arls-6/igt@kms_hdmi_inject@inject-audio.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v2/bat-arls-6/igt@kms_hdmi_inject@inject-audio.html #### Possible fixes #### * igt@i915_selftest@live@gt_pm: - bat-arlh-2: [INCOMPLETE][12] ([i915#14046]) -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16525/bat-arlh-2/igt@i915_selftest@live@gt_pm.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v2/bat-arlh-2/igt@i915_selftest@live@gt_pm.html * igt@i915_selftest@live@workarounds: - bat-arlh-3: [DMESG-FAIL][14] ([i915#12061]) -> [PASS][15] +1 other test pass [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16525/bat-arlh-3/igt@i915_selftest@live@workarounds.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v2/bat-arlh-3/igt@i915_selftest@live@workarounds.html [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#13696]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13696 [i915#13930]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13930 [i915#14046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14046 [i915#14065]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14065 [i915#14201]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14201 Build changes ------------- * Linux: CI_DRM_16525 -> Patchwork_148782v2 CI-20190529: 20190529 CI_DRM_16525: b0db97d4270c697ade930cfefdb7aaef12cd80c9 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8359: 807f0cbcc771d1d0bb0d27a78231a5f92dc02126 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_148782v2: b0db97d4270c697ade930cfefdb7aaef12cd80c9 @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v2/index.html [-- Attachment #2: Type: text/html, Size: 5681 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* ✓ i915.CI.BAT: success for drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed (rev3) 2025-05-09 2:13 [PATCH] drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed gareth.yu ` (5 preceding siblings ...) 2025-05-09 11:51 ` ✗ i915.CI.BAT: failure for drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed (rev2) Patchwork @ 2025-05-16 14:27 ` Patchwork 2025-05-16 16:36 ` ✓ i915.CI.Full: " Patchwork 7 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2025-05-16 14:27 UTC (permalink / raw) To: Yu, Gareth; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 3136 bytes --] == Series Details == Series: drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed (rev3) URL : https://patchwork.freedesktop.org/series/148782/ State : success == Summary == CI Bug Log - changes from CI_DRM_16557 -> Patchwork_148782v3 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/index.html Participating hosts (45 -> 45) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in Patchwork_148782v3 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@gt_pm: - bat-arlh-2: [PASS][1] -> [INCOMPLETE][2] ([i915#14046]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/bat-arlh-2/igt@i915_selftest@live@gt_pm.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/bat-arlh-2/igt@i915_selftest@live@gt_pm.html * igt@i915_selftest@live@workarounds: - bat-arls-6: [PASS][3] -> [DMESG-FAIL][4] ([i915#12061]) +1 other test dmesg-fail [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/bat-arls-6/igt@i915_selftest@live@workarounds.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/bat-arls-6/igt@i915_selftest@live@workarounds.html #### Possible fixes #### * igt@i915_selftest@live@workarounds: - bat-dg2-11: [DMESG-FAIL][5] ([i915#12061]) -> [PASS][6] +1 other test pass [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/bat-dg2-11/igt@i915_selftest@live@workarounds.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/bat-dg2-11/igt@i915_selftest@live@workarounds.html - bat-mtlp-9: [DMESG-FAIL][7] ([i915#12061]) -> [PASS][8] +1 other test pass [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/bat-mtlp-9/igt@i915_selftest@live@workarounds.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/bat-mtlp-9/igt@i915_selftest@live@workarounds.html #### Warnings #### * igt@i915_selftest@live: - bat-arlh-2: [ABORT][9] ([i915#13723]) -> [INCOMPLETE][10] ([i915#14046]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/bat-arlh-2/igt@i915_selftest@live.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/bat-arlh-2/igt@i915_selftest@live.html [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#13723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13723 [i915#14046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14046 Build changes ------------- * Linux: CI_DRM_16557 -> Patchwork_148782v3 CI-20190529: 20190529 CI_DRM_16557: 6d2dd85ba4eb3df89dc816c03b5bf81a470865b2 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8365: 8365 Patchwork_148782v3: 6d2dd85ba4eb3df89dc816c03b5bf81a470865b2 @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/index.html [-- Attachment #2: Type: text/html, Size: 4040 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* ✓ i915.CI.Full: success for drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed (rev3) 2025-05-09 2:13 [PATCH] drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed gareth.yu ` (6 preceding siblings ...) 2025-05-16 14:27 ` ✓ i915.CI.BAT: success for drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed (rev3) Patchwork @ 2025-05-16 16:36 ` Patchwork 7 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2025-05-16 16:36 UTC (permalink / raw) To: Yu, Gareth; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 86375 bytes --] == Series Details == Series: drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed (rev3) URL : https://patchwork.freedesktop.org/series/148782/ State : success == Summary == CI Bug Log - changes from CI_DRM_16557_full -> Patchwork_148782v3_full ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (10 -> 10) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in Patchwork_148782v3_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@object-reloc-purge-cache: - shard-dg2: NOTRUN -> [SKIP][1] ([i915#8411]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@api_intel_bb@object-reloc-purge-cache.html * igt@device_reset@unbind-cold-reset-rebind: - shard-dg2: NOTRUN -> [SKIP][2] ([i915#11078]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@device_reset@unbind-cold-reset-rebind.html * igt@gem_ccs@large-ctrl-surf-copy: - shard-tglu: NOTRUN -> [SKIP][3] ([i915#13008]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-3/igt@gem_ccs@large-ctrl-surf-copy.html * igt@gem_close_race@multigpu-basic-process: - shard-tglu: NOTRUN -> [SKIP][4] ([i915#7697]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-5/igt@gem_close_race@multigpu-basic-process.html * igt@gem_compute@compute-square: - shard-dg2-9: NOTRUN -> [FAIL][5] ([i915#13665]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@gem_compute@compute-square.html * igt@gem_create@create-ext-cpu-access-big: - shard-dg2: NOTRUN -> [ABORT][6] ([i915#13427]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-tglu-1: NOTRUN -> [SKIP][7] ([i915#6335]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_ctx_persistence@engines-hostile-preempt: - shard-snb: NOTRUN -> [SKIP][8] ([i915#1099]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-snb4/igt@gem_ctx_persistence@engines-hostile-preempt.html * igt@gem_ctx_persistence@hang: - shard-dg2: NOTRUN -> [SKIP][9] ([i915#8555]) +1 other test skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-11/igt@gem_ctx_persistence@hang.html * igt@gem_ctx_sseu@engines: - shard-tglu: NOTRUN -> [SKIP][10] ([i915#280]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-3/igt@gem_ctx_sseu@engines.html * igt@gem_ctx_sseu@invalid-sseu: - shard-tglu-1: NOTRUN -> [SKIP][11] ([i915#280]) +1 other test skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_ctx_sseu@mmap-args: - shard-dg2-9: NOTRUN -> [SKIP][12] ([i915#280]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@in-flight-internal-1us: - shard-dg1: [PASS][13] -> [DMESG-WARN][14] ([i915#4423]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg1-19/igt@gem_eio@in-flight-internal-1us.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg1-19/igt@gem_eio@in-flight-internal-1us.html * igt@gem_eio@kms: - shard-dg1: [PASS][15] -> [FAIL][16] ([i915#5784]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg1-14/igt@gem_eio@kms.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg1-15/igt@gem_eio@kms.html * igt@gem_exec_balancer@bonded-pair: - shard-dg2-9: NOTRUN -> [SKIP][17] ([i915#4771]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@gem_exec_balancer@bonded-pair.html * igt@gem_exec_balancer@busy: - shard-rkl: [PASS][18] -> [DMESG-WARN][19] ([i915#12917] / [i915#12964]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-rkl-5/igt@gem_exec_balancer@busy.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-4/igt@gem_exec_balancer@busy.html * igt@gem_exec_balancer@parallel: - shard-tglu-1: NOTRUN -> [SKIP][20] ([i915#4525]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@gem_exec_balancer@parallel.html * igt@gem_exec_balancer@parallel-keep-in-fence: - shard-rkl: NOTRUN -> [SKIP][21] ([i915#4525]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@gem_exec_balancer@parallel-keep-in-fence.html * igt@gem_exec_capture@capture-invisible: - shard-rkl: NOTRUN -> [SKIP][22] ([i915#6334]) +1 other test skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@gem_exec_capture@capture-invisible.html * igt@gem_exec_capture@capture-recoverable: - shard-tglu: NOTRUN -> [SKIP][23] ([i915#6344]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-3/igt@gem_exec_capture@capture-recoverable.html * igt@gem_exec_capture@capture@vecs0-lmem0: - shard-dg2-9: NOTRUN -> [FAIL][24] ([i915#11965]) +4 other tests fail [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@gem_exec_capture@capture@vecs0-lmem0.html * igt@gem_exec_fence@submit67: - shard-dg2-9: NOTRUN -> [SKIP][25] ([i915#4812]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@gem_exec_fence@submit67.html * igt@gem_exec_fence@syncobj-timeline-repeat: - shard-rkl: [PASS][26] -> [DMESG-WARN][27] ([i915#12964]) +5 other tests dmesg-warn [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-rkl-8/igt@gem_exec_fence@syncobj-timeline-repeat.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-7/igt@gem_exec_fence@syncobj-timeline-repeat.html * igt@gem_exec_flush@basic-uc-ro-default: - shard-dg2-9: NOTRUN -> [SKIP][28] ([i915#3539] / [i915#4852]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@gem_exec_flush@basic-uc-ro-default.html * igt@gem_exec_flush@basic-wb-rw-default: - shard-dg2: NOTRUN -> [SKIP][29] ([i915#3539] / [i915#4852]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@gem_exec_flush@basic-wb-rw-default.html * igt@gem_exec_params@rsvd2-dirt: - shard-dg2: NOTRUN -> [SKIP][30] ([i915#5107]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_reloc@basic-gtt-active: - shard-dg2: NOTRUN -> [SKIP][31] ([i915#3281]) +3 other tests skip [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@gem_exec_reloc@basic-gtt-active.html * igt@gem_exec_reloc@basic-gtt-cpu-active: - shard-dg2-9: NOTRUN -> [SKIP][32] ([i915#3281]) +4 other tests skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@gem_exec_reloc@basic-gtt-cpu-active.html * igt@gem_exec_reloc@basic-gtt-read-noreloc: - shard-rkl: NOTRUN -> [SKIP][33] ([i915#3281]) +9 other tests skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@gem_exec_reloc@basic-gtt-read-noreloc.html * igt@gem_exec_suspend@basic-s0@smem: - shard-dg2: [PASS][34] -> [INCOMPLETE][35] ([i915#11441] / [i915#13304]) +1 other test incomplete [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg2-11/igt@gem_exec_suspend@basic-s0@smem.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@gem_exec_suspend@basic-s0@smem.html * igt@gem_exec_suspend@basic-s4-devices: - shard-rkl: NOTRUN -> [ABORT][36] ([i915#7975] / [i915#8213]) +1 other test abort [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-5/igt@gem_exec_suspend@basic-s4-devices.html * igt@gem_fenced_exec_thrash@no-spare-fences: - shard-dg2-9: NOTRUN -> [SKIP][37] ([i915#4860]) +1 other test skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@gem_fenced_exec_thrash@no-spare-fences.html * igt@gem_lmem_swapping@heavy-verify-random: - shard-tglu: NOTRUN -> [SKIP][38] ([i915#4613]) +1 other test skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-3/igt@gem_lmem_swapping@heavy-verify-random.html * igt@gem_lmem_swapping@parallel-random-engines: - shard-tglu-1: NOTRUN -> [SKIP][39] ([i915#4613]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-rkl: NOTRUN -> [SKIP][40] ([i915#4613]) +2 other tests skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [PASS][41] -> [DMESG-WARN][42] ([i915#5493]) +1 other test dmesg-warn [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg2-6/igt@gem_lmem_swapping@smem-oom@lmem0.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_lmem_swapping@verify-random: - shard-glk: NOTRUN -> [SKIP][43] ([i915#4613]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-glk5/igt@gem_lmem_swapping@verify-random.html * igt@gem_mmap_gtt@big-copy-xy: - shard-dg2-9: NOTRUN -> [SKIP][44] ([i915#4077]) +6 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@gem_mmap_gtt@big-copy-xy.html * igt@gem_mmap_offset@clear-via-pagefault: - shard-dg1: [PASS][45] -> [FAIL][46] ([i915#14260]) +1 other test fail [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg1-15/igt@gem_mmap_offset@clear-via-pagefault.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg1-14/igt@gem_mmap_offset@clear-via-pagefault.html * igt@gem_mmap_wc@bad-size: - shard-dg2-9: NOTRUN -> [SKIP][47] ([i915#4083]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@gem_mmap_wc@bad-size.html * igt@gem_mmap_wc@write-prefaulted: - shard-dg2: NOTRUN -> [SKIP][48] ([i915#4083]) +2 other tests skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-11/igt@gem_mmap_wc@write-prefaulted.html * igt@gem_partial_pwrite_pread@write-display: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#3282]) +1 other test skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@gem_partial_pwrite_pread@write-display.html * igt@gem_pxp@protected-raw-src-copy-not-readible: - shard-rkl: [PASS][50] -> [TIMEOUT][51] ([i915#12917] / [i915#12964]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-rkl-8/igt@gem_pxp@protected-raw-src-copy-not-readible.html [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-7/igt@gem_pxp@protected-raw-src-copy-not-readible.html * igt@gem_pxp@reject-modify-context-protection-off-1: - shard-rkl: NOTRUN -> [SKIP][52] ([i915#4270]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@gem_pxp@reject-modify-context-protection-off-1.html * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: - shard-dg2: NOTRUN -> [SKIP][53] ([i915#4270]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html * igt@gem_pxp@verify-pxp-stale-buf-execution: - shard-dg2-9: NOTRUN -> [SKIP][54] ([i915#4270]) +1 other test skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@gem_pxp@verify-pxp-stale-buf-execution.html * igt@gem_readwrite@read-write: - shard-dg2-9: NOTRUN -> [SKIP][55] ([i915#3282]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@gem_readwrite@read-write.html * igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#5190] / [i915#8428]) +2 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled.html * igt@gem_render_copy@yf-tiled-to-vebox-x-tiled: - shard-dg2-9: NOTRUN -> [SKIP][57] ([i915#5190] / [i915#8428]) +1 other test skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@gem_render_copy@yf-tiled-to-vebox-x-tiled.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg2-9: NOTRUN -> [SKIP][58] ([i915#4079]) +1 other test skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html - shard-rkl: NOTRUN -> [SKIP][59] ([i915#8411]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_set_tiling_vs_gtt: - shard-dg2: NOTRUN -> [SKIP][60] ([i915#4079]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@gem_set_tiling_vs_gtt.html * igt@gem_set_tiling_vs_pwrite: - shard-rkl: NOTRUN -> [SKIP][61] ([i915#3282]) +1 other test skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@gem_set_tiling_vs_pwrite.html * igt@gem_userptr_blits@access-control: - shard-tglu: NOTRUN -> [SKIP][62] ([i915#3297]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-3/igt@gem_userptr_blits@access-control.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-dg2-9: NOTRUN -> [SKIP][63] ([i915#3297]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@unsync-overlap: - shard-dg2: NOTRUN -> [SKIP][64] ([i915#3297]) +1 other test skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@gem_userptr_blits@unsync-overlap.html * igt@gem_userptr_blits@unsync-unmap: - shard-tglu-1: NOTRUN -> [SKIP][65] ([i915#3297]) +1 other test skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@gem_userptr_blits@unsync-unmap.html * igt@gen9_exec_parse@allowed-all: - shard-dg2-9: NOTRUN -> [SKIP][66] ([i915#2856]) +1 other test skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@allowed-single: - shard-rkl: NOTRUN -> [SKIP][67] ([i915#2527]) +1 other test skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@basic-rejected-ctx-param: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#2856]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@gen9_exec_parse@basic-rejected-ctx-param.html * igt@i915_drm_fdinfo@busy-hang@rcs0: - shard-dg2: NOTRUN -> [SKIP][69] ([i915#14073]) +7 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@i915_drm_fdinfo@busy-hang@rcs0.html * igt@i915_drm_fdinfo@virtual-busy-hang: - shard-dg2-9: NOTRUN -> [SKIP][70] ([i915#14118]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@i915_drm_fdinfo@virtual-busy-hang.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg2: [PASS][71] -> [DMESG-WARN][72] ([i915#13447]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg2-7/igt@i915_module_load@reload-with-fault-injection.html [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rc6_residency@rc6-fence: - shard-tglu: NOTRUN -> [WARN][73] ([i915#13790] / [i915#2681]) +1 other test warn [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-5/igt@i915_pm_rc6_residency@rc6-fence.html * igt@i915_pm_rc6_residency@rc6-idle: - shard-dg1: [PASS][74] -> [FAIL][75] ([i915#3591]) +1 other test fail [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle.html [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle.html * igt@i915_pm_rps@thresholds-idle: - shard-dg2: NOTRUN -> [SKIP][76] ([i915#11681]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@i915_pm_rps@thresholds-idle.html * igt@i915_pm_sseu@full-enable: - shard-rkl: NOTRUN -> [SKIP][77] ([i915#4387]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@i915_pm_sseu@full-enable.html * igt@i915_query@query-topology-coherent-slice-mask: - shard-dg2-9: NOTRUN -> [SKIP][78] ([i915#6188]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@i915_query@query-topology-coherent-slice-mask.html * igt@i915_suspend@basic-s3-without-i915: - shard-tglu-1: NOTRUN -> [INCOMPLETE][79] ([i915#4817] / [i915#7443]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@i915_suspend@basic-s3-without-i915.html * igt@i915_suspend@fence-restore-tiled2untiled: - shard-dg2: NOTRUN -> [SKIP][80] ([i915#4077]) +1 other test skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@i915_suspend@fence-restore-tiled2untiled.html * igt@kms_addfb_basic@addfb25-x-tiled-legacy: - shard-dg2-9: NOTRUN -> [SKIP][81] ([i915#4212]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html * igt@kms_addfb_basic@bo-too-small-due-to-tiling: - shard-dg2: NOTRUN -> [SKIP][82] ([i915#4212]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events-tiled-atomic@pipe-b-hdmi-a-4-y-rc-ccs-cc: - shard-dg1: NOTRUN -> [SKIP][83] ([i915#8709]) +3 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg1-14/igt@kms_async_flips@async-flip-with-page-flip-events-tiled-atomic@pipe-b-hdmi-a-4-y-rc-ccs-cc.html * igt@kms_async_flips@invalid-async-flip-atomic: - shard-dg2: NOTRUN -> [SKIP][84] ([i915#12967]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@kms_async_flips@invalid-async-flip-atomic.html * igt@kms_atomic_transition@plane-all-modeset-transition: - shard-dg2: [PASS][85] -> [FAIL][86] ([i915#5956]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg2-11/igt@kms_atomic_transition@plane-all-modeset-transition.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-8/igt@kms_atomic_transition@plane-all-modeset-transition.html * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1: - shard-dg2: NOTRUN -> [FAIL][87] ([i915#5956]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-8/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html * igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1: - shard-tglu: [PASS][88] -> [FAIL][89] ([i915#11808]) +1 other test fail [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-tglu-10/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-8/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-tglu: NOTRUN -> [SKIP][90] ([i915#5286]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-3/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-rkl: NOTRUN -> [SKIP][91] ([i915#5286]) +2 other tests skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-tglu-1: NOTRUN -> [SKIP][92] ([i915#5286]) +2 other tests skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-dg2-9: NOTRUN -> [SKIP][93] +3 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html - shard-rkl: NOTRUN -> [SKIP][94] ([i915#3638]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@y-tiled-16bpp-rotate-270: - shard-dg2-9: NOTRUN -> [SKIP][95] ([i915#4538] / [i915#5190]) +4 other tests skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_big_fb@y-tiled-16bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-dg2: NOTRUN -> [SKIP][96] ([i915#4538] / [i915#5190]) +5 other tests skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][97] +7 other tests skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-dg2-9: NOTRUN -> [SKIP][98] ([i915#5190]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1: - shard-tglu-1: NOTRUN -> [SKIP][99] ([i915#6095]) +19 other tests skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][100] ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-8/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@bad-rotation-90-y-tiled-ccs: - shard-dg2-9: NOTRUN -> [SKIP][101] ([i915#10307] / [i915#6095]) +14 other tests skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_ccs@bad-rotation-90-y-tiled-ccs.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-dp-3: - shard-dg2: NOTRUN -> [SKIP][102] ([i915#10307] / [i915#6095]) +170 other tests skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-11/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-dp-3.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs: - shard-tglu-1: NOTRUN -> [SKIP][103] ([i915#12313]) +1 other test skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][104] ([i915#6095]) +9 other tests skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][105] ([i915#6095]) +95 other tests skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg1-13/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-3.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][106] ([i915#6095]) +16 other tests skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-3.html * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-2: - shard-dg2-9: NOTRUN -> [SKIP][107] ([i915#6095]) +9 other tests skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-2.html * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-c-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][108] ([i915#14098] / [i915#6095]) +25 other tests skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-c-hdmi-a-2.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs: - shard-tglu: NOTRUN -> [SKIP][109] ([i915#12313]) +1 other test skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][110] ([i915#6095]) +26 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-dg2-9: NOTRUN -> [SKIP][111] ([i915#12313]) +1 other test skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html - shard-rkl: NOTRUN -> [SKIP][112] ([i915#12313]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2: - shard-dg2-9: NOTRUN -> [SKIP][113] ([i915#13781]) +4 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2.html * igt@kms_chamelium_edid@dp-edid-read: - shard-rkl: NOTRUN -> [SKIP][114] ([i915#11151] / [i915#7828]) +2 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_chamelium_edid@dp-edid-read.html * igt@kms_chamelium_edid@vga-edid-read: - shard-tglu: NOTRUN -> [SKIP][115] ([i915#11151] / [i915#7828]) +2 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-5/igt@kms_chamelium_edid@vga-edid-read.html * igt@kms_chamelium_frames@dp-crc-single: - shard-tglu-1: NOTRUN -> [SKIP][116] ([i915#11151] / [i915#7828]) +3 other tests skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_chamelium_frames@dp-crc-single.html * igt@kms_chamelium_frames@dp-frame-dump: - shard-dg2-9: NOTRUN -> [SKIP][117] ([i915#11151] / [i915#7828]) +1 other test skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_chamelium_frames@dp-frame-dump.html * igt@kms_chamelium_frames@hdmi-crc-multiple: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#11151] / [i915#7828]) +5 other tests skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@kms_chamelium_frames@hdmi-crc-multiple.html * igt@kms_color@deep-color: - shard-dg2-9: NOTRUN -> [SKIP][119] ([i915#3555]) +1 other test skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_color@deep-color.html - shard-rkl: NOTRUN -> [SKIP][120] ([i915#3555]) +1 other test skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_color@deep-color.html * igt@kms_content_protection@atomic@pipe-a-dp-3: - shard-dg2: NOTRUN -> [FAIL][121] ([i915#7173]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-11/igt@kms_content_protection@atomic@pipe-a-dp-3.html * igt@kms_content_protection@content-type-change: - shard-tglu-1: NOTRUN -> [SKIP][122] ([i915#6944] / [i915#9424]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@dp-mst-type-0: - shard-tglu: NOTRUN -> [SKIP][123] ([i915#3116] / [i915#3299]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-5/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_cursor_crc@cursor-offscreen-32x10: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#3555]) +2 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@kms_cursor_crc@cursor-offscreen-32x10.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-tglu: NOTRUN -> [SKIP][125] ([i915#13049]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-5/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-random-128x42: - shard-tglu: [PASS][126] -> [FAIL][127] ([i915#13566]) +1 other test fail [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-tglu-5/igt@kms_cursor_crc@cursor-random-128x42.html [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-10/igt@kms_cursor_crc@cursor-random-128x42.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-tglu-1: NOTRUN -> [SKIP][128] ([i915#13049]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-dg2-9: NOTRUN -> [SKIP][129] ([i915#13049]) +1 other test skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-rkl: NOTRUN -> [SKIP][130] ([i915#13049]) +1 other test skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_crc@cursor-sliding-64x21: - shard-rkl: [PASS][131] -> [FAIL][132] ([i915#13566]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-64x21.html [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-4/igt@kms_cursor_crc@cursor-sliding-64x21.html * igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [FAIL][133] ([i915#13566]) +3 other tests fail [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-4/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [INCOMPLETE][134] ([i915#14152]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-4/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1.html * igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic: - shard-dg2-9: NOTRUN -> [SKIP][135] ([i915#13046] / [i915#5354]) +3 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg2-9: NOTRUN -> [SKIP][136] ([i915#4103] / [i915#4213]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html - shard-rkl: NOTRUN -> [SKIP][137] ([i915#4103]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-dg2: NOTRUN -> [SKIP][138] ([i915#9833]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html - shard-tglu: NOTRUN -> [SKIP][139] ([i915#9723]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-7/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_dp_link_training@uhbr-mst: - shard-dg2: NOTRUN -> [SKIP][140] ([i915#13748]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@kms_dp_link_training@uhbr-mst.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-tglu-1: NOTRUN -> [SKIP][141] ([i915#13707]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_dp_linktrain_fallback@dsc-fallback: - shard-tglu: NOTRUN -> [SKIP][142] ([i915#13707]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-3/igt@kms_dp_linktrain_fallback@dsc-fallback.html * igt@kms_dsc@dsc-fractional-bpp: - shard-rkl: NOTRUN -> [SKIP][143] ([i915#3840]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_dsc@dsc-fractional-bpp.html - shard-dg2-9: NOTRUN -> [SKIP][144] ([i915#3840] / [i915#9688]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats: - shard-tglu-1: NOTRUN -> [SKIP][145] ([i915#2575]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats.html * igt@kms_fbcon_fbt@psr-suspend: - shard-dg2-9: NOTRUN -> [SKIP][146] ([i915#3469]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@chamelium: - shard-dg2-9: NOTRUN -> [SKIP][147] ([i915#4854]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@psr1: - shard-tglu: NOTRUN -> [SKIP][148] ([i915#658]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-5/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1: - shard-snb: [PASS][149] -> [FAIL][150] ([i915#11832] / [i915#13734]) +1 other test fail [149]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-snb4/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-snb2/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-tglu-1: NOTRUN -> [SKIP][151] ([i915#3637] / [i915#9934]) +1 other test skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-fences: - shard-tglu: NOTRUN -> [SKIP][152] ([i915#3637] / [i915#9934]) +1 other test skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-5/igt@kms_flip@2x-flip-vs-fences.html * igt@kms_flip@2x-flip-vs-suspend: - shard-rkl: NOTRUN -> [SKIP][153] ([i915#9934]) +2 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2: - shard-glk: NOTRUN -> [INCOMPLETE][154] ([i915#4839]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-glk1/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2.html * igt@kms_flip@2x-flip-vs-wf_vblank-interruptible: - shard-dg2: NOTRUN -> [SKIP][155] ([i915#9934]) +2 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html * igt@kms_flip@2x-modeset-vs-vblank-race: - shard-dg2-9: NOTRUN -> [SKIP][156] ([i915#9934]) +2 other tests skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_flip@2x-modeset-vs-vblank-race.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-glk: NOTRUN -> [INCOMPLETE][157] ([i915#12745] / [i915#4839]) +1 other test incomplete [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-glk5/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1: - shard-glk: NOTRUN -> [INCOMPLETE][158] ([i915#12745]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-glk5/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling: - shard-tglu: NOTRUN -> [SKIP][159] ([i915#2672] / [i915#3555]) +1 other test skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling: - shard-tglu-1: NOTRUN -> [SKIP][160] ([i915#2672] / [i915#3555]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode: - shard-tglu-1: NOTRUN -> [SKIP][161] ([i915#2587] / [i915#2672]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling: - shard-dg2-9: NOTRUN -> [SKIP][162] ([i915#2672] / [i915#3555]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode: - shard-dg2-9: NOTRUN -> [SKIP][163] ([i915#2672]) +1 other test skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling: - shard-dg2: NOTRUN -> [SKIP][164] ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][165] ([i915#2672]) +1 other test skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][166] ([i915#2587] / [i915#2672]) +1 other test skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-rkl: NOTRUN -> [SKIP][167] ([i915#2672] / [i915#3555]) +2 other tests skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][168] ([i915#2672]) +2 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling: - shard-dg2-9: NOTRUN -> [SKIP][169] ([i915#2672] / [i915#3555] / [i915#5190]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-dg2: NOTRUN -> [SKIP][170] ([i915#2672] / [i915#3555]) +1 other test skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt: - shard-dg2-9: NOTRUN -> [SKIP][171] ([i915#5354]) +8 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite: - shard-snb: [PASS][172] -> [SKIP][173] +2 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite.html [173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt: - shard-dg2: NOTRUN -> [SKIP][174] ([i915#5354]) +13 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt: - shard-glk: NOTRUN -> [SKIP][175] +106 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-glk1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt: - shard-rkl: NOTRUN -> [SKIP][176] ([i915#3023]) +14 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-render: - shard-dg2: NOTRUN -> [SKIP][177] ([i915#3458]) +5 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-pgflip-blt: - shard-dg2-9: NOTRUN -> [SKIP][178] ([i915#3458]) +10 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-wc: - shard-dg2-9: NOTRUN -> [SKIP][179] ([i915#8708]) +7 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][180] ([i915#8708]) +11 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-pwrite: - shard-rkl: NOTRUN -> [SKIP][181] ([i915#1825]) +14 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt: - shard-snb: NOTRUN -> [SKIP][182] +8 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-snb4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc: - shard-tglu-1: NOTRUN -> [SKIP][183] +23 other tests skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html * igt@kms_hdr@bpc-switch-dpms: - shard-tglu: NOTRUN -> [SKIP][184] ([i915#3555] / [i915#8228]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-3/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@brightness-with-hdr: - shard-dg2: NOTRUN -> [SKIP][185] ([i915#12713]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@kms_hdr@brightness-with-hdr.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: [PASS][186] -> [SKIP][187] ([i915#3555] / [i915#8228]) +1 other test skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg2-11/igt@kms_hdr@invalid-metadata-sizes.html [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-8/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle-dpms: - shard-dg2-9: NOTRUN -> [SKIP][188] ([i915#3555] / [i915#8228]) +1 other test skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_hdr@static-toggle-dpms.html * igt@kms_panel_fitting@legacy: - shard-tglu: NOTRUN -> [SKIP][189] ([i915#6301]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-5/igt@kms_panel_fitting@legacy.html * igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c: - shard-dg2: NOTRUN -> [SKIP][190] +9 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c.html * igt@kms_plane_multiple@2x-tiling-x: - shard-tglu: NOTRUN -> [SKIP][191] ([i915#13958]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-5/igt@kms_plane_multiple@2x-tiling-x.html * igt@kms_plane_multiple@tiling-yf: - shard-dg2: NOTRUN -> [SKIP][192] ([i915#14259]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d: - shard-tglu-1: NOTRUN -> [SKIP][193] ([i915#12247]) +4 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c: - shard-rkl: NOTRUN -> [SKIP][194] ([i915#12247]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c.html * igt@kms_pm_backlight@brightness-with-dpms: - shard-dg2: NOTRUN -> [SKIP][195] ([i915#12343]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@kms_pm_backlight@brightness-with-dpms.html * igt@kms_pm_backlight@fade-with-suspend: - shard-tglu-1: NOTRUN -> [SKIP][196] ([i915#9812]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc6-dpms: - shard-dg2: NOTRUN -> [SKIP][197] ([i915#14104]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-tglu: NOTRUN -> [SKIP][198] ([i915#3828]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-5/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-dg2-9: NOTRUN -> [SKIP][199] ([i915#9519]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html - shard-rkl: NOTRUN -> [SKIP][200] ([i915#9519]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-tglu: NOTRUN -> [SKIP][201] ([i915#9519]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-3/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-dg2: [PASS][202] -> [SKIP][203] ([i915#9519]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg2-3/igt@kms_pm_rpm@dpms-non-lpsp.html [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-8/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_prime@d3hot: - shard-rkl: NOTRUN -> [SKIP][204] ([i915#6524]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_prime@d3hot.html - shard-dg2-9: NOTRUN -> [SKIP][205] ([i915#6524] / [i915#6805]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_prime@d3hot.html * igt@kms_properties@get_properties-sanity-non-atomic: - shard-dg2: NOTRUN -> [FAIL][206] ([i915#14036]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-11/igt@kms_properties@get_properties-sanity-non-atomic.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf: - shard-tglu: NOTRUN -> [SKIP][207] ([i915#11520]) +1 other test skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-5/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf: - shard-glk: NOTRUN -> [SKIP][208] ([i915#11520]) +3 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-glk5/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf.html * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf: - shard-dg2-9: NOTRUN -> [SKIP][209] ([i915#11520]) +3 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf: - shard-dg2: NOTRUN -> [SKIP][210] ([i915#11520]) +1 other test skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-11/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf: - shard-rkl: NOTRUN -> [SKIP][211] ([i915#11520]) +3 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-5/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf.html - shard-tglu-1: NOTRUN -> [SKIP][212] ([i915#11520]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-dg2-9: NOTRUN -> [SKIP][213] ([i915#9683]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_psr2_su@frontbuffer-xrgb8888.html - shard-rkl: NOTRUN -> [SKIP][214] ([i915#9683]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-dg2: NOTRUN -> [SKIP][215] ([i915#9683]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-pr-primary-render: - shard-dg2: NOTRUN -> [SKIP][216] ([i915#1072] / [i915#9732]) +7 other tests skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@kms_psr@fbc-pr-primary-render.html * igt@kms_psr@fbc-psr2-primary-blt: - shard-rkl: NOTRUN -> [SKIP][217] ([i915#1072] / [i915#9732]) +9 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_psr@fbc-psr2-primary-blt.html * igt@kms_psr@pr-cursor-plane-onoff: - shard-dg2-9: NOTRUN -> [SKIP][218] ([i915#1072] / [i915#9732]) +9 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_psr@pr-cursor-plane-onoff.html * igt@kms_psr@pr-sprite-mmap-cpu: - shard-tglu: NOTRUN -> [SKIP][219] ([i915#9732]) +7 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-3/igt@kms_psr@pr-sprite-mmap-cpu.html * igt@kms_psr@psr-sprite-plane-onoff: - shard-tglu-1: NOTRUN -> [SKIP][220] ([i915#9732]) +6 other tests skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_psr@psr-sprite-plane-onoff.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-rkl: NOTRUN -> [SKIP][221] ([i915#9685]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@exhaust-fences: - shard-dg2-9: NOTRUN -> [SKIP][222] ([i915#4235]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-dg2: NOTRUN -> [SKIP][223] ([i915#5190]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-tglu: NOTRUN -> [SKIP][224] ([i915#5289]) [224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-tglu-1: NOTRUN -> [SKIP][225] ([i915#5289]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-rkl: NOTRUN -> [SKIP][226] ([i915#5289]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-dg2-9: NOTRUN -> [SKIP][227] ([i915#12755]) +1 other test skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_scaling_modes@scaling-mode-full: - shard-tglu: NOTRUN -> [SKIP][228] ([i915#3555]) +3 other tests skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-5/igt@kms_scaling_modes@scaling-mode-full.html * igt@kms_setmode@clone-exclusive-crtc: - shard-tglu-1: NOTRUN -> [SKIP][229] ([i915#3555]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg2: NOTRUN -> [SKIP][230] ([i915#8623]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_vrr@max-min: - shard-dg2: NOTRUN -> [SKIP][231] ([i915#9906]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-11/igt@kms_vrr@max-min.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-rkl: NOTRUN -> [SKIP][232] ([i915#9906]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-5/igt@kms_vrr@seamless-rr-switch-drrs.html - shard-tglu-1: NOTRUN -> [SKIP][233] ([i915#9906]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_writeback@writeback-fb-id: - shard-dg2: NOTRUN -> [SKIP][234] ([i915#2437]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-pixel-formats: - shard-dg2: NOTRUN -> [SKIP][235] ([i915#2437] / [i915#9412]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@global-sseu-config-invalid: - shard-dg2-9: NOTRUN -> [SKIP][236] ([i915#7387]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@perf@global-sseu-config-invalid.html * igt@perf_pmu@rc6-all-gts: - shard-dg2-9: NOTRUN -> [SKIP][237] ([i915#8516]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@perf_pmu@rc6-all-gts.html - shard-rkl: NOTRUN -> [SKIP][238] ([i915#8516]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@perf_pmu@rc6-all-gts.html * igt@perf_pmu@rc6-suspend: - shard-rkl: [PASS][239] -> [INCOMPLETE][240] ([i915#13520]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-rkl-4/igt@perf_pmu@rc6-suspend.html [240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-3/igt@perf_pmu@rc6-suspend.html * igt@prime_mmap@test_aperture_limit: - shard-dg2: NOTRUN -> [SKIP][241] ([i915#14121]) +1 other test skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@prime_mmap@test_aperture_limit.html * igt@prime_vgem@basic-fence-read: - shard-dg2: NOTRUN -> [SKIP][242] ([i915#3291] / [i915#3708]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@fence-write-hang: - shard-tglu: NOTRUN -> [SKIP][243] +30 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-7/igt@prime_vgem@fence-write-hang.html - shard-dg2: NOTRUN -> [SKIP][244] ([i915#3708]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@prime_vgem@fence-write-hang.html * igt@sriov_basic@bind-unbind-vf@vf-4: - shard-tglu: NOTRUN -> [FAIL][245] ([i915#12910]) +19 other tests fail [245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-3/igt@sriov_basic@bind-unbind-vf@vf-4.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-dg2: NOTRUN -> [SKIP][246] ([i915#9917]) +1 other test skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-3/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@sriov_basic@enable-vfs-autoprobe-on: - shard-dg2-9: NOTRUN -> [SKIP][247] ([i915#9917]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-9/igt@sriov_basic@enable-vfs-autoprobe-on.html #### Possible fixes #### * igt@gem_ccs@suspend-resume: - shard-dg2: [INCOMPLETE][248] ([i915#13356]) -> [PASS][249] [248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg2-5/igt@gem_ccs@suspend-resume.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-11/igt@gem_ccs@suspend-resume.html * igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0: - shard-dg2: [INCOMPLETE][250] ([i915#12392]) -> [PASS][251] [250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg2-5/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-11/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html * igt@gem_create@create-clear: - shard-rkl: [DMESG-WARN][252] ([i915#12964]) -> [PASS][253] +2 other tests pass [252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-rkl-7/igt@gem_create@create-clear.html [253]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@gem_create@create-clear.html * igt@gem_eio@hibernate: - shard-tglu: [ABORT][254] ([i915#10030] / [i915#7975] / [i915#8213]) -> [PASS][255] [254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-tglu-10/igt@gem_eio@hibernate.html [255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-3/igt@gem_eio@hibernate.html * igt@gem_pxp@reject-modify-context-protection-off-2: - shard-rkl: [TIMEOUT][256] ([i915#12917] / [i915#12964]) -> [PASS][257] [256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-rkl-7/igt@gem_pxp@reject-modify-context-protection-off-2.html [257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@gem_pxp@reject-modify-context-protection-off-2.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [FAIL][258] ([i915#5138]) -> [PASS][259] [258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_cursor_crc@cursor-sliding-64x21: - shard-tglu: [FAIL][260] ([i915#13566]) -> [PASS][261] +1 other test pass [260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-tglu-9/igt@kms_cursor_crc@cursor-sliding-64x21.html [261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-3/igt@kms_cursor_crc@cursor-sliding-64x21.html * igt@kms_cursor_legacy@cursora-vs-flipb-toggle: - shard-snb: [SKIP][262] -> [PASS][263] +2 other tests pass [262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-snb4/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-snb2/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html * igt@kms_flip@2x-flip-vs-wf_vblank-interruptible@ab-vga1-hdmi-a1: - shard-snb: [FAIL][264] ([i915#13734]) -> [PASS][265] +1 other test pass [264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-snb2/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible@ab-vga1-hdmi-a1.html [265]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-snb2/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible@ab-vga1-hdmi-a1.html * igt@kms_flip@flip-vs-expired-vblank-interruptible: - shard-tglu: [INCOMPLETE][266] -> [PASS][267] +1 other test pass [266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-tglu-2/igt@kms_flip@flip-vs-expired-vblank-interruptible.html [267]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-7/igt@kms_flip@flip-vs-expired-vblank-interruptible.html * igt@kms_flip@plain-flip-fb-recreate-interruptible@d-hdmi-a1: - shard-tglu: [FAIL][268] ([i915#13734]) -> [PASS][269] +1 other test pass [268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-tglu-7/igt@kms_flip@plain-flip-fb-recreate-interruptible@d-hdmi-a1.html [269]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-6/igt@kms_flip@plain-flip-fb-recreate-interruptible@d-hdmi-a1.html * igt@kms_hdr@bpc-switch-suspend: - shard-dg2: [SKIP][270] ([i915#3555] / [i915#8228]) -> [PASS][271] +1 other test pass [270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg2-6/igt@kms_hdr@bpc-switch-suspend.html [271]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-11/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-rkl: [SKIP][272] ([i915#9519]) -> [PASS][273] [272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp-stress.html [273]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-dg2: [SKIP][274] ([i915#9519]) -> [PASS][275] [274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg2-8/igt@kms_pm_rpm@modeset-non-lpsp.html [275]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-6/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_vblank@ts-continuation-dpms-suspend: - shard-rkl: [INCOMPLETE][276] ([i915#12276]) -> [PASS][277] +1 other test pass [276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-rkl-3/igt@kms_vblank@ts-continuation-dpms-suspend.html [277]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_vblank@ts-continuation-dpms-suspend.html #### Warnings #### * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: [DMESG-WARN][278] ([i915#5493]) -> [TIMEOUT][279] ([i915#14044] / [i915#5493]) +1 other test timeout [278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg1-15/igt@gem_lmem_swapping@smem-oom@lmem0.html [279]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg1-14/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-dg1: [SKIP][280] ([i915#4538]) -> [SKIP][281] ([i915#4423] / [i915#4538]) +1 other test skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg1-12/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html [281]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg1-12/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-b-hdmi-a-2: - shard-rkl: [SKIP][282] ([i915#14098] / [i915#6095]) -> [SKIP][283] ([i915#6095]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-b-hdmi-a-2.html [283]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-b-hdmi-a-2.html * igt@kms_chamelium_hpd@dp-hpd-storm: - shard-dg1: [SKIP][284] ([i915#11151] / [i915#7828]) -> [SKIP][285] ([i915#11151] / [i915#4423] / [i915#7828]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg1-19/igt@kms_chamelium_hpd@dp-hpd-storm.html [285]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg1-19/igt@kms_chamelium_hpd@dp-hpd-storm.html * igt@kms_content_protection@atomic: - shard-dg2: [SKIP][286] ([i915#7118] / [i915#9424]) -> [FAIL][287] ([i915#7173]) [286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg2-3/igt@kms_content_protection@atomic.html [287]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-11/igt@kms_content_protection@atomic.html * igt@kms_content_protection@srm: - shard-dg2: [FAIL][288] ([i915#7173]) -> [SKIP][289] ([i915#7118]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg2-11/igt@kms_content_protection@srm.html [289]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-5/igt@kms_content_protection@srm.html * igt@kms_cursor_crc@cursor-onscreen-32x32: - shard-snb: [INCOMPLETE][290] ([i915#14152]) -> [SKIP][291] [290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-snb6/igt@kms_cursor_crc@cursor-onscreen-32x32.html [291]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-snb4/igt@kms_cursor_crc@cursor-onscreen-32x32.html * igt@kms_cursor_crc@cursor-suspend: - shard-rkl: [DMESG-WARN][292] ([i915#12964]) -> [INCOMPLETE][293] ([i915#12358] / [i915#14152]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-rkl-5/igt@kms_cursor_crc@cursor-suspend.html [293]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-4/igt@kms_cursor_crc@cursor-suspend.html * igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset: - shard-dg1: [SKIP][294] ([i915#9934]) -> [SKIP][295] ([i915#4423] / [i915#9934]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg1-13/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html [295]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg1-14/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-pwrite: - shard-dg1: [SKIP][296] ([i915#4423]) -> [SKIP][297] +1 other test skip [296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg1-16/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-pwrite.html [297]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg1-16/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu: - shard-dg2: [SKIP][298] ([i915#3458]) -> [SKIP][299] ([i915#10433] / [i915#3458]) +1 other test skip [298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html [299]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move: - shard-dg1: [SKIP][300] -> [SKIP][301] ([i915#4423]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move.html [301]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: [SKIP][302] ([i915#10433] / [i915#3458]) -> [SKIP][303] ([i915#3458]) +2 other tests skip [302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html [303]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_hdr@brightness-with-hdr: - shard-tglu: [SKIP][304] ([i915#1187] / [i915#12713]) -> [SKIP][305] ([i915#12713]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-tglu-2/igt@kms_hdr@brightness-with-hdr.html [305]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-tglu-7/igt@kms_hdr@brightness-with-hdr.html * igt@kms_pm_dc@dc9-dpms: - shard-rkl: [SKIP][306] ([i915#4281]) -> [SKIP][307] ([i915#3361]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-rkl-7/igt@kms_pm_dc@dc9-dpms.html [307]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-8/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-rkl: [SKIP][308] ([i915#9340]) -> [SKIP][309] ([i915#3828]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-rkl-8/igt@kms_pm_lpsp@kms-lpsp.html [309]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-rkl-7/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_psr@psr-cursor-mmap-cpu: - shard-dg1: [SKIP][310] ([i915#1072] / [i915#4423] / [i915#9732]) -> [SKIP][311] ([i915#1072] / [i915#9732]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16557/shard-dg1-16/igt@kms_psr@psr-cursor-mmap-cpu.html [311]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/shard-dg1-16/igt@kms_psr@psr-cursor-mmap-cpu.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#10030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10030 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099 [i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078 [i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151 [i915#11441]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11441 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#11808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808 [i915#11832]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11832 [i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187 [i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965 [i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247 [i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276 [i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313 [i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343 [i915#12358]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12358 [i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392 [i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713 [i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745 [i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755 [i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910 [i915#12917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917 [i915#12964]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964 [i915#12967]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12967 [i915#13008]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13008 [i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046 [i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049 [i915#13304]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13304 [i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356 [i915#13427]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13427 [i915#13447]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13447 [i915#13520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13520 [i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566 [i915#13665]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13665 [i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707 [i915#13734]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13734 [i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748 [i915#13781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13781 [i915#13790]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13790 [i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958 [i915#14036]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14036 [i915#14044]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14044 [i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073 [i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098 [i915#14104]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14104 [i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118 [i915#14121]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14121 [i915#14152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14152 [i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259 [i915#14260]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14260 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2681 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281 [i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387 [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817 [i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#5107]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5107 [i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493 [i915#5784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784 [i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6188]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6188 [i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301 [i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335 [i915#6344]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6344 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658 [i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173 [i915#7387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7387 [i915#7443]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7443 [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975 [i915#8213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709 [i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340 [i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519 [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688 [i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812 [i915#9833]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9833 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * Linux: CI_DRM_16557 -> Patchwork_148782v3 CI-20190529: 20190529 CI_DRM_16557: 6d2dd85ba4eb3df89dc816c03b5bf81a470865b2 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8365: 8365 Patchwork_148782v3: 6d2dd85ba4eb3df89dc816c03b5bf81a470865b2 @ git://anongit.freedesktop.org/gfx-ci/linux piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_148782v3/index.html [-- Attachment #2: Type: text/html, Size: 106603 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2025-05-16 16:36 UTC | newest] Thread overview: 14+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-05-09 2:13 [PATCH] drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed gareth.yu 2025-05-09 3:06 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork 2025-05-09 3:28 ` ✓ i915.CI.BAT: success " Patchwork 2025-05-09 4:16 ` [PATCH] " Kandpal, Suraj 2025-05-09 4:22 ` Yu, Gareth 2025-05-09 7:22 ` Jani Nikula 2025-05-09 5:08 ` ✗ i915.CI.Full: failure for " Patchwork 2025-05-09 9:25 ` [PATCH] drm/i915/display: Enforce pipeline flush with DSI HS transfer gareth.yu 2025-05-09 9:51 ` Jani Nikula 2025-05-09 10:34 ` Yu, Gareth 2025-05-16 14:27 ` Jani Nikula 2025-05-09 11:51 ` ✗ i915.CI.BAT: failure for drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed (rev2) Patchwork 2025-05-16 14:27 ` ✓ i915.CI.BAT: success for drm/i915/display: Send DSI DCS commands with pipeline flush in High Speed (rev3) Patchwork 2025-05-16 16:36 ` ✓ i915.CI.Full: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox