Enable dynamic recomposition by default
Dynamic recomposition in HWC is a feature to save some power savings during idle case by flattening all layers using GPU composition. Enable dynamic recomposition for display with index 0. Bug: 267972056 Test: DR should be used when all layers have low fps Test: DR should not be used when there's front buffer or video layer Change-Id: I6ec0a05508524a7d15dddfc8e244a298e1fa5a6a
This commit is contained in:
parent
795665af9f
commit
4e4c9b5ed5
1 changed files with 3 additions and 0 deletions
|
@ -205,6 +205,9 @@ PRODUCT_COPY_FILES += \
|
|||
device/google/tangorpro/tangorpro/display_golden_boe-ts110f5mlg0-rt4_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_golden_boe-ts110f5mlg0-rt4_cal0.pb \
|
||||
device/google/tangorpro/tangorpro/display_golden_csot-ppa957db2d-rt4_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_golden_csot-ppa957db2d-rt4_cal0.pb
|
||||
|
||||
# Enable HWC dynamic recomposition for display with index 0
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.dynamic_recomposition=1
|
||||
|
||||
# Display LBE
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue