summaryrefslogtreecommitdiff
path: root/include/imx8_hdmi.h
blob: eb1253cf51f23a490eb82aeeacb88fe567aa6857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright 2018 NXP
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef __IMX8_HDMI_H__
#define __IMX8_HDMI_H__

int imx8_hdmi_enable(int encoding, struct video_mode_settings *vms);
void imx8_hdmi_disable(void);

#endif /* __IMX8_HDMI_H__*/