gpu: host1x: Show all allocated syncpts via debugfs
authorJon Hunter <jonathanh@nvidia.com>
Fri, 14 Jan 2022 14:04:53 +0000 (14:04 +0000)
committerThierry Reding <treding@nvidia.com>
Wed, 6 Apr 2022 13:33:57 +0000 (15:33 +0200)
commit74bb98dd91106fcfd16aad852fafa5970a268427
tree7823fcaa8bbcb143752b362f10c9f8ce97b9c28a
parent3e9c4584336149146fe15cb5703fc10a2ca2d2a0
gpu: host1x: Show all allocated syncpts via debugfs

When the host1x syncpts status is dumped via the debugfs, syncpts that
have been allocated but not yet used are not shown and so currently it
is not possible to see all the allocated syncpts. Update the path for
dumping the syncpt status via the debugfs to show all allocated syncpts
even if they have not been used yet. Note that when the syncpt status
is dumped by the kernel itself for debugging only the active syncpt are
shown.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/debug.c