mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
stone: 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. Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
@@ -78,10 +78,10 @@ on boot
|
||||
|
||||
on property:vendor.post_boot.parsed=1
|
||||
# IRQ Tuning
|
||||
# IRQ 243: msm_drm
|
||||
# IRQ 240: kgsl_3d0_irq
|
||||
write /proc/irq/243/smp_affinity_list 2
|
||||
write /proc/irq/240/smp_affinity_list 1
|
||||
# IRQ 243: msm_drm -> CPU 7
|
||||
# IRQ 240: kgsl_3d0_irq -> CPU 6
|
||||
write /proc/irq/243/smp_affinity_list 7
|
||||
write /proc/irq/240/smp_affinity_list 6
|
||||
|
||||
on property:sys.tp.grip_enable=0
|
||||
write /sys/devices/platform/soc/4c88000.i2c/i2c-2/2-0038/fts_edge_mode 0
|
||||
|
||||
Reference in New Issue
Block a user