diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/host1x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/host1x.h b/include/linux/host1x.h index d2b52999e77..b432b3ddbc1 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; |