✗ Fi.CI.BUILD: failure for series starting with [1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies

Patchwork patchwork at emeril.freedesktop.org
Tue Dec 7 10:32:10 UTC 2021


== Series Details ==

Series: series starting with [1/6] drm/i915: Avoid using the i915_fence_array when collecting dependencies
URL   : https://patchwork.freedesktop.org/series/97643/
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/i915_vma_resource.o
In file included from ./include/linux/seqlock.h:19,
                 from ./include/linux/mmzone.h:16,
                 from ./include/linux/gfp.h:6,
                 from ./include/linux/slab.h:15,
                 from drivers/gpu/drm/i915/i915_vma_resource.c:7:
drivers/gpu/drm/i915/i915_vma_resource.c: In function ‘i915_vma_resource_unbind_work’:
drivers/gpu/drm/i915/i915_vma_resource.c:146:15: error: ‘vm’ undeclared (first use in this function); did you mean ‘tm’?
   mutex_lock(&vm->mutex);
               ^~
./include/linux/mutex.h:187:44: note: in definition of macro ‘mutex_lock’
 #define mutex_lock(lock) mutex_lock_nested(lock, 0)
                                            ^~~~
drivers/gpu/drm/i915/i915_vma_resource.c:146:15: note: each undeclared identifier is reported only once for each function it appears in
   mutex_lock(&vm->mutex);
               ^~
./include/linux/mutex.h:187:44: note: in definition of macro ‘mutex_lock’
 #define mutex_lock(lock) mutex_lock_nested(lock, 0)
                                            ^~~~
scripts/Makefile.build:287: recipe for target 'drivers/gpu/drm/i915/i915_vma_resource.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_vma_resource.o] Error 1
scripts/Makefile.build:549: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:549: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:549: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1846: recipe for target 'drivers' failed
make: *** [drivers] Error 2




More information about the Intel-gfx-trybot mailing list