diff options
author | Beeresh Gopal <gbeeresh@codeaurora.org> | 2014-07-31 19:48:49 +0400 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2014-08-04 19:55:30 +0400 |
commit | 1930f38a5d8724f6e5cdb75157d09e9a430bd68f (patch) | |
tree | 3b504b472d4c2e0991c2e856d04e5ca1be79e5e4 /drivers/gpu/drm/msm/hdmi/hdmi.h | |
parent | 3d47fd47f28903f5a9167e95f32a906bd53e13e6 (diff) | |
download | linux-1930f38a5d8724f6e5cdb75157d09e9a430bd68f.tar.xz |
drm/msm/hdmi: enable lpm-mux if it is present
lpm-mux is programmed to enable HDMI connector
on the docking station for S805 chipset based
devices.
Signed-off-by: Beeresh Gopal <gbeeresh@codeaurora.org>
Signed-off-by: Stephane Viau <sviau@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/msm/hdmi/hdmi.h')
-rw-r--r-- | drivers/gpu/drm/msm/hdmi/hdmi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/hdmi/hdmi.h b/drivers/gpu/drm/msm/hdmi/hdmi.h index 9d7723c6528a..b981995410b5 100644 --- a/drivers/gpu/drm/msm/hdmi/hdmi.h +++ b/drivers/gpu/drm/msm/hdmi/hdmi.h @@ -96,6 +96,7 @@ struct hdmi_platform_config { /* gpio's: */ int ddc_clk_gpio, ddc_data_gpio, hpd_gpio, mux_en_gpio, mux_sel_gpio; + int mux_lpm_gpio; /* older devices had their own irq, mdp5+ it is shared w/ mdp: */ bool shared_irq; |