Series: | Add KUnit support for i915 driver |
URL: | https://patchwork.freedesktop.org/series/110483/ |
State: | success |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110483v1/index.html |
CI Bug Log - changes from CI_DRM_12339 -> Patchwork_110483v1
Summary
SUCCESS
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_110483v1/index.html
Participating hosts (40 -> 30)
Additional (2): fi-kbl-soraka fi-tgl-dsi
Missing (12): fi-hsw-4200u bat-dg2-8 bat-dg2-9 bat-adlp-6 bat-adlp-4 fi-ctg-p8600 bat-adln-1 bat-rplp-1 bat-rpls-1 bat-rpls-2 bat-dg2-11 fi-bdw-samus
Known issues
Here are the changes found in Patchwork_110483v1 that come from known issues:
IGT changes
Issues hit
-
igt@gem_exec_gttfill@basic:
- fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271) +8 similar issues
-
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_selftest@live@gem_contexts:
- fi-kbl-soraka: NOTRUN -> INCOMPLETE (i915#7099)
-
igt@i915_selftest@live@gt_pm:
- fi-kbl-soraka: NOTRUN -> DMESG-FAIL (i915#1886)
-
igt@i915_suspend@basic-s3-without-i915:
- fi-bdw-5557u: PASS -> INCOMPLETE (i915#146)
-
igt@kms_chamelium@hdmi-hpd-fast:
- fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271 / fdo#111827) +7 similar issues
Possible fixes
{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_12339 -> Patchwork_110483v1
CI-20190529: 20190529
CI_DRM_12339: fafe2d945b3d76b8a7e32102311d8d0495724a3e @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7041: 40ea6325f69eb56653171c21b5d4977982a92d0a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_110483v1: fafe2d945b3d76b8a7e32102311d8d0495724a3e @ git://anongit.freedesktop.org/gfx-ci/linux
Linux commits
314cba5c1954 drm/i915: check if current->mm is not NULL
92389b73cc89 drm/i915: now that all functions are used, remove __maybe_unused
4d64e5b4e650 drm/i915: add perf selftests to KUnit
9c0cee4d3a02 drm/i915: add live selftests to KUnit
87e55cf24677 drm/i915: add support to run KUnit tests on bare metal
75831477f5e4 drm/i915: allow running mock selftests via Kunit
832a88429610 drm/i915: place selftest preparation on a separate function
b9997723ae83 drm/i915: export all selftest functions