Series: | drm/i915/gem: ioctl clean-ups (rev6) |
URL: | https://patchwork.freedesktop.org/series/89443/ |
State: | success |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20316/index.html |
CI Bug Log - changes from CI_DRM_10194 -> Patchwork_20316
Summary
SUCCESS
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20316/index.html
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_20316:
IGT changes
Suppressed
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
Known issues
Here are the changes found in Patchwork_20316 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@gem_exec_suspend@basic-s3:
-
igt@i915_selftest@live@hangcheck:
- fi-icl-y: PASS -> INCOMPLETE (i915#2782)
-
igt@kms_chamelium@dp-crc-fast:
-
igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1:
Possible fixes
- igt@i915_selftest@live@hangcheck:
- fi-snb-2600: INCOMPLETE (i915#2782) -> PASS
Warnings
-
igt@i915_selftest@live@execlists:
-
fi-icl-u2: INCOMPLETE (i915#2782 / i915#3462) -> DMESG-FAIL (i915#3462)
-
fi-tgl-u2: INCOMPLETE (i915#3462) -> DMESG-FAIL (i915#3462)
-
-
igt@runner@aborted:
-
fi-skl-6600u: FAIL (i915#1436 / i915#2426 / i915#3363) -> FAIL (i915#1436 / i915#3363)
-
fi-icl-u2: FAIL (i915#2782 / i915#3363) -> FAIL (i915#2426 / i915#2782 / i915#3363)
-
fi-glk-dsi: FAIL (i915#2426 / i915#3363 / k.org#202321) -> FAIL (i915#3363 / k.org#202321)
-
fi-bdw-5557u: FAIL (i915#2426 / i915#3462) -> FAIL (i915#3462)
-
fi-kbl-guc: FAIL (i915#1436 / i915#2426 / i915#3363) -> FAIL (i915#1436 / i915#3363)
-
fi-cml-u2: FAIL (i915#2082 / i915#2426 / i915#3363 / i915#3462) -> FAIL (i915#3363 / i915#3462)
-
fi-bxt-dsi: FAIL (i915#2426 / i915#3363) -> FAIL (i915#3363)
-
{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
- IGT: IGT_6102 -> IGTPW_5902
- Linux: CI_DRM_10194 -> Patchwork_20316
CI-20190529: 20190529
CI_DRM_10194: 08ac6453e0060df3adc8e95e0d6850414bc24fad @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_5902: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5902/index.html
IGT_6102: 6e67969bf93dda8f22773ccae362f757fce25c3d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_20316: 5d88c5acb5a76e1a4eb196a1abf4571d4476241d @ git://anongit.freedesktop.org/gfx-ci/linux
== Kernel 32bit build ==
Warning: Kernel 32bit buildtest failed:
https://intel-gfx-ci.01.org/Patchwork_20316/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 ==
5d88c5acb5a7 drm/i915: Drop some RCU usage around context VMs
cebbfc1e7a57 drm/i915: Finalize contexts in GEM_CONTEXT_CREATE on version 13+
a44b64394c89 drm/i915/gem: Roll all of context creation together
fdef01939517 i915/gem/selftests: Assign the VM at context creation in igt_shared_ctx_exec
d7367f2713d1 drm/i915/selftests: Take a VM in kernel_context()
1fa13abc7009 drm/i915/gem: Don't allow changing the engine set on running contexts (v2)
e68bf5e2b2d3 drm/i915/gem: Don't allow changing the VM on running contexts (v2)
c201ac1b1cac drm/i915/gem: Delay context creation (v2)
c66b333bcf0d drm/i915/gt: Drop i915_address_space::file (v2)
8d3126761267 drm/i915/gem: Return an error ptr from context_lookup
c2ee5d981222 drm/i915/gem: Use the proto-context to handle create parameters (v3)
abdf4766d581 drm/i915/gem: Make an alignment check more sensible
ce5911d9f97c drm/i915: Add an i915_gem_vm_lookup helper
cfe2616bb981 drm/i915/gem: Optionally set SSEU in intel_context_set_gem
9ba4bec35eb8 drm/i915/gem: Rework error handling in default_engines
92cb528d35f6 drm/i915/gem: Add an intermediate proto_context struct (v4)
ebec0e49d883 drm/i915: Add gem/i915_gem_context.h to the docs
93a5d3ac059d drm/i915/gem: Add a separate validate_priority helper
a7a8f8d5ff55 drm/i915: Stop manually RCU banging in reset_stats_ioctl (v2)
f5928334153d drm/i915/gem: Disallow creating contexts with too many engines
6fe842590232 drm/i915/request: Remove the hook from await_execution
054b1f8e7432 drm/i915/gem: Remove engine auto-magic with FENCE_SUBMIT (v2)
7ca2359062f7 drm/i915/gem: Disallow bonding of virtual engines (v3)
6b3e766c7441 drm/i915: Drop getparam support for I915_CONTEXT_PARAM_ENGINES
e3f2ad211e12 drm/i915: Implement SINGLE_TIMELINE with a syncobj (v4)
f3f668886b95 drm/i915: Drop the CONTEXT_CLONE API (v2)
9128ae468d28 drm/i915/gem: Return void from context_apply_all
d15967a05b62 drm/i915/gem: Set the watchdog timeout directly in intel_context_set_gem (v2)
30643107eda9 drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAP
bcc3d9296cf1 drm/i915: Stop storing the ring size in the ring pointer (v2)
9bed855e16a0 drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE
_______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx