diff options
author | Pekka Paalanen <pq@iki.fi> | 2007-09-30 18:14:24 +0300 |
---|---|---|
committer | Pekka Paalanen <pq@iki.fi> | 2007-09-30 22:16:01 +0300 |
commit | a67060c810613059b71c14e9fa91ea114fcf0106 (patch) | |
tree | 1eb4b9ab825d205eae94d35eca6291100c416b3a | |
parent | aa2c3379914fc6fea63bfcfd8579ab6cd8d70a68 (diff) |
nouveau: graph ctx init nv25
According to mmio_trace_900XGL.tar.bz2 by Evan Fraser the nv25 init is
exactly the same as nv28 init.
-rw-r--r-- | shared-core/nv30_graph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/nv30_graph.c b/shared-core/nv30_graph.c index 951947df..0ec4f096 100644 --- a/shared-core/nv30_graph.c +++ b/shared-core/nv30_graph.c @@ -2879,6 +2879,7 @@ int nv30_graph_create_context(struct nouveau_channel *chan) int ret; switch (dev_priv->chipset) { + case 0x25: case 0x28: ctx_size = NV28_GRCTX_SIZE; ctx_init = nv28_graph_context_init; |