MLK-16119-01: fbdev: Add mx8 hdmi driver
authorSandor Yu <Sandor.yu@nxp.com>
Tue, 1 Aug 2017 09:41:01 +0000 (17:41 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:36:15 +0000 (15:36 -0500)
commite3a88b7cbcf5ecd8cdd16945d076a09f8708d995
treeeb624a4ea18e4979b5ca94a20d032b6161834b8c
parent47f6a66dc24442ea9bbfc8ad8351a8581cd5aff0
MLK-16119-01: fbdev: Add mx8 hdmi driver

Add hdmi api code from cadence.
Add mx8 hdmi driver.
Basic hdmi function:
no hotplug and no video mode dynamic change.

Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
50 files changed:
drivers/video/fbdev/mxc/cdn_hdp/API_AFE.c [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_AFE.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_AFE_t28hpc_hdmitx.c [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_AFE_t28hpc_hdmitx.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_AVI.c [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_AVI.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_Audio.c [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_Audio.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_DPTX.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_General.c [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_General.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_HDCP.c [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_HDCP.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_HDMITX.c [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_HDMITX.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_HDMI_Audio.c [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_HDMI_Audio.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_Infoframe.c [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/API_Infoframe.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/Makefile [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/address.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/aif_pckt2smp.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/apb_cfg.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/clock_meters.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/defs.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/dptx_framer.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/dptx_stream.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/edid_parser.c [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/edid_parser.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/externs.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/general_handler.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/hdcp.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/hdcp2.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/hdcp_tran.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/hdmi.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/mailBox.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/mhl_hdtx_top.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/opcodes.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/source_aif_decoder.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/source_aif_smpl2pckt.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/source_car.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/source_phy.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/source_pif.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/source_vif.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/test_base_sw.c [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/util.c [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/util.h [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/vic_table.c [new file with mode: 0644]
drivers/video/fbdev/mxc/cdn_hdp/vic_table.h [new file with mode: 0644]
drivers/video/fbdev/mxc/imx8_hdmi.c [new file with mode: 0644]