summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx/hdp/imx-hdmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/imx/hdp/imx-hdmi.h')
-rw-r--r--drivers/gpu/drm/imx/hdp/imx-hdmi.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/drivers/gpu/drm/imx/hdp/imx-hdmi.h b/drivers/gpu/drm/imx/hdp/imx-hdmi.h
new file mode 100644
index 000000000000..3d53117e69f9
--- /dev/null
+++ b/drivers/gpu/drm/imx/hdp/imx-hdmi.h
@@ -0,0 +1,33 @@
+/*
+ * Copyright 2017-2018 NXP
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+#ifndef _IMX_HDMI_H_
+#define _IMX_HDMI_H_
+
+void hdmi_fw_load(state_struct *state);
+int hdmi_fw_init(state_struct *state);
+int hdmi_phy_init_ss28fdsoi(state_struct *state,
+ struct drm_display_mode *mode, int format, int color_depth);
+void hdmi_mode_set_ss28fdsoi(state_struct *state,
+ struct drm_display_mode *mode, int format, int color_depth, int temp);
+int hdmi_phy_init_t28hpc(state_struct *state,
+ struct drm_display_mode *mode, int format, int color_depth);
+void hdmi_mode_set_t28hpc(state_struct *state,
+ struct drm_display_mode *mode, int format, int color_depth, int temp);
+int hdmi_get_edid_block(void *data, u8 *buf, u32 block, size_t len);
+int hdmi_get_hpd_state(state_struct *state, u8 *hpd);
+int hdmi_write_hdr_metadata(state_struct *state,
+ union hdmi_infoframe *hdr_infoframe);
+int pixel_clock_range_t28hpc(struct drm_display_mode *mode);
+
+#endif