Mesa (master): nvc0: support for GP10B

Ilia Mirkin imirkin at kemper.freedesktop.org
Tue May 30 12:27:34 UTC 2017


Module: Mesa
Branch: master
Commit: 76aa1bbb8919c3cc2b9cb5467640bf996b8d31dc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=76aa1bbb8919c3cc2b9cb5467640bf996b8d31dc

Author: Alexandre Courbot <acourbot at nvidia.com>
Date:   Thu Mar 30 19:05:57 2017 +0900

nvc0: support for GP10B

GP10B uses the same 3D class as GP100.

Signed-off-by: Alexandre Courbot <acourbot at nvidia.com>
Acked-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Acked-by: Ilia Mirkin <imirkin at alum.mit.edu>

---

 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
index e1d0d1c2c4..f2ae4f3ae3 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:




More information about the mesa-commit mailing list