MLK-16538-2: hdmi api: Relocate hdmi api soure code
authorSandor Yu <Sandor.yu@nxp.com>
Fri, 29 Sep 2017 06:16:27 +0000 (14:16 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:38:44 +0000 (15:38 -0500)
commitb87a0442784101bba933ac5deb5e4634f1efc5f1
treed244e2514b7ddade10834f87036ffaa06eaa066c
parent6401a21bec03bbd83179fa3bc4155795dda670a7
MLK-16538-2: hdmi api: Relocate hdmi api soure code

-Relocate hdmi api source code from drivers/video/fbdev/mxc/cdn_hdp
to drivers/mxc/hdp.
-Add displayport and hdcp api function.
-Move t28hpc_hdmitx function from api source code folder
to hdmi fb driver folder.
-Update imx8 hdmi fb driver according api source code change.
-Sync api source code with CDN_API_1_0_33 release.

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