drm/nv04-nv10: Don't re-enable FIFO access multiple times after IRQ dispatch.
authorFrancisco Jerez <currojerez@riseup.net>
Sat, 20 Nov 2010 13:43:51 +0000 (14:43 +0100)
committerFrancisco Jerez <currojerez@riseup.net>
Wed, 8 Dec 2010 02:00:20 +0000 (03:00 +0100)
nvxx_graph_isr is already taking care of it. In some cases this
could've made you miss PGRAPH interrupts (e.g. when you were supposed
to get several IRQs of the same kind in a row).

Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

No differences found