diff options
author | Ben Skeggs <[email protected]> | 2016-02-16 07:56:44 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2016-02-16 15:57:16 +1000 |
commit | 33ace5544e755b74ac7c02a7d590f3c64139cc3a (patch) | |
tree | 843d5b4c6337f70f8b6548059782684e15dbefb4 /src/gallium/drivers/nouveau/nv_object.xml.h | |
parent | 97fc3fd559629caaac5173cd28986fe9e83ca5e9 (diff) |
nvc0: initial support for GM20x GPUs
Signed-off-by: Ben Skeggs <[email protected]>
Acked-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nv_object.xml.h')
-rw-r--r-- | src/gallium/drivers/nouveau/nv_object.xml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nv_object.xml.h b/src/gallium/drivers/nouveau/nv_object.xml.h index 0a0e187dc02..61c7b32ea56 100644 --- a/src/gallium/drivers/nouveau/nv_object.xml.h +++ b/src/gallium/drivers/nouveau/nv_object.xml.h @@ -192,6 +192,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NVF0_3D_CLASS 0x0000a197 #define NVEA_3D_CLASS 0x0000a297 #define GM107_3D_CLASS 0x0000b097 +#define GM200_3D_CLASS 0x0000b197 #define NV50_2D_CLASS 0x0000502d #define NVC0_2D_CLASS 0x0000902d #define NV50_COMPUTE_CLASS 0x000050c0 |