summaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorSunil Khatri <sunilkh@codeaurora.org>2016-04-29 09:29:46 -0600
committerJeevan Shriram <jshriram@codeaurora.org>2016-05-11 17:44:09 -0700
commitf6670661825fbb4dfdc43da188438aade8dc3b3c (patch)
treeffdcc0ade4c656efa3982c51c6c8c4603dd333ff /include/uapi/linux
parent6b8e9c2af61c335c6c58f9826436bc18d0df7b17 (diff)
msm: kgsl: Add property to determine GPU bitness
Add the property to determine GPU bitness which is used by the clients via KGSL ioctl. Certain clients of KGSL such as Open-CL driver need to know explicitly about the GPU mode. Change-Id: I77523d7816edb9776014aaf3aa85321af0d20aaf 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 7def4b8f1dce..34503420c882 100644
--- a/include/uapi/linux/msm_kgsl.h
+++ b/include/uapi/linux/msm_kgsl.h
@@ -307,6 +307,7 @@ enum kgsl_timestamp_type {
#define KGSL_PROP_UCODE_VERSION 0x15
#define KGSL_PROP_GPMU_VERSION 0x16
#define KGSL_PROP_HIGHEST_BANK_BIT 0x17
+#define KGSL_PROP_DEVICE_BITNESS 0x18
struct kgsl_shadowprop {
unsigned long gpuaddr;