drm/nouveau: add instmem flush() hook
authorBen Skeggs <bskeggs@redhat.com>
Thu, 8 Jul 2010 01:29:10 +0000 (11:29 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 13 Jul 2010 00:13:40 +0000 (10:13 +1000)
This removes the previous prepare_access() and finish_access() hooks, and
replaces it with a much simpler flush() hook.

All the chipset-specific code before nv50 has its use removed completely,
as it's not required there at all.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

No differences found