mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-22 18:30:31 +01:00
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:
parent
106b2786b6
commit
76aa1bbb89
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue