On Fri, Feb 5, 2021 at 5:18 AM Boris Brezillon boris.brezillon@collabora.com wrote:
Doing a hw-irq -> threaded-irq round-trip is counter-productive, stay in the threaded irq handler as long as we can.
v2:
- Rework the loop to avoid a goto
Signed-off-by: Boris Brezillon boris.brezillon@collabora.com
drivers/gpu/drm/panfrost/panfrost_mmu.c | 26 +++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-)
Reviewed-by: Rob Herring robh@kernel.org