diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-09-13 10:58:05 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-09-13 10:58:04 -0700 |
| commit | 5a5b79c5fc66c687b9572b0e2ccf7106afdf280d (patch) | |
| tree | 3cea36b93ffeebb2d83f7d42f53b20638f5797f9 | |
| parent | 6b6108889376bf2040be064d6db923c1c30a4e69 (diff) | |
| parent | 1ce78a4230f57b1993818f52e45ab59c9a073061 (diff) | |
Merge "msm: mdss: hdmi: configure hdcp feature support"
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_hdmi_tx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/msm/mdss_hdmi_tx.c b/drivers/video/fbdev/msm/mdss_hdmi_tx.c index 837147dc5036..e06b4d6579ba 100644 --- a/drivers/video/fbdev/msm/mdss_hdmi_tx.c +++ b/drivers/video/fbdev/msm/mdss_hdmi_tx.c @@ -3169,6 +3169,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_ctrl->hdcp_feature_on = hdcp_feature_on; hdmi_ctrl->vic = hdmi_panel_get_vic(&panel_data->panel_info, &hdmi_ctrl->ds_data); |
