mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
40d0fa7095
The R-Car Gen3 SoCs include on-chip DesignWare HDMI encoders. Support them with a platform driver to provide platform glue data to the dw-hdmi driver. The driver is a complete rewrite of code coming from the Renesas BSP, save for the values in the PHY parameters table. Signed-off-by: Koji Matsuoka <koji.matsuoka.xm@renesas.com> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
15 lines
364 B
Makefile
15 lines
364 B
Makefile
rcar-du-drm-y := rcar_du_crtc.o \
|
|
rcar_du_drv.o \
|
|
rcar_du_encoder.o \
|
|
rcar_du_group.o \
|
|
rcar_du_kms.o \
|
|
rcar_du_lvdscon.o \
|
|
rcar_du_plane.o
|
|
|
|
rcar-du-drm-$(CONFIG_DRM_RCAR_LVDS) += rcar_du_lvdsenc.o
|
|
|
|
rcar-du-drm-$(CONFIG_DRM_RCAR_VSP) += rcar_du_vsp.o
|
|
|
|
obj-$(CONFIG_DRM_RCAR_DU) += rcar-du-drm.o
|
|
obj-$(CONFIG_DRM_RCAR_DW_HDMI) += rcar_dw_hdmi.o
|