From a67060c810613059b71c14e9fa91ea114fcf0106 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Sun, 30 Sep 2007 18:14:24 +0300 Subject: 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. --- shared-core/nv30_graph.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shared-core') 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; -- cgit v1.2.3