[Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/execlists: Prevent GPU death on ELSP[1] promotion to idle context (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 27 09:27:16 UTC 2020
== Series Details ==
Series: drm/i915/execlists: Prevent GPU death on ELSP[1] promotion to idle context (rev3)
URL : https://patchwork.freedesktop.org/series/75130/
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/gt/intel_lrc.o
drivers/gpu/drm/i915/gt/intel_lrc.c: In function ‘execlists_dequeue’:
drivers/gpu/drm/i915/gt/intel_lrc.c:2212:22: error: passing argument 1 of ‘tasklet_hi_schedule’ from incompatible pointer type [-Werror=incompatible-pointer-types]
tasklet_hi_schedule(&execlists->active); /* paper over lost interrupt */
^
In file included from drivers/gpu/drm/i915/gt/intel_lrc.c:134:0:
./include/linux/interrupt.h:658:20: note: expected ‘struct tasklet_struct *’ but argument is of type ‘struct i915_request * const**’
static inline void tasklet_hi_schedule(struct tasklet_struct *t)
^~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:267: recipe for target 'drivers/gpu/drm/i915/gt/intel_lrc.o' failed
make[4]: *** [drivers/gpu/drm/i915/gt/intel_lrc.o] Error 1
scripts/Makefile.build:505: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:505: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:505: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1683: recipe for target 'drivers' failed
make: *** [drivers] Error 2
More information about the Intel-gfx
mailing list