[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/gvt: Enable vGPU local display direct flip

Patchwork patchwork at emeril.freedesktop.org
Mon Dec 3 07:53:49 UTC 2018


== Series Details ==

Series: drm/i915/gvt: Enable vGPU local display direct flip
URL   : https://patchwork.freedesktop.org/series/53383/
State : failure

== Summary ==

CALL    scripts/checksyscalls.sh
  DESCEND  objtool
  CHK     include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/intel_atomic_plane.o
In file included from ./include/linux/list.h:9:0,
                 from ./include/linux/agp_backend.h:33,
                 from ./include/drm/drmP.h:35,
                 from drivers/gpu/drm/i915/intel_atomic_plane.c:34:
drivers/gpu/drm/i915/intel_atomic_plane.c: In function ‘intel_plane_atomic_async_update’:
./include/linux/kernel.h:995:41: error: passing argument 2 of ‘intel_plane->disable_plane’ from incompatible pointer type [-Werror=incompatible-pointer-types]
 #define container_of(ptr, type, member) ({    \
                                         ^
drivers/gpu/drm/i915/intel_drv.h:1074:26: note: in expansion of macro ‘container_of’
 #define to_intel_crtc(x) container_of(x, struct intel_crtc, base)
                          ^~~~~~~~~~~~
drivers/gpu/drm/i915/intel_atomic_plane.c:354:43: note: in expansion of macro ‘to_intel_crtc’
   intel_plane->disable_plane(intel_plane, to_intel_crtc(crtc));
                                           ^~~~~~~~~~~~~
./include/linux/kernel.h:995:41: note: expected ‘const struct intel_crtc_state *’ but argument is of type ‘struct intel_crtc *’
 #define container_of(ptr, type, member) ({    \
                                         ^
drivers/gpu/drm/i915/intel_drv.h:1074:26: note: in expansion of macro ‘container_of’
 #define to_intel_crtc(x) container_of(x, struct intel_crtc, base)
                          ^~~~~~~~~~~~
drivers/gpu/drm/i915/intel_atomic_plane.c:354:43: note: in expansion of macro ‘to_intel_crtc’
   intel_plane->disable_plane(intel_plane, to_intel_crtc(crtc));
                                           ^~~~~~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:293: recipe for target 'drivers/gpu/drm/i915/intel_atomic_plane.o' failed
make[4]: *** [drivers/gpu/drm/i915/intel_atomic_plane.o] Error 1
scripts/Makefile.build:518: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:518: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:518: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1060: recipe for target 'drivers' failed
make: *** [drivers] Error 2



More information about the Intel-gfx mailing list