Series: | drm/i915: Remove short term pins from execbuf by requiring lock to unbind. (rev2) |
URL: | https://patchwork.freedesktop.org/series/98895/ |
State: | success |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_22006/index.html |
CI Bug Log - changes from CI_DRM_11088 -> Patchwork_22006
Summary
WARNING
Minor unknown changes coming with Patchwork_22006 need to be verified
manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_22006, 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_22006/index.html
Participating hosts (50 -> 42)
Additional (1): fi-kbl-soraka
Missing (9): fi-ilk-m540 shard-tglu fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 fi-pnv-d510 shard-rkl shard-dg1 fi-bdw-samus
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_22006:
IGT changes
Warnings
- igt@i915_selftest@live@hangcheck:
- bat-dg1-6: DMESG-FAIL (i915#4494) -> DMESG-FAIL
Suppressed
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
- igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling:
- {bat-adlp-6}: PASS -> DMESG-WARN
Known issues
Here are the changes found in Patchwork_22006 that come from known issues:
IGT changes
Issues hit
-
igt@amdgpu/amd_cs_nop@fork-compute0:
- fi-blb-e6850: NOTRUN -> SKIP (fdo#109271) +17 similar issues
-
igt@gem_exec_fence@basic-busy@bcs0:
- fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271) +8 similar issues
-
igt@gem_exec_suspend@basic-s3@smem:
-
fi-skl-6600u: PASS -> INCOMPLETE (i915#4547)
-
fi-bdw-5557u: PASS -> INCOMPLETE (i915#146)
-
-
igt@gem_huc_copy@huc-copy:
- fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271 / i915#2190)
-
igt@gem_lmem_swapping@parallel-random-engines:
- fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271 / i915#4613) +3 similar issues
-
igt@i915_selftest@live@gt_pm:
- fi-kbl-soraka: NOTRUN -> DMESG-FAIL (i915#1886 / i915#2291)
-
igt@i915_selftest@live@hangcheck:
- fi-hsw-4770: PASS -> INCOMPLETE (i915#4785)
-
igt@kms_chamelium@dp-edid-read:
- fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271 / fdo#111827) +8 similar issues
-
igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
- fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271 / i915#533)
-
igt@runner@aborted:
- fi-hsw-4770: NOTRUN -> FAIL (fdo#109271 / i915#1436 / i915#4312)
Possible fixes
-
igt@i915_selftest@live@requests:
- fi-blb-e6850: DMESG-FAIL (i915#4528) -> PASS
-
igt@kms_frontbuffer_tracking@basic:
- fi-cml-u2: DMESG-WARN (i915#4269) -> PASS
Warnings
{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_11088 -> Patchwork_22006
CI-20190529: 20190529
CI_DRM_11088: 31b826a55fd46e5e2fc21720a466946f9ccfe557 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6326: ec75f64fcbcf4aac58fbf1bf629e8f59b19db4ce @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_22006: dd1b5fa154d09ff318188a79029416085552c3cc @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
dd1b5fa154d0 drm/i915: Remove short-term pins from execbuf, v6.
e21d517be475 drm/i915: Remove support for unlocked i915_vma unbind
7cef5f28f4ad drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind, v2.
fe813cc9ca8d drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something, v2.
9af9097af047 drm/i915: Add locking to i915_gem_evict_vm(), v3.
a6f5bc26c327 drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors, v2.