From: Alexandre Courbot Date: Thu, 30 Mar 2017 10:05:57 +0000 (+0900) Subject: nvc0: support for GP10B X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=76aa1bbb8919c3cc2b9cb5467640bf996b8d31dc;p=mesa.git nvc0: support for GP10B GP10B uses the same 3D class as GP100. Signed-off-by: Alexandre Courbot Acked-by: Samuel Pitoiset Acked-by: Ilia Mirkin --- diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c index e1d0d1c2c49..f2ae4f3ae3b 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c @@ -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: