== Series Details == Series: drm/i915: Add support for FBs requiring a POT stride padding URL : https://patchwork.freedesktop.org/series/87859/ State : failure
== Summary == CI Bug Log - changes from CI_DRM_9846 -> Patchwork_19778 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_19778 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_19778, please notify your bug team 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_19778/index.html Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_19778: ### IGT changes ### #### Possible regressions #### * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-bsw-kefka: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9846/fi-bsw-kefka/igt@[email protected] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19778/fi-bsw-kefka/igt@[email protected] Known issues ------------ Here are the changes found in Patchwork_19778 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_gttfill@basic: - fi-kbl-8809g: [PASS][3] -> [TIMEOUT][4] ([i915#3145]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9846/fi-kbl-8809g/igt@[email protected] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19778/fi-kbl-8809g/igt@[email protected] #### Possible fixes #### * igt@gem_linear_blits@basic: - fi-kbl-8809g: [TIMEOUT][5] ([i915#2502] / [i915#3145]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9846/fi-kbl-8809g/igt@[email protected] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19778/fi-kbl-8809g/igt@[email protected] * igt@gem_tiled_fence_blits@basic: - fi-kbl-8809g: [TIMEOUT][7] ([i915#3145]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9846/fi-kbl-8809g/igt@[email protected] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19778/fi-kbl-8809g/igt@[email protected] * igt@i915_module_load@reload: - {fi-tgl-dsi}: [DMESG-WARN][9] ([i915#1982] / [k.org#205379]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9846/fi-tgl-dsi/igt@[email protected] [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19778/fi-tgl-dsi/igt@[email protected] * igt@kms_frontbuffer_tracking@basic: - fi-kbl-soraka: [FAIL][11] ([i915#49]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9846/fi-kbl-soraka/igt@[email protected] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19778/fi-kbl-soraka/igt@[email protected] - fi-cml-u2: [FAIL][13] ([i915#2546] / [i915#49]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9846/fi-cml-u2/igt@[email protected] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19778/fi-cml-u2/igt@[email protected] {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2502]: https://gitlab.freedesktop.org/drm/intel/issues/2502 [i915#2546]: https://gitlab.freedesktop.org/drm/intel/issues/2546 [i915#3145]: https://gitlab.freedesktop.org/drm/intel/issues/3145 [i915#49]: https://gitlab.freedesktop.org/drm/intel/issues/49 [k.org#205379]: https://bugzilla.kernel.org/show_bug.cgi?id=205379 Participating hosts (47 -> 42) ------------------------------ Missing (5): fi-ilk-m540 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 fi-bdw-samus Build changes ------------- * Linux: CI_DRM_9846 -> Patchwork_19778 CI-20190529: 20190529 CI_DRM_9846: 5c27a442313682671bff079c5be5ed4a4d7ce0ae @ git://anongit.freedesktop.org/gfx-ci/linux IGT_6028: f3109d1e3b554903df9109e1e4d10c881b3f811b @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_19778: 6e8b518f0150b1c85784ee944374ff2cccb93cf4 @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == 6e8b518f0150 drm/i915: For-CI: Force remapping the FB with a POT aligned stride b16c3104a159 drm/i915/selftest: Add remap/rotate vma subtests when dst_stride!=width/height bfe3127a1805 drm/i915: Add support for FBs requiring a POT stride alignment b13f65945d4f drm/i915: s/stride/src_stride/ in the intel_remapped_plane_info struct 79b5bf7c9b6a drm/i915/selftest: Unify use of intel_remapped_plane_info in igt_vma_rotate_remap() 96ddf283b6a1 drm/i915: Shrink the size of intel_remapped_plane_info struct 83f72c175fb3 drm/i915/intel_fb: Factor out plane_calc_remap_info() 807bfafc794c drm/i915/intel_fb: Factor out calc_plane_normal_size() 8e313191a2fc drm/i915/intel_fb: Factor out calc_plane_aligned_offset() 2c84adf69613 drm/i915/intel_fb: Factor out convert_plane_offset_to_xy() 1cbb58c4f9e2 drm/i915/intel_fb: s/dev_priv/i915/ 43c989a7f696 drm/i915/intel_fb: Unexport intel_fb_check_stride() ad92868131cf drm/i915/intel_fb: Pull FB plane functions from intel_display.c 2ccb0484ceae drm/i915/intel_fb: Pull FB plane functions from intel_sprite.c 5f87fb70bbe6 drm/i915/intel_fb: Pull is_surface_linear() from intel_display.c/skl_universal_plane.c 0a66f2a34ef0 drm/i915/intel_fb: Pull FB plane functions from skl_universal_plane.c ecd1e2ca8d81 drm/i915/intel_fb: Pull FB plane functions from intel_display_types.h f7eb68e1408a drm/i915: Remove duplicate intel_surf_alignment() declaration 94b05922b150 drm/i915/selftest: Make sure to init i915_ggtt_view in igt_vma_rotate_remap() af24925ca495 drm/i915: Make sure i915_ggtt_view is inited when creating an FB fed9a9cbe28d drm/i915/selftest: Fix debug message in igt_vma_remapped_gtt() 40363381f9ec drm/i915/selftest: Fix error handling in igt_vma_remapped_gtt() 5ddacca7a473 drm/i915: Fix rotation setup during plane HW readout == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19778/index.html
_______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
