Blame view

include/imx8_hdmi.h 247 Bytes
d41ce506b   Eric Lee   Initial Release, ...
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__*/