From 4f37c66dfa0c017fbefebc2db3e507cd62f9ee45 Mon Sep 17 00:00:00 2001 From: Shivaprasad Hongal Date: Tue, 7 Jun 2016 19:05:19 -0700 Subject: msm: misc: hdcp: add hdcp support for display port hdcp_library_register API now accepts device type. Based on the device type passed, hdcp driver would open the corresponding device session in trusted application. CRs-Fixed: 1027136 Change-Id: Ia1a72138967a3806253f8431b36af71eaabe816d Signed-off-by: Shivaprasad Hongal --- drivers/video/fbdev/msm/mdss_hdmi_hdcp2p2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/video/fbdev') 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; -- cgit v1.2.3