Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: Switch hwcomposer to foreground CPU set

* Greatly affects the performance/latency of the display
   considering you have foreground set to 0-3, 5-6 cores on <SM8150
   whilst being power efficient.

 * This shows an improvement on HWUI graph and even jankbench.

Change-Id: I6438375d844e1b1f38872fb53bdfadfb644fc722
This commit is contained in:
Vishalcj17 2024-08-20 08:18:49 +05:30 committed by Nick Reuter
commit 064df27169

View file

@ -798,3 +798,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
task_profiles ProcessCapacityHigh HighPerformance