tests: tegra: Add syncpt-wait test
authorThierry Reding <treding@nvidia.com>
Fri, 9 Jul 2021 18:58:41 +0000 (20:58 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 23 Feb 2022 14:40:11 +0000 (15:40 +0100)
commit637d6a46d3eceba095d957924aab44c803acfa6f
treed28a3d51de44723071a3237638ac4d8ab602ca92
parent8f8e54d68811cc48274679a90a7f06dd2d2b0e60
tests: tegra: Add syncpt-wait test

This is a very simple sanity test to check whether or not a syncpt can
be incremented by a host1x client. This uses gr2d on Tegra20 through
Tegra114 and VIC on Tegra124 and later.

Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
tests/tegra/meson.build
tests/tegra/syncpt-wait.c [new file with mode: 0644]