drm/nouveau/fifo: remove all the "special" engine hooks
authorBen Skeggs <bskeggs@redhat.com>
Tue, 1 May 2012 00:14:07 +0000 (10:14 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 24 May 2012 06:56:00 +0000 (16:56 +1000)
All the places this stuff is actually needed tends to be chipset-specific
anyway, so we're able to just inline the register bashing instead.

The parts of the common code that still directly touch PFIFO temporarily
have conditionals, these will be removed in subsequent commits that will
refactor the fifo modules into engine modules like graph/mpeg etc.

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

No differences found