diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-08-03 04:58:29 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-03 04:58:28 -0700 |
| commit | b516b45787ecdb0fc32cd4e988cb1a09bb117cc2 (patch) | |
| tree | d13efb746e9ae7aa70808fce4fd5690657e9c70f /drivers/video/fbdev | |
| parent | a1307ec818916f90ffb9714a7b5010473ce1b172 (diff) | |
| parent | 4f37c66dfa0c017fbefebc2db3e507cd62f9ee45 (diff) | |
Merge "msm: misc: hdcp: add hdcp support for display port"
Diffstat (limited to 'drivers/video/fbdev')
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_hdmi_hdcp2p2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/msm/mdss_hdmi_hdcp2p2.c b/drivers/video/fbdev/msm/mdss_hdmi_hdcp2p2.c index fb59d0b03afe..9ce47ccb5e09 100644 --- a/drivers/video/fbdev/msm/mdss_hdmi_hdcp2p2.c +++ b/drivers/video/fbdev/msm/mdss_hdmi_hdcp2p2.c @@ -1041,6 +1041,7 @@ void *hdmi_hdcp2p2_init(struct hdmi_hdcp_init_data *init_data) register_data.hdcp_ctx = &ctrl->lib_ctx; register_data.client_ops = &client_ops; register_data.txmtr_ops = &txmtr_ops; + register_data.device_type = HDCP_TXMTR_HDMI; register_data.client_ctx = ctrl; register_data.tethered = ctrl->tethered; |
