✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915/icl: track dbuf slice-2 status

Patchwork patchwork at emeril.freedesktop.org
Wed Mar 14 09:14:54 UTC 2018


== Series Details ==

Series: series starting with [1/2] drm/i915/icl: track dbuf slice-2 status
URL   : https://patchwork.freedesktop.org/series/39942/
State : failure

== Summary ==

CHK     include/config/kernel.release
  CHK     include/generated/uapi/linux/version.h
  CHK     include/generated/utsrelease.h
  CHK     include/generated/bounds.h
  CHK     include/generated/timeconst.h
  CHK     include/generated/asm-offsets.h
  CALL    scripts/checksyscalls.sh
  DESCEND  objtool
  CHK     scripts/mod/devicetable-offsets.h
  CHK     include/generated/compile.h
  CHK     kernel/config_data.h
  CC [M]  drivers/gpu/drm/i915/intel_runtime_pm.o
drivers/gpu/drm/i915/intel_runtime_pm.c:2632:13: error: ‘struct i915_reg_t’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
      struct i915_reg_t reg, bool enable)
             ^~~~~~~~~~
drivers/gpu/drm/i915/intel_runtime_pm.c:2632:24: error: parameter 2 (‘reg’) has incomplete type
      struct i915_reg_t reg, bool enable)
                        ^~~
drivers/gpu/drm/i915/intel_runtime_pm.c:2631:6: error: function declaration isn’t a prototype [-Werror=strict-prototypes]
 bool intel_dbuf_slice_set(struct drm_i915_private *dev_priv,
      ^~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/intel_runtime_pm.c: In function ‘icl_dbuf_slices_update’:
drivers/gpu/drm/i915/intel_runtime_pm.c:2684:3: error: ‘ret’ undeclared (first use in this function)
   ret = intel_dbuf_slice_set(dev_priv, DBUF_CTL_S2, true);
   ^~~
drivers/gpu/drm/i915/intel_runtime_pm.c:2684:3: note: each undeclared identifier is reported only once for each function it appears in
cc1: all warnings being treated as errors
scripts/Makefile.build:324: recipe for target 'drivers/gpu/drm/i915/intel_runtime_pm.o' failed
make[4]: *** [drivers/gpu/drm/i915/intel_runtime_pm.o] Error 1
scripts/Makefile.build:583: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:583: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:583: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1051: recipe for target 'drivers' failed
make: *** [drivers] Error 2



More information about the Intel-gfx-trybot mailing list