summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
diff options
context:
space:
mode:
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>2014-07-30 21:24:55 +0400
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>2014-07-30 21:24:55 +0400
commit5402626c83a2f19da14859e2bab231a53e16ee74 (patch)
treeffd999a514e86e8d9cd03d6bf9ee313abc9fe7a1 /drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
parent9ed68fa74e34c1bc36b76f1c4abf4dd4744ecce9 (diff)
downloadlinux-5402626c83a2f19da14859e2bab231a53e16ee74.tar.xz
drm: sti: add HDMI driver
Add driver for HDMI output. HDMI PHY registers are mixed into HDMI device registers and their is only one IRQ for all this hardware block. That is why PHYs aren't using phy framework but only a thin hdmi_phy_ops structure with start and stop functions. HDMI driver is mapped on drm_bridge and drm_connector structures. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Reviewed-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h')
-rw-r--r--drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
new file mode 100644
index 000000000000..f99a7ff281ef
--- /dev/null
+++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g4c28phy.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (C) STMicroelectronics SA 2014
+ * Author: Benjamin Gaignard <benjamin.gaignard@st.com> for STMicroelectronics.
+ * License terms: GNU General Public License (GPL), version 2
+ */
+
+#ifndef _STI_HDMI_TX3G4C28PHY_H_
+#define _STI_HDMI_TX3G4C28PHY_H_
+
+#include "sti_hdmi.h"
+
+extern struct hdmi_phy_ops tx3g4c28phy_ops;
+
+#endif