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
parent
aa2c337991
commit
a67060c810
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue