sm8350-common: 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: Ibd808393f655fae73eba1065e53062be0b140d9a
This commit is contained in:
parent
97c2b7154c
commit
716c066c14
1 changed files with 4 additions and 0 deletions
|
|
@ -217,6 +217,10 @@ vendor.display.use_layer_ext=0
|
|||
vendor.display.use_smooth_motion=0
|
||||
vendor.gralloc.disable_ubwc=0
|
||||
|
||||
# HWUI
|
||||
debug.hwui.use_hint_manager=true
|
||||
debug.hwui.target_cpu_time_percent=30
|
||||
|
||||
# Media
|
||||
debug.stagefright.c2inputsurface=-1
|
||||
media.stagefright.thumbnail.prefer_hw_codecs=true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue