✗ Fi.CI.BAT: failure for Split hw and drm state. (rev3)

Patchwork patchwork at emeril.freedesktop.org
Thu Jun 20 10:11:14 UTC 2019


== Series Details ==

Series: Split hw and drm state. (rev3)
URL   : https://patchwork.freedesktop.org/series/62319/
State : failure

== Summary ==

CALL    scripts/checksyscalls.sh
  CALL    scripts/atomic/check-atomics.sh
  DESCEND  objtool
  CHK     include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/display/intel_display.o
In file included from ./include/linux/string.h:6:0,
                 from ./include/linux/uuid.h:12,
                 from ./include/linux/mod_devicetable.h:13,
                 from ./include/linux/i2c.h:17,
                 from drivers/gpu/drm/i915/display/intel_display.c:27:
In function ‘intel_modeset_readout_hw_state’,
    inlined from ‘intel_modeset_setup_hw_state’ at drivers/gpu/drm/i915/display/intel_display.c:16744:2:
./include/linux/compiler.h:345:38: error: call to ‘__compiletime_assert_16538’ declared with attribute error: pointer type mismatch in container_of()
  _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
                                      ^
./include/linux/compiler.h:326:4: note: in definition of macro ‘__compiletime_assert’
    prefix ## suffix();    \
    ^~~~~~
./include/linux/compiler.h:345:2: note: in expansion of macro ‘_compiletime_assert’
  _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
  ^~~~~~~~~~~~~~~~~~~
./include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’
 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
                                     ^~~~~~~~~~~~~~~~~~
./include/linux/kernel.h:970:2: note: in expansion of macro ‘BUILD_BUG_ON_MSG’
  BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) && \
  ^~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/intel_drv.h:1075:32: note: in expansion of macro ‘container_of’
 #define to_intel_crtc_state(x) container_of(x, struct intel_crtc_state, uapi)
                                ^~~~~~~~~~~~
drivers/gpu/drm/i915/display/intel_display.c:16538:18: note: in expansion of macro ‘to_intel_crtc_state’
     crtc_state = to_intel_crtc_state(encoder->base.crtc);
                  ^~~~~~~~~~~~~~~~~~~
scripts/Makefile.build:278: recipe for target 'drivers/gpu/drm/i915/display/intel_display.o' failed
make[4]: *** [drivers/gpu/drm/i915/display/intel_display.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-trybot mailing list