Comment 2 for bug 925048

Revision history for this message
Bryce Harrington (bryce) wrote :

Hitting nvc0_fifo_isr_vm_fault() at linux-3.2.0/drivers/gpu/drm/nouveau/nvc0_fifo.c:424 Only place in nouveau this gets called is from nvc0_fifo_isr(). The PFIFO: unknown status 0x40000000 message also comes from nvc0_fifo_isr(). Neither appear to be terminating faults. Unlikely to be good tho.

Both nvc0_fifo_isr_vm_fault() and nvc0_fifo_isr() appear to be unchanged compared with linux 3.0.0. Presumably these are just catching an error which occurs further up the stack? If that's so, then booting an earlier kernel would not make any difference.