nouveau: get nv30 context switching to work.
authorJeremy Kolb <jkolb@brandeis.edu>
Fri, 12 Jan 2007 05:13:05 +0000 (00:13 -0500)
committerJeremy Kolb <jkolb@brandeis.edu>
Fri, 12 Jan 2007 05:14:54 +0000 (00:14 -0500)
commit4297a83b48664b2b6a6dc0a72a4d11b043f34778
treed0c4a283529bd4c6029cedd2b33246a9ee01dc9f
parent8ff026723cf170034173052a58c650c8c1f28c0b
nouveau: get nv30 context switching to work.

* Pulled in some registers from nv10reg.h.  Needed for context switching.
* Filled in nv30 graphics context (based on nv40_graph.c).
* Figure out nv30 context table, set up on context creation.  Allows the cards automatic switching to work.
linux-core/Makefile.kernel
shared-core/nouveau_drv.h
shared-core/nouveau_fifo.c
shared-core/nouveau_reg.h
shared-core/nv30_graph.c [new file with mode: 0644]