Series: | i915/display: split and constify vtable (rev2) |
URL: | https://patchwork.freedesktop.org/series/94459/ |
State: | failure |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20994/index.html |
CI Bug Log - changes from CI_DRM_10565 -> Patchwork_20994
Summary
FAILURE
Serious unknown changes coming with Patchwork_20994 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_20994, 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_20994/index.html
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_20994:
IGT changes
Possible regressions
-
igt@runner@aborted:
Suppressed
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
-
igt@runner@aborted:
Known issues
Here are the changes found in Patchwork_20994 that come from known issues:
IGT changes
Issues hit
-
igt@i915_selftest@live@hangcheck:
- fi-snb-2600: PASS -> INCOMPLETE (i915#3921)
-
igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- fi-bdw-5557u: NOTRUN -> SKIP (fdo#109271) +3 similar issues
-
igt@kms_chamelium@dp-crc-fast:
- fi-bdw-5557u: NOTRUN -> SKIP (fdo#109271 / fdo#111827) +8 similar issues
-
igt@runner@aborted:
-
fi-cfl-8700k: NOTRUN -> FAIL (i915#3363 / k.org#202107 / k.org#202109)
-
fi-cfl-8109u: NOTRUN -> FAIL (i915#3363 / k.org#202107 / k.org#202109)
-
fi-glk-dsi: NOTRUN -> FAIL (i915#3363 / k.org#202321)
-
fi-kbl-8809g: NOTRUN -> FAIL (i915#1569 / i915#192 / i915#193 / i915#194 / i915#3363)
-
fi-kbl-r: NOTRUN -> FAIL (i915#1569 / i915#192 / i915#193 / i915#194 / i915#3363)
-
fi-kbl-soraka: NOTRUN -> FAIL (i915#1569 / i915#192 / i915#193 / i915#194 / i915#3363)
-
fi-kbl-guc: NOTRUN -> FAIL (i915#1569 / i915#192 / i915#193 / i915#194 / i915#3363)
-
fi-cfl-guc: NOTRUN -> FAIL (i915#3363 / k.org#202107 / k.org#202109)
-
fi-kbl-7567u: NOTRUN -> FAIL (i915#1569 / i915#192 / i915#193 / i915#194 / i915#3363)
Warnings
-
igt@runner@aborted:
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Participating hosts (47 -> 39)
Missing (8): fi-ilk-m540 bat-adls-5 bat-dg1-6 fi-bsw-cyan bat-adlp-4 fi-ctg-p8600 fi-bdw-samus bat-jsl-1
Build changes
- Linux: CI_DRM_10565 -> Patchwork_20994
CI-20190529: 20190529
CI_DRM_10565: 8c3cd60dcfa81a649b14f0705eb5e5c9336f1881 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6201: be0d02ff0775235ead63ccb1e3a1e8c10f0209cf @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_20994: 95a2f0fcea26ca363e61ccac4212e01d01335d0c @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
95a2f0fcea26 drm/i915: constify display wm vtable
fecaefd7d43d drm/i915: constify clock gating init vtable.
49a26c76173c drm/i915: constify display function vtable
847e28dad4f3 drm/i915: drop unused function ptr and comments.
d9a59612ea5b drm/i915: constify the cdclk vtable
15b1d958a0f9 drm/i915: constify the dpll clock vtable
75a66a44f968 drm/i915: constify the audio function vtable
31b6e09af8a9 drm/i915: constify color function vtable.
344a6d43dbcf drm/i915: constify hotplug function vtable.
34025d57fe46 drm/i915: constify fdi link training vtable
db3b4508c591 drm/i915: split the dpll clock compute out from display vtable.
e47bebd1891f drm/i915: split fdi link training from display vtable.
833a11509155 drm/i915: split irq hotplug function from display vtable
293f7a3cd1ee drm/i915: split cdclk functions from display vtable.
e7e7cb2df965 drm/i915: split audio functions from display vtable
15521fe74480 drm/i915: split color functions from display vtable
c398feb04b80 drm/i915: split watermark vfuncs from display vtable.
8f69042761b2 drm/i915: split clock gating init from display vtable
50c640da1629 drm/i915/display: add intel_fdi_link_train wrapper.
d4355a1ab8b5 drm/i915: add wrappers around cdclk vtable funcs.
6736ec4f3d7c drm/i915/wm: provide wrappers around watermark vfuncs calls
0128f0dd02e7 drm/i915: make update_wm take a dev_priv.
861185f462cb drm/i915/pm: drop get_fifo_size vfunc.