aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_hdmi_tx3g0c55phy.h
diff options
context:
space:
mode:
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>2014-07-30 19:24:55 +0200
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>2014-07-30 19:24:55 +0200
commit5402626c83a2f19da14859e2bab231a53e16ee74 (patch)
treeffd999a514e86e8d9cd03d6bf9ee313abc9fe7a1 /drivers/gpu/drm/sti/sti_hdmi_tx3g0c55phy.h
parentdrm: sti: add VTAC drivers (diff)
downloadlinux-dev-5402626c83a2f19da14859e2bab231a53e16ee74.tar.xz
linux-dev-5402626c83a2f19da14859e2bab231a53e16ee74.zip
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_tx3g0c55phy.h')
-rw-r--r--drivers/gpu/drm/sti/sti_hdmi_tx3g0c55phy.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sti/sti_hdmi_tx3g0c55phy.h b/drivers/gpu/drm/sti/sti_hdmi_tx3g0c55phy.h
new file mode 100644
index 000000000000..068237b3a303
--- /dev/null
+++ b/drivers/gpu/drm/sti/sti_hdmi_tx3g0c55phy.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_TX3G0C55PHY_H_
+#define _STI_HDMI_TX3G0C55PHY_H_
+
+#include "sti_hdmi.h"
+
+extern struct hdmi_phy_ops tx3g0c55phy_ops;
+
+#endif