diff options
author | Thierry Reding <treding@nvidia.com> | 2014-02-25 16:55:05 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-06-03 15:02:54 +0200 |
commit | 5086f959f3106af3c7c8c6ee2c5c88152f12562a (patch) | |
tree | 41920a1ae5e265eacae223038317682f67f16642 /include | |
parent | 486b56950d6c45f3cf84ba8e9207a82770ccc9ef (diff) |
WIP: gpu: host1x: Add GPU class
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; |