aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/hdmi/hdmi.h
diff options
context:
space:
mode:
authorStephane Viau <sviau@codeaurora.org>2014-06-06 10:03:32 -0400
committerRob Clark <robdclark@gmail.com>2014-06-22 08:32:09 -0400
commitb77f47e78982807286f6fdb4c39f9e798606dace (patch)
tree28b5f9ad608beee48684cb5e577c97212584543d /drivers/gpu/drm/msm/hdmi/hdmi.h
parentdrm/msm: storage class should be before const qualifier (diff)
downloadlinux-dev-b77f47e78982807286f6fdb4c39f9e798606dace.tar.xz
linux-dev-b77f47e78982807286f6fdb4c39f9e798606dace.zip
drm/msm/hdmi: set hdp clock rate before prepare_enable
The clock driver usually complains when a clock is being prepared before setting its rate. It is the case here for "core_clk" which needs to be set at 19.2 MHz before we attempt a prepare_enable(). 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.h1
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 9fafee6a3e43..9d7723c6528a 100644
--- a/drivers/gpu/drm/msm/hdmi/hdmi.h
+++ b/drivers/gpu/drm/msm/hdmi/hdmi.h
@@ -87,6 +87,7 @@ struct hdmi_platform_config {
/* clks that need to be on for hpd: */
const char **hpd_clk_names;
+ const long unsigned *hpd_freq;
int hpd_clk_cnt;
/* clks that need to be on for screen pwr (ie pixel clk): */