aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/host1x.h
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2013-02-28 08:08:01 +0100
committerThierry Reding <treding@nvidia.com>2013-10-31 09:55:45 +0100
commit5f60ed0d840d53e9d65aa54e1a5365af8ce2769e (patch)
tree7c41cdd661bb768d54ad3c0c22c1c894b05df09c /include/linux/host1x.h
parentdrm/tegra: Introduce tegra_drm_submit() (diff)
downloadlinux-dev-5f60ed0d840d53e9d65aa54e1a5365af8ce2769e.tar.xz
linux-dev-5f60ed0d840d53e9d65aa54e1a5365af8ce2769e.zip
drm/tegra: Add 3D support
Initialize and power the 3D unit on Tegra20, Tegra30 and Tegra114 and register a channel with the Tegra DRM driver so that the unit can be used from userspace. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> 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 e62c61a4afa9..f5dd56fbdc3e 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_GR3D = 0x60,
};
struct host1x_client;