✗ Fi.CI.BUILD: failure for series starting with [01/26] drm/i915: Remove dma_resv_prune
Patchwork
patchwork at emeril.freedesktop.org
Tue Nov 23 14:04:32 UTC 2021
== Series Details ==
Series: series starting with [01/26] drm/i915: Remove dma_resv_prune
URL : https://patchwork.freedesktop.org/series/97204/
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_wait_for_bind’:
drivers/gpu/drm/i915/i915_vma.c:316:28: error: implicit declaration of function ‘dma_resv_get_excl_unlocked’; did you mean ‘dma_resv_iter_next_unlocked’? [-Werror=implicit-function-declaration]
struct dma_fence *fence = dma_resv_get_excl_unlocked(&vma->vm->_resv);
^~~~~~~~~~~~~~~~~~~~~~~~~~
dma_resv_iter_next_unlocked
drivers/gpu/drm/i915/i915_vma.c:316:28: error: initialization of ‘struct dma_fence *’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
drivers/gpu/drm/i915/i915_vma.c: In function ‘__i915_request_await_bind’:
drivers/gpu/drm/i915/i915_vma.c:1571:28: error: initialization of ‘struct dma_fence *’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
struct dma_fence *fence = dma_resv_get_excl_unlocked(&vma->vm->_resv);
^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:287: 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: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