irqchip/gic-v3-its: Drop the setting of PTZ altogether
authorShenming Lu <lushenming@huawei.com>
Mon, 22 Mar 2021 06:01:54 +0000 (14:01 +0800)
committerMarc Zyngier <maz@kernel.org>
Wed, 24 Mar 2021 18:12:20 +0000 (18:12 +0000)
commitc21bc068cdbe5613d3319ae171c3f2eb9f321352
tree34aca382aec52ca568891cc82eb0fe95d9fa191b
parent301beaf19739cb6e640ed44e630e7da993f0ecc8
irqchip/gic-v3-its: Drop the setting of PTZ altogether

GICv4.1 gives a way to get the VLPI state, which needs to map the
vPE first, and after the state read, we may remap the vPE back while
the VPT is not empty. So we can't assume that the VPT is empty at
the first map. Besides, the optimization of PTZ is probably limited
since the HW should be fairly efficient to parse the empty VPT. Let's
drop the setting of PTZ altogether.

Signed-off-by: Shenming Lu <lushenming@huawei.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210322060158.1584-3-lushenming@huawei.com
drivers/irqchip/irq-gic-v3-its.c