diff options
author | Ben Skeggs <[email protected]> | 2017-02-21 10:01:16 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2017-02-21 10:01:16 +1000 |
commit | 8f4483b6090ce1e6f903dc14094b086d03c8af80 (patch) | |
tree | 0e60ff6696cc1ec6fb903017bb662e9111b675e1 /src/gallium/drivers/nouveau/nv_object.xml.h | |
parent | 6dbb0eaccc346ec5619b1782f7102353015eaa18 (diff) |
nvc0: use PascalB for most Pascal boards
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 c7e0a397d67..f200c9c9c9b 100644 --- a/src/gallium/drivers/nouveau/nv_object.xml.h +++ b/src/gallium/drivers/nouveau/nv_object.xml.h @@ -194,6 +194,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define GM107_3D_CLASS 0x0000b097 #define GM200_3D_CLASS 0x0000b197 #define GP100_3D_CLASS 0x0000c097 +#define GP102_3D_CLASS 0x0000c197 #define NV50_2D_CLASS 0x0000502d #define NVC0_2D_CLASS 0x0000902d #define NV50_COMPUTE_CLASS 0x000050c0 |