gpu: host1x: Rewrite syncpoint interrupt handling
authorMikko Perttunen <mperttunen@nvidia.com>
Thu, 19 Jan 2023 13:09:20 +0000 (15:09 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 26 Jan 2023 14:55:38 +0000 (15:55 +0100)
commit625d4ffb438cacc9b1ebaa48748cdc7171587cdc
treee1e5f33e3241ee143ac50fa67377d45dd8d4f9be
parentc24973ed795fec5c12d8a822a0de99a4b7bab394
gpu: host1x: Rewrite syncpoint interrupt handling

Move from the old, complex intr handling code to a new implementation
based on dma_fences. While there is a fair bit of churn to get there,
the new implementation is much simpler and likely faster as well due
to allowing signaling directly from interrupt context.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/debug.c
drivers/gpu/host1x/dev.c
drivers/gpu/host1x/dev.h
drivers/gpu/host1x/fence.c
drivers/gpu/host1x/fence.h
drivers/gpu/host1x/hw/intr_hw.c
drivers/gpu/host1x/intr.c
drivers/gpu/host1x/intr.h
drivers/gpu/host1x/syncpt.h