✗ Fi.CI.BAT: failure for series starting with [01/26] drm/i915: Shrink search list for active timelines

Patchwork patchwork at emeril.freedesktop.org
Tue May 15 17:26:00 UTC 2018


== Series Details ==

Series: series starting with [01/26] drm/i915: Shrink search list for active timelines
URL   : https://patchwork.freedesktop.org/series/43208/
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
  DESCEND  objtool
  CHK     scripts/mod/devicetable-offsets.h
  CHK     include/generated/compile.h
  CHK     kernel/config_data.h
  CC [M]  drivers/gpu/drm/i915/intel_lrc.o
In file included from ./include/linux/interrupt.h:6:0,
                 from drivers/gpu/drm/i915/intel_lrc.c:134:
drivers/gpu/drm/i915/intel_lrc.c: In function ‘execlists_submission_tasklet’:
drivers/gpu/drm/i915/intel_lrc.c:1125:14: error: ‘ENGINE_IRQ_EXECLIST’ undeclared (first use in this function); did you mean ‘ENGINE_IRQ_BREADCRUMB’?
     test_bit(ENGINE_IRQ_EXECLIST, &engine->irq_posted));
              ^
./include/linux/kernel.h:647:40: note: in definition of macro ‘__trace_printk_check_format’
   ____trace_printk_check_format(fmt, ##args);  \
                                        ^~~~
./include/linux/kernel.h:684:3: note: in expansion of macro ‘do_trace_printk’
   do_trace_printk(fmt, ##__VA_ARGS__); \
   ^~~~~~~~~~~~~~~
drivers/gpu/drm/i915/i915_gem.h:64:24: note: in expansion of macro ‘trace_printk’
 #define GEM_TRACE(...) trace_printk(__VA_ARGS__)
                        ^~~~~~~~~~~~
drivers/gpu/drm/i915/intel_lrc.c:1121:2: note: in expansion of macro ‘GEM_TRACE’
  GEM_TRACE("%s awake?=%d, active=%x, irq-posted?=%d\n",
  ^~~~~~~~~
drivers/gpu/drm/i915/intel_lrc.c:1125:5: note: in expansion of macro ‘test_bit’
     test_bit(ENGINE_IRQ_EXECLIST, &engine->irq_posted));
     ^~~~~~~~
drivers/gpu/drm/i915/intel_lrc.c:1125:14: note: each undeclared identifier is reported only once for each function it appears in
     test_bit(ENGINE_IRQ_EXECLIST, &engine->irq_posted));
              ^
./include/linux/kernel.h:647:40: note: in definition of macro ‘__trace_printk_check_format’
   ____trace_printk_check_format(fmt, ##args);  \
                                        ^~~~
./include/linux/kernel.h:684:3: note: in expansion of macro ‘do_trace_printk’
   do_trace_printk(fmt, ##__VA_ARGS__); \
   ^~~~~~~~~~~~~~~
drivers/gpu/drm/i915/i915_gem.h:64:24: note: in expansion of macro ‘trace_printk’
 #define GEM_TRACE(...) trace_printk(__VA_ARGS__)
                        ^~~~~~~~~~~~
drivers/gpu/drm/i915/intel_lrc.c:1121:2: note: in expansion of macro ‘GEM_TRACE’
  GEM_TRACE("%s awake?=%d, active=%x, irq-posted?=%d\n",
  ^~~~~~~~~
drivers/gpu/drm/i915/intel_lrc.c:1125:5: note: in expansion of macro ‘test_bit’
     test_bit(ENGINE_IRQ_EXECLIST, &engine->irq_posted));
     ^~~~~~~~
scripts/Makefile.build:312: recipe for target 'drivers/gpu/drm/i915/intel_lrc.o' failed
make[4]: *** [drivers/gpu/drm/i915/intel_lrc.o] Error 1
scripts/Makefile.build:559: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:559: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:559: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1060: recipe for target 'drivers' failed
make: *** [drivers] Error 2



More information about the Intel-gfx-trybot mailing list