[Nouveau] [Bug 72979] garbage / parts of previous session displayed on login screen after logout or reboot

2014-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72979 --- Comment #3 from Vincent Lefevre vincent-...@vinc17.net --- After the latest Debian/unstable upgrade and reboot, in particular with the xserver-xorg-video-nouveau package upgraded from 1:1.0.10-1+b2 to 1:1.0.11-1, it seems that I can no longer

[Nouveau] Extend reserved memory on 0xfc000000

2014-09-08 Thread asd
Hi This patch correct on usb keyboard acces on number when enter via Ctrl + Alt + F12 on vt after Xorg running.Without this patch when enter on vt vas unable to use numbers from NumLock an only numbers from main keyboard. nouveau [ DEVICE][:01:00.0] BOOT0 : 0x046f00a3 nouveau [

Re: [Nouveau] Extend reserved memory on 0xfc000000

2014-09-08 Thread Martin Peres
Le 08/09/2014 11:12, asd a écrit : Hi This patch correct on usb keyboard acces on number when enter via Ctrl + Alt + F12 on vt after Xorg running.Without this patch when enter on vt vas unable to use numbers from NumLock an only numbers from main keyboard. nouveau [

[Nouveau] Extend reserved memory on 0xfc000000

2014-09-08 Thread asd
Hi This patch correct on usb keyboard acces on number when enter via Ctrl + Alt + F12 on vt after Xorg running.Without this patch when enter on vt vas unable to use numbers from NumLock an only numbers from main keyboard. nouveau [ DEVICE][:01:00.0] BOOT0 : 0x046f00a3 nouveau [

Re: [Nouveau] [PATCH 1/8] nv50/display: Set VBLANK time in modeset script

2014-09-08 Thread Roy Spliet
Hey Ben, Thanks, I'll keep commit message formatting in mind. Did you also review the re-resend of the clock/nva3: Pause the GPU before reclocking patch I did earlier? As for moving the code to the rest of the timing calculation: you have the final call of course, but it seemed to me the

[Nouveau] [Bug 51477] [NV10, NV20] bad/missing graphics, usually alpha-related

2014-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51477 --- Comment #28 from BobbyJ junkbub...@gmail.com --- Hello, I came across this bug after installing Lubuntu 14.04.1 and experiencing the disappearing icons in the default file browser and other places. I turned off anti-aliasing under

[Nouveau] [Bug 51477] [NV10, NV20] bad/missing graphics, usually alpha-related

2014-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51477 --- Comment #29 from Ilia Mirkin imir...@alum.mit.edu --- (In reply to comment #28) The title of the bug includes NV10 and NV20. I am just a regular user (not a developer) but the fix below appears to only reference NV10. I have an Nvidia

[Nouveau] [PATCH] gpio: rename g92 class to g94

2014-09-08 Thread Emil Velikov
nv92 hardware has only 16 interrupt lines, while nv94 and later has 32. Accessing 0xe0c{0,4} registers on nv92 can lead to incorrect PDISP setup. This is a regression introduced with commit 9d0f5ec9ee0fd5dc5fc1cc2cf559286431e406e3 Author: Ben Skeggs bske...@redhat.com Date: Mon May 12 15:22:42

Re: [Nouveau] [PATCH] gpio: rename g92 class to g94

2014-09-08 Thread Ben Skeggs
On Tue, Sep 9, 2014 at 5:27 AM, Emil Velikov emil.l.veli...@gmail.com wrote: nv92 hardware has only 16 interrupt lines, while nv94 and later has 32. Accessing 0xe0c{0,4} registers on nv92 can lead to incorrect PDISP setup. This is a regression introduced with Oops. I did notice this myself