https://bugs.freedesktop.org/show_bug.cgi?id=90092

--- Comment #4 from Ilia Mirkin <[email protected]> ---
[ 1013.446964] nouveau E[    PBUS][0000:02:00.0] MMIO write of 0x00000000 FAULT
at 0x103d94

That indicates that PCRYPT is somehow not coming up on resume. And we use it
for faster copies on those GPUs, so it makes sense you'd be getting funny
rectangles. You can disable it with

nouveau.config=PCRYPT=0

which should cause it to use M2MF instead. It's *highly* surprising that you'd
be getting that sort of issue though... no clue why that would happen. A few
boards are missing PCRYPT, but in that case, it *never* works (including
logging similar mmio faults on boot). Perhaps something messed up in the VBIOS
init tables?

BTW, in newer kernels, this will become PCIPHER instead of PCRYPT (for the
nouveau.config line above).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to