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

Patchwork patchwork at emeril.freedesktop.org
Tue Jul 27 08:31:54 UTC 2021


== Series Details ==

Series: series starting with [01/12] drm/i915: Remove unused bits of i915_vma/active api
URL   : https://patchwork.freedesktop.org/series/93057/
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/i915_vma.o
drivers/gpu/drm/i915/i915_vma.c: In function ‘__vma_release’:
drivers/gpu/drm/i915/i915_vma.c:320:12: error: ‘struct dma_fence_work’ has no member named ‘vma’; did you mean ‘dma’?
  if (work->vma)
            ^~~
            dma
drivers/gpu/drm/i915/i915_vma.c:321:24: error: ‘struct dma_fence_work’ has no member named ‘vma’; did you mean ‘dma’?
   __i915_vma_put(work->vma);
                        ^~~
                        dma
scripts/Makefile.build:271: recipe for target 'drivers/gpu/drm/i915/i915_vma.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_vma.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