summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-02-25 16:55:05 +0100
committerThierry Reding <treding@nvidia.com>2014-12-19 10:19:38 +0100
commitdde1a410d9b357adeaab740b05ca6cea538574b0 (patch)
treef98e5f2f3c0fce1761e49d6587144bb4a1d2351c
parent5b20d09810191b6b9fb9eeb40ee87b7178b6334b (diff)
WIP: gpu: host1x: Add GPU class
-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 bb9840fd1e1..f4f65e23cfc 100644
--- a/include/linux/host1x.h
+++ b/include/linux/host1x.h
@@ -27,6 +27,7 @@ enum host1x_class {
HOST1X_CLASS_GR2D = 0x51,
HOST1X_CLASS_GR2D_SB = 0x52,
HOST1X_CLASS_GR3D = 0x60,
+ HOST1X_CLASS_GPU = 0x61,
};
struct host1x_client;