Re: [PATCH 4/7] drm/tegra: vic: Add Tegra194 support

2018-11-26 Thread Mikko Perttunen
On 23.11.2018 14:31, Thierry Reding wrote: From: Thierry Reding The Video Image Composer (VIC) generation found on Tegra194 is the same as its predecessor found on Tegra186. It is not the same, but like with Host1x itself the changes are not visible here. With that fixed, Reviewed-by: Mikk

[PATCH 4/7] drm/tegra: vic: Add Tegra194 support

2018-11-23 Thread Thierry Reding
From: Thierry Reding The Video Image Composer (VIC) generation found on Tegra194 is the same as its predecessor found on Tegra186. Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/drm.c | 1 + drivers/gpu/drm/tegra/vic.c | 11 +++ 2 files changed, 12 insertions(+) diff --git a