summaryrefslogtreecommitdiff
path: root/include/imx8_hdmi.h
diff options
context:
space:
mode:
authorOliver Brown <oliver.brown@nxp.com>2018-01-29 14:08:44 -0600
committerYe Li <ye.li@nxp.com>2018-04-27 06:14:47 -0700
commit80a5d47915da7bcb87fa40b80051d687a0f756b4 (patch)
tree2780867eee7bbdc85ed23af6901941294b1198dc /include/imx8_hdmi.h
parent485bccc47619fdaf967f893dd672ccc9d375a8af (diff)
MLK-17404-2 include: Adding header for i.MX8 HDMI support
Adding header file for i.MX8 HDMI support Signed-off-by: Oliver Brown <oliver.brown@nxp.com> (cherry picked from commit 42f1298bdeac2e37d30ce4c1265696b3c46fb107)
Diffstat (limited to 'include/imx8_hdmi.h')
-rw-r--r--include/imx8_hdmi.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/imx8_hdmi.h b/include/imx8_hdmi.h
new file mode 100644
index 0000000000..741f86d2fd
--- /dev/null
+++ b/include/imx8_hdmi.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright 2018 NXP
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __IMX8_HDMI_H__
+#define __IMX8_HDMI_H__
+
+void imx8_hdmi_enable(int encoding, struct video_mode_settings *vms);
+void imx8_hdmi_disable(void);
+
+#endif /* __IMX8_HDMI_H__*/