summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAbhinav Kumar <abhinavk@codeaurora.org>2017-09-27 20:23:53 -0700
committerAbhinav Kumar <abhinavk@codeaurora.org>2017-10-19 19:32:56 -0700
commit93e9b4b2e6f21cf9643b15d666e5bcbc294436f1 (patch)
tree5bf6f61b476028591a8620809538f0ca36073142 /include
parent5eef2bb525e761da28a5201ff04e1c152e2c4ebb (diff)
drm/msm: add SRM support for HDCP 2.2
Add support for clients to notify SRM update to HDCP driver. This shall also notify all the clients registered with the HDCP driver to take further action on an updated SRM list. Change-Id: I2881e53fa15a11e4af57cdb632a71e1ad48c31b3 Signed-off-by: Abhinav Kumar <abhinavk@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 dc513fbab580..8e1b853e738e 100644
--- a/include/linux/hdcp_qseecom.h
+++ b/include/linux/hdcp_qseecom.h
@@ -126,6 +126,7 @@ struct hdcp_txmtr_ops {
struct hdcp_client_ops {
int (*wakeup)(struct hdmi_hdcp_wakeup_data *data);
void (*notify_lvl_change)(void *client_ctx, int min_lvl);
+ void (*srm_cb)(void *client_ctx);
};
enum hdcp_device_type {