summaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorSunil Khatri <sunilkh@codeaurora.org>2018-08-10 11:46:58 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2018-10-08 06:31:31 -0700
commit4d6804439eb8f3f838bf0c91dd912dc41b2586a4 (patch)
treeb933ab5818ed955dead4e9a1e18f8b02b1abdd4e /include/uapi/linux
parent3d69d2b9493206838d2c2d7a41b71321a73a802a (diff)
msm: kgsl: Add a property to find if secure context is supported
Add a property to determine if a target support secure context for use cases like CPZ. This property can be used by userspace application to create a secure context if its supported on the target. Change-Id: I1ccc824378fb8fbd2cfbc7b811c6c3fdcd17803e Signed-off-by: Sunil Khatri <sunilkh@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/msm_kgsl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_kgsl.h b/include/uapi/linux/msm_kgsl.h
index 08d6a2ea79b7..005fb8284524 100644
--- a/include/uapi/linux/msm_kgsl.h
+++ b/include/uapi/linux/msm_kgsl.h
@@ -323,6 +323,7 @@ enum kgsl_timestamp_type {
#define KGSL_PROP_DEVICE_QTIMER 0x20
#define KGSL_PROP_IB_TIMEOUT 0x21
#define KGSL_PROP_SECURE_BUFFER_ALIGNMENT 0x23
+#define KGSL_PROP_SECURE_CTXT_SUPPORT 0x24
struct kgsl_shadowprop {
unsigned long gpuaddr;