aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/host1x.h
diff options
context:
space:
mode:
authorArto Merilainen <amerilainen@nvidia.com>2016-12-14 13:16:13 +0200
committerThierry Reding <treding@nvidia.com>2017-04-05 18:11:48 +0200
commit0ae797a8ba05a2354db5e81c1d7df04671dd1c25 (patch)
treecd5a0fe4e47593fdafb7555f63003c89870e99b1 /include/linux/host1x.h
parentdt-bindings: Add bindings for the Tegra VIC (diff)
downloadlinux-dev-0ae797a8ba05a2354db5e81c1d7df04671dd1c25.tar.xz
linux-dev-0ae797a8ba05a2354db5e81c1d7df04671dd1c25.zip
drm/tegra: Add VIC support
This patch adds support for Video Image Compositor engine which can be used for 2d operations. Signed-off-by: Andrew Chew <achew@nvidia.com> Signed-off-by: Arto Merilainen <amerilainen@nvidia.com> Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/linux/host1x.h')
-rw-r--r--include/linux/host1x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/host1x.h b/include/linux/host1x.h
index 1ffbf2a8cb99..3d04aa1dc83e 100644
--- a/include/linux/host1x.h
+++ b/include/linux/host1x.h
@@ -26,6 +26,7 @@ enum host1x_class {
HOST1X_CLASS_HOST1X = 0x1,
HOST1X_CLASS_GR2D = 0x51,
HOST1X_CLASS_GR2D_SB = 0x52,
+ HOST1X_CLASS_VIC = 0x5D,
HOST1X_CLASS_GR3D = 0x60,
};