drm/nouveau: remove remnants of nouveau_pgraph_engine from nouveau_channel
authorBen Skeggs <bskeggs@redhat.com>
Fri, 1 Apr 2011 03:17:25 +0000 (13:17 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 16 May 2011 00:48:37 +0000 (10:48 +1000)
commit39a654d5b90b69acb9423fd9569c9a468737bcb8
tree78b0603f57fa5a2e379d007f0ed6454b002cfc56
parent96c50082904c7cefa3b01356f62268ee6d9e9f38
drm/nouveau: remove remnants of nouveau_pgraph_engine from nouveau_channel

The nouveau_wait_for_idle() call should hopefully not have been actually
necessary, we *do* wait for the channel to go idle already.  If it's
an issue somehow, the chipset-specific hooks can wait for idle themselves
before taking the lock.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_channel.c