✗ Fi.CI.BUILD: failure for series starting with [01/16] drm/i915: Remove unused bits of i915_vma/active api

Patchwork patchwork at emeril.freedesktop.org
Tue Jul 27 22:19:37 UTC 2021


== Series Details ==

Series: series starting with [01/16] drm/i915: Remove unused bits of i915_vma/active api
URL   : https://patchwork.freedesktop.org/series/93069/
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/gen6_ppgtt.o
In file included from ./drivers/gpu/drm/i915/gt/uc/intel_guc.h:20,
                 from ./drivers/gpu/drm/i915/gt/uc/intel_uc.h:9,
                 from ./drivers/gpu/drm/i915/gt/intel_gt_types.h:18,
                 from ./drivers/gpu/drm/i915/gt/intel_engine.h:17,
                 from ./drivers/gpu/drm/i915/i915_drv.h:84,
                 from ./drivers/gpu/drm/i915/display/intel_display_types.h:47,
                 from ./drivers/gpu/drm/i915/i915_trace.h:12,
                 from drivers/gpu/drm/i915/gt/gen6_ppgtt.c:10:
drivers/gpu/drm/i915/gt/gen6_ppgtt.c: In function ‘gen6_ppgtt_pin’:
drivers/gpu/drm/i915/gt/gen6_ppgtt.c:344:54: error: ‘vma’ undeclared (first use in this function); did you mean ‘vmap’?
   clear_bit(I915_VMA_CAN_FENCE_BIT, __i915_vma_flags(vma));
                                                      ^~~
./drivers/gpu/drm/i915/i915_vma.h:62:49: note: in definition of macro ‘__i915_vma_flags’
 #define __i915_vma_flags(v) ((unsigned long *)&(v)->flags.counter)
                                                 ^
drivers/gpu/drm/i915/gt/gen6_ppgtt.c:344:54: note: each undeclared identifier is reported only once for each function it appears in
   clear_bit(I915_VMA_CAN_FENCE_BIT, __i915_vma_flags(vma));
                                                      ^~~
./drivers/gpu/drm/i915/i915_vma.h:62:49: note: in definition of macro ‘__i915_vma_flags’
 #define __i915_vma_flags(v) ((unsigned long *)&(v)->flags.counter)
                                                 ^
scripts/Makefile.build:271: recipe for target 'drivers/gpu/drm/i915/gt/gen6_ppgtt.o' failed
make[4]: *** [drivers/gpu/drm/i915/gt/gen6_ppgtt.o] Error 1
scripts/Makefile.build:514: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:514: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:514: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1842: recipe for target 'drivers' failed
make: *** [drivers] Error 2




More information about the Intel-gfx-trybot mailing list