mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sapphire
synced 2026-01-27 10:01:09 +00:00
sapphire: rootdir: Move KGSL and MSM_DRM to cores 6 and 7
By putting them on the bigger cores, they can be processed quicker, resulting in improved responsiveness. Change-Id: I13e710c94ff80cb5a044547989bda9a56d94b9e7 Signed-off-by: romgharti <romgharti@gmail.com>
This commit is contained in:
@@ -56,10 +56,10 @@ on property:vendor.post_boot.parsed=1
|
||||
write /proc/sys/vm/kswapd_threads 1
|
||||
|
||||
# IRQ Tuning
|
||||
# IRQ 218: msm_drm0
|
||||
# IRQ 209: kgsl_3d0_irq
|
||||
write /proc/irq/209/smp_affinity_list 1
|
||||
write /proc/irq/218/smp_affinity_list 2
|
||||
# IRQ 218: msm_drm0 -> CPU 7
|
||||
# IRQ 209: kgsl_3d0_irq -> CPU 6
|
||||
write /proc/irq/209/smp_affinity_list 7
|
||||
write /proc/irq/218/smp_affinity_list 6
|
||||
|
||||
on init
|
||||
# Boot time uclamp tuning
|
||||
|
||||
Reference in New Issue
Block a user