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.
main
Pekka Paalanen 2007-09-30 18:14:24 +03:00
parent aa2c337991
commit a67060c810
1 changed files with 1 additions and 0 deletions

View File

@ -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;