Re: [PATCH libdrm v2 20/25] tests: tegra: Add VIC 4.0 support

2022-02-23 Thread Thierry Reding
On Wed, Feb 23, 2022 at 03:46:01PM +0100, Thierry Reding wrote: > On Fri, Feb 18, 2022 at 11:29:34AM +0200, Mikko Perttunen wrote: > > On 2/17/22 21:19, Thierry Reding wrote: > > > From: Thierry Reding > > > > > > The Video Image Composer (VIC) 4.0 can be found on NVIDIA Tegra210 SoCs. > > > It u

Re: [PATCH libdrm v2 20/25] tests: tegra: Add VIC 4.0 support

2022-02-23 Thread Thierry Reding
On Fri, Feb 18, 2022 at 11:29:34AM +0200, Mikko Perttunen wrote: > On 2/17/22 21:19, Thierry Reding wrote: > > From: Thierry Reding > > > > The Video Image Composer (VIC) 4.0 can be found on NVIDIA Tegra210 SoCs. > > It uses a different class (B0B6) that is slightly incompatible with the > > clas

Re: [PATCH libdrm v2 20/25] tests: tegra: Add VIC 4.0 support

2022-02-18 Thread Mikko Perttunen
On 2/17/22 21:19, Thierry Reding wrote: From: Thierry Reding The Video Image Composer (VIC) 4.0 can be found on NVIDIA Tegra210 SoCs. It uses a different class (B0B6) that is slightly incompatible with the class found on earlier generations. Signed-off-by: Thierry Reding --- tests/tegra/mes

[PATCH libdrm v2 20/25] tests: tegra: Add VIC 4.0 support

2022-02-17 Thread Thierry Reding
From: Thierry Reding The Video Image Composer (VIC) 4.0 can be found on NVIDIA Tegra210 SoCs. It uses a different class (B0B6) that is slightly incompatible with the class found on earlier generations. Signed-off-by: Thierry Reding --- tests/tegra/meson.build | 2 + tests/tegra/vic.c |