tests: tegra: Add VIC 4.2 support
authorThierry Reding <treding@nvidia.com>
Fri, 9 Jul 2021 19:09:04 +0000 (21:09 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 23 Feb 2022 15:06:49 +0000 (16:06 +0100)
commit26b872ebad78036424e8f27179179d77a13aa80a
treeb1c1efe6a3d04902529fcf298ffb73fde84352cd
parent5217c5c747110d921d02f4b920c05c2c9e279085
tests: tegra: Add VIC 4.2 support

The Video Image Composer (VIC) 4.2 can be found on NVIDIA Tegra194 SoCs.
It uses a different class (C5B6) that is slightly incompatible with the
class found on earlier generations, although it is backwards compatible
with the class implemented on Tegra186 (B1B6).

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