Re: [Nouveau] nouveau_subdev misc patches

2012-05-21 Thread Ben Skeggs
On Mon, May 21, 2012 at 12:14:49AM +0100, Emil Velikov wrote: Hello all, this series includes a wide range of fixes - from a few month's old one-liners from Andreas Heider regarding vga_switcheroo, via a null pointer dereference and double memory allocation, to a buffer overflow. Hey, Thanks

Re: [Nouveau] [PATCH 03/14] drm/nouveau/device: Simplify init, fini fuction

2012-05-21 Thread Ben Skeggs
On Mon, May 21, 2012 at 12:14:52AM +0100, Emil Velikov wrote: Removes unnecessary goto statement I dropped these changes from this patch for the moment, I might want them yet. fini subdevices before destroying them I took this hunk, and reworded the commit message to match. Signed-off-by:

Re: [Nouveau] [PATCH 14/14] drm/nouveau/therm: Rework nouveau_therm_create()

2012-05-21 Thread Ben Skeggs
On Mon, May 21, 2012 at 12:15:03AM +0100, Emil Velikov wrote: It contains a few changes mainly targeting the following * Therm table is present in BIT vbios * Parse the vbios table before hooking temp_get(), as it contains the therm sensor calibration data * Add dummy_therm_temp_get()

Re: [Nouveau] [PATCH 14/14] drm/nouveau/therm: Rework nouveau_therm_create()

2012-05-21 Thread Maarten Maathuis
On Mon, May 21, 2012 at 8:30 AM, Ben Skeggs skeg...@gmail.com wrote: On Mon, May 21, 2012 at 12:15:03AM +0100, Emil Velikov wrote: It contains a few changes mainly targeting the following  * Therm table is present in BIT vbios  * Parse the vbios table before hooking temp_get(), as it contains

Re: [Nouveau] [PATCH 14/14] drm/nouveau/therm: Rework nouveau_therm_create()

2012-05-21 Thread Emil Velikov
On Mon, 21 May 2012 07:36:13 +0100, Maarten Maathuis madman2...@gmail.com wrote: Does chipset 0x50 really use the NV40 function? Unfortunately it does. ___ Nouveau mailing list Nouveau@lists.freedesktop.org

Re: [Nouveau] [PATCH 14/14] drm/nouveau/therm: Rework nouveau_therm_create()

2012-05-21 Thread Emil Velikov
On Mon, 21 May 2012 07:30:32 +0100, Ben Skeggs skeg...@gmail.com wrote: On Mon, May 21, 2012 at 12:15:03AM +0100, Emil Velikov wrote: It contains a few changes mainly targeting the following * Therm table is present in BIT vbios * Parse the vbios table before hooking temp_get(), as it

Re: [Nouveau] [PATCH 14/14] drm/nouveau/therm: Rework nouveau_therm_create()

2012-05-21 Thread Ben Skeggs
On Mon, May 21, 2012 at 07:13:54AM +0100, Emil Velikov wrote: On Mon, 21 May 2012 07:30:32 +0100, Ben Skeggs skeg...@gmail.com wrote: On Mon, May 21, 2012 at 12:15:03AM +0100, Emil Velikov wrote: It contains a few changes mainly targeting the following * Therm table is present in BIT vbios

[Nouveau] [PATCH] drm/nouveau/nvd9: Fix GPIO initialisation sequence.

2012-05-21 Thread Marcin Kościelnicki
Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- drivers/gpu/drm/nouveau/nouveau_gpio.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_gpio.c b/drivers/gpu/drm/nouveau/nouveau_gpio.c index f75ad66..a0911af 100644 ---

[Nouveau] [Bug 50175] New: [regression kernel 3.4] : nouveau detects internal laptop display as disconnected / screen is turned off

2012-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50175 Bug #: 50175 Summary: [regression kernel 3.4] : nouveau detects internal laptop display as disconnected / screen is turned off Classification: Unclassified Product:

[Nouveau] [Bug 50175] [regression kernel 3.4] : nouveau detects internal laptop display as disconnected / screen is turned off

2012-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50175 mus@gmail.com changed: What|Removed |Added Attachment #61914|application/octet-stream|text/plain mime type|

[Nouveau] [Bug 50175] [regression kernel 3.4] : nouveau detects internal laptop display as disconnected / screen is turned off

2012-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50175 --- Comment #1 from mus@gmail.com 2012-05-21 07:21:51 PDT --- Created attachment 61915 -- https://bugs.freedesktop.org/attachment.cgi?id=61915 output of lspci -vv -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Nouveau] [Bug 50175] [regression kernel 3.4] : nouveau detects internal laptop display as disconnected / screen is turned off

2012-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50175 --- Comment #2 from mus@gmail.com 2012-05-21 07:22:12 PDT --- Created attachment 61916 -- https://bugs.freedesktop.org/attachment.cgi?id=61916 xrandr output -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Nouveau] [Bug 49061] HDMI output clipped since commit of 'enable sending of avi/audio infoframes'

2012-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49061 --- Comment #4 from Emil Velikov emil.l.veli...@gmail.com 2012-05-21 12:34:22 PDT --- Would you mind trying the patch in bug 47846 comment 10 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

[Nouveau] [Bug 45421] regression: nouveau.ko fails to load

2012-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45421 Emil Velikov emil.l.veli...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Nouveau] [Bug 45421] regression: nouveau.ko fails to load

2012-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45421 Jesse Brandeburg jesse.brandeb...@intel.com changed: What|Removed |Added Status|RESOLVED|CLOSED --

Re: [Nouveau] [PATCH] drm/nouveau/nvd9: Fix GPIO initialisation sequence.

2012-05-21 Thread Ben Skeggs
On Mon, May 21, 2012 at 02:51:50PM +0200, Marcin Kościelnicki wrote: Signed-off-by: Marcin Kościelnicki koria...@0x04.net Applied, thanks! --- drivers/gpu/drm/nouveau/nouveau_gpio.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git