commit | 67b342efc761046a22b73c327837479b58613a41 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Tue May 01 10:14:07 2012 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Thu May 24 16:56:00 2012 +1000 |
tree | 86a7d34699e48b855a8a99d8aaab3465cd2f8cd3 | |
parent | 906c033e276877c1374c9159976b05746af3c86d [diff] |
drm/nouveau/fifo: remove all the "special" engine hooks 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>