diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-04-25 21:48:55 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-25 21:48:55 -0700 |
| commit | cf53577f5f5dcfea58f558ddb55a9539adc706ce (patch) | |
| tree | cb42506d02b9f768b40b6a74860f9ad604daa7a7 /include/uapi | |
| parent | 22c29693e88599352c622727973e2aae428ea54c (diff) | |
| parent | d689330ab5ed8c58a51be496cfa6f4467663c7ff (diff) | |
Merge "msm: kgsl: Allow draw context to perform only replay on recovery"
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/msm_kgsl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_kgsl.h b/include/uapi/linux/msm_kgsl.h index 843e02711aa7..5fd58dfb153e 100644 --- a/include/uapi/linux/msm_kgsl.h +++ b/include/uapi/linux/msm_kgsl.h @@ -67,6 +67,8 @@ #define KGSL_CONTEXT_TYPE_RS 4 #define KGSL_CONTEXT_TYPE_UNKNOWN 0x1E +#define KGSL_CONTEXT_INVALIDATE_ON_FAULT 0x10000000 + #define KGSL_CONTEXT_INVALID 0xffffffff /* |
