✗ Fi.CI.BUILD: failure for series starting with [1/5] drm/i915/gt: Do not allow setting ring size for legacy ring submission
Patchwork
patchwork at emeril.freedesktop.org
Mon Jul 5 09:46:48 UTC 2021
== Series Details ==
Series: series starting with [1/5] drm/i915/gt: Do not allow setting ring size for legacy ring submission
URL : https://patchwork.freedesktop.org/series/92196/
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_drv.o
In file included from drivers/gpu/drm/i915/gem/i915_gem_context.h:12,
from drivers/gpu/drm/i915/i915_drv.c:62:
./drivers/gpu/drm/i915/gt/intel_context.h: In function ‘intel_context_pin’:
./drivers/gpu/drm/i915/gt/intel_context.h:98:7: error: implicit declaration of function ‘intel_context_is_barrier’; did you mean ‘intel_context_is_pinned’? [-Werror=implicit-function-declaration]
if (intel_context_is_barrier(ce))
^~~~~~~~~~~~~~~~~~~~~~~~
intel_context_is_pinned
./drivers/gpu/drm/i915/gt/intel_context.h: At top level:
./drivers/gpu/drm/i915/gt/intel_context.h:194:20: error: conflicting types for ‘intel_context_is_barrier’
static inline bool intel_context_is_barrier(const struct intel_context *ce)
^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/gpu/drm/i915/gt/intel_context.h:98:7: note: previous implicit declaration of ‘intel_context_is_barrier’ was here
if (intel_context_is_barrier(ce))
^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:273: recipe for target 'drivers/gpu/drm/i915/i915_drv.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_drv.o] Error 1
scripts/Makefile.build:516: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:516: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:516: 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-trybot
mailing list