tests: tegra: Add VIC support
authorThierry Reding <treding@nvidia.com>
Fri, 9 Jul 2021 19:02:32 +0000 (21:02 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 23 Feb 2022 14:40:15 +0000 (15:40 +0100)
commit2ddf703bc33bd82848ac24a54be2fca48f37cbae
tree8b006f1b1041b302b65da81e646ae0fe854ea1cd
parentb707a7165464b8b110005a990a013e64947bd0a1
tests: tegra: Add VIC support

Implement a small abstraction interface to allow different versions of
VIC to be used transparently. An implementation will be chosen based on
the VIC version number reported by the DRM_TEGRA_IOCTL_OPEN_CHANNEL
IOCTL.

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