From 93e9b4b2e6f21cf9643b15d666e5bcbc294436f1 Mon Sep 17 00:00:00 2001 From: Abhinav Kumar Date: Wed, 27 Sep 2017 20:23:53 -0700 Subject: 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 --- include/linux/hdcp_qseecom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 { -- cgit v1.2.3