summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPadmanabhan Komanduru <pkomandu@codeaurora.org>2020-04-24 15:38:15 +0530
committerBipin Kumar <bipikuma@codeaurora.org>2020-06-18 01:09:34 +0530
commitd2205a17fe38554119b2ca5eb79938c12c89d84e (patch)
tree517f5b5bb4a5596f394aa912b4add880adb6f0c1 /include
parente8ee43ec8b4ffe38d1779bb1ae66b61951d3773c (diff)
composer: enable POMS during Doze switch based on a property
Add support to enable the POMS during Doze switch based on the property vendor.display.enable_poms_during_doze=1. Change-Id: Ia90ae0b38aed9e45d0729a38cab89a58c3baf66b
Diffstat (limited to 'include')
-rw-r--r--include/display_properties.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/display_properties.h b/include/display_properties.h
index d0868a2f..0e57f344 100644
--- a/include/display_properties.h
+++ b/include/display_properties.h
@@ -131,5 +131,6 @@
#define DEFER_FPS_FRAME_COUNT DISPLAY_PROP("defer_fps_frame_count")
#define DISABLE_IDLE_TIME_VIDEO DISPLAY_PROP("disable_idle_time_video")
#define DISABLE_IDLE_TIME_HDR DISPLAY_PROP("disable_idle_time_hdr")
+#define ENABLE_POMS_DURING_DOZE DISPLAY_PROP("enable_poms_during_doze")
#endif // __DISPLAY_PROPERTIES_H__