Series: | drm/i915/guc: Refactor ADS access to use iosys_map (rev3) |
URL: | https://patchwork.freedesktop.org/series/99711/ |
State: | failure |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_22301/index.html |
CI Bug Log - changes from CI_DRM_11238 -> Patchwork_22301
Summary
FAILURE
Serious unknown changes coming with Patchwork_22301 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_22301, 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_22301/index.html
Participating hosts (47 -> 44)
Additional (2): bat-adls-5 fi-pnv-d510
Missing (5): fi-bxt-dsi shard-tglu fi-bsw-cyan shard-dg1 bat-jsl-2
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_22301:
IGT changes
Possible regressions
- igt@i915_selftest@live@evict:
- fi-kbl-soraka: PASS -> DMESG-WARN
Known issues
Here are the changes found in Patchwork_22301 that come from known issues:
IGT changes
Issues hit
-
igt@amdgpu/amd_prime@amd-to-i915:
- fi-ivb-3770: NOTRUN -> SKIP (fdo#109271) +17 similar issues
-
igt@gem_exec_suspend@basic-s3@smem:
- fi-bdw-5557u: PASS -> INCOMPLETE (i915#146)
-
igt@gem_huc_copy@huc-copy:
-
fi-skl-6600u: NOTRUN -> SKIP (fdo#109271 / i915#2190)
-
fi-pnv-d510: NOTRUN -> SKIP (fdo#109271) +57 similar issues
-
-
igt@gem_lmem_swapping@verify-random:
- fi-skl-6600u: NOTRUN -> SKIP (fdo#109271 / i915#4613) +3 similar issues
-
igt@i915_selftest@live@gem_contexts:
- fi-kbl-soraka: PASS -> DMESG-WARN (i915#4391)
-
igt@i915_selftest@live@requests:
- fi-blb-e6850: PASS -> DMESG-FAIL (i915#5026)
-
igt@kms_chamelium@vga-edid-read:
- fi-skl-6600u: NOTRUN -> SKIP (fdo#109271 / fdo#111827) +8 similar issues
-
igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- fi-skl-6600u: NOTRUN -> SKIP (fdo#109271) +2 similar issues
-
igt@kms_frontbuffer_tracking@basic:
- fi-cml-u2: PASS -> DMESG-WARN (i915#4269)
-
igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
- fi-skl-6600u: NOTRUN -> SKIP (fdo#109271 / i915#533)
-
igt@kms_psr@primary_page_flip:
-
igt@runner@aborted:
- fi-blb-e6850: NOTRUN -> FAIL (fdo#109271 / i915#2403 / i915#2426 / i915#4312)
Possible fixes
-
igt@gem_exec_suspend@basic-s3@smem:
- {bat-rpls-2}: INCOMPLETE (i915#4898) -> PASS
-
igt@i915_selftest@live@gem_contexts:
- {fi-tgl-dsi}: DMESG-WARN (i915#2867) -> PASS +16 similar issues
-
igt@i915_selftest@live@hangcheck:
- fi-ivb-3770: INCOMPLETE (i915#3303) -> PASS
Warnings
- igt@i915_selftest@live@hangcheck:
- bat-dg1-6: DMESG-FAIL (i915#4957) -> DMESG-FAIL (i915#4494 / i915#4957)
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Build changes
- Linux: CI_DRM_11238 -> Patchwork_22301
CI-20190529: 20190529
CI_DRM_11238: e141e36b2871c529379f7ec7d5d6ebae3137a51b @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6347: 37ea4c86f97c0e05fcb6b04cff72ec927930536e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_22301: 14d3c077b2990ecd97319d7d1cb7c13286308fc4 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
14d3c077b299 drm/i915/guc: Remove plain ads_blob pointer
aa46f3f7041b drm/i915/guc: Convert __guc_ads_init to iosys_map
79242ec38bba drm/i915/guc: Convert guc_mmio_reg_state_init to iosys_map
f5682a7a730d drm/i915/guc: Convert capture list to iosys_map
c4b18c55e3d1 drm/i915/guc: Convert mapping table to iosys_map
70f013d0a2ad drm/i915/guc: Replace check for golden context size
3115fab4b911 drm/i915/guc: Convert golden context prep to iosys_map
0481cbf77890 drm/i915/guc: Convert guc_ads_private_data_reset to iosys_map
af050820f83c drm/i915/guc: Convert engine record to iosys_map
23e5eaa48251 drm/i915/guc: Convert policies update to iosys_map
d69fd819ad0b drm/i915/guc: Convert golden context init to iosys_map
955dd8aab6d5 drm/i915/guc: Add read/write helpers for ADS blob
7a7bd9870c5e drm/i915/guc: Keep iosys_map of ads_blob around
b26af08d993c drm/i915/gt: Add helper for shmem copy to iosys_map
7ab81996b485 iosys-map: Add a few more helpers
3c4f364a17be iosys-map: Add offset to iosys_map_memcpy_to()