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)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commita1d6a65fe073579bb672dcbc943a11644177bdb2
tree6b18ce5c15a3993006f98ffa5ec658a2c3714e05
parente3e8e1a48fbb5f94b96436997425ef26ee6b8e3b
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]