✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Make 48bit full ppgtt configuration generic (v4)

Patchwork patchwork at emeril.freedesktop.org
Wed Sep 12 18:54:12 UTC 2018


== Series Details ==

Series: series starting with [1/2] drm/i915: Make 48bit full ppgtt configuration generic (v4)
URL   : https://patchwork.freedesktop.org/series/49577/
State : failure

== Summary ==

CALL    scripts/checksyscalls.sh
  DESCEND  objtool
  CHK     include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/i915_gem_context.o
In file included from drivers/gpu/drm/i915/i915_gem_context.c:91:0:
drivers/gpu/drm/i915/i915_gem_context.c: In function ‘i915_gem_create_context’:
drivers/gpu/drm/i915/i915_drv.h:2574:53: error: ‘const struct intel_device_info’ has no member named ‘full_ppgtt’; did you mean ‘has_full_ppgtt’?
 #define USES_FULL_PPGTT(dev_priv) ((dev_priv)->info.full_ppgtt)
                                                     ^
drivers/gpu/drm/i915/i915_gem_context.c:417:6: note: in expansion of macro ‘USES_FULL_PPGTT’
  if (USES_FULL_PPGTT(dev_priv)) {
      ^~~~~~~~~~~~~~~
drivers/gpu/drm/i915/selftests/i915_gem_context.c: In function ‘i915_gem_context_live_selftests’:
drivers/gpu/drm/i915/i915_drv.h:2573:49: error: ‘const struct intel_device_info’ has no member named ‘aliased_ppgtt’; did you mean ‘has_aliasing_ppgtt’?
 #define USES_PPGTT(dev_priv)  ((dev_priv)->info.aliased_ppgtt)
                                                 ^
drivers/gpu/drm/i915/selftests/i915_gem_context.c:726:6: note: in expansion of macro ‘USES_PPGTT’
  if (USES_PPGTT(dev_priv) && !dev_priv->mm.aliasing_ppgtt) {
      ^~~~~~~~~~
scripts/Makefile.build:305: recipe for target 'drivers/gpu/drm/i915/i915_gem_context.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_gem_context.o] Error 1
scripts/Makefile.build:546: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:546: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:546: 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