From 42f1298bdeac2e37d30ce4c1265696b3c46fb107 Mon Sep 17 00:00:00 2001 From: Oliver Brown Date: Mon, 29 Jan 2018 14:08:44 -0600 Subject: [PATCH] MLK-17404-2 include: Adding header for i.MX8 HDMI support Adding header file for i.MX8 HDMI support Signed-off-by: Oliver Brown --- include/imx8_hdmi.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/imx8_hdmi.h 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__*/ -- 2.17.1