diff options
author | Venkat Thogaru <vthogaru@codeaurora.org> | 2020-03-26 14:44:34 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-06-08 00:25:25 -0700 |
commit | cf01ddd8f19cc85cb24ea936765b9eec836e0abd (patch) | |
tree | 5479e0e4128d59936a41a976cf10e525e9a65296 /include | |
parent | 0cca7e54e07702e0e0cc5978c98f772d79f60a9b (diff) |
sdm: Add display property to disable idle for hdr
CRs-Fixed: 2600673
Change-Id: I310e7eea8dcb96a39fe9da6357e82496c05e894b
Diffstat (limited to 'include')
-rw-r--r-- | include/display_properties.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/display_properties.h b/include/display_properties.h index 36d7d596..cd3fbf20 100644 --- a/include/display_properties.h +++ b/include/display_properties.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2018 - 2020, The Linux Foundation. All rights reserved. +* Copyright (c) 2018 - 2020 The Linux Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -131,5 +131,6 @@ #define ENABLE_FORCE_SPLIT DISPLAY_PROP("enable_force_split") #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") #endif // __DISPLAY_PROPERTIES_H__ |