gts3l-common: blobs: Enable msm_irqbalance
Refers this commit:
e975bda056
Import msm_irqbalance binary from oneplus3 blobs.
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
This commit is contained in:
parent
1b8aa77576
commit
1b5e30e592
2 changed files with 5 additions and 2 deletions
|
@ -732,7 +732,10 @@ vendor/lib64/libqti-iopd-client.so
|
||||||
lib64/vendor.qti.hardware.iop@1.0.so
|
lib64/vendor.qti.hardware.iop@1.0.so
|
||||||
lib64/vendor.qti.hardware.iop@2.0.so
|
lib64/vendor.qti.hardware.iop@2.0.so
|
||||||
|
|
||||||
# IRQ Balance
|
# IRQ Balance - from oneplus3
|
||||||
|
vendor/bin/msm_irqbalance|e70694e0412052cd591389b8c1bf4573e5777257
|
||||||
|
|
||||||
|
# IRQ Balance (configuration)
|
||||||
vendor/etc/msm_irqbalance.conf
|
vendor/etc/msm_irqbalance.conf
|
||||||
|
|
||||||
# Keystore
|
# Keystore
|
||||||
|
|
|
@ -267,7 +267,7 @@ case "$target" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
"msm8994" | "msm8992" | "msm8998" | "apq8098_latv" | "sdm845" | "sdm710" | "qcs605" | "sm6150" | "trinket")
|
"msm8994" | "msm8992" | "msm8996" | "msm8998" | "apq8098_latv" | "sdm845" | "sdm710" | "qcs605" | "sm6150" | "trinket")
|
||||||
start_msm_irqbalance
|
start_msm_irqbalance
|
||||||
;;
|
;;
|
||||||
"msm8996")
|
"msm8996")
|
||||||
|
|
Loading…
Reference in a new issue