[Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v4,1/2] drm/blend: Fix comment typ-o

Patchwork patchwork at emeril.freedesktop.org
Fri May 19 20:52:55 UTC 2017


== Series Details ==

Series: series starting with [v4,1/2] drm/blend: Fix comment typ-o
URL   : https://patchwork.freedesktop.org/series/24727/
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_display.o
drivers/gpu/drm/i915/intel_display.c: In function ‘intel_cursor_base’:
drivers/gpu/drm/i915/intel_display.c:9164:35: error: ‘DRM_ROTATE_180’ undeclared (first use in this function)
      plane_state->base.rotation & DRM_ROTATE_180)
                                   ^
drivers/gpu/drm/i915/intel_display.c:9164:35: note: each undeclared identifier is reported only once for each function it appears in
drivers/gpu/drm/i915/intel_display.c: In function ‘i9xx_cursor_size_ok’:
drivers/gpu/drm/i915/intel_display.c:9419:35: error: ‘DRM_ROTATE_0’ undeclared (first use in this function)
      plane_state->base.rotation & DRM_ROTATE_0) {
                                   ^
drivers/gpu/drm/i915/intel_display.c: In function ‘i9xx_check_cursor’:
drivers/gpu/drm/i915/intel_display.c:9447:1: error: expected expression before ‘<<’ token
 <<<<<<< f4b142fb22ea8b72f930b1eae07177c2ff51e637
 ^
drivers/gpu/drm/i915/intel_display.c:9436:12: error: unused variable ‘pipe’ [-Werror=unused-variable]
  enum pipe pipe = plane->pipe;
            ^
drivers/gpu/drm/i915/intel_display.c:9434:27: error: unused variable ‘dev_priv’ [-Werror=unused-variable]
  struct drm_i915_private *dev_priv = to_i915(plane->base.dev);
                           ^
drivers/gpu/drm/i915/intel_display.c: At top level:
drivers/gpu/drm/i915/intel_display.c:9356:12: error: ‘i9xx_cursor_ctl’ defined but not used [-Werror=unused-function]
 static u32 i9xx_cursor_ctl(const struct intel_crtc_state *crtc_state,
            ^
drivers/gpu/drm/i915/intel_display.c:9392:13: error: ‘i9xx_cursor_size_ok’ defined but not used [-Werror=unused-function]
 static bool i9xx_cursor_size_ok(const struct intel_plane_state *plane_state)
             ^
cc1: all warnings being treated as errors
scripts/Makefile.build:302: recipe for target 'drivers/gpu/drm/i915/intel_display.o' failed
make[4]: *** [drivers/gpu/drm/i915/intel_display.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:1016: recipe for target 'drivers' failed
make: *** [drivers] Error 2



More information about the Intel-gfx mailing list