diff options
author | Alex Elder <elder@linaro.org> | 2020-11-05 21:14:03 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-11-08 02:39:17 +0300 |
commit | d6c9e3f506ae8f96727017d1747887aab4e68605 (patch) | |
tree | b2cb31000163d85a81182b95483e8c8ef6e615a5 /tools/perf/scripts/python/stackcollapse.py | |
parent | b4175f8731f783c67b042492c9000f5fb7ecee4b (diff) | |
download | linux-d6c9e3f506ae8f96727017d1747887aab4e68605.tar.xz |
net: ipa: only enable generic command completion IRQ when needed
The completion of a generic EE GSI command is signaled by a global
interrupt of type GP_INT1. The only other used type for a global
interrupt is a hardware error report.
First, disallow all global interrupt types in gsi_irq_setup(). We
want to know about hardware errors, so re-enable the interrupt type
in gsi_irq_enable(), to allow hardware errors to be reported.
Disable that interrupt type again in gsi_irq_disable().
We only issue generic EE commands one at a time, and there's no
reason to keep the completion interrupt enabled when no generic
EE command is pending. We furthermore have no need to enable the
GP_INT2 or GP_INT3 interrupt types (which aren't used).
The change in gsi_irq_enable() makes GSI_CNTXT_GLOB_IRQ_ALL unused,
so get rid of it. Have gsi_generic_command() enable the GP_INT1
interrupt type (in addition to the ERROR_INT type) only while a
generic command is pending.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions