sdm660-common: Don't balance mdss or kgsl IRQs
While IRQ balancing is generally a good idea, MDSS and KGSL are critical for UX and shouldn't be migrated between cores. Change-Id: Ic8ae88f5ea75715f3cd6bfec118380f65ea9e4d1
This commit is contained in:
parent
9ab0b5b9bb
commit
7f9b60c7fa
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
PRIO=1,1,0,0,0,0,0,0
|
||||
#arch_timer, arm-pmu, arch_mem_timer, glink-smem-rpm, mpm irqs
|
||||
IGNORED_IRQ=19,22,39,200,203
|
||||
#arch_timer, arm-pmu, arch_mem_timer, mdss, smem-rpm, mpm, kgsl
|
||||
IGNORED_IRQ=19,22,39,115,200,203,332
|
||||
#WLAN irqs
|
||||
BLACKLIST_IRQ=446,455,456
|
||||
|
|
Loading…
Reference in a new issue