mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm: kgsl: Don't halt the GPU, try to recover first
We don't want to halt the GPU when trying to recover in production devices. Remove the bit mask that would do that. Signed-off-by: Carter Cooper <ccooper@codeaurora.org>
This commit is contained in:
parent
266ba0236e
commit
1fd9df8a02
1 changed files with 1 additions and 2 deletions
|
@ -402,8 +402,7 @@ struct log_field {
|
|||
#define KGSL_FT_PAGEFAULT_GPUHALT_ENABLE BIT(1)
|
||||
#define KGSL_FT_PAGEFAULT_LOG_ONE_PER_PAGE BIT(2)
|
||||
#define KGSL_FT_PAGEFAULT_LOG_ONE_PER_INT BIT(3)
|
||||
#define KGSL_FT_PAGEFAULT_DEFAULT_POLICY (KGSL_FT_PAGEFAULT_INT_ENABLE + \
|
||||
KGSL_FT_PAGEFAULT_GPUHALT_ENABLE)
|
||||
#define KGSL_FT_PAGEFAULT_DEFAULT_POLICY KGSL_FT_PAGEFAULT_INT_ENABLE
|
||||
|
||||
#define ADRENO_FT_TYPES \
|
||||
{ BIT(KGSL_FT_OFF), "off" }, \
|
||||
|
|
Loading…
Reference in a new issue