[Nouveau] [PATCH] secboot: fix inconsistent pointer checking

2017-03-14 Thread Alexandre Courbot
We were returning PTR_ERR() on a NULL pointer, which obviously won't work. nvkm_engine_ref() will return an error in case something went wrong. Signed-off-by: Alexandre Courbot Reported-by: Dan Carpenter --- drm/nouveau/nvkm/subdev/secboot/gp102.c | 3 ++- 1 file changed, 2 insertions(+), 1 del

[Nouveau] [Bug 94990] [GM204] GTX 970 + 4GB VRAM fails at secboot (v4.6+)

2017-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94990 --- Comment #116 from fariou...@yahoo.fr --- Hi, Just to let you know that I'v just tested the patch (remove last 512MB) Indeed, the kernel can boot (4.10.1 with latest fw) but I'm loosing the screen while the kernel tries to switch to nouveau. A

[Nouveau] [Bug 100204] Crash: system still active, no video

2017-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100204 --- Comment #1 from Ilia Mirkin --- I think you want commit f9c0715e39f09bd5ea6f6357a4ce7a969b673007, included in v4.10-rc1: commit f9c0715e39f09bd5ea6f6357a4ce7a969b673007 Author: Ben Skeggs Date: Wed May 11 16:28:30 2016 +1000 drm/nou

[Nouveau] [Bug 100204] New: Crash: system still active, no video

2017-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100204 Bug ID: 100204 Summary: Crash: system still active, no video Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Seve

[Nouveau] [Bug 99900] [NVC1] nouveau: freeze / crash after kernel update to 4.10

2017-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99900 --- Comment #12 from Antoine Saroufim --- I'm experiencing the same issues. Nouveau (Gallium 0.4 - NVC1) freezes everything on Wayland, sometimes the kernel too and it turns the display into a black screen with a visible cursor on X11. I've notic

[Nouveau] [bug report] drm/nouveau/falcon: add msgqueue interface

2017-03-14 Thread Dan Carpenter
Hello Alexandre Courbot, This is a semi-automatic email about new static checker warnings. The patch 9b536e9d5251: "drm/nouveau/falcon: add msgqueue interface" from Jan 19, 2017, leads to the following Smatch complaint: drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.c:514 nvkm_msgqueue_recv()

[Nouveau] [bug report] drm/nouveau/fb/gf100-: rework ram detection

2017-03-14 Thread Dan Carpenter
Hello Ben Skeggs, The patch 97e5268d57bb: "drm/nouveau/fb/gf100-: rework ram detection" from Mar 2, 2017, leads to the following static checker warning: drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:592 gf100_ram_ctor() warn: should 'size << 20' be a 64 bit type? drivers/gpu/