avicii: 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. And also affine them. Change-Id: If49ecb8757d133a7fad0d7946837b35403e57c2a Signed-off-by: Sandeep P S <sandymankara11@gmail.com>
This commit is contained in:
committed by
Sandeep-FED
parent
e253276787
commit
1d4a427400
@@ -55,6 +55,13 @@ on property:sys.boot_completed=1
|
||||
# Enable suspend to RAM
|
||||
write /sys/power/mem_sleep "deep"
|
||||
|
||||
on property:vendor.post_boot.parsed=1
|
||||
# IRQ Tuning
|
||||
# IRQ 243: msm_drm0
|
||||
# IRQ 222: kgsl_3d0_irq
|
||||
write /proc/irq/243/smp_affinity_list 2
|
||||
write /proc/irq/240/smp_affinity_list 1
|
||||
|
||||
on property:sys.usb.config=adb && property:sys.usb.configfs=1
|
||||
write /config/usb_gadget/g1/idVendor 0x22D9
|
||||
write /config/usb_gadget/g1/idProduct 0x2769
|
||||
|
||||
Reference in New Issue
Block a user