diff options
author | Ben Skeggs <[email protected]> | 2016-07-09 10:06:44 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2016-07-12 10:56:35 +1000 |
commit | 0d911a720da9677ad0410fdfeab8e81546427102 (patch) | |
tree | a71816b979c939d5155cd5fcb686b46a9afd256e /src/gallium/drivers/nouveau/nv_object.xml.h | |
parent | 9bc083284f3d4eb6148237eec3d9032d32ff1451 (diff) |
nvc0: initial support for GP100 GPUs
Signed-off-by: Ben Skeggs <[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 fe4982aa9fd..c7e0a397d67 100644 --- a/src/gallium/drivers/nouveau/nv_object.xml.h +++ b/src/gallium/drivers/nouveau/nv_object.xml.h @@ -193,6 +193,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NVEA_3D_CLASS 0x0000a297 #define GM107_3D_CLASS 0x0000b097 #define GM200_3D_CLASS 0x0000b197 +#define GP100_3D_CLASS 0x0000c097 #define NV50_2D_CLASS 0x0000502d #define NVC0_2D_CLASS 0x0000902d #define NV50_COMPUTE_CLASS 0x000050c0 |