aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_hdmi.h
diff options
context:
space:
mode:
authorVincent Abriou <vincent.abriou@st.com>2016-02-04 16:23:55 +0100
committerVincent Abriou <vincent.abriou@st.com>2016-02-26 10:06:20 +0100
commit7ea6e6e4f96aa590702c3f6e02434ef2bb6d957d (patch)
treed88324978b5a57487287e8fd83c2da322ddefba3 /drivers/gpu/drm/sti/sti_hdmi.h
parentdrm/sti: add hdmi_mode property for HDMI connector (diff)
downloadlinux-dev-7ea6e6e4f96aa590702c3f6e02434ef2bb6d957d.tar.xz
linux-dev-7ea6e6e4f96aa590702c3f6e02434ef2bb6d957d.zip
drm/sti: add debugfs entries for HDMI connector
Signed-off-by: Vincent Abriou <vincent.abriou@st.com> Reviewed-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Diffstat (limited to 'drivers/gpu/drm/sti/sti_hdmi.h')
-rw-r--r--drivers/gpu/drm/sti/sti_hdmi.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/drm/sti/sti_hdmi.h b/drivers/gpu/drm/sti/sti_hdmi.h
index 77edb73a56e4..ef3a94583bbd 100644
--- a/drivers/gpu/drm/sti/sti_hdmi.h
+++ b/drivers/gpu/drm/sti/sti_hdmi.h
@@ -14,9 +14,7 @@
#define HDMI_STA 0x0010
#define HDMI_STA_DLL_LCK BIT(5)
-
-#define HDMI_STA_HOT_PLUG_SHIFT 4
-#define HDMI_STA_HOT_PLUG (1 << HDMI_STA_HOT_PLUG_SHIFT)
+#define HDMI_STA_HOT_PLUG BIT(4)
struct sti_hdmi;