summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAjay Singh Parmar <aparmar@codeaurora.org>2015-10-08 14:37:52 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:46:30 -0700
commit7f60965397e5eb2516a47aa0c6311e0e4e7968b9 (patch)
treea2a1247dc5cce466e2bb2060d65148dfd93f4ac9 /include
parent233a722f7f0626c85477d040c63f34afc2ae5369 (diff)
msm: mdss: hdmi: load hdcp1.x app only at bootup
Do not load hdcp1.x app at runtime and keep the app status for future use. Whenever cable is connected and hdcp 1.x needs to be started, just set keys using app. This avoids any possible app load - unload issues in some corner cases. Change-Id: Ic7f55ab74d6cb6b9ff654eb32c0bed8a44f70007 Signed-off-by: Ajay Singh Parmar <aparmar@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 1258a7b2f3e8..94caf29cba9f 100644
--- a/include/linux/hdcp_qseecom.h
+++ b/include/linux/hdcp_qseecom.h
@@ -109,6 +109,7 @@ int hdcp_library_register(void **pphdcpcontext,
struct hdcp_client_ops *client_ops,
struct hdcp_txmtr_ops *txmtr_ops, void *client_ctx);
void hdcp_library_deregister(void *phdcpcontext);
+bool hdcp1_check_if_supported_load_app(void);
int hdcp1_set_keys(uint32_t *aksv_msb, uint32_t *aksv_lsb);
#endif /* __HDCP_QSEECOM_H */