[Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/2] drm/i915/gem: Correct the locking and pin pattern for dma-buf
Patchwork
patchwork at emeril.freedesktop.org
Thu Jul 1 14:52:51 UTC 2021
== Series Details ==
Series: series starting with [1/2] drm/i915/gem: Correct the locking and pin pattern for dma-buf
URL : https://patchwork.freedesktop.org/series/92109/
State : failure
== Summary ==
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
DESCEND objtool
CHK include/generated/compile.h
CC [M] drivers/gpu/drm/i915/gem/i915_gem_dmabuf.o
In file included from ./include/linux/init.h:5,
from ./include/linux/io.h:10,
from ./include/linux/dma-buf-map.h:9,
from ./include/linux/dma-buf.h:16,
from drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c:7:
drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c: In function ‘i915_gem_prime_import’:
drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c:276:27: error: ‘force_differnt_devices’ undeclared (first use in this function); did you mean ‘force_different_devices’?
!I915_SELFTEST_ONLY(force_differnt_devices)) {
^~~~~~~~~~~~~~~~~~~~~~
./include/linux/compiler.h:78:42: note: in definition of macro ‘unlikely’
# define unlikely(x) __builtin_expect(!!(x), 0)
^
drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c:276:8: note: in expansion of macro ‘I915_SELFTEST_ONLY’
!I915_SELFTEST_ONLY(force_differnt_devices)) {
^~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c:276:27: note: each undeclared identifier is reported only once for each function it appears in
!I915_SELFTEST_ONLY(force_differnt_devices)) {
^~~~~~~~~~~~~~~~~~~~~~
./include/linux/compiler.h:78:42: note: in definition of macro ‘unlikely’
# define unlikely(x) __builtin_expect(!!(x), 0)
^
drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c:276:8: note: in expansion of macro ‘I915_SELFTEST_ONLY’
!I915_SELFTEST_ONLY(force_differnt_devices)) {
^~~~~~~~~~~~~~~~~~
In file included from drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c:327:
drivers/gpu/drm/i915/gem/selftests/i915_gem_dmabuf.c: At top level:
drivers/gpu/drm/i915/gem/selftests/i915_gem_dmabuf.c:89:17: error: ‘igt_dmabuf_move_notify’ undeclared here (not in a function); did you mean ‘dma_buf_move_notify’?
.move_notify = igt_dmabuf_move_notify,
^~~~~~~~~~~~~~~~~~~~~~
dma_buf_move_notify
scripts/Makefile.build:272: recipe for target 'drivers/gpu/drm/i915/gem/i915_gem_dmabuf.o' failed
make[4]: *** [drivers/gpu/drm/i915/gem/i915_gem_dmabuf.o] Error 1
scripts/Makefile.build:515: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:515: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:515: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1847: recipe for target 'drivers' failed
make: *** [drivers] Error 2
More information about the Intel-gfx
mailing list