On Wed, Jun 28, 2017 at 06:16:50PM -0300, Gustavo Padovan wrote: > 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. Well for mergin we need it on top of drm-tip, which I also generally recommend as development baseline. See also dim retip. Since when we merge this series we cannot apply the i915 to drm-misc-next without first merging in the other i915 changes - fixing stuff like this in an entirely untested merge commit is really bad engineering :-) Can you pls rebase so our CI can consume it? Thanks, Daniel > > 2017-06-28 Patchwork <patchwork@xxxxxxxxxxxxxxxxxxxxxx>: > > > == 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 > > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx