nvc0: support for GP10B

GP10B uses the same 3D class as GP100.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Acked-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
Alexandre Courbot 2017-03-30 19:05:57 +09:00 committed by Ilia Mirkin
parent 106b2786b6
commit 76aa1bbb89

View file

@ -910,6 +910,7 @@ nvc0_screen_create(struct nouveau_device *dev)
case 0x130:
switch (dev->chipset) {
case 0x130:
case 0x13b:
obj_class = GP100_3D_CLASS;
break;
default: