[Intel-gfx] ✗ Fi.CI.BAT: failure for drm: add asynchrounous plane update (rev4)

Gustavo Padovan gustavo at padovan.org
Wed Jun 28 21:16:50 UTC 2017


This patch is meant for drm-misc, where the changes to
intel_plane->update_plane() and intel_plane->disable_plane() are not
present, so this patchset just builds fine there.

2017-06-28 Patchwork <patchwork at emeril.freedesktop.org>:

> == Series Details ==
> 
> Series: drm: add asynchrounous plane update (rev4)
> URL   : https://patchwork.freedesktop.org/series/25814/
> 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_atomic_plane.o
> drivers/gpu/drm/i915/intel_atomic_plane.c: In function ‘intel_plane_atomic_async_update’:
> drivers/gpu/drm/i915/intel_atomic_plane.c:291:29: error: passing argument 1 of ‘intel_plane->update_plane’ from incompatible pointer type [-Werror=incompatible-pointer-types]
>    intel_plane->update_plane(plane,
>                              ^
> drivers/gpu/drm/i915/intel_atomic_plane.c:291:29: note: expected ‘struct intel_plane *’ but argument is of type ‘struct drm_plane *’
> drivers/gpu/drm/i915/intel_atomic_plane.c:296:30: error: passing argument 1 of ‘intel_plane->disable_plane’ from incompatible pointer type [-Werror=incompatible-pointer-types]
>    intel_plane->disable_plane(plane, crtc);
>                               ^
> drivers/gpu/drm/i915/intel_atomic_plane.c:296:30: note: expected ‘struct intel_plane *’ but argument is of type ‘struct drm_plane *’
> drivers/gpu/drm/i915/intel_atomic_plane.c:296:37: error: passing argument 2 of ‘intel_plane->disable_plane’ from incompatible pointer type [-Werror=incompatible-pointer-types]
>    intel_plane->disable_plane(plane, crtc);
>                                      ^
> drivers/gpu/drm/i915/intel_atomic_plane.c:296:37: note: expected ‘struct intel_crtc *’ but argument is of type ‘struct drm_crtc *’
> cc1: all warnings being treated as errors
> scripts/Makefile.build:302: 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: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