diff options
| author | Ray Zhang <rayz@codeaurora.org> | 2016-10-11 17:01:00 +0800 |
|---|---|---|
| committer | Ray Zhang <rayz@codeaurora.org> | 2016-11-16 18:55:51 +0800 |
| commit | 906ef866d0554bfb2b6952f84c3fe96453b24d08 (patch) | |
| tree | 61a6ebc3eb7694af4e49e1a4e8b5f06b4bae3aad /drivers/video/fbdev | |
| parent | 1e1700765225e4aa31d076f78c9937bd93509083 (diff) | |
msm: mdss: update vic info when powering on HDMI
HDMI vic info should be updated as well when powering on
HDMI TX, otherwise the obsolete vic info is set to hardware.
CRs-Fixed: 1086894
Change-Id: Ia3ea67cc7658098928a442460198b2dccc8ff8e1
Signed-off-by: Ray Zhang <rayz@codeaurora.org>
Diffstat (limited to 'drivers/video/fbdev')
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_hdmi_tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/msm/mdss_hdmi_tx.c b/drivers/video/fbdev/msm/mdss_hdmi_tx.c index 9c90a72bce99..d486bd74aefd 100644 --- a/drivers/video/fbdev/msm/mdss_hdmi_tx.c +++ b/drivers/video/fbdev/msm/mdss_hdmi_tx.c @@ -3117,7 +3117,7 @@ static int hdmi_tx_power_on(struct hdmi_tx_ctrl *hdmi_ctrl) void *pdata = hdmi_tx_get_fd(HDMI_TX_FEAT_PANEL); void *edata = hdmi_tx_get_fd(HDMI_TX_FEAT_EDID); - hdmi_panel_get_vic(&panel_data->panel_info, + hdmi_ctrl->vic = hdmi_panel_get_vic(&panel_data->panel_info, &hdmi_ctrl->ds_data); if (hdmi_ctrl->vic <= 0) { |
