mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 05:59:32 +00:00
stone: Do not balance msm_drm and kgsl_3d0 IRQs
These are critical for display performance and should not be balanced in order to improve latency and responsiveness. Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
@@ -33,4 +33,4 @@
|
||||
|
||||
PRIO=1,1,0,0,0,0,0,0
|
||||
#arch_timer, arm-pmu, arch_mem_timer
|
||||
IGNORED_IRQ=19,21,38
|
||||
IGNORED_IRQ=19,21,38,209,218
|
||||
|
||||
@@ -76,6 +76,13 @@ on boot
|
||||
# Enable PowerHAL hint processing
|
||||
setprop vendor.powerhal.init 1
|
||||
|
||||
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
|
||||
|
||||
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