aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/drm.c
diff options
context:
space:
mode:
authorMikko Perttunen <mperttunen@nvidia.com>2022-06-27 17:20:08 +0300
committerThierry Reding <treding@nvidia.com>2022-07-08 16:27:53 +0200
commit9550669c197510b9f994102280da7fc0ab468d05 (patch)
tree4f8f6c9693125c7060cd147763a6854ab269c0b8 /drivers/gpu/drm/tegra/drm.c
parentgpu: host1x: Use RESTART_W to skip timed out jobs on Tegra186+ (diff)
downloadlinux-dev-9550669c197510b9f994102280da7fc0ab468d05.tar.xz
linux-dev-9550669c197510b9f994102280da7fc0ab468d05.zip
drm/tegra: vic: Add Tegra234 support
Add Tegra234 support for VIC. It is backwards compatible with Tegra194. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tegra/drm.c')
-rw-r--r--drivers/gpu/drm/tegra/drm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tegra/drm.c b/drivers/gpu/drm/tegra/drm.c
index 9464f522e257..426ffeb51f72 100644
--- a/drivers/gpu/drm/tegra/drm.c
+++ b/drivers/gpu/drm/tegra/drm.c
@@ -1380,6 +1380,7 @@ static const struct of_device_id host1x_drm_subdevs[] = {
{ .compatible = "nvidia,tegra194-sor", },
{ .compatible = "nvidia,tegra194-vic", },
{ .compatible = "nvidia,tegra194-nvdec", },
+ { .compatible = "nvidia,tegra234-vic", },
{ /* sentinel */ }
};