diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2008-03-12 02:20:40 +1100 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-03-12 02:20:40 +1100 |
commit | 1fb3c94f03e07a80bb7a93777d4fef5173da71ca (patch) | |
tree | 9a4e8dfcdc561e3291cb1d0e5c57bb698a645529 /src/gallium/winsys | |
parent | ae0e047ba4e05d25d6e0b9b0574e36c7e8ccd510 (diff) |
nv50: some forgotten changes
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r-- | src/gallium/winsys/dri/nouveau/nouveau_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/dri/nouveau/nouveau_context.c b/src/gallium/winsys/dri/nouveau/nouveau_context.c index 2e54729aa9..8dac08a5d2 100644 --- a/src/gallium/winsys/dri/nouveau/nouveau_context.c +++ b/src/gallium/winsys/dri/nouveau/nouveau_context.c @@ -72,7 +72,7 @@ nouveau_channel_context_create(struct nouveau_device *nvdev, unsigned chipset) return NULL; } - switch (chipset) { + switch (chipset & 0xf0) { case 0x50: case 0x80: ret = nouveau_surface_channel_create_nv50(nvc); |