Patch Details
Series: drm/i915/gt: Add selftests for TLB invalidation (rev3) URL: https://patchwork.freedesktop.org/series/112894/ State: success Details: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112894v3/index.html CI Bug Log - changes from CI_DRM_12640 -> Patchwork_112894v3
Summary
SUCCESS
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_112894v3/index.html
Participating hosts (37 -> 38)
Additional (2): fi-kbl-soraka fi-bsw-kefka
Missing (1): fi-pnv-d510Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_112894v3:
IGT changes
Possible regressions
{igt@i915_selftest@live@gt_tlb} (NEW):
{bat-dg2-11}: NOTRUN -> DMESG-FAIL
fi-bsw-nick: NOTRUN -> INCOMPLETE
fi-bsw-kefka: NOTRUN -> DMESG-FAIL
{bat-atsm-1}: NOTRUN -> DMESG-FAIL
{bat-dg2-9}: NOTRUN -> DMESG-FAIL
{bat-dg2-8}: NOTRUN -> DMESG-FAIL
fi-bsw-n3050: NOTRUN -> DMESG-FAIL
fi-bdw-gvtdvm: NOTRUN -> INCOMPLETE
We have:
1. 4 tests ended with -EINVAL, this is due to attempt of pinning pages with too small alignment, skipping testing alignment lower than i915_vm_obj_min_alignment(va->vm, va->obj) solves it.
2. 2 tests provoking OOM killer, dropping lookup for phys addresses different at upper32 bits should solve it.
3. 2 tests on bsw machines fails due to "Spinner ended unexpectedly" at sampling vcs0 and with non-contiguous pages, no idea atm how to solve it (silently drop in case page is non-contig?), any ideas.
Regards
Andrzej
Suppressed
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
- igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-edp-1:
- {bat-adlp-6}: PASS -> DMESG-WARN
New tests
New tests have been introduced between CI_DRM_12640 and Patchwork_112894v3:
New IGT tests (1)
- igt@i915_selftest@live@gt_tlb:
- Statuses : 6 dmesg-fail(s) 2 incomplete(s) 30 pass(s)
- Exec time: [0.0] s
Known issues
Here are the changes found in Patchwork_112894v3 that come from known issues:
IGT changes
Issues hit
igt@gem_huc_copy@huc-copy:
- fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271 / i915#2190)
igt@gem_lmem_swapping@basic:
- fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271 / i915#4613) +3 similar issues
igt@i915_module_load@reload:
- fi-kbl-soraka: NOTRUN -> DMESG-WARN (i915#1982)
igt@i915_selftest@live@execlists:
- fi-kbl-soraka: NOTRUN -> INCOMPLETE (i915#7156)
igt@i915_selftest@live@gt_heartbeat:
- fi-apl-guc: PASS -> DMESG-FAIL (i915#5334)
igt@i915_selftest@live@gt_pm:
- fi-kbl-soraka: NOTRUN -> DMESG-FAIL (i915#1886)
igt@kms_chamelium_frames@hdmi-crc-fast:
- fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271) +15 similar issues
igt@kms_chamelium_hpd@common-hpd-after-suspend:
igt@prime_vgem@basic-fence-flip:
- fi-bsw-kefka: NOTRUN -> SKIP (fdo#109271) +26 similar issues
Possible fixes
igt@gem_exec_suspend@basic-s0@smem:
- {bat-adlp-9}: DMESG-WARN -> PASS
igt@gem_exec_suspend@basic-s3@smem:
- fi-rkl-11600: INCOMPLETE (i915#7793) -> PASS
igt@i915_selftest@live@migrate:
- {bat-dg2-11}: DMESG-WARN (i915#7699) -> PASS
igt@kms_cursor_legacy@basic-flip-after-cursor@atomic-transitions-varying-size:
{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_12640 -> Patchwork_112894v3
CI-20190529: 20190529
CI_DRM_12640: cc7783f223ac644092bb8788f0750fc5c68aa00e @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7136: 31b6af91747ad8c705399c9006cdb81cb1864146 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_112894v3: cc7783f223ac644092bb8788f0750fc5c68aa00e @ git://anongit.freedesktop.org/gfx-ci/linuxLinux commits
40c7d71e7421 drm/i915/gt: Add selftests for TLB invalidation