[Nouveau] [Bug 90092] Screen Hangs Displaying Black and White Rectangles After Resuming from Suspend

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon May 18 14:34:19 PDT 2015


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

--- Comment #4 from Ilia Mirkin <imirkin at alum.mit.edu> ---
[ 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20150518/52999765/attachment.html>


More information about the Nouveau mailing list