sm6375-common: properties: Use HintManager for HWUI
This will send HWUI timings to HintManager for better CPU scheduling. Setting a 30% margin for CPU should heavily reduce CPU loads for HWUI and use GPU for the rest. Change-Id: I048ae87ac93b729181e5c51f5c72869731ecb058
This commit is contained in:
parent
865ad35abb
commit
1c66bcebc5
1 changed files with 4 additions and 0 deletions
|
@ -235,6 +235,10 @@ persist.vendor.ims.display_delay=40
|
||||||
persist.vendor.ims.playout_delay=50
|
persist.vendor.ims.playout_delay=50
|
||||||
persist.vendor.ims.vt.enableadb=1
|
persist.vendor.ims.vt.enableadb=1
|
||||||
|
|
||||||
|
# HWUI
|
||||||
|
debug.hwui.use_hint_manager=true
|
||||||
|
debug.hwui.target_cpu_time_percent=30
|
||||||
|
|
||||||
# Incremental FS
|
# Incremental FS
|
||||||
ro.incremental.enable=true
|
ro.incremental.enable=true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue