]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit282f1bbd4a50980eeeb5d01e76b114b920d66066
tree7823fcaa8bbcb143752b362f10c9f8ce97b9c28a
parent24aac238cb778da164ef45d5035c1426a42f754d
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