summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/host1x.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/host1x/host1x.h')
-rw-r--r--drivers/gpu/host1x/host1x.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/host1x/host1x.h b/drivers/gpu/host1x/host1x.h
index bca6563f676..a2bc1e65e97 100644
--- a/drivers/gpu/host1x/host1x.h
+++ b/drivers/gpu/host1x/host1x.h
@@ -22,7 +22,9 @@
#define __LINUX_HOST1X_H
enum host1x_class {
- HOST1X_CLASS_HOST1X = 0x1
+ HOST1X_CLASS_HOST1X = 0x1,
+ HOST1X_CLASS_GR2D = 0x51,
+ HOST1X_CLASS_GR2D_SB = 0x52
};
#endif