diff options
author | Vinoth Jayaram <c_vinoja@codeaurora.org> | 2021-08-11 12:15:20 +0530 |
---|---|---|
committer | Baldev Sahu <bsahu@codeaurora.org> | 2021-08-11 12:24:24 +0530 |
commit | 9cc7717c320771b5997d17c04817568a4b100807 (patch) | |
tree | 9576c0c1103b5e2c9434a19ec306ee1708594e27 | |
parent | 36d0db8927af701f6669257575109f017b95e1fb (diff) |
display-product.mk : Disable idle time on video and HDR
Change-Id: Ifcec33268da1b9400921fb2e43c13f7d39da6d81
-rw-r--r-- | config/display-product.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/display-product.mk b/config/display-product.mk index 45fdeeec..4c96a6b6 100644 --- a/config/display-product.mk +++ b/config/display-product.mk @@ -79,7 +79,9 @@ PRODUCT_PROPERTY_OVERRIDES += \ vendor.display.enable_optimize_refresh=1 \ vendor.display.use_smooth_motion=1 \ vendor.display.enable_camera_smooth=1 \ - vendor.display.enable_allow_idle_fallback=1 + vendor.display.enable_allow_idle_fallback=1 \ + vendor.display.disable_idle_time_video=1 \ + vendor.display.disable_idle_time_hdr=1 # Enable offline rotator for Bengal, Monaco, Khaje. ifneq ($(filter bengal monaco khaje, $(TARGET_BOARD_PLATFORM)),$(TARGET_BOARD_PLATFORM)) |