✗ Fi.CI.BUILD: failure for series starting with [01/32] drm/i915: Remove unused bits of i915_vma/active api
Patchwork
patchwork at emeril.freedesktop.org
Wed Oct 13 15:18:55 UTC 2021
== Series Details ==
Series: series starting with [01/32] drm/i915: Remove unused bits of i915_vma/active api
URL : https://patchwork.freedesktop.org/series/95770/
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.o
drivers/gpu/drm/i915/i915_vma.c: In function ‘i915_vma_parked’:
drivers/gpu/drm/i915/i915_vma.c:1463:3: error: ‘obj’ undeclared (first use in this function)
obj = vma->obj;
^~~
drivers/gpu/drm/i915/i915_vma.c:1463:3: note: each undeclared identifier is reported only once for each function it appears in
drivers/gpu/drm/i915/i915_vma.c:1464:3: error: ‘vm’ undeclared (first use in this function); did you mean ‘vma’?
vm = vma->vm;
^~
vma
scripts/Makefile.build:277: recipe for target 'drivers/gpu/drm/i915/i915_vma.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_vma.o] Error 1
scripts/Makefile.build:540: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:540: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:540: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1868: recipe for target 'drivers' failed
make: *** [drivers] Error 2
More information about the Intel-gfx-trybot
mailing list