Re: [Nouveau] Handling GeForce GTX 850M GPU on Arch Linux

2015-05-18 Thread poma
On 18.05.2015 01:46, Ilia Mirkin wrote: Your errors are most likely due to: [2.421428] nouveau [ PFB][:01:00.0] RAM size: 1975398418 MiB I'm guessing you don't *actually* have 1.9PB of VRAM. At least one other person with a GM108 was seeing a similar issue. You're getting a

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

2015-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90092 --- Comment #3 from Jean-Marc jean-m...@6jf.be --- hi, Something I noticed it never happens if I keep the screen switched on. I got this when I suspend my PC switching off the screen too. -- You are receiving this mail because: You are the

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

2015-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90092 --- Comment #5 from Jean-Marc jean-m...@6jf.be --- Strange. I got this MMIO error everytime my system resume. 4 times today without getting the other PGRAPH errors and the messed screen. And no error messages regarding VBIOS init tables. --

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

2015-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90092 --- Comment #4 from Ilia Mirkin imir...@alum.mit.edu --- [ 1013.446964] nouveau E[PBUS][:02:00.0] MMIO write of 0x FAULT at 0x103d94 That indicates that PCRYPT is somehow not coming up on resume. And we use it for faster copies

[Nouveau] [Bug 90513] Odd gray and red flicker in The Talos Principle on GK104

2015-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90513 --- Comment #1 from Gediminas Jakutis gedimi...@varciai.lt --- In the trace in the OP, as an example of an offending call: on frame 1950, on call #2160519 the ground gets painted red. -- You are receiving this mail because: You are the QA

[Nouveau] Tessellation shaders get MEM_OUT_OF_BOUNDS errors / missing triangles

2015-05-18 Thread Ilia Mirkin
Hello, I've been debugging a few different tessellation shader issues with nouveau, but let's start small. I see this issue on my GK208 with high frequency, and I *think* I've seen it once or twice on my GF108, but it's exceedingly rare, if it does happen. I don't have a GK10x to test on,

[Nouveau] [Bug 90513] New: Odd gray and red flicker in The Talos Principle on GK104

2015-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90513 Bug ID: 90513 Summary: Odd gray and red flicker in The Talos Principle on GK104 Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All)

Re: [Nouveau] [PATCH] nvc0: fix context destruction for partly implemented tesselation

2015-05-18 Thread Marek Olšák
We should fix st/mesa and move the code to cso_destroy_context, where it belongs. Marek On Mon, May 18, 2015 at 3:49 AM, Ilia Mirkin imir...@alum.mit.edu wrote: Hm, oops. But I guess my tess patchset will take care of this. I guess it's a side-effect of adding to the gallium enums. Marek,