diff options
author | Maarten Maathuis <madman2003@gmail.com> | 2008-04-29 19:34:22 +0200 |
---|---|---|
committer | Maarten Maathuis <madman2003@gmail.com> | 2008-04-29 19:34:22 +0200 |
commit | f31e04a96013c059fc90c98a878de14adbea524a (patch) | |
tree | 6062310d073cf50ab81c17f05a357ccaa53a8a5e | |
parent | 7f8e4060859651993921281445ec00940c577222 (diff) |
nouveau: NV9x cards exist as well.
-rw-r--r-- | shared-core/nouveau_state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/nouveau_state.c b/shared-core/nouveau_state.c index 555955d4..0183b0b4 100644 --- a/shared-core/nouveau_state.c +++ b/shared-core/nouveau_state.c @@ -243,6 +243,7 @@ static int nouveau_init_engine_ptrs(struct drm_device *dev) break; case 0x50: case 0x80: /* gotta love NVIDIA's consistency.. */ + case 0x90: engine->instmem.init = nv50_instmem_init; engine->instmem.takedown= nv50_instmem_takedown; engine->instmem.populate = nv50_instmem_populate; |