[Intel-gfx] ✗ Fi.CI.BAT: failure for Gen8+ engine-reset (rev12)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 6 01:02:49 UTC 2017
== Series Details ==
Series: Gen8+ engine-reset (rev12)
URL : https://patchwork.freedesktop.org/series/21868/
State : failure
== Summary ==
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
CHK include/generated/bounds.h
CHK include/generated/timeconst.h
CHK include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
CHK scripts/mod/devicetable-offsets.h
CHK include/generated/compile.h
CHK kernel/config_data.h
CC [M] drivers/gpu/drm/i915/i915_drv.o
In file included from ./include/linux/ioport.h:12:0,
from ./include/linux/acpi.h:25,
from drivers/gpu/drm/i915/i915_drv.c:30:
drivers/gpu/drm/i915/i915_drv.c: In function ‘i915_reset_engine’:
drivers/gpu/drm/i915/i915_drv.c:1906:23: error: ‘I915_RESET_ENGINE_IN_PROGRESS’ undeclared (first use in this function)
GEM_BUG_ON(!test_bit(I915_RESET_ENGINE_IN_PROGRESS, &error->flags));
^
./include/linux/compiler.h:179:42: note: in definition of macro ‘unlikely’
# define unlikely(x) __builtin_expect(!!(x), 0)
^
drivers/gpu/drm/i915/i915_gem.h:31:26: note: in expansion of macro ‘BUG_ON’
#define GEM_BUG_ON(expr) BUG_ON(expr)
^
drivers/gpu/drm/i915/i915_drv.c:1906:2: note: in expansion of macro ‘GEM_BUG_ON’
GEM_BUG_ON(!test_bit(I915_RESET_ENGINE_IN_PROGRESS, &error->flags));
^
drivers/gpu/drm/i915/i915_drv.c:1906:14: note: in expansion of macro ‘test_bit’
GEM_BUG_ON(!test_bit(I915_RESET_ENGINE_IN_PROGRESS, &error->flags));
^
drivers/gpu/drm/i915/i915_drv.c:1906:23: note: each undeclared identifier is reported only once for each function it appears in
GEM_BUG_ON(!test_bit(I915_RESET_ENGINE_IN_PROGRESS, &error->flags));
^
./include/linux/compiler.h:179:42: note: in definition of macro ‘unlikely’
# define unlikely(x) __builtin_expect(!!(x), 0)
^
drivers/gpu/drm/i915/i915_gem.h:31:26: note: in expansion of macro ‘BUG_ON’
#define GEM_BUG_ON(expr) BUG_ON(expr)
^
drivers/gpu/drm/i915/i915_drv.c:1906:2: note: in expansion of macro ‘GEM_BUG_ON’
GEM_BUG_ON(!test_bit(I915_RESET_ENGINE_IN_PROGRESS, &error->flags));
^
drivers/gpu/drm/i915/i915_drv.c:1906:14: note: in expansion of macro ‘test_bit’
GEM_BUG_ON(!test_bit(I915_RESET_ENGINE_IN_PROGRESS, &error->flags));
^
scripts/Makefile.build:302: 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:561: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:561: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:561: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1016: recipe for target 'drivers' failed
make: *** [drivers] Error 2
More information about the Intel-gfx
mailing list