All of lore.kernel.org
 help / color / mirror / Atom feed
* rcar-du DRM driver failed to build
@ 2018-05-18  1:21 Shawn Lin
  2018-05-18  5:57 ` Laurent Pinchart
  0 siblings, 1 reply; 2+ messages in thread
From: Shawn Lin @ 2018-05-18  1:21 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: shawn.lin, Linux-Renesas

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-18  5:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-18  1:21 rcar-du DRM driver failed to build Shawn Lin
2018-05-18  5:57 ` Laurent Pinchart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.