[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/cnl: Fix DP max voltage (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Aug 31 11:22:03 UTC 2017
== Series Details ==
Series: drm/i915/cnl: Fix DP max voltage (rev2)
URL : https://patchwork.freedesktop.org/series/27076/
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
CHK scripts/mod/devicetable-offsets.h
CHK include/generated/compile.h
CHK kernel/config_data.h
CC [M] drivers/gpu/drm/i915/intel_ddi.o
drivers/gpu/drm/i915/intel_ddi.c: In function ‘cnl_max_level’:
drivers/gpu/drm/i915/intel_ddi.c:598:3: error: implicit declaration of function ‘cnl_get_buf_trans_dp’ [-Werror=implicit-function-declaration]
cnl_get_buf_trans_dp(dev_priv, &n_entries);
^~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/intel_ddi.c:601:3: error: implicit declaration of function ‘cnl_get_buf_trans_edp’ [-Werror=implicit-function-declaration]
cnl_get_buf_trans_edp(dev_priv, &n_entries);
^~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/intel_ddi.c:604:3: error: implicit declaration of function ‘cnl_get_buf_trans_hdmi’ [-Werror=implicit-function-declaration]
cnl_get_buf_trans_hdmi(dev_priv, &n_entries);
^~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/intel_ddi.c: At top level:
drivers/gpu/drm/i915/intel_ddi.c:1867:1: error: conflicting types for ‘cnl_get_buf_trans_hdmi’
cnl_get_buf_trans_hdmi(struct drm_i915_private *dev_priv,
^~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/intel_ddi.c:604:3: note: previous implicit declaration of ‘cnl_get_buf_trans_hdmi’ was here
cnl_get_buf_trans_hdmi(dev_priv, &n_entries);
^~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/intel_ddi.c:1884:1: error: conflicting types for ‘cnl_get_buf_trans_dp’
cnl_get_buf_trans_dp(struct drm_i915_private *dev_priv,
^~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/intel_ddi.c:598:3: note: previous implicit declaration of ‘cnl_get_buf_trans_dp’ was here
cnl_get_buf_trans_dp(dev_priv, &n_entries);
^~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/intel_ddi.c:1901:1: error: conflicting types for ‘cnl_get_buf_trans_edp’
cnl_get_buf_trans_edp(struct drm_i915_private *dev_priv,
^~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/intel_ddi.c:601:3: note: previous implicit declaration of ‘cnl_get_buf_trans_edp’ was here
cnl_get_buf_trans_edp(dev_priv, &n_entries);
^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:302: recipe for target 'drivers/gpu/drm/i915/intel_ddi.o' failed
make[4]: *** [drivers/gpu/drm/i915/intel_ddi.o] Error 1
scripts/Makefile.build:561: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:561: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:561: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1019: recipe for target 'drivers' failed
make: *** [drivers] Error 2
More information about the Intel-gfx
mailing list