Series: | Initial support for small BAR recovery (rev2) |
URL: | https://patchwork.freedesktop.org/series/99370/ |
State: | failure |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_22129/index.html |
CI Bug Log - changes from CI_DRM_11151 -> Patchwork_22129
Summary
FAILURE
Serious unknown changes coming with Patchwork_22129 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_22129, 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_22129/index.html
Participating hosts (46 -> 42)
Additional (1): fi-icl-u2
Missing (5): bat-adls-5 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 fi-bdw-samus
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_22129:
IGT changes
Possible regressions
-
igt@i915_selftest@live@gem_contexts:
- bat-dg1-6: PASS -> INCOMPLETE
-
igt@i915_selftest@live@slpc:
- bat-dg1-5: PASS -> INCOMPLETE
-
igt@kms_frontbuffer_tracking@basic:
Known issues
Here are the changes found in Patchwork_22129 that come from known issues:
IGT changes
Issues hit
-
igt@amdgpu/amd_cs_nop@fork-gfx0:
- fi-icl-u2: NOTRUN -> SKIP (fdo#109315) +17 similar issues
-
igt@gem_exec_suspend@basic-s3@smem:
- fi-skl-6600u: PASS -> INCOMPLETE (i915#4547)
-
igt@gem_huc_copy@huc-copy:
-
igt@gem_lmem_swapping@parallel-random-engines:
-
igt@i915_selftest@live@hangcheck:
- fi-snb-2600: PASS -> INCOMPLETE (i915#3921)
-
igt@kms_chamelium@hdmi-hpd-fast:
- fi-icl-u2: NOTRUN -> SKIP (fdo#111827) +8 similar issues
-
igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- fi-icl-u2: NOTRUN -> SKIP (fdo#109278) +2 similar issues
-
igt@kms_force_connector_basic@force-load-detect:
- fi-icl-u2: NOTRUN -> SKIP (fdo#109285)
-
igt@prime_vgem@basic-userptr:
-
igt@runner@aborted:
Possible fixes
- igt@kms_frontbuffer_tracking@basic:
- fi-cml-u2: DMESG-WARN (i915#4269) -> PASS
Build changes
- Linux: CI_DRM_11151 -> Patchwork_22129
CI-20190529: 20190529
CI_DRM_11151: 627e2885b51ab503a98aa89f0a0bd68416c731fc @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6336: ae2eb9e18bc58a4c45f28cfd80962938198dec3c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_22129: 178f79cfba5468375660ffa225e155f0785ddd06 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
178f79cfba54 HAX: DG1 small BAR
906ed97314dd drm/i915/lmem: don't treat small BAR as an error
9c603d6a5c48 drm/i915/uapi: forbid ALLOC_TOPDOWN for error capture
c22dde3a1dd4 drm/i915/uapi: add NEEDS_CPU_ACCESS hint
945c8984a773 drm/i915/create: apply ALLOC_TOPDOWN by default
567893e4397c drm/i915/selftests: handle allocation failures
e5b383985e79 drm/i915/selftests: exercise mmap migration
c7845103a490 drm/i915/ttm: mappable migration on fault
014087d60481 drm/i915/ttm: make eviction mappable aware
0e8a73f5659b drm/i915/ttm: tweak priority hint selection
b0e6287c35d4 drm/i915/selftests: mock test io_size
e5a7b8b99e3f drm/i915/buddy: tweak 2big check
f4a1164429c0 drm/i915/buddy: adjust res->start
ff7057eb8255 drm/i915/buddy: track available visible size
df4042582f26 drm/i915: add I915_BO_ALLOC_TOPDOWN
cca7939f2405 drm/i915/ttm: require mappable by default
47c3bce606dc drm/i915: add io_size plumbing
e605325bbf64 drm: implement a method to free unused pages
6dc3c985eacd drm: implement top-down allocation method
79d8983444bd drm: improve drm_buddy_alloc function