diff options
author | Rajat Yadav <rajayada@codeaurora.org> | 2021-08-03 23:22:00 +0530 |
---|---|---|
committer | Rajat Yadav <rajayada@codeaurora.org> | 2021-08-03 23:25:13 +0530 |
commit | c3f304b7e032f9dc35a182d3b41eda625a132b56 (patch) | |
tree | 4331e554f732aa1bdfe09975de168b7de19441bc | |
parent | 648eaa352b672182c379bb20fee2a170d5cce308 (diff) |
sdm: add property for idle in scaling layers
Change-Id: I317be38b153a4ad78b7d8e354bd1245ed045ce77
-rw-r--r-- | include/display_properties.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/display_properties.h b/include/display_properties.h index 1adba755..874521fe 100644 --- a/include/display_properties.h +++ b/include/display_properties.h @@ -97,6 +97,7 @@ #define DROP_SKEWED_VSYNC DISPLAY_PROP("drop_skewed_vsync") #define DISABLE_FAST_PATH DISPLAY_PROP("disable_fast_path") #define DISABLE_SYSTEM_LOAD_CHECK DISPLAY_PROP("disable_system_load_check") +#define DISABLE_IDLE_SCALING_LAYERS DISPLAY_PROP("disable_idle_scaling_layers") // Disable microidle condition #define DISABLE_SINGLE_LM_SPLIT_PROP DISPLAY_PROP("disable_single_lm_split") // Enable posted start dynamic |