✗ Fi.CI.BAT: failure for drm/i915: Rename full ppgtt configuration to be more generic (v2)

Patchwork patchwork at emeril.freedesktop.org
Wed Aug 22 22:41:56 UTC 2018


== Series Details ==

Series: drm/i915: Rename full ppgtt configuration to be more generic (v2)
URL   : https://patchwork.freedesktop.org/series/48592/
State : failure

== Summary ==

CALL    scripts/checksyscalls.sh
  DESCEND  objtool
  CHK     include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/i915_gem_gtt.o
drivers/gpu/drm/i915/i915_gem_gtt.c: In function ‘gen8_ppgtt_create’:
drivers/gpu/drm/i915/i915_gem_gtt.c:1651:23: error: left shift count >= width of type [-Werror=shift-count-overflow]
   ppgtt->vm.total = 1 << 32;
                       ^~
In file included from drivers/gpu/drm/i915/i915_gem_gtt.c:4115:0:
drivers/gpu/drm/i915/selftests/i915_gem_gtt.c: In function ‘exercise_ppgtt’:
drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:1004:7: error: implicit declaration of function ‘USES_FULL_PPGTT’; did you mean ‘USES_FULL_4LVL_PPGTT’? [-Werror=implicit-function-declaration]
  if (!USES_FULL_PPGTT(dev_priv))
       ^~~~~~~~~~~~~~~
       USES_FULL_4LVL_PPGTT
cc1: all warnings being treated as errors
scripts/Makefile.build:317: recipe for target 'drivers/gpu/drm/i915/i915_gem_gtt.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_gem_gtt.o] Error 1
scripts/Makefile.build:558: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:558: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:558: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1029: recipe for target 'drivers' failed
make: *** [drivers] Error 2



More information about the Intel-gfx-trybot mailing list