drm/nouveau: handle fifo pusher errors better
authorBen Skeggs <bskeggs@redhat.com>
Wed, 8 Sep 2010 05:40:30 +0000 (15:40 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 24 Sep 2010 06:26:02 +0000 (16:26 +1000)
The most important part of this change is that we now instruct PFIFO to
drop all pending fetches, rather than attempting to skip a single dword
and hope that things would magically sort themselves out - they usually
don't, and we end up with PFIFO being completely hung.

This commit also adds somewhat more useful logging when these exceptions
occur.

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

No differences found