sdm660-common: props: 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. Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
c08cdd0098
commit
5743c43e60
1 changed files with 2 additions and 0 deletions
|
@ -148,6 +148,8 @@ ro.vendor.qti.va_aosp.support=1
|
|||
ro.hardware.egl=adreno
|
||||
ro.hardware.vulkan=adreno
|
||||
vendor.opengles.version=196610
|
||||
debug.hwui.use_hint_manager=true
|
||||
debug.hwui.target_cpu_time_percent=30
|
||||
|
||||
# Media
|
||||
debug.stagefright.omx_default_rank=0
|
||||
|
|
Loading…
Reference in a new issue