OSDN Git Service

nv50: add NV86 and NV94 to list of "supported" chips
authorBen Skeggs <skeggsb@nisroch.keine.ath.cx>
Mon, 21 Jul 2008 09:05:55 +0000 (19:05 +1000)
committerBen Skeggs <skeggsb@nisroch.keine.ath.cx>
Mon, 21 Jul 2008 09:07:07 +0000 (19:07 +1000)
src/gallium/drivers/nv50/nv50_screen.c

index bba5ca4..2f3cf04 100644 (file)
@@ -29,8 +29,8 @@
 #include "nouveau/nouveau_stateobj.h"
 
 #define NV5X_GRCLASS5097_CHIPSETS 0x00000001
-#define NV8X_GRCLASS8297_CHIPSETS 0x00000010
-#define NV9X_GRCLASS8297_CHIPSETS 0x00000004
+#define NV8X_GRCLASS8297_CHIPSETS 0x00000050
+#define NV9X_GRCLASS8297_CHIPSETS 0x00000014
 
 static boolean
 nv50_screen_is_format_supported(struct pipe_screen *pscreen,