gpu: host1x: Implement job tracking using DMA fences
authorMikko Perttunen <mperttunen@nvidia.com>
Thu, 19 Jan 2023 13:09:19 +0000 (15:09 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 26 Jan 2023 14:55:38 +0000 (15:55 +0100)
commitc24973ed795fec5c12d8a822a0de99a4b7bab394
tree3507e29c7b652925357359aeafde1298e0142826
parentf0fb260a0cdb014b22a5f7733279c205f2cba62a
gpu: host1x: Implement job tracking using DMA fences

In anticipation of removal of the intr API, implement job tracking
using DMA fences instead. The main two things about this are
making cdma_update schedule the work since fence completion can
now be called from interrupt context, and some complication in
ensuring the callback is not running when we free the fence.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/cdma.c
drivers/gpu/host1x/cdma.h
drivers/gpu/host1x/hw/channel_hw.c
drivers/gpu/host1x/job.c
include/linux/host1x.h