nouveau/nv50: Initial channel/object support
authorBen Skeggs <skeggsb@gmail.com>
Wed, 4 Jul 2007 14:12:33 +0000 (00:12 +1000)
committerBen Skeggs <skeggsb@gmail.com>
Mon, 9 Jul 2007 06:16:44 +0000 (16:16 +1000)
commitc806bba4665bb369168ee0b453fa28e2e0bf2a5d
treec3ded5cfc4048301654769a6fa224c3abb57c707
parent3324342e42b78aef8e90e11273776dd2b3b92074
nouveau/nv50: Initial channel/object support

Should be OK on G84 for a single channel, multiple channels *almost* work.

Untested on G80.
23 files changed:
linux-core/Makefile.kernel
linux-core/nv04_instmem.c [new symlink]
linux-core/nv50_instmem.c [new symlink]
shared-core/nouveau_drv.h
shared-core/nouveau_fifo.c
shared-core/nouveau_irq.c
shared-core/nouveau_mem.c
shared-core/nouveau_notifier.c
shared-core/nouveau_object.c
shared-core/nouveau_reg.h
shared-core/nouveau_state.c
shared-core/nv04_fifo.c
shared-core/nv04_graph.c
shared-core/nv04_instmem.c [new file with mode: 0644]
shared-core/nv10_fifo.c
shared-core/nv10_graph.c
shared-core/nv20_graph.c
shared-core/nv30_graph.c
shared-core/nv40_fifo.c
shared-core/nv40_graph.c
shared-core/nv50_fifo.c
shared-core/nv50_graph.c
shared-core/nv50_instmem.c [new file with mode: 0644]