| /* SPDX-License-Identifier: GPL-2.0-only */ | |
| /* | |
| * Copyright (c) 2019 MediaTek Inc. | |
| */ | |
| #ifndef _MTK_HDMI_H | |
| #define _MTK_HDMI_H | |
| #include <drm/drm_edid.h> | |
| extern unsigned int hdmi_hotplugstate; | |
| void mtk_drm_hdmi_enc_conn_init(struct drm_device *drm_dev); | |
| extern void mtk_hdmi_notify_hpd_irq_event(void); | |
| u32 mtk_hdmi_display_mode_to_hdmi_timing(struct drm_display_mode *mode); | |
| #endif /* _MTK_HDMI_CTRL_H */ |