From: Pekka Paalanen Date: Sun, 30 Sep 2007 15:14:24 +0000 (+0300) Subject: nouveau: graph ctx init nv25 X-Git-Tag: submit/1.0/20121108.012404~1030^2~81 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a67060c810613059b71c14e9fa91ea114fcf0106;p=profile%2Fivi%2Flibdrm.git 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. --- diff --git a/shared-core/nv30_graph.c b/shared-core/nv30_graph.c index 951947d..0ec4f09 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;