Series: | i915/display: split and constify vtable |
URL: | https://patchwork.freedesktop.org/series/94459/ |
State: | success |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20985/index.html |
CI Bug Log - changes from CI_DRM_10560 -> Patchwork_20985
Summary
SUCCESS
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20985/index.html
Known issues
Here are the changes found in Patchwork_20985 that come from known issues:
IGT changes
Issues hit
-
igt@amdgpu/amd_cs_nop@sync-fork-compute0:
- fi-snb-2600: NOTRUN -> SKIP (fdo#109271) +17 similar issues
-
igt@core_hotunplug@unbind-rebind:
-
igt@gem_exec_fence@basic-busy@bcs0:
- fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271) +6 similar issues
-
igt@gem_huc_copy@huc-copy:
- fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271 / i915#2190)
-
igt@i915_selftest@live@gt_heartbeat:
- fi-skl-guc: PASS -> DMESG-FAIL (i915#2291 / i915#541)
-
igt@i915_selftest@live@gt_pm:
- fi-kbl-soraka: NOTRUN -> DMESG-FAIL (i915#1886 / i915#2291)
-
igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- fi-bdw-5557u: NOTRUN -> SKIP (fdo#109271) +3 similar issues
-
igt@kms_chamelium@common-hpd-after-suspend:
- fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271 / fdo#111827) +8 similar issues
-
igt@kms_chamelium@dp-crc-fast:
- fi-bdw-5557u: 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:
Possible fixes
- igt@i915_selftest@live@hangcheck:
- fi-snb-2600: INCOMPLETE (i915#3921) -> PASS
Participating hosts (47 -> 40)
Missing (7): fi-ilk-m540 bat-adls-5 fi-hsw-4200u fi-bsw-cyan bat-adlp-4 fi-ctg-p8600 fi-bdw-samus
Build changes
- Linux: CI_DRM_10560 -> Patchwork_20985
CI-20190529: 20190529
CI_DRM_10560: 63f1c18cef9bcc5b23cd41b9d85399db7d40e3dd @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6199: 831085fb82f5b34e17f398a0af8eaa8c509e0fad @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_20985: ee4bac229f7fdb820729075ff3bd23e64709412f @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
ee4bac229f7f drm/i915: constify display wm vtable
c38e95658801 drm/i915: constify clock gating init vtable.
0aa6560d6dc0 drm/i915: constify display function vtable
cd09b1003483 drm/i915: drop unused function ptr and comments.
19452e67e3f5 drm/i915: constify the cdclk vtable
7afd7fa26e62 drm/i915: constify the dpll clock vtable
bc7d25d0b5a8 drm/i915: constify the audio function vtable
8715b614793b drm/i915: constify color function vtable.
a022a66bdb74 drm/i915: constify irq function vtable.
a68de81479ab drm/i915: constify fdi link training vtable
c6679bffd83a drm/i915: split the dpll clock compute out from display vtable.
079b3659abea drm/i915: split fdi link training from display vtable.
058f5bcb4112 drm/i915: split irq hotplug function from display vtable
38cdd3a1eb3b drm/i915: split cdclk functions from display vtable.
f04a4c66375c drm/i915: split audio functions from display vtable
8e12abc84eee drm/i915: split color functions from display vtable
fa9489128d12 drm/i915: split watermark vfuncs from display vtable.
f7fd8b9b66d8 drm/i915: split clock gating init from display vtable
4f0dcfddaf55 drm/i915/wm: move the update watermark wrapper to display side.
7d63620c3a3c drm/i915: make update_wm take a dev_priv.
7166501ad5c5 drm/i915/pm: drop get_fifo_size vfunc.