Patch Details
Series:Introduce i915_sched_engine object (rev3)
URL:https://patchwork.freedesktop.org/series/90630/
State:success
Details:https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20315/index.html

CI Bug Log - changes from CI_DRM_10194 -> Patchwork_20315

Summary

SUCCESS

No regressions found.

External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20315/index.html

Known issues

Here are the changes found in Patchwork_20315 that come from known issues:

IGT changes

Warnings

{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).

Participating hosts (46 -> 42)

Missing (4): fi-ilk-m540 fi-bsw-cyan fi-bdw-samus fi-hsw-4200u

Build changes

CI-20190529: 20190529
CI_DRM_10194: 08ac6453e0060df3adc8e95e0d6850414bc24fad @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6102: 6e67969bf93dda8f22773ccae362f757fce25c3d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_20315: dddd605f28cef8e3e605e566d00e117fe58ab3ee @ git://anongit.freedesktop.org/gfx-ci/linux

== Kernel 32bit build ==

Warning: Kernel 32bit buildtest failed:
https://intel-gfx-ci.01.org/Patchwork_20315/build_32bit.log

CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
CHK include/generated/compile.h
Kernel: arch/x86/boot/bzImage is ready (#1)
MODPOST modules-only.symvers
ERROR: modpost: "__udivdi3" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
ERROR: modpost: "__divdi3" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
scripts/Makefile.modpost:150: recipe for target 'modules-only.symvers' failed
make1: [modules-only.symvers] Error 1
make1:
Deleting file 'modules-only.symvers'
Makefile:1759: recipe for target 'modules' failed
make: *** [modules] Error 2

== Linux commits ==

dddd605f28ce drm/i915: Move submission tasklet to i915_sched_engine
000b7c90c1d3 drm/i915: Update i915_scheduler to operate on i915_sched_engine
5e1a52e49362 drm/i915: Add kick_backend function to i915_sched_engine
5ae07851a68f drm/i915: Move engine->schedule to i915_sched_engine
1430a8c35be4 drm/i915: Move active tracking to i915_sched_engine
2d2a9efa79d0 drm/i915: Reset sched_engine.no_priolist immediately after dequeue
8b42b297c13c drm/i915: Add i915_sched_engine_is_empty function
d37318e031d0 drm/i915: Move priolist to new i915_sched_engine object