From c76b5e3acf68a4e0711a2ad0f5c826ae46530cbf Mon Sep 17 00:00:00 2001 From: Tatenda Chipeperekwa Date: Fri, 25 Sep 2015 17:00:00 -0700 Subject: msm: mdss: hdmi: check if hdcp2p2 app is present during hpd Check if the hdcp2p2 app is present every time the hdmi cable is connected. If the app is not present, then we consider hdcp-2.2 as not supported on the target. This scenario occurs on devices that are not hdcp-2.2 provisioned, and with this change hdmi core continues in non-encrypted mode. Change-Id: I72ebcc1e6844f46dbbc974efb6ba926948e1bbde Signed-off-by: Tatenda Chipeperekwa --- include/linux/hdcp_qseecom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/hdcp_qseecom.h b/include/linux/hdcp_qseecom.h index a8f50dc1d90c..0a31b66e6a72 100644 --- a/include/linux/hdcp_qseecom.h +++ b/include/linux/hdcp_qseecom.h @@ -17,6 +17,7 @@ struct hdcp_txmtr_ops { int (*start)(void *phdcpcontext); int (*stop)(void *phdcpcontext); + bool (*feature_supported)(void *phdcpcontext); int (*process_message)(void *phdcpcontext, unsigned char *msg, uint32_t msg_size); -- cgit v1.2.3