* [PATCH] drm/i915/vbt: Child device size remains unchanged through VBT 229
@ 2019-10-02 19:22 Matt Roper
2019-10-02 23:55 ` ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Matt Roper @ 2019-10-02 19:22 UTC (permalink / raw)
To: intel-gfx
The latest documented version of the VBT is 229, but no further data has
been added to the child device definition in block 2. Update the child
device version test to eliminate the "Expected child device config size
for VBT version XXX not known; assuming 39" debug messages from the
logs.
Bspec: 20124
Bspec: 20157
Signed-off-by: Matt Roper <matthew.d.roper@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 1def550c68c8..9628b485b179 100644
--- a/drivers/gpu/drm/i915/display/intel_bios.c
+++ b/drivers/gpu/drm/i915/display/intel_bios.c
@@ -1615,7 +1615,7 @@ parse_general_definitions(struct drm_i915_private *dev_priv,
expected_size = 37;
} else if (bdb->version <= 215) {
expected_size = 38;
- } else if (bdb->version <= 216) {
+ } else if (bdb->version <= 229) {
expected_size = 39;
} else {
expected_size = sizeof(*child);
--
2.21.0
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 5+ messages in thread* ✓ Fi.CI.BAT: success for drm/i915/vbt: Child device size remains unchanged through VBT 229 2019-10-02 19:22 [PATCH] drm/i915/vbt: Child device size remains unchanged through VBT 229 Matt Roper @ 2019-10-02 23:55 ` Patchwork 2019-10-03 9:00 ` ✗ Fi.CI.IGT: failure " Patchwork 2019-10-07 11:33 ` [PATCH] " Jani Nikula 2 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2019-10-02 23:55 UTC (permalink / raw) To: Matt Roper; +Cc: intel-gfx == Series Details == Series: drm/i915/vbt: Child device size remains unchanged through VBT 229 URL : https://patchwork.freedesktop.org/series/67510/ State : success == Summary == CI Bug Log - changes from CI_DRM_6992 -> Patchwork_14639 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/index.html Known issues ------------ Here are the changes found in Patchwork_14639 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_create@basic-files: - fi-bxt-dsi: [PASS][1] -> [INCOMPLETE][2] ([fdo#103927]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/fi-bxt-dsi/igt@gem_ctx_create@basic-files.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/fi-bxt-dsi/igt@gem_ctx_create@basic-files.html * igt@gem_flink_basic@double-flink: - fi-icl-u3: [PASS][3] -> [DMESG-WARN][4] ([fdo#107724]) +3 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/fi-icl-u3/igt@gem_flink_basic@double-flink.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/fi-icl-u3/igt@gem_flink_basic@double-flink.html #### Possible fixes #### * igt@gem_mmap_gtt@basic: - fi-icl-u3: [DMESG-WARN][5] ([fdo#107724]) -> [PASS][6] +1 similar issue [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/fi-icl-u3/igt@gem_mmap_gtt@basic.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/fi-icl-u3/igt@gem_mmap_gtt@basic.html * {igt@i915_selftest@live_gt_timelines}: - {fi-tgl-u}: [INCOMPLETE][7] ([fdo#111831]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/fi-tgl-u/igt@i915_selftest@live_gt_timelines.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/fi-tgl-u/igt@i915_selftest@live_gt_timelines.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#102505]: https://bugs.freedesktop.org/show_bug.cgi?id=102505 [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 [fdo#106107]: https://bugs.freedesktop.org/show_bug.cgi?id=106107 [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724 [fdo#111045]: https://bugs.freedesktop.org/show_bug.cgi?id=111045 [fdo#111049]: https://bugs.freedesktop.org/show_bug.cgi?id=111049 [fdo#111831]: https://bugs.freedesktop.org/show_bug.cgi?id=111831 Participating hosts (51 -> 44) ------------------------------ Additional (1): fi-kbl-7500u Missing (8): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-glk-dsi fi-bsw-cyan fi-icl-y fi-byt-clapper fi-bdw-samus Build changes ------------- * CI: CI-20190529 -> None * Linux: CI_DRM_6992 -> Patchwork_14639 CI-20190529: 20190529 CI_DRM_6992: 7116520f059e12d50596bdbe73b48ba8e8d50daf @ git://anongit.freedesktop.org/gfx-ci/linux IGT_5210: 74f55119f9920b65996535210a09147997804136 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_14639: 2a7e3e6a2b6dcb3402d6a67fbf343db9059fb2c1 @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == 2a7e3e6a2b6d drm/i915/vbt: Child device size remains unchanged through VBT 229 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/index.html _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ Fi.CI.IGT: failure for drm/i915/vbt: Child device size remains unchanged through VBT 229 2019-10-02 19:22 [PATCH] drm/i915/vbt: Child device size remains unchanged through VBT 229 Matt Roper 2019-10-02 23:55 ` ✓ Fi.CI.BAT: success for " Patchwork @ 2019-10-03 9:00 ` Patchwork 2019-10-07 17:25 ` Matt Roper 2019-10-07 11:33 ` [PATCH] " Jani Nikula 2 siblings, 1 reply; 5+ messages in thread From: Patchwork @ 2019-10-03 9:00 UTC (permalink / raw) To: Matt Roper; +Cc: intel-gfx == Series Details == Series: drm/i915/vbt: Child device size remains unchanged through VBT 229 URL : https://patchwork.freedesktop.org/series/67510/ State : failure == Summary == CI Bug Log - changes from CI_DRM_6992_full -> Patchwork_14639_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_14639_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_14639_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_14639_full: ### IGT changes ### #### Possible regressions #### * igt@kms_psr@sprite_render: - shard-skl: [PASS][1] -> [DMESG-WARN][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl8/igt@kms_psr@sprite_render.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl6/igt@kms_psr@sprite_render.html Known issues ------------ Here are the changes found in Patchwork_14639_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_schedule@preempt-hang-vebox: - shard-apl: [PASS][3] -> [INCOMPLETE][4] ([fdo#103927]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-apl8/igt@gem_exec_schedule@preempt-hang-vebox.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-apl1/igt@gem_exec_schedule@preempt-hang-vebox.html * igt@gem_exec_schedule@preempt-other-chain-bsd: - shard-iclb: [PASS][5] -> [SKIP][6] ([fdo#111325]) +3 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb8/igt@gem_exec_schedule@preempt-other-chain-bsd.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb1/igt@gem_exec_schedule@preempt-other-chain-bsd.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: - shard-kbl: [PASS][7] -> [DMESG-WARN][8] ([fdo#111870]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-kbl2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-kbl1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html * igt@gem_userptr_blits@sync-unmap-cycles: - shard-snb: [PASS][9] -> [DMESG-WARN][10] ([fdo#111870]) +1 similar issue [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-snb1/igt@gem_userptr_blits@sync-unmap-cycles.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-snb2/igt@gem_userptr_blits@sync-unmap-cycles.html - shard-apl: [PASS][11] -> [DMESG-WARN][12] ([fdo#109385] / [fdo#111870]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-apl4/igt@gem_userptr_blits@sync-unmap-cycles.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-apl1/igt@gem_userptr_blits@sync-unmap-cycles.html * igt@i915_pm_rpm@system-suspend-execbuf: - shard-skl: [PASS][13] -> [INCOMPLETE][14] ([fdo#104108] / [fdo#107773] / [fdo#107807]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl3/igt@i915_pm_rpm@system-suspend-execbuf.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl5/igt@i915_pm_rpm@system-suspend-execbuf.html * igt@kms_cursor_crc@pipe-a-cursor-128x128-random: - shard-skl: [PASS][15] -> [FAIL][16] ([fdo#103232]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl5/igt@kms_cursor_crc@pipe-a-cursor-128x128-random.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl1/igt@kms_cursor_crc@pipe-a-cursor-128x128-random.html * igt@kms_fbcon_fbt@psr-suspend: - shard-skl: [PASS][17] -> [INCOMPLETE][18] ([fdo#104108]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl5/igt@kms_fbcon_fbt@psr-suspend.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl6/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render: - shard-iclb: [PASS][19] -> [FAIL][20] ([fdo#103167]) +5 similar issues [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-modesetfrombusy: - shard-skl: [PASS][21] -> [FAIL][22] ([fdo#103167]) +1 similar issue [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl5/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl1/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes: - shard-apl: [PASS][23] -> [DMESG-WARN][24] ([fdo#108566]) +3 similar issues [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-apl6/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-apl1/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes.html * igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min: - shard-skl: [PASS][25] -> [FAIL][26] ([fdo#108145]) +1 similar issue [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl2/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl1/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html * igt@kms_plane_alpha_blend@pipe-c-coverage-7efc: - shard-skl: [PASS][27] -> [FAIL][28] ([fdo#108145] / [fdo#110403]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl7/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl3/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html * igt@kms_psr@psr2_sprite_plane_move: - shard-iclb: [PASS][29] -> [SKIP][30] ([fdo#109441]) +2 similar issues [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb8/igt@kms_psr@psr2_sprite_plane_move.html * igt@kms_setmode@basic: - shard-skl: [PASS][31] -> [FAIL][32] ([fdo#99912]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl1/igt@kms_setmode@basic.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl4/igt@kms_setmode@basic.html * igt@prime_vgem@fence-wait-bsd2: - shard-iclb: [PASS][33] -> [SKIP][34] ([fdo#109276]) +22 similar issues [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb4/igt@prime_vgem@fence-wait-bsd2.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb7/igt@prime_vgem@fence-wait-bsd2.html #### Possible fixes #### * igt@gem_eio@in-flight-suspend: - shard-snb: [INCOMPLETE][35] ([fdo#105411]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-snb1/igt@gem_eio@in-flight-suspend.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-snb4/igt@gem_eio@in-flight-suspend.html * igt@gem_exec_balancer@smoke: - shard-iclb: [SKIP][37] ([fdo#110854]) -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb8/igt@gem_exec_balancer@smoke.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb1/igt@gem_exec_balancer@smoke.html * igt@gem_exec_schedule@fifo-bsd1: - shard-iclb: [SKIP][39] ([fdo#109276]) -> [PASS][40] +15 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb8/igt@gem_exec_schedule@fifo-bsd1.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb1/igt@gem_exec_schedule@fifo-bsd1.html * igt@gem_exec_schedule@reorder-wide-bsd: - shard-iclb: [SKIP][41] ([fdo#111325]) -> [PASS][42] +7 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb2/igt@gem_exec_schedule@reorder-wide-bsd.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb6/igt@gem_exec_schedule@reorder-wide-bsd.html * igt@gem_mmap_gtt@basic-small-copy: - shard-snb: [DMESG-WARN][43] -> [PASS][44] [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-snb1/igt@gem_mmap_gtt@basic-small-copy.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-snb2/igt@gem_mmap_gtt@basic-small-copy.html * igt@gem_softpin@noreloc-s3: - shard-skl: [INCOMPLETE][45] ([fdo#104108]) -> [PASS][46] +1 similar issue [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl2/igt@gem_softpin@noreloc-s3.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl8/igt@gem_softpin@noreloc-s3.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-snb: [DMESG-WARN][47] ([fdo#111870]) -> [PASS][48] [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-snb1/igt@gem_userptr_blits@map-fixed-invalidate-busy.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-snb4/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: - shard-iclb: [DMESG-WARN][49] ([fdo#111870]) -> [PASS][50] [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb8/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup: - shard-apl: [DMESG-WARN][51] ([fdo#109385] / [fdo#111870]) -> [PASS][52] +1 similar issue [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-apl1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-apl4/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html - shard-kbl: [DMESG-WARN][53] ([fdo#111870]) -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-kbl4/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-kbl2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html * igt@gem_userptr_blits@sync-unmap-cycles: - shard-skl: [DMESG-WARN][55] ([fdo#111870]) -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl8/igt@gem_userptr_blits@sync-unmap-cycles.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl6/igt@gem_userptr_blits@sync-unmap-cycles.html * igt@i915_pm_rpm@modeset-stress-extra-wait: - shard-glk: [DMESG-WARN][57] ([fdo#105763] / [fdo#106538]) -> [PASS][58] [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-glk8/igt@i915_pm_rpm@modeset-stress-extra-wait.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-glk3/igt@i915_pm_rpm@modeset-stress-extra-wait.html * igt@i915_suspend@sysfs-reader: - shard-apl: [DMESG-WARN][59] ([fdo#108566]) -> [PASS][60] +2 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-apl8/igt@i915_suspend@sysfs-reader.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-apl2/igt@i915_suspend@sysfs-reader.html * igt@kms_atomic_interruptible@universal-setplane-primary: - shard-hsw: [DMESG-WARN][61] ([fdo#102614]) -> [PASS][62] [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-hsw5/igt@kms_atomic_interruptible@universal-setplane-primary.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-hsw4/igt@kms_atomic_interruptible@universal-setplane-primary.html * igt@kms_cursor_crc@pipe-a-cursor-256x85-onscreen: - shard-apl: [FAIL][63] ([fdo#103232]) -> [PASS][64] [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-apl2/igt@kms_cursor_crc@pipe-a-cursor-256x85-onscreen.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-apl7/igt@kms_cursor_crc@pipe-a-cursor-256x85-onscreen.html * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic: - shard-glk: [FAIL][65] ([fdo#106509] / [fdo#107409]) -> [PASS][66] [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-glk4/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-glk9/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html * igt@kms_flip@2x-flip-vs-expired-vblank: - shard-glk: [FAIL][67] ([fdo#105363]) -> [PASS][68] [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-glk7/igt@kms_flip@2x-flip-vs-expired-vblank.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-glk1/igt@kms_flip@2x-flip-vs-expired-vblank.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render: - shard-iclb: [FAIL][69] ([fdo#103167]) -> [PASS][70] +3 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-rte: - shard-iclb: [FAIL][71] ([fdo#103167] / [fdo#110378]) -> [PASS][72] [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html * igt@kms_plane_lowres@pipe-a-tiling-y: - shard-iclb: [FAIL][73] ([fdo#103166]) -> [PASS][74] [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb7/igt@kms_plane_lowres@pipe-a-tiling-y.html [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb6/igt@kms_plane_lowres@pipe-a-tiling-y.html * igt@kms_psr2_su@frontbuffer: - shard-iclb: [SKIP][75] ([fdo#109642] / [fdo#111068]) -> [PASS][76] [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb3/igt@kms_psr2_su@frontbuffer.html [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb2/igt@kms_psr2_su@frontbuffer.html * igt@kms_psr@no_drrs: - shard-iclb: [FAIL][77] ([fdo#108341]) -> [PASS][78] [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb1/igt@kms_psr@no_drrs.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb4/igt@kms_psr@no_drrs.html * igt@kms_psr@psr2_basic: - shard-iclb: [SKIP][79] ([fdo#109441]) -> [PASS][80] +1 similar issue [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb5/igt@kms_psr@psr2_basic.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb2/igt@kms_psr@psr2_basic.html * igt@kms_vblank@pipe-b-ts-continuation-suspend: - shard-iclb: [INCOMPLETE][81] ([fdo#107713]) -> [PASS][82] [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb7/igt@kms_vblank@pipe-b-ts-continuation-suspend.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb6/igt@kms_vblank@pipe-b-ts-continuation-suspend.html #### Warnings #### * igt@gem_mocs_settings@mocs-reset-bsd2: - shard-iclb: [SKIP][83] ([fdo#109276]) -> [FAIL][84] ([fdo#111330]) +1 similar issue [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb8/igt@gem_mocs_settings@mocs-reset-bsd2.html [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb1/igt@gem_mocs_settings@mocs-reset-bsd2.html * igt@kms_dp_dsc@basic-dsc-enable-edp: - shard-iclb: [DMESG-WARN][85] ([fdo#107724]) -> [SKIP][86] ([fdo#109349]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb2/igt@kms_dp_dsc@basic-dsc-enable-edp.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb8/igt@kms_dp_dsc@basic-dsc-enable-edp.html [fdo#102614]: https://bugs.freedesktop.org/show_bug.cgi?id=102614 [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166 [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232 [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 [fdo#104108]: https://bugs.freedesktop.org/show_bug.cgi?id=104108 [fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363 [fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411 [fdo#105763]: https://bugs.freedesktop.org/show_bug.cgi?id=105763 [fdo#106509]: https://bugs.freedesktop.org/show_bug.cgi?id=106509 [fdo#106538]: https://bugs.freedesktop.org/show_bug.cgi?id=106538 [fdo#107409]: https://bugs.freedesktop.org/show_bug.cgi?id=107409 [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724 [fdo#107773]: https://bugs.freedesktop.org/show_bug.cgi?id=107773 [fdo#107807]: https://bugs.freedesktop.org/show_bug.cgi?id=107807 [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145 [fdo#108341]: https://bugs.freedesktop.org/show_bug.cgi?id=108341 [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566 [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276 [fdo#109349]: https://bugs.freedesktop.org/show_bug.cgi?id=109349 [fdo#109385]: https://bugs.freedesktop.org/show_bug.cgi?id=109385 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110378]: https://bugs.freedesktop.org/show_bug.cgi?id=110378 [fdo#110403]: https://bugs.freedesktop.org/show_bug.cgi?id=110403 [fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111325]: https://bugs.freedesktop.org/show_bug.cgi?id=111325 [fdo#111330]: https://bugs.freedesktop.org/show_bug.cgi?id=111330 [fdo#111870]: https://bugs.freedesktop.org/show_bug.cgi?id=111870 [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912 Participating hosts (11 -> 10) ------------------------------ Missing (1): shard-tglb Build changes ------------- * CI: CI-20190529 -> None * Linux: CI_DRM_6992 -> Patchwork_14639 CI-20190529: 20190529 CI_DRM_6992: 7116520f059e12d50596bdbe73b48ba8e8d50daf @ git://anongit.freedesktop.org/gfx-ci/linux IGT_5210: 74f55119f9920b65996535210a09147997804136 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_14639: 2a7e3e6a2b6dcb3402d6a67fbf343db9059fb2c1 @ 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_14639/index.html _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ✗ Fi.CI.IGT: failure for drm/i915/vbt: Child device size remains unchanged through VBT 229 2019-10-03 9:00 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2019-10-07 17:25 ` Matt Roper 0 siblings, 0 replies; 5+ messages in thread From: Matt Roper @ 2019-10-07 17:25 UTC (permalink / raw) To: intel-gfx On Thu, Oct 03, 2019 at 09:00:20AM +0000, Patchwork wrote: > == Series Details == > > Series: drm/i915/vbt: Child device size remains unchanged through VBT 229 > URL : https://patchwork.freedesktop.org/series/67510/ > State : failure > > == Summary == > > CI Bug Log - changes from CI_DRM_6992_full -> Patchwork_14639_full > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with Patchwork_14639_full absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in Patchwork_14639_full, please notify your bug team to allow them > to document this new failure mode, which will reduce false positives in CI. > > > > Possible new issues > ------------------- > > Here are the unknown changes that may have been introduced in Patchwork_14639_full: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@kms_psr@sprite_render: > - shard-skl: [PASS][1] -> [DMESG-WARN][2] > [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl8/igt@kms_psr@sprite_render.html > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl6/igt@kms_psr@sprite_render.html Already captured by https://bugs.freedesktop.org/show_bug.cgi?id=111904 and fixed by Chris. Applied to dinq; thanks Jani for the review. Matt > > > Known issues > ------------ > > Here are the changes found in Patchwork_14639_full that come from known issues: > > ### IGT changes ### > > #### Issues hit #### > > * igt@gem_exec_schedule@preempt-hang-vebox: > - shard-apl: [PASS][3] -> [INCOMPLETE][4] ([fdo#103927]) > [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-apl8/igt@gem_exec_schedule@preempt-hang-vebox.html > [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-apl1/igt@gem_exec_schedule@preempt-hang-vebox.html > > * igt@gem_exec_schedule@preempt-other-chain-bsd: > - shard-iclb: [PASS][5] -> [SKIP][6] ([fdo#111325]) +3 similar issues > [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb8/igt@gem_exec_schedule@preempt-other-chain-bsd.html > [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb1/igt@gem_exec_schedule@preempt-other-chain-bsd.html > > * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: > - shard-kbl: [PASS][7] -> [DMESG-WARN][8] ([fdo#111870]) > [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-kbl2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html > [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-kbl1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html > > * igt@gem_userptr_blits@sync-unmap-cycles: > - shard-snb: [PASS][9] -> [DMESG-WARN][10] ([fdo#111870]) +1 similar issue > [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-snb1/igt@gem_userptr_blits@sync-unmap-cycles.html > [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-snb2/igt@gem_userptr_blits@sync-unmap-cycles.html > - shard-apl: [PASS][11] -> [DMESG-WARN][12] ([fdo#109385] / [fdo#111870]) > [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-apl4/igt@gem_userptr_blits@sync-unmap-cycles.html > [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-apl1/igt@gem_userptr_blits@sync-unmap-cycles.html > > * igt@i915_pm_rpm@system-suspend-execbuf: > - shard-skl: [PASS][13] -> [INCOMPLETE][14] ([fdo#104108] / [fdo#107773] / [fdo#107807]) > [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl3/igt@i915_pm_rpm@system-suspend-execbuf.html > [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl5/igt@i915_pm_rpm@system-suspend-execbuf.html > > * igt@kms_cursor_crc@pipe-a-cursor-128x128-random: > - shard-skl: [PASS][15] -> [FAIL][16] ([fdo#103232]) > [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl5/igt@kms_cursor_crc@pipe-a-cursor-128x128-random.html > [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl1/igt@kms_cursor_crc@pipe-a-cursor-128x128-random.html > > * igt@kms_fbcon_fbt@psr-suspend: > - shard-skl: [PASS][17] -> [INCOMPLETE][18] ([fdo#104108]) > [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl5/igt@kms_fbcon_fbt@psr-suspend.html > [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl6/igt@kms_fbcon_fbt@psr-suspend.html > > * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render: > - shard-iclb: [PASS][19] -> [FAIL][20] ([fdo#103167]) +5 similar issues > [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html > [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html > > * igt@kms_frontbuffer_tracking@psr-modesetfrombusy: > - shard-skl: [PASS][21] -> [FAIL][22] ([fdo#103167]) +1 similar issue > [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl5/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html > [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl1/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html > > * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes: > - shard-apl: [PASS][23] -> [DMESG-WARN][24] ([fdo#108566]) +3 similar issues > [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-apl6/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes.html > [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-apl1/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes.html > > * igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min: > - shard-skl: [PASS][25] -> [FAIL][26] ([fdo#108145]) +1 similar issue > [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl2/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html > [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl1/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-min.html > > * igt@kms_plane_alpha_blend@pipe-c-coverage-7efc: > - shard-skl: [PASS][27] -> [FAIL][28] ([fdo#108145] / [fdo#110403]) > [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl7/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html > [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl3/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html > > * igt@kms_psr@psr2_sprite_plane_move: > - shard-iclb: [PASS][29] -> [SKIP][30] ([fdo#109441]) +2 similar issues > [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html > [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb8/igt@kms_psr@psr2_sprite_plane_move.html > > * igt@kms_setmode@basic: > - shard-skl: [PASS][31] -> [FAIL][32] ([fdo#99912]) > [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl1/igt@kms_setmode@basic.html > [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl4/igt@kms_setmode@basic.html > > * igt@prime_vgem@fence-wait-bsd2: > - shard-iclb: [PASS][33] -> [SKIP][34] ([fdo#109276]) +22 similar issues > [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb4/igt@prime_vgem@fence-wait-bsd2.html > [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb7/igt@prime_vgem@fence-wait-bsd2.html > > > #### Possible fixes #### > > * igt@gem_eio@in-flight-suspend: > - shard-snb: [INCOMPLETE][35] ([fdo#105411]) -> [PASS][36] > [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-snb1/igt@gem_eio@in-flight-suspend.html > [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-snb4/igt@gem_eio@in-flight-suspend.html > > * igt@gem_exec_balancer@smoke: > - shard-iclb: [SKIP][37] ([fdo#110854]) -> [PASS][38] > [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb8/igt@gem_exec_balancer@smoke.html > [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb1/igt@gem_exec_balancer@smoke.html > > * igt@gem_exec_schedule@fifo-bsd1: > - shard-iclb: [SKIP][39] ([fdo#109276]) -> [PASS][40] +15 similar issues > [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb8/igt@gem_exec_schedule@fifo-bsd1.html > [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb1/igt@gem_exec_schedule@fifo-bsd1.html > > * igt@gem_exec_schedule@reorder-wide-bsd: > - shard-iclb: [SKIP][41] ([fdo#111325]) -> [PASS][42] +7 similar issues > [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb2/igt@gem_exec_schedule@reorder-wide-bsd.html > [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb6/igt@gem_exec_schedule@reorder-wide-bsd.html > > * igt@gem_mmap_gtt@basic-small-copy: > - shard-snb: [DMESG-WARN][43] -> [PASS][44] > [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-snb1/igt@gem_mmap_gtt@basic-small-copy.html > [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-snb2/igt@gem_mmap_gtt@basic-small-copy.html > > * igt@gem_softpin@noreloc-s3: > - shard-skl: [INCOMPLETE][45] ([fdo#104108]) -> [PASS][46] +1 similar issue > [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl2/igt@gem_softpin@noreloc-s3.html > [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl8/igt@gem_softpin@noreloc-s3.html > > * igt@gem_userptr_blits@map-fixed-invalidate-busy: > - shard-snb: [DMESG-WARN][47] ([fdo#111870]) -> [PASS][48] > [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-snb1/igt@gem_userptr_blits@map-fixed-invalidate-busy.html > [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-snb4/igt@gem_userptr_blits@map-fixed-invalidate-busy.html > > * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: > - shard-iclb: [DMESG-WARN][49] ([fdo#111870]) -> [PASS][50] > [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html > [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb8/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html > > * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup: > - shard-apl: [DMESG-WARN][51] ([fdo#109385] / [fdo#111870]) -> [PASS][52] +1 similar issue > [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-apl1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html > [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-apl4/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html > - shard-kbl: [DMESG-WARN][53] ([fdo#111870]) -> [PASS][54] > [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-kbl4/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html > [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-kbl2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html > > * igt@gem_userptr_blits@sync-unmap-cycles: > - shard-skl: [DMESG-WARN][55] ([fdo#111870]) -> [PASS][56] > [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-skl8/igt@gem_userptr_blits@sync-unmap-cycles.html > [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-skl6/igt@gem_userptr_blits@sync-unmap-cycles.html > > * igt@i915_pm_rpm@modeset-stress-extra-wait: > - shard-glk: [DMESG-WARN][57] ([fdo#105763] / [fdo#106538]) -> [PASS][58] > [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-glk8/igt@i915_pm_rpm@modeset-stress-extra-wait.html > [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-glk3/igt@i915_pm_rpm@modeset-stress-extra-wait.html > > * igt@i915_suspend@sysfs-reader: > - shard-apl: [DMESG-WARN][59] ([fdo#108566]) -> [PASS][60] +2 similar issues > [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-apl8/igt@i915_suspend@sysfs-reader.html > [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-apl2/igt@i915_suspend@sysfs-reader.html > > * igt@kms_atomic_interruptible@universal-setplane-primary: > - shard-hsw: [DMESG-WARN][61] ([fdo#102614]) -> [PASS][62] > [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-hsw5/igt@kms_atomic_interruptible@universal-setplane-primary.html > [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-hsw4/igt@kms_atomic_interruptible@universal-setplane-primary.html > > * igt@kms_cursor_crc@pipe-a-cursor-256x85-onscreen: > - shard-apl: [FAIL][63] ([fdo#103232]) -> [PASS][64] > [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-apl2/igt@kms_cursor_crc@pipe-a-cursor-256x85-onscreen.html > [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-apl7/igt@kms_cursor_crc@pipe-a-cursor-256x85-onscreen.html > > * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic: > - shard-glk: [FAIL][65] ([fdo#106509] / [fdo#107409]) -> [PASS][66] > [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-glk4/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html > [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-glk9/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html > > * igt@kms_flip@2x-flip-vs-expired-vblank: > - shard-glk: [FAIL][67] ([fdo#105363]) -> [PASS][68] > [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-glk7/igt@kms_flip@2x-flip-vs-expired-vblank.html > [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-glk1/igt@kms_flip@2x-flip-vs-expired-vblank.html > > * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render: > - shard-iclb: [FAIL][69] ([fdo#103167]) -> [PASS][70] +3 similar issues > [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render.html > [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render.html > > * igt@kms_frontbuffer_tracking@fbcpsr-1p-rte: > - shard-iclb: [FAIL][71] ([fdo#103167] / [fdo#110378]) -> [PASS][72] > [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html > [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html > > * igt@kms_plane_lowres@pipe-a-tiling-y: > - shard-iclb: [FAIL][73] ([fdo#103166]) -> [PASS][74] > [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb7/igt@kms_plane_lowres@pipe-a-tiling-y.html > [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb6/igt@kms_plane_lowres@pipe-a-tiling-y.html > > * igt@kms_psr2_su@frontbuffer: > - shard-iclb: [SKIP][75] ([fdo#109642] / [fdo#111068]) -> [PASS][76] > [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb3/igt@kms_psr2_su@frontbuffer.html > [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb2/igt@kms_psr2_su@frontbuffer.html > > * igt@kms_psr@no_drrs: > - shard-iclb: [FAIL][77] ([fdo#108341]) -> [PASS][78] > [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb1/igt@kms_psr@no_drrs.html > [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb4/igt@kms_psr@no_drrs.html > > * igt@kms_psr@psr2_basic: > - shard-iclb: [SKIP][79] ([fdo#109441]) -> [PASS][80] +1 similar issue > [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb5/igt@kms_psr@psr2_basic.html > [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb2/igt@kms_psr@psr2_basic.html > > * igt@kms_vblank@pipe-b-ts-continuation-suspend: > - shard-iclb: [INCOMPLETE][81] ([fdo#107713]) -> [PASS][82] > [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb7/igt@kms_vblank@pipe-b-ts-continuation-suspend.html > [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb6/igt@kms_vblank@pipe-b-ts-continuation-suspend.html > > > #### Warnings #### > > * igt@gem_mocs_settings@mocs-reset-bsd2: > - shard-iclb: [SKIP][83] ([fdo#109276]) -> [FAIL][84] ([fdo#111330]) +1 similar issue > [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb8/igt@gem_mocs_settings@mocs-reset-bsd2.html > [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb1/igt@gem_mocs_settings@mocs-reset-bsd2.html > > * igt@kms_dp_dsc@basic-dsc-enable-edp: > - shard-iclb: [DMESG-WARN][85] ([fdo#107724]) -> [SKIP][86] ([fdo#109349]) > [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6992/shard-iclb2/igt@kms_dp_dsc@basic-dsc-enable-edp.html > [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14639/shard-iclb8/igt@kms_dp_dsc@basic-dsc-enable-edp.html > > > [fdo#102614]: https://bugs.freedesktop.org/show_bug.cgi?id=102614 > [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166 > [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 > [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232 > [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 > [fdo#104108]: https://bugs.freedesktop.org/show_bug.cgi?id=104108 > [fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363 > [fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411 > [fdo#105763]: https://bugs.freedesktop.org/show_bug.cgi?id=105763 > [fdo#106509]: https://bugs.freedesktop.org/show_bug.cgi?id=106509 > [fdo#106538]: https://bugs.freedesktop.org/show_bug.cgi?id=106538 > [fdo#107409]: https://bugs.freedesktop.org/show_bug.cgi?id=107409 > [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 > [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724 > [fdo#107773]: https://bugs.freedesktop.org/show_bug.cgi?id=107773 > [fdo#107807]: https://bugs.freedesktop.org/show_bug.cgi?id=107807 > [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145 > [fdo#108341]: https://bugs.freedesktop.org/show_bug.cgi?id=108341 > [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566 > [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276 > [fdo#109349]: https://bugs.freedesktop.org/show_bug.cgi?id=109349 > [fdo#109385]: https://bugs.freedesktop.org/show_bug.cgi?id=109385 > [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 > [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 > [fdo#110378]: https://bugs.freedesktop.org/show_bug.cgi?id=110378 > [fdo#110403]: https://bugs.freedesktop.org/show_bug.cgi?id=110403 > [fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854 > [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 > [fdo#111325]: https://bugs.freedesktop.org/show_bug.cgi?id=111325 > [fdo#111330]: https://bugs.freedesktop.org/show_bug.cgi?id=111330 > [fdo#111870]: https://bugs.freedesktop.org/show_bug.cgi?id=111870 > [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912 > > > Participating hosts (11 -> 10) > ------------------------------ > > Missing (1): shard-tglb > > > Build changes > ------------- > > * CI: CI-20190529 -> None > * Linux: CI_DRM_6992 -> Patchwork_14639 > > CI-20190529: 20190529 > CI_DRM_6992: 7116520f059e12d50596bdbe73b48ba8e8d50daf @ git://anongit.freedesktop.org/gfx-ci/linux > IGT_5210: 74f55119f9920b65996535210a09147997804136 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools > Patchwork_14639: 2a7e3e6a2b6dcb3402d6a67fbf343db9059fb2c1 @ 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_14639/index.html -- Matt Roper Graphics Software Engineer VTT-OSGC Platform Enablement Intel Corporation (916) 356-2795 _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] drm/i915/vbt: Child device size remains unchanged through VBT 229 2019-10-02 19:22 [PATCH] drm/i915/vbt: Child device size remains unchanged through VBT 229 Matt Roper 2019-10-02 23:55 ` ✓ Fi.CI.BAT: success for " Patchwork 2019-10-03 9:00 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2019-10-07 11:33 ` Jani Nikula 2 siblings, 0 replies; 5+ messages in thread From: Jani Nikula @ 2019-10-07 11:33 UTC (permalink / raw) To: Matt Roper, intel-gfx On Wed, 02 Oct 2019, Matt Roper <matthew.d.roper@intel.com> wrote: > The latest documented version of the VBT is 229, but no further data has > been added to the child device definition in block 2. Update the child > device version test to eliminate the "Expected child device config size > for VBT version XXX not known; assuming 39" debug messages from the > logs. > > Bspec: 20124 > Bspec: 20157 > Signed-off-by: Matt Roper <matthew.d.roper@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 1def550c68c8..9628b485b179 100644 > --- a/drivers/gpu/drm/i915/display/intel_bios.c > +++ b/drivers/gpu/drm/i915/display/intel_bios.c > @@ -1615,7 +1615,7 @@ parse_general_definitions(struct drm_i915_private *dev_priv, > expected_size = 37; > } else if (bdb->version <= 215) { > expected_size = 38; > - } else if (bdb->version <= 216) { > + } else if (bdb->version <= 229) { > expected_size = 39; > } else { > expected_size = sizeof(*child); -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-10-07 17:25 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-10-02 19:22 [PATCH] drm/i915/vbt: Child device size remains unchanged through VBT 229 Matt Roper 2019-10-02 23:55 ` ✓ Fi.CI.BAT: success for " Patchwork 2019-10-03 9:00 ` ✗ Fi.CI.IGT: failure " Patchwork 2019-10-07 17:25 ` Matt Roper 2019-10-07 11:33 ` [PATCH] " Jani Nikula
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).