gts3l-common: irq: Import msm_irqbalance from lge_msm8996-common
The msm_irqbalance configuration of lge_msm8996-common has more IRQ
numbers for excepting mdss and kgsl-3d0. This is good to improve UX stability.
Refers:
d5f348aedd
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
This commit is contained in:
parent
b7d9ca6015
commit
523ff7a21c
3 changed files with 7 additions and 3 deletions
3
configs/msm_irqbalance.conf
Normal file
3
configs/msm_irqbalance.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
PRIO=1,1,0,0
|
||||
#arm-pmu, arch_timer, arch_mem_timer, MDSS, smd-rpm, kgsl-3d0
|
||||
IGNORED_IRQ=23,27,62,115,200,332
|
4
gts3l.mk
4
gts3l.mk
|
@ -224,6 +224,10 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/sec_config:$(TARGET_COPY_OUT_VENDOR)/etc/sec_config
|
||||
|
||||
# IRQ
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf
|
||||
|
||||
# Keylayout
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/keylayout/gpio-keys.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/gpio-keys.kl \
|
||||
|
|
|
@ -724,9 +724,6 @@ lib64/vendor.qti.hardware.iop@2.0.so
|
|||
# IRQ Balance - from oneplus3
|
||||
vendor/bin/msm_irqbalance|e70694e0412052cd591389b8c1bf4573e5777257
|
||||
|
||||
# IRQ Balance (configuration)
|
||||
vendor/etc/msm_irqbalance.conf
|
||||
|
||||
# Keystore
|
||||
vendor/lib64/hw/keystore.msm8996.so
|
||||
vendor/lib/hw/keystore.msm8996.so
|
||||
|
|
Loading…
Reference in a new issue