summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSaurabh Dubey <sdubey@codeaurora.org>2018-04-26 15:55:43 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2018-04-27 01:54:55 -0700
commitfa35cb302f20e0b09bbe0d94d1fdf98db87b4601 (patch)
tree318a0f7cef33fe7bba74dfa52ec73af13641ae1d /include
parent9fd1cb843d0b63bb5122c8f163095ca8fb53a4a2 (diff)
downloaddisplay-fa35cb302f20e0b09bbe0d94d1fdf98db87b4601.tar.gz
display: Add property to disable rotator downscale for UI
Add property to be used to disable rotator downscale for UI layers on primary. Change-Id: Ide3faa8124ce13e08124aba7ae01c2253c63b828 CRs-Fixed: 2230994
Diffstat (limited to 'include')
-rw-r--r--include/display_properties.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/display_properties.h b/include/display_properties.h
index 72958995..576a9716 100644
--- a/include/display_properties.h
+++ b/include/display_properties.h
@@ -46,6 +46,8 @@
#define IDLE_TIME_INACTIVE_PROP DISPLAY_PROP("idle_time_inactive")
#define BOOT_ANIMATION_LAYER_COUNT_PROP DISPLAY_PROP("boot_anim_layer_count")
#define DISABLE_ROTATOR_DOWNSCALE_PROP DISPLAY_PROP("disable_rotator_downscale")
+// Disables rotator downscale for UI on primary
+#define DISABLE_ROT_DS_UI_PRIMARY_PROP DISPLAY_PROP("disable_rot_ds_ui_primary")
#define DISABLE_DECIMATION_PROP DISPLAY_PROP("disable_decimation")
#define PRIMARY_MIXER_STAGES_PROP DISPLAY_PROP("primary_mixer_stages")
#define EXTERNAL_MIXER_STAGES_PROP DISPLAY_PROP("external_mixer_stages")