[Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [CI,01/33] drm/i915: Convert intel_vgt_(de)balloon to uncore (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu Jun 20 19:55:00 UTC 2019
== Series Details ==
Series: series starting with [CI,01/33] drm/i915: Convert intel_vgt_(de)balloon to uncore (rev3)
URL : https://patchwork.freedesktop.org/series/62411/
State : failure
== Summary ==
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
DESCEND objtool
CHK include/generated/compile.h
AR drivers/gpu/drm/i915/built-in.a
CC [M] drivers/gpu/drm/i915/header_test_i915_active_types.o
CC [M] drivers/gpu/drm/i915/header_test_i915_debugfs.o
CC [M] drivers/gpu/drm/i915/header_test_i915_drv.o
CC [M] drivers/gpu/drm/i915/header_test_i915_irq.o
CC [M] drivers/gpu/drm/i915/header_test_i915_params.o
CC [M] drivers/gpu/drm/i915/header_test_i915_priolist_types.o
CC [M] drivers/gpu/drm/i915/header_test_i915_reg.o
CC [M] drivers/gpu/drm/i915/header_test_i915_scheduler_types.o
CC [M] drivers/gpu/drm/i915/header_test_i915_utils.o
CC [M] drivers/gpu/drm/i915/header_test_intel_csr.o
CC [M] drivers/gpu/drm/i915/header_test_intel_drv.o
CC [M] drivers/gpu/drm/i915/header_test_intel_pm.o
CC [M] drivers/gpu/drm/i915/header_test_intel_runtime_pm.o
CC [M] drivers/gpu/drm/i915/header_test_intel_sideband.o
CC [M] drivers/gpu/drm/i915/header_test_intel_uncore.o
CC [M] drivers/gpu/drm/i915/header_test_intel_wakeref.o
CC [M] drivers/gpu/drm/i915/i915_gem_gtt.o
In file included from drivers/gpu/drm/i915/i915_gem_gtt.c:41:0:
drivers/gpu/drm/i915/i915_gem_gtt.c: In function ‘gen6_ppgtt_enable’:
drivers/gpu/drm/i915/i915_gem_gtt.c:1719:16: error: implicit declaration of function ‘uncore_to_i915’; did you mean ‘huc_to_i915’? [-Werror=implicit-function-declaration]
if (HAS_PPGTT(uncore_to_i915(uncore))) /* may be disabled for VT-d */
^
drivers/gpu/drm/i915/i915_drv.h:1966:33: note: in definition of macro ‘INTEL_INFO’
#define INTEL_INFO(dev_priv) (&(dev_priv)->__info)
^~~~~~~~
drivers/gpu/drm/i915/i915_drv.h:2229:3: note: in expansion of macro ‘INTEL_PPGTT’
(INTEL_PPGTT(dev_priv) != INTEL_PPGTT_NONE)
^~~~~~~~~~~
drivers/gpu/drm/i915/i915_gem_gtt.c:1719:6: note: in expansion of macro ‘HAS_PPGTT’
if (HAS_PPGTT(uncore_to_i915(uncore))) /* may be disabled for VT-d */
^~~~~~~~~
drivers/gpu/drm/i915/i915_drv.h:1966:42: error: invalid type argument of ‘->’ (have ‘int’)
#define INTEL_INFO(dev_priv) (&(dev_priv)->__info)
^
drivers/gpu/drm/i915/i915_drv.h:2227:32: note: in expansion of macro ‘INTEL_INFO’
#define INTEL_PPGTT(dev_priv) (INTEL_INFO(dev_priv)->ppgtt_type)
^~~~~~~~~~
drivers/gpu/drm/i915/i915_drv.h:2229:3: note: in expansion of macro ‘INTEL_PPGTT’
(INTEL_PPGTT(dev_priv) != INTEL_PPGTT_NONE)
^~~~~~~~~~~
drivers/gpu/drm/i915/i915_gem_gtt.c:1719:6: note: in expansion of macro ‘HAS_PPGTT’
if (HAS_PPGTT(uncore_to_i915(uncore))) /* may be disabled for VT-d */
^~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:278: 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:489: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:489: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:489: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1071: recipe for target 'drivers' failed
make: *** [drivers] Error 2
More information about the Intel-gfx
mailing list