Hi,
linux-next-20180517 fail to build for arm64 defconfig due to this
drivers.
CC [M] drivers/gpu/drm/rcar-du/rcar_du_drv.o
CC [M] drivers/gpu/drm/rcar-du/rcar_du_vsp.o
CC [M] drivers/gpu/drm/rcar-du/rcar_du_of.o
drivers/gpu/drm/rcar-du/rcar_du_of.c:320:13: error: redefinition of
‘rcar_du_of_init’
void __init rcar_du_of_init(const struct of_device_id *of_ids)
^~~~~~~~~~~~~~~
In file included from drivers/gpu/drm/rcar-du/rcar_du_of.c:21:0:
drivers/gpu/drm/rcar-du/rcar_du_of.h:17:20: note: previous definition of
‘rcar_du_of_init’ was here
static inline void rcar_du_of_init(const struct of_device_id *of_ids) { }
^~~~~~~~~~~~~~~
drivers/gpu/drm/rcar-du/rcar_du_vsp.c: In function
‘rcar_du_vsp_plane_atomic_duplicate_state’:
drivers/gpu/drm/rcar-du/rcar_du_vsp.c:325:6: error: ‘struct
rcar_du_vsp_plane_state’ has no member named ‘alpha’
copy->alpha = to_rcar_vsp_plane_state(plane->state)->alpha;
^~
drivers/gpu/drm/rcar-du/rcar_du_vsp.c:325:53: error: ‘struct
rcar_du_vsp_plane_state’ has no member named ‘alpha’
copy->alpha = to_rcar_vsp_plane_state(plane->state)->alpha;
^~
make[4]: *** [drivers/gpu/drm/rcar-du/rcar_du_of.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [drivers/gpu/drm/rcar-du/rcar_du_vsp.o] Error 1
make[3]: *** [drivers/gpu/drm/rcar-du] Error 2