summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTatenda Chipeperekwa <tatendac@codeaurora.org>2015-09-25 17:00:00 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:46:07 -0700
commitc76b5e3acf68a4e0711a2ad0f5c826ae46530cbf (patch)
treec424d65c86bf8b63d3cc06c40442c707b05f5527 /include
parentcc97a775f4f367e920ebcb6398389ff44279c67a (diff)
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 <tatendac@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/hdcp_qseecom.h1
1 files changed, 1 insertions, 0 deletions
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);