diff options
author | Vincent Abriou <vincent.abriou@st.com> | 2016-02-04 18:23:55 +0300 |
---|---|---|
committer | Vincent Abriou <vincent.abriou@st.com> | 2016-02-26 12:06:20 +0300 |
commit | 7ea6e6e4f96aa590702c3f6e02434ef2bb6d957d (patch) | |
tree | d88324978b5a57487287e8fd83c2da322ddefba3 /drivers/gpu/drm/sti/sti_hdmi.h | |
parent | ffc4a6a17ff615db70e9712f3e8f74145767651b (diff) | |
download | linux-7ea6e6e4f96aa590702c3f6e02434ef2bb6d957d.tar.xz |
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.h | 4 |
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; |