sm6375-common: Switch hwcomposer to foreground CPU set
* Greatly affects the performance/latency of the display considering you have foreground set to 0-6 cores on <SM7350 whilst being power efficient. * This shows an improvement on HWUI graph and even jankbench. Change-Id: I6438375d844e1b1f38872fb53bdfadfb644fc722 Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
This commit is contained in:
parent
b721be0fd8
commit
75531a87f2
1 changed files with 10 additions and 0 deletions
|
@ -662,3 +662,13 @@ service vendor.audio-hal /vendor/bin/hw/android.hardware.audio.service
|
|||
ioprio rt 4
|
||||
task_profiles ProcessCapacityHigh HighPerformance
|
||||
onrestart restart audioserver
|
||||
|
||||
service vendor.qti.hardware.display.composer /vendor/bin/hw/vendor.qti.hardware.display.composer-service
|
||||
override
|
||||
class hal animation
|
||||
user system
|
||||
group graphics drmrpc
|
||||
capabilities SYS_NICE
|
||||
onrestart restart surfaceflinger
|
||||
socket pps stream 0660 system system
|
||||
writepid /dev/cpuset/foreground/tasks
|
||||
|
|
Loading…
Reference in a new issue