vendor: perf: bengal/bengal_515: 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. Change-Id: I0248e26a7154c689c0d3f11dabe14a1b149353f9 Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
parent
5cf257e473
commit
74e8014dd7
|
@ -5,5 +5,5 @@
|
|||
################################################################################################################################
|
||||
|
||||
PRIO=1,1,1,1,0,0,0,0
|
||||
#arch_timer, arm-pmu, arch_mem_timer
|
||||
IGNORED_IRQ=19,22,39
|
||||
#arch_timer, arm-pmu, arch_mem_timer, msm_drm, kgsl_3d0
|
||||
IGNORED_IRQ=19,22,39,115,332
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
################################################################################################################################
|
||||
|
||||
PRIO=1,1,1,1,0,0,0,0
|
||||
#arch_timer, arm-pmu, arch_mem_timer
|
||||
IGNORED_IRQ=19,22,39
|
||||
#arch_timer, arm-pmu, arch_mem_timer, msm_drm, kgsl_3d0
|
||||
IGNORED_IRQ=19,22,39,115,332
|
||||
|
|
Loading…
Reference in New Issue