== Series Details ==

Series: series starting with [1/8] drm/i915: Move saturated workload detection 
back to the context
URL   : https://patchwork.freedesktop.org/series/77343/
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 ‘resubmit_virtual_request’:
drivers/gpu/drm/i915/gt/intel_lrc.c:1372:25: error: ‘ve’ redeclared as 
different kind of symbol
  struct virtual_engine *ve = container_of(ce, typeof(*ve), context);
                         ^~
drivers/gpu/drm/i915/gt/intel_lrc.c:1370:74: note: previous definition of ‘ve’ 
was here
 resubmit_virtual_request(struct i915_request *rq, struct virtual_engine *ve)
                                                                          ^~
In file included from ./include/linux/interrupt.h:6:0,
                 from drivers/gpu/drm/i915/gt/intel_lrc.c:134:
drivers/gpu/drm/i915/gt/intel_lrc.c:1372:43: error: ‘ce’ undeclared (first use 
in this function); did you mean ‘ve’?
  struct virtual_engine *ve = container_of(ce, typeof(*ve), context);
                                           ^
./include/linux/kernel.h:993:26: note: in definition of macro ‘container_of’
  void *__mptr = (void *)(ptr);     \
                          ^~~
drivers/gpu/drm/i915/gt/intel_lrc.c:1372:43: note: each undeclared identifier 
is reported only once for each function it appears in
  struct virtual_engine *ve = container_of(ce, typeof(*ve), context);
                                           ^
./include/linux/kernel.h:993:26: note: in definition of macro ‘container_of’
  void *__mptr = (void *)(ptr);     \
                          ^~~
scripts/Makefile.build:266: 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:488: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:488: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:488: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1729: recipe for target 'drivers' failed
make: *** [drivers] Error 2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to