* [Intel-gfx] [PATCH] drm/i915: Bump VBT version for expected child dev size check
@ 2023-03-06 15:44 Ville Syrjala
2023-03-06 17:29 ` Jani Nikula
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Ville Syrjala @ 2023-03-06 15:44 UTC (permalink / raw)
To: intel-gfx
From: Ville Syrjälä <ville.syrjala@linux.intel.com>
The most modern VBT I've observed in the wild is version 250.
The child dev size hasn't changed since version 216, so bump
the version number in the expected child dev size check.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
drivers/gpu/drm/i915/display/intel_bios.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/display/intel_bios.c b/drivers/gpu/drm/i915/display/intel_bios.c
index f16887aed56d..e54febd34ca9 100644
--- a/drivers/gpu/drm/i915/display/intel_bios.c
+++ b/drivers/gpu/drm/i915/display/intel_bios.c
@@ -2822,7 +2822,7 @@ parse_general_definitions(struct drm_i915_private *i915)
expected_size = 37;
} else if (i915->display.vbt.version <= 215) {
expected_size = 38;
- } else if (i915->display.vbt.version <= 237) {
+ } else if (i915->display.vbt.version <= 250) {
expected_size = 39;
} else {
expected_size = sizeof(*child);
--
2.39.2
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [Intel-gfx] [PATCH] drm/i915: Bump VBT version for expected child dev size check 2023-03-06 15:44 [Intel-gfx] [PATCH] drm/i915: Bump VBT version for expected child dev size check Ville Syrjala @ 2023-03-06 17:29 ` Jani Nikula 2023-03-06 22:01 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork 2023-03-07 10:41 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Jani Nikula @ 2023-03-06 17:29 UTC (permalink / raw) To: Ville Syrjala, intel-gfx On Mon, 06 Mar 2023, Ville Syrjala <ville.syrjala@linux.intel.com> wrote: > From: Ville Syrjälä <ville.syrjala@linux.intel.com> > > The most modern VBT I've observed in the wild is version 250. > The child dev size hasn't changed since version 216, so bump > the version number in the expected child dev size check. > > Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> > --- > drivers/gpu/drm/i915/display/intel_bios.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_bios.c b/drivers/gpu/drm/i915/display/intel_bios.c > index f16887aed56d..e54febd34ca9 100644 > --- a/drivers/gpu/drm/i915/display/intel_bios.c > +++ b/drivers/gpu/drm/i915/display/intel_bios.c > @@ -2822,7 +2822,7 @@ parse_general_definitions(struct drm_i915_private *i915) > expected_size = 37; > } else if (i915->display.vbt.version <= 215) { > expected_size = 38; > - } else if (i915->display.vbt.version <= 237) { > + } else if (i915->display.vbt.version <= 250) { > expected_size = 39; > } else { > expected_size = sizeof(*child); -- Jani Nikula, Intel Open Source Graphics Center ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Bump VBT version for expected child dev size check 2023-03-06 15:44 [Intel-gfx] [PATCH] drm/i915: Bump VBT version for expected child dev size check Ville Syrjala 2023-03-06 17:29 ` Jani Nikula @ 2023-03-06 22:01 ` Patchwork 2023-03-07 10:41 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-03-06 22:01 UTC (permalink / raw) To: Ville Syrjälä; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 2798 bytes --] == Series Details == Series: drm/i915: Bump VBT version for expected child dev size check URL : https://patchwork.freedesktop.org/series/114721/ State : success == Summary == CI Bug Log - changes from CI_DRM_12818 -> Patchwork_114721v1 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/index.html Participating hosts (35 -> 33) ------------------------------ Missing (2): bat-atsm-1 fi-snb-2520m Known issues ------------ Here are the changes found in Patchwork_114721v1 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_pm_rpm@basic-rte: - bat-adln-1: [PASS][1] -> [ABORT][2] ([i915#7977]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/bat-adln-1/igt@i915_pm_rpm@basic-rte.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/bat-adln-1/igt@i915_pm_rpm@basic-rte.html * igt@i915_selftest@live@hangcheck: - fi-skl-guc: [PASS][3] -> [DMESG-WARN][4] ([i915#8073]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/fi-skl-guc/igt@i915_selftest@live@hangcheck.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/fi-skl-guc/igt@i915_selftest@live@hangcheck.html #### Warnings #### * igt@i915_selftest@live@requests: - bat-rpls-1: [ABORT][5] ([i915#7694] / [i915#7911] / [i915#7982]) -> [ABORT][6] ([i915#4983] / [i915#7694] / [i915#7911]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/bat-rpls-1/igt@i915_selftest@live@requests.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/bat-rpls-1/igt@i915_selftest@live@requests.html [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#7694]: https://gitlab.freedesktop.org/drm/intel/issues/7694 [i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911 [i915#7977]: https://gitlab.freedesktop.org/drm/intel/issues/7977 [i915#7982]: https://gitlab.freedesktop.org/drm/intel/issues/7982 [i915#8073]: https://gitlab.freedesktop.org/drm/intel/issues/8073 Build changes ------------- * Linux: CI_DRM_12818 -> Patchwork_114721v1 CI-20190529: 20190529 CI_DRM_12818: fe02c0851ac36ad0d4e8c2a66a4dc2f45e49b91e @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7181: f44a24fe9f1948a117daf3162db53df7820f9923 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_114721v1: fe02c0851ac36ad0d4e8c2a66a4dc2f45e49b91e @ git://anongit.freedesktop.org/gfx-ci/linux ### Linux commits 7680bfe9c458 drm/i915: Bump VBT version for expected child dev size check == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/index.html [-- Attachment #2: Type: text/html, Size: 3578 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Bump VBT version for expected child dev size check 2023-03-06 15:44 [Intel-gfx] [PATCH] drm/i915: Bump VBT version for expected child dev size check Ville Syrjala 2023-03-06 17:29 ` Jani Nikula 2023-03-06 22:01 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-03-07 10:41 ` Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-03-07 10:41 UTC (permalink / raw) To: Ville Syrjälä; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 35369 bytes --] == Series Details == Series: drm/i915: Bump VBT version for expected child dev size check URL : https://patchwork.freedesktop.org/series/114721/ State : success == Summary == CI Bug Log - changes from CI_DRM_12818_full -> Patchwork_114721v1_full ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (10 -> 9) ------------------------------ Missing (1): shard-rkl0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_114721v1_full: ### IGT changes ### #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@kms_lease@master-vs-lease: - {shard-dg1}: [PASS][1] -> [DMESG-WARN][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-dg1-17/igt@kms_lease@master-vs-lease.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-dg1-17/igt@kms_lease@master-vs-lease.html Known issues ------------ Here are the changes found in Patchwork_114721v1_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ccs@ctrl-surf-copy: - shard-tglu-10: NOTRUN -> [SKIP][3] ([i915#3555] / [i915#5325]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-tglu-10: NOTRUN -> [SKIP][4] ([i915#5325]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_ctx_sseu@invalid-args: - shard-tglu-10: NOTRUN -> [SKIP][5] ([i915#280]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@gem_ctx_sseu@invalid-args.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-glk: NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#6334]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-glk5/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-tglu-10: NOTRUN -> [FAIL][7] ([i915#2842]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [PASS][8] -> [FAIL][9] ([i915#2842]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-apl2/igt@gem_exec_fair@basic-none-solo@rcs0.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-apl6/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_gttfill@multigpu-basic: - shard-tglu-10: NOTRUN -> [SKIP][10] ([i915#7697]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@gem_exec_gttfill@multigpu-basic.html * igt@gem_exec_params@rsvd2-dirt: - shard-tglu-10: NOTRUN -> [SKIP][11] ([fdo#109283]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_lmem_swapping@heavy-multi: - shard-glk: NOTRUN -> [SKIP][12] ([fdo#109271] / [i915#4613]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-glk5/igt@gem_lmem_swapping@heavy-multi.html * igt@gem_lmem_swapping@random: - shard-tglu-10: NOTRUN -> [SKIP][13] ([i915#4613]) +2 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@gem_lmem_swapping@random.html * igt@gem_pxp@create-regular-context-1: - shard-tglu-10: NOTRUN -> [SKIP][14] ([i915#4270]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@gem_pxp@create-regular-context-1.html * igt@gen3_render_tiledy_blits: - shard-tglu-10: NOTRUN -> [SKIP][15] ([fdo#109289]) +4 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@gen3_render_tiledy_blits.html * igt@gen9_exec_parse@bb-large: - shard-tglu-10: NOTRUN -> [SKIP][16] ([i915#2527] / [i915#2856]) +2 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@gen9_exec_parse@bb-large.html * igt@i915_pm_dc@dc6-psr: - shard-tglu-10: NOTRUN -> [SKIP][17] ([i915#658]) +1 similar issue [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@i915_pm_dc@dc6-psr.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a: - shard-tglu-10: NOTRUN -> [FAIL][18] ([i915#3825]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-tglu-10: NOTRUN -> [SKIP][19] ([fdo#111644] / [i915#1397]) +1 similar issue [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@i915_query@query-topology-known-pci-ids: - shard-tglu-10: NOTRUN -> [SKIP][20] ([fdo#109303]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@i915_query@query-topology-known-pci-ids.html * igt@kms_big_fb@4-tiled-16bpp-rotate-270: - shard-tglu-10: NOTRUN -> [SKIP][21] ([i915#5286]) +5 similar issues [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html * igt@kms_big_fb@x-tiled-64bpp-rotate-90: - shard-tglu-10: NOTRUN -> [SKIP][22] ([fdo#111614]) +5 similar issues [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180: - shard-apl: NOTRUN -> [SKIP][23] ([fdo#109271]) +2 similar issues [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-apl4/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html - shard-tglu-10: NOTRUN -> [SKIP][24] ([fdo#111615]) +3 similar issues [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][25] ([fdo#109271] / [i915#3886]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-apl4/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc: - shard-tglu-10: NOTRUN -> [SKIP][26] ([i915#6095]) +1 similar issue [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-tglu-10: NOTRUN -> [SKIP][27] ([i915#3689] / [i915#3886]) +8 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-bad-aux-stride-yf_tiled_ccs: - shard-tglu-10: NOTRUN -> [SKIP][28] ([fdo#111615] / [i915#3689]) +3 similar issues [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_ccs@pipe-c-bad-aux-stride-yf_tiled_ccs.html * igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs: - shard-glk: NOTRUN -> [SKIP][29] ([fdo#109271] / [i915#3886]) +5 similar issues [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-glk3/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_dg2_mc_ccs: - shard-tglu-10: NOTRUN -> [SKIP][30] ([i915#3689] / [i915#6095]) +1 similar issue [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-d-crc-primary-rotation-180-4_tiled_dg2_mc_ccs: - shard-tglu-10: NOTRUN -> [SKIP][31] ([i915#3689]) +6 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_ccs@pipe-d-crc-primary-rotation-180-4_tiled_dg2_mc_ccs.html * igt@kms_chamelium_edid@hdmi-mode-timings: - shard-tglu-10: NOTRUN -> [SKIP][32] ([i915#7828]) +6 similar issues [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_chamelium_edid@hdmi-mode-timings.html * igt@kms_content_protection@content_type_change: - shard-tglu-10: NOTRUN -> [SKIP][33] ([i915#6944] / [i915#7116] / [i915#7118]) +1 similar issue [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_content_protection@content_type_change.html * igt@kms_cursor_crc@cursor-random-32x32: - shard-tglu-10: NOTRUN -> [SKIP][34] ([i915#3555]) +2 similar issues [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_cursor_crc@cursor-random-32x32.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-tglu-10: NOTRUN -> [SKIP][35] ([i915#3359]) +1 similar issue [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-tglu-10: NOTRUN -> [SKIP][36] ([i915#4103]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size: - shard-tglu-10: NOTRUN -> [SKIP][37] ([fdo#109274]) +2 similar issues [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [PASS][38] -> [FAIL][39] ([i915#2346]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-glk: NOTRUN -> [FAIL][40] ([i915#2346]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-glk: NOTRUN -> [FAIL][41] ([i915#4767]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-glk3/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_flip@2x-flip-vs-suspend: - shard-tglu-10: NOTRUN -> [SKIP][42] ([fdo#109274] / [i915#3637]) +6 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@flip-vs-expired-vblank@c-dp1: - shard-apl: [PASS][43] -> [FAIL][44] ([i915#79]) +1 similar issue [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-apl3/igt@kms_flip@flip-vs-expired-vblank@c-dp1.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-apl4/igt@kms_flip@flip-vs-expired-vblank@c-dp1.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode: - shard-tglu-10: NOTRUN -> [SKIP][45] ([i915#2587] / [i915#2672]) +1 similar issue [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render: - shard-tglu-10: NOTRUN -> [SKIP][46] ([fdo#109280]) +24 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw: - shard-glk: NOTRUN -> [SKIP][47] ([fdo#109271]) +78 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-glk3/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html * igt@kms_plane_scaling@plane-scaler-with-rotation-unity-scaling@pipe-d-hdmi-a-1: - shard-tglu-10: NOTRUN -> [SKIP][48] ([i915#5176]) +3 similar issues [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_plane_scaling@plane-scaler-with-rotation-unity-scaling@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a-hdmi-a-1: - shard-tglu-10: NOTRUN -> [SKIP][49] ([i915#5235]) +3 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a-hdmi-a-1.html * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf: - shard-glk: NOTRUN -> [SKIP][50] ([fdo#109271] / [i915#658]) +1 similar issue [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-glk5/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area: - shard-tglu-10: NOTRUN -> [SKIP][51] ([fdo#111068] / [i915#658]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-p010: - shard-tglu-10: NOTRUN -> [SKIP][52] ([fdo#109642] / [fdo#111068] / [i915#658]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@psr2_sprite_blt: - shard-tglu-10: NOTRUN -> [SKIP][53] ([fdo#110189]) +20 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_psr@psr2_sprite_blt.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-tglu-10: NOTRUN -> [SKIP][54] ([i915#5289]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-tglu-10: NOTRUN -> [SKIP][55] ([fdo#111615] / [i915#5289]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_writeback@writeback-fb-id: - shard-tglu-10: NOTRUN -> [SKIP][56] ([i915#2437]) +1 similar issue [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@kms_writeback@writeback-fb-id.html * igt@perf_pmu@event-wait@rcs0: - shard-tglu-10: NOTRUN -> [SKIP][57] ([fdo#112283]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@perf_pmu@event-wait@rcs0.html * igt@v3d/v3d_mmap@mmap-bo: - shard-tglu-10: NOTRUN -> [SKIP][58] ([fdo#109315] / [i915#2575]) +1 similar issue [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@v3d/v3d_mmap@mmap-bo.html * igt@vc4/vc4_purgeable_bo@mark-purgeable-twice: - shard-tglu-10: NOTRUN -> [SKIP][59] ([i915#2575]) +5 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-10/igt@vc4/vc4_purgeable_bo@mark-purgeable-twice.html #### Possible fixes #### * igt@drm_fdinfo@virtual-idle: - {shard-rkl}: [FAIL][60] ([i915#7742]) -> [PASS][61] [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-rkl-4/igt@drm_fdinfo@virtual-idle.html [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-rkl-2/igt@drm_fdinfo@virtual-idle.html * igt@fbdev@read: - {shard-tglu}: [SKIP][62] ([i915#2582]) -> [PASS][63] [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-tglu-6/igt@fbdev@read.html [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-5/igt@fbdev@read.html * igt@gem_exec_fair@basic-none-solo@rcs0: - {shard-rkl}: [FAIL][64] ([i915#2842]) -> [PASS][65] [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-rkl-1/igt@gem_exec_fair@basic-none-solo@rcs0.html [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-rkl-3/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - {shard-tglu}: [FAIL][66] ([i915#2842]) -> [PASS][67] [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-tglu-6/igt@gem_exec_fair@basic-pace-share@rcs0.html [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-7/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_reloc@basic-write-read-noreloc: - {shard-rkl}: [SKIP][68] ([i915#3281]) -> [PASS][69] +7 similar issues [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-rkl-6/igt@gem_exec_reloc@basic-write-read-noreloc.html [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-rkl-5/igt@gem_exec_reloc@basic-write-read-noreloc.html * igt@gem_mmap_wc@set-cache-level: - {shard-rkl}: [SKIP][70] ([i915#1850]) -> [PASS][71] [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-rkl-3/igt@gem_mmap_wc@set-cache-level.html [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-rkl-6/igt@gem_mmap_wc@set-cache-level.html * igt@gem_pread@bench: - {shard-rkl}: [SKIP][72] ([i915#3282]) -> [PASS][73] +2 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-rkl-6/igt@gem_pread@bench.html [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-rkl-5/igt@gem_pread@bench.html * igt@gen9_exec_parse@bb-chained: - {shard-rkl}: [SKIP][74] ([i915#2527]) -> [PASS][75] +2 similar issues [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-rkl-2/igt@gen9_exec_parse@bb-chained.html [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-rkl-5/igt@gen9_exec_parse@bb-chained.html * igt@i915_pm_dc@dc5-psr: - {shard-rkl}: [SKIP][76] ([i915#658]) -> [PASS][77] +1 similar issue [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-rkl-2/igt@i915_pm_dc@dc5-psr.html [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-rkl-6/igt@i915_pm_dc@dc5-psr.html * igt@i915_pm_rpm@drm-resources-equal: - {shard-rkl}: [SKIP][78] ([fdo#109308]) -> [PASS][79] [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-rkl-3/igt@i915_pm_rpm@drm-resources-equal.html [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-rkl-6/igt@i915_pm_rpm@drm-resources-equal.html * igt@i915_pm_rpm@fences: - {shard-rkl}: [SKIP][80] ([i915#1849]) -> [PASS][81] +2 similar issues [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-rkl-2/igt@i915_pm_rpm@fences.html [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-rkl-6/igt@i915_pm_rpm@fences.html * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait: - {shard-tglu}: [SKIP][82] ([i915#1397]) -> [PASS][83] [82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-tglu-6/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-7/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@i915_selftest@live@gt_heartbeat: - shard-apl: [DMESG-FAIL][84] ([i915#5334]) -> [PASS][85] [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-apl4/igt@i915_selftest@live@gt_heartbeat.html [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-apl7/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@gt_pm: - {shard-rkl}: [DMESG-FAIL][86] ([i915#4258]) -> [PASS][87] [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-rkl-2/igt@i915_selftest@live@gt_pm.html [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-rkl-1/igt@i915_selftest@live@gt_pm.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_rc_ccs: - {shard-tglu}: [SKIP][88] ([i915#1845] / [i915#7651]) -> [PASS][89] +18 similar issues [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-tglu-6/igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_rc_ccs.html [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-5/igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_rc_ccs.html * igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions: - {shard-tglu}: [SKIP][90] ([i915#1845]) -> [PASS][91] +2 similar issues [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-tglu-6/igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-5/igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions.html * igt@kms_flip@flip-vs-suspend-interruptible@b-dp1: - shard-apl: [ABORT][92] ([i915#180]) -> [PASS][93] [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-apl3/igt@kms_flip@flip-vs-suspend-interruptible@b-dp1.html [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@b-dp1.html * igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw: - {shard-rkl}: [SKIP][94] ([i915#1849] / [i915#4098]) -> [PASS][95] +21 similar issues [94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt: - {shard-tglu}: [SKIP][96] ([i915#1849]) -> [PASS][97] +5 similar issues [96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-tglu-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html * igt@kms_plane@plane-position-hole@pipe-b-planes: - {shard-tglu}: [SKIP][98] ([i915#1849] / [i915#3558]) -> [PASS][99] +1 similar issue [98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-tglu-6/igt@kms_plane@plane-position-hole@pipe-b-planes.html [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-5/igt@kms_plane@plane-position-hole@pipe-b-planes.html * igt@kms_psr@sprite_mmap_cpu: - {shard-rkl}: [SKIP][100] ([i915#1072]) -> [PASS][101] +1 similar issue [100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-rkl-3/igt@kms_psr@sprite_mmap_cpu.html [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-rkl-6/igt@kms_psr@sprite_mmap_cpu.html * igt@kms_rotation_crc@primary-rotation-90: - {shard-rkl}: [SKIP][102] ([i915#1845] / [i915#4098]) -> [PASS][103] +25 similar issues [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-rkl-3/igt@kms_rotation_crc@primary-rotation-90.html [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-rkl-6/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_universal_plane@disable-primary-vs-flip-pipe-c: - {shard-tglu}: [SKIP][104] ([fdo#109274]) -> [PASS][105] +1 similar issue [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-tglu-6/igt@kms_universal_plane@disable-primary-vs-flip-pipe-c.html [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-tglu-5/igt@kms_universal_plane@disable-primary-vs-flip-pipe-c.html * igt@testdisplay: - {shard-rkl}: [SKIP][106] ([i915#4098]) -> [PASS][107] +1 similar issue [106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12818/shard-rkl-2/igt@testdisplay.html [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_114721v1/shard-rkl-6/igt@testdisplay.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307 [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308 [fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#1850]: https://gitlab.freedesktop.org/drm/intel/issues/1850 [i915#2232]: https://gitlab.freedesktop.org/drm/intel/issues/2232 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2532]: https://gitlab.freedesktop.org/drm/intel/issues/2532 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#315]: https://gitlab.freedesktop.org/drm/intel/issues/315 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3825]: https://gitlab.freedesktop.org/drm/intel/issues/3825 [i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3952]: https://gitlab.freedesktop.org/drm/intel/issues/3952 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4258]: https://gitlab.freedesktop.org/drm/intel/issues/4258 [i915#426]: https://gitlab.freedesktop.org/drm/intel/issues/426 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245 [i915#6248]: https://gitlab.freedesktop.org/drm/intel/issues/6248 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6344]: https://gitlab.freedesktop.org/drm/intel/issues/6344 [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433 [i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7037]: https://gitlab.freedesktop.org/drm/intel/issues/7037 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7128]: https://gitlab.freedesktop.org/drm/intel/issues/7128 [i915#7178]: https://gitlab.freedesktop.org/drm/intel/issues/7178 [i915#7294]: https://gitlab.freedesktop.org/drm/intel/issues/7294 [i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7651]: https://gitlab.freedesktop.org/drm/intel/issues/7651 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#7949]: https://gitlab.freedesktop.org/drm/intel/issues/7949 [i915#7957]: https://gitlab.freedesktop.org/drm/intel/issues/7957 [i915#8018]: https://gitlab.freedesktop.org/drm/intel/issues/8018 [i915#8151]: https://gitlab.freedesktop.org/drm/intel/issues/8151 [i915#8152]: https://gitlab.freedesktop.org/drm/intel/issues/8152 [i915#8154]: https://gitlab.freedesktop.org/drm/intel/issues/8154 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8275]: https://gitlab.freedesktop.org/drm/intel/issues/8275 Build changes ------------- * Linux: CI_DRM_12818 -> Patchwork_114721v1 CI-20190529: 20190529 CI_DRM_12818: fe02c0851ac36ad0d4e8c2a66a4dc2f45e49b91e @ git://anongit.freedesktop.org/gfx-ci/linux IGT_7181: f44a24fe9f1948a117daf3162db53df7820f9923 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_114721v1: fe02c0851ac36ad0d4e8c2a66a4dc2f45e49b91e @ 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_114721v1/index.html [-- Attachment #2: Type: text/html, Size: 34760 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-03-07 10:41 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-03-06 15:44 [Intel-gfx] [PATCH] drm/i915: Bump VBT version for expected child dev size check Ville Syrjala 2023-03-06 17:29 ` Jani Nikula 2023-03-06 22:01 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork 2023-03-07 10:41 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.