vendor: perf: sm6150: 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: I527a262d01bf91a372c156d580af38b467820163
This commit is contained in:
parent
343644d0c7
commit
55afd38265
|
@ -28,5 +28,5 @@
|
|||
#
|
||||
|
||||
PRIO=1,1,1,1,0,0,0,0
|
||||
#arch_timer, arm-pmu, arch_mem_timer
|
||||
IGNORED_IRQ=19,21,38
|
||||
#arch_timer, arm-pmu, arch_mem_timer, msm_drm, kgsl-3d0
|
||||
IGNORED_IRQ=19,21,38,115,332
|
||||
|
|
Loading…
Reference in New Issue