Series: | i915/display: split and constify vtable, again |
URL: | https://patchwork.freedesktop.org/series/95184/ |
State: | success |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21183/index.html |
CI Bug Log - changes from CI_DRM_10655 -> Patchwork_21183
Summary
SUCCESS
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21183/index.html
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_21183:
IGT changes
Suppressed
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
- igt@i915_selftest@live@execlists:
- {fi-ehl-2}: PASS -> INCOMPLETE
Known issues
Here are the changes found in Patchwork_21183 that come from known issues:
IGT changes
Issues hit
-
igt@amdgpu/amd_basic@cs-sdma:
- fi-kbl-7500u: NOTRUN -> SKIP (fdo#109271) +27 similar issues
-
igt@amdgpu/amd_basic@semaphore:
- fi-bsw-nick: 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-s0:
-
igt@gem_huc_copy@huc-copy:
- fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271 / i915#2190)
-
igt@i915_selftest@live@gt_pm:
- fi-kbl-soraka: NOTRUN -> DMESG-FAIL (i915#1886 / i915#2291)
-
igt@kms_chamelium@common-hpd-after-suspend:
- fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271 / fdo#111827) +8 similar issues
-
igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
-
fi-kbl-7500u: NOTRUN -> SKIP (fdo#109271 / i915#533)
-
fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271 / i915#533)
-
Possible fixes
-
igt@i915_selftest@live@late_gt_pm:
- fi-bsw-nick: DMESG-FAIL (i915#2927 / i915#3428) -> PASS
-
igt@kms_chamelium@hdmi-crc-fast:
Warnings
- igt@kms_chamelium@vga-hpd-fast:
- fi-kbl-7500u: {ABORT} (i915#1814) -> SKIP (fdo#109271)
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Participating hosts (45 -> 30)
Additional (1): fi-kbl-soraka
Missing (16): fi-ilk-m540 fi-bdw-5557u bat-adls-5 bat-dg1-6 fi-hsw-4200u fi-bdw-gvtdvm fi-bsw-cyan fi-snb-2520m bat-adlp-4 fi-ctg-p8600 fi-hsw-4770 fi-ivb-3770 fi-bdw-samus bat-jsl-2 bat-jsl-1 fi-snb-2600
Build changes
- Linux: CI_DRM_10655 -> Patchwork_21183
CI-20190529: 20190529
CI_DRM_10655: 88d6ecae86a7bb32e8bf2bd233f7f9f9c8bd7abc @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6226: 18278534c085c35adcf62f158a8d5356e5496f8d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_21183: 3b9c79bb2e0a0e22541ebfaf832ac62127522226 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
3b9c79bb2e0a drm/i915: constify display wm vtable
19f4875109d1 drm/i915: constify clock gating init vtable.
f29192572174 drm/i915: constify display function vtable
b7681cd2bcf8 drm/i915: drop unused function ptr and comments.
878a6d800e78 drm/i915: constify the cdclk vtable
ddb35a2f7d67 drm/i915: constify the dpll clock vtable
a78732944517 drm/i915: constify the audio function vtable
096e5c68a7c4 drm/i915: constify color function vtable.
6827900a4832 drm/i915: constify hotplug function vtable.
d526b29f70d4 drm/i915: constify fdi link training vtable
0395cf21d5df drm/i915: split the dpll clock compute out from display vtable.
79b631289768 drm/i915: split fdi link training from display vtable.
6e370e4bdfb0 drm/i915: split irq hotplug function from display vtable
3ae5dbfc9499 drm/i915: split cdclk functions from display vtable.
a81f8a74d4b1 drm/i915: split audio functions from display vtable
80ba7c9dbea7 drm/i915: split color functions from display vtable
8df3e5e24fe7 drm/i915: split watermark vfuncs from display vtable.
9d3f3b043262 drm/i915: split clock gating init from display vtable
c4b0939b010d drm/i915/display: add intel_fdi_link_train wrapper.
d3c4c93bef02 drm/i915: add wrappers around cdclk vtable funcs.
d4b95ca78a50 drm/i915/wm: provide wrappers around watermark vfuncs calls (v3)
24df6bfbd0d7 drm/i915: make update_wm take a dev_priv.
5f03d3269e3b drm/i915/pm: drop get_fifo_size vfunc.
25d35099ae19 drm/i915/uncore: split the fw get function into separate vfunc