summaryrefslogtreecommitdiff
path: root/msm/sde_hdcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'msm/sde_hdcp.h')
-rw-r--r--msm/sde_hdcp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/msm/sde_hdcp.h b/msm/sde_hdcp.h
index 49a6a951..f449b04b 100644
--- a/msm/sde_hdcp.h
+++ b/msm/sde_hdcp.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
- * Copyright (c) 2012, 2014-2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012, 2014-2020, The Linux Foundation. All rights reserved.
*/
#ifndef __SDE_HDCP_H__
@@ -83,6 +83,7 @@ struct sde_hdcp_ops {
bool (*feature_supported)(void *input);
void (*force_encryption)(void *input, bool enable);
bool (*sink_support)(void *input);
+ void (*abort)(void *input, bool abort);
int (*set_mode)(void *input, bool mst_enabled);
int (*on)(void *input);
void (*off)(void *hdcp_ctrl);