diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-09-05 00:17:52 +0200 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-09-05 00:17:52 +0200 |
commit | ce84511f4d647d5ce9fd52b838ee944e23050954 (patch) | |
tree | a90ec54058add5e40596e008e410a5fa35fdd7fe /shared-core | |
parent | 99f8cce3eae79c9cf5e9897ef1af8eac24b38c09 (diff) |
nouveau: 8200 cards are 0xA0 family.
Diffstat (limited to 'shared-core')
-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 85220e6e..afddca0a 100644 --- a/shared-core/nouveau_state.c +++ b/shared-core/nouveau_state.c @@ -245,6 +245,7 @@ static int nouveau_init_engine_ptrs(struct drm_device *dev) case 0x50: case 0x80: /* gotta love NVIDIA's consistency.. */ case 0x90: + case 0xA0: engine->instmem.init = nv50_instmem_init; engine->instmem.takedown= nv50_instmem_takedown; engine->instmem.populate = nv50_instmem_populate; |