Re: [Nouveau] [PATCH 1/6] make RAM device optional

2015-01-25 Thread Alexandre Courbot
On Sat, Jan 24, 2015 at 12:00 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 23 January 2015 at 08:53, Alexandre Courbot acour...@nvidia.com wrote: Having a RAM device does not make sense for chips like GK20A which have no dedicated video memory. The dummy RAM device that we used so far

[Nouveau] [Bug 84721] [NVC1] Nvidia Geforce GT 630 using nouveau on 3.16 kernel. dangerous Fan speed

2015-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84721 --- Comment #10 from Krzysztof Katowicz-Kowalewski v...@vndh.net --- As far as I've checked, the problem appeared in 3.15 kernel. I've tried hardened-sources-3.14.29 and there's no problem with the fan, at least in auto mode. But since you change

[Nouveau] [Bug 47965] [NVC1] brightness adjustments don't work on HP Elitebook 8560w

2015-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47965 Tobias Klausmann tobias.klausm...@mni.thm.de changed: What|Removed |Added Resolution|FIXED |INVALID

[Nouveau] [Bug 39010] better handling of large pixmaps

2015-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39010 --- Comment #11 from Tobias Klausmann tobias.klausm...@mni.thm.de --- Is this still a problem with the newest xf86-video-nouveau? -- You are receiving this mail because: You are the assignee for the bug.

[Nouveau] [Bug 47965] [NVC1] brightness adjustments don't work on HP Elitebook 8560w

2015-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47965 Tobias Klausmann tobias.klausm...@mni.thm.de changed: What|Removed |Added Status|NEW |RESOLVED

[Nouveau] [Bug 31120] Backlight off after suspend-to-disk on Powerbook

2015-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31120 Tobias Klausmann tobias.klausm...@mni.thm.de changed: What|Removed |Added Status|NEW |RESOLVED

[Nouveau] [Bug 31120] Backlight off after suspend-to-disk on Powerbook

2015-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31120 Ilia Mirkin imir...@alum.mit.edu changed: What|Removed |Added Status|RESOLVED|REOPENED

[Nouveau] [Bug 28095] X crash with PFIFO_CACHE_ERROR. (Nouveau on Riva TNT).

2015-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28095 Brent bzipiti...@hotmail.com changed: What|Removed |Added Attachment #112820|0 |1 is obsolete|

[Nouveau] [Bug 28095] X crash with PFIFO_CACHE_ERROR. (Nouveau on Riva TNT).

2015-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28095 Brent bzipiti...@hotmail.com changed: What|Removed |Added Attachment #112819|0 |1 is obsolete|

[Nouveau] [Bug 84721] [NVC1] Nvidia Geforce GT 630 using nouveau on 3.16 kernel. dangerous Fan speed

2015-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84721 --- Comment #11 from r004 roo4...@gmail.com --- (In reply to Krzysztof Katowicz-Kowalewski from comment #10) As far as I've checked, the problem appeared in 3.15 kernel. I've tried hardened-sources-3.14.29 and there's no problem with the fan,

[Nouveau] [Bug 28095] X crash with PFIFO_CACHE_ERROR. (Nouveau on Riva TNT).

2015-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28095 --- Comment #4 from Brent bzipiti...@hotmail.com --- Created attachment 112819 -- https://bugs.freedesktop.org/attachment.cgi?id=112819action=edit /var/log/messages, Puppy Linux, kernel version 3.14.20 -- You are receiving this mail because:

[Nouveau] [Bug 28095] X crash with PFIFO_CACHE_ERROR. (Nouveau on Riva TNT).

2015-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28095 --- Comment #3 from Brent bzipiti...@hotmail.com --- Tested with Puppy Linux with kernel 3.14.20. This is with Tahrpup 6.0, with an updated kernel released by the maintainer of Tahrpup. The Xserver has no mouse pointer, and displays only

[Nouveau] [Bug 28095] X crash with PFIFO_CACHE_ERROR. (Nouveau on Riva TNT).

2015-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28095 --- Comment #5 from Brent bzipiti...@hotmail.com --- Created attachment 112820 -- https://bugs.freedesktop.org/attachment.cgi?id=112820action=edit /var/log/Xorg.0.log, Puppy Linux, kernel version 3.14.20 -- You are receiving this mail

[Nouveau] [Bug 31122] Cannot control backlight intensity on Powerbook

2015-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31122 Tobias Klausmann tobias.klausm...@mni.thm.de changed: What|Removed |Added Status|NEW |NEEDINFO

Re: [Nouveau] [PATCH] fuse/gm107: simplify the return logic

2015-01-25 Thread Tobias Klausmann
On 25.01.2015 20:35, Martin Peres wrote: Spotted by coccinelle: drivers/gpu/drm/nouveau/core/subdev/fuse/gm107.c:50:5-8: WARNING: end returns can be simpified Signed-off-by: Martin Peres martin.pe...@free.fr --- drm/nouveau/nvkm/subdev/fuse/gm107.c | 4 +--- 1 file changed, 1 insertion(+), 3

[Nouveau] [PATCH] fuse/gm107: simplify the return logic

2015-01-25 Thread Martin Peres
Spotted by coccinelle: drivers/gpu/drm/nouveau/core/subdev/fuse/gm107.c:50:5-8: WARNING: end returns can be simpified Signed-off-by: Martin Peres martin.pe...@free.fr --- drm/nouveau/nvkm/subdev/fuse/gm107.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git