[Nouveau] [PATCH] drm/nvc0/pm: read core/shader/memory clocks (more) correctly

2011-04-17 Thread Martin Peres
--- drivers/gpu/drm/nouveau/nouveau_perf.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_perf.c b/drivers/gpu/drm/nouveau/nouveau_perf.c index 950caba..d64a98a 100644 --- a/drivers/gpu/drm/nouveau/nouveau_perf.c +++

[Nouveau] [PATCH] drm/nouveau: Fix a complier warning in the card init error path

2011-04-17 Thread Jimmy Rentz
Fix an unitialized variable complier warning in nouveau_card_init. Signed-off-by: Jimmy Rentz jb17bs...@gmail.com diff --git a/drivers/gpu/drm/nouveau/nouveau_state.c b/drivers/gpu/drm/nouveau/nouveau_state.c index 3404950..66e8037 100644 --- a/drivers/gpu/drm/nouveau/nouveau_state.c +++

[Nouveau] [PATCH] drm/nouveau: Free nv04 instmem ramin heap at card takedown

2011-04-17 Thread Jimmy Rentz
Add a missing nv04 instmem ramin heap shutdown call. Signed-off-by: Jimmy Rentz jb17bs...@gmail.com diff --git a/drivers/gpu/drm/nouveau/nv04_instmem.c b/drivers/gpu/drm/nouveau/nv04_instmem.c index b8e3edb..b8611b9 100644 --- a/drivers/gpu/drm/nouveau/nv04_instmem.c +++

[Nouveau] [PATCH] drm/nouveau: Fix a crash at card takedown for NV40 and older cards trying to free a vga bo

2011-04-17 Thread Jimmy Rentz
NV40 and older cards (pre NV50) reserve a vram bo for the vga memory at card init. This bo is then freed at card shutdown. The problem is that the ttm bo vram manager was already freed. So a crash occurs when the vga bo is freed. The fix is to free the vga bo prior to freeing the ttm bo vram

[Nouveau] [Bug 36330] New: 2.6.38 kernel fails to boot with nouveau driver active

2011-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36330 Summary: 2.6.38 kernel fails to boot with nouveau driver active Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity:

[Nouveau] [Bug 36330] 2.6.38 kernel fails to boot with nouveau driver active

2011-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36330 --- Comment #1 from ghu...@web.de 2011-04-17 13:50:00 PDT --- Looks like I found the culprit: In a desperate attempt I have deactivated the boot logo display in my kernel and now it boots with no problems. Please tell me if and how I can help

Re: [Nouveau] [PATCH] drm/nouveau: Fix a complier warning in the card init error path

2011-04-17 Thread Marcin Slusarz
On Sun, Apr 17, 2011 at 04:14:53PM -0400, Jimmy Rentz wrote: Fix an unitialized variable complier warning in nouveau_card_init. Signed-off-by: Jimmy Rentz jb17bs...@gmail.com diff --git a/drivers/gpu/drm/nouveau/nouveau_state.c b/drivers/gpu/drm/nouveau/nouveau_state.c index

[Nouveau] [Bug 36330] 2.6.38 kernel fails to boot with nouveau driver active

2011-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36330 --- Comment #2 from Marcin Slusarz marcin.slus...@gmail.com 2011-04-17 14:28:27 PDT --- This is probably the same bug which was reported recently: https://lkml.org/lkml/2011/4/15/27 https://bugs.freedesktop.org/show_bug.cgi?id=36248 --

[Nouveau] [Bug 36330] 2.6.38 kernel fails to boot with nouveau driver active

2011-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36330 Marcin Slusarz marcin.slus...@gmail.com changed: What|Removed |Added Attachment #45742|application/octet-stream|text/plain

Re: [Nouveau] [PATCH] drm/nouveau: Fix a complier warning in the card init error path

2011-04-17 Thread Jimmy Rentz
On Sun, 17 Apr 2011 23:18:36 +0200 Marcin Slusarz marcin.slus...@gmail.com wrote: On Sun, Apr 17, 2011 at 04:14:53PM -0400, Jimmy Rentz wrote: Fix an unitialized variable complier warning in nouveau_card_init. Signed-off-by: Jimmy Rentz jb17bs...@gmail.com diff --git

Re: [Nouveau] [PATCH] drm/nvc0/pm: read core/shader/memory clocks (more) correctly

2011-04-17 Thread Ben Skeggs
On Sun, 2011-04-17 at 17:10 +0200, Martin Peres wrote: --- drivers/gpu/drm/nouveau/nouveau_perf.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_perf.c b/drivers/gpu/drm/nouveau/nouveau_perf.c index 950caba..d64a98a 100644

Re: [Nouveau] [PATCH] drm/nvc0/pm: read core/shader/memory clocks (more) correctly

2011-04-17 Thread Martin Peres
Le 18/04/2011 00:32, Ben Skeggs a écrit : On Sun, 2011-04-17 at 17:10 +0200, Martin Peres wrote: --- drivers/gpu/drm/nouveau/nouveau_perf.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_perf.c

Re: [Nouveau] [PATCH] drm/nvc0/pm: read core/shader/memory clocks (more) correctly

2011-04-17 Thread Ben Skeggs
On Mon, 2011-04-18 at 00:54 +0200, Martin Peres wrote: Le 18/04/2011 00:32, Ben Skeggs a écrit : On Sun, 2011-04-17 at 17:10 +0200, Martin Peres wrote: --- drivers/gpu/drm/nouveau/nouveau_perf.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [Nouveau] [PATCH] drm/nouveau: Fix a complier warning in the card init error path

2011-04-17 Thread Ben Skeggs
On Sun, 2011-04-17 at 18:27 -0400, Jimmy Rentz wrote: On Sun, 17 Apr 2011 23:18:36 +0200 Marcin Slusarz marcin.slus...@gmail.com wrote: On Sun, Apr 17, 2011 at 04:14:53PM -0400, Jimmy Rentz wrote: Fix an unitialized variable complier warning in nouveau_card_init. Signed-off-by:

Re: [Nouveau] [PATCH] drm/nouveau: Free nv04 instmem ramin heap at card takedown

2011-04-17 Thread Ben Skeggs
On Sun, 2011-04-17 at 16:15 -0400, Jimmy Rentz wrote: Add a missing nv04 instmem ramin heap shutdown call. Thank you, pushed this and the vga_ram patch. Ben. Signed-off-by: Jimmy Rentz jb17bs...@gmail.com diff --git a/drivers/gpu/drm/nouveau/nv04_instmem.c

Re: [Nouveau] [PATCH] drm/nvc0/pm: read core/shader/memory clocks (more) correctly

2011-04-17 Thread Martin Peres
Le 18/04/2011 00:56, Ben Skeggs a écrit : On Mon, 2011-04-18 at 00:54 +0200, Martin Peres wrote: Le 18/04/2011 00:32, Ben Skeggs a écrit : On Sun, 2011-04-17 at 17:10 +0200, Martin Peres wrote: --- drivers/gpu/drm/nouveau/nouveau_perf.c |6 +++--- 1 files changed, 3 insertions(+), 3

[Nouveau] [Bug 31169] no image when booting / G86 [GeForce 8400M GS]

2011-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31169 --- Comment #10 from Ben Skeggs skeg...@gmail.com 2011-04-17 17:58:35 PDT --- Ok, nouveau git has a couple of patches now that should make using these options unnecessary. Are you able to test them please! -- Configure bugmail:

[Nouveau] [PATCH] drm/nouveau: Rename bit_table()

2011-04-17 Thread Emil Velikov
Rename bit_table() to find_bit_table() to make the if easier on the eyes, as well as to remove duplication i.e. existing struct already has the same name Signed-off-by: Emil Velikov emil.l.veli...@gmail.com --- drivers/gpu/drm/nouveau/nouveau_bios.c |4 ++--

[Nouveau] [Bug 27398] displayport: x server does not draw anything on ThinkPad T410

2011-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27398 --- Comment #5 from Arun Raghavan a...@accosted.net 2011-04-17 21:43:07 PDT --- Created an attachment (id=45754) -- (https://bugs.freedesktop.org/attachment.cgi?id=45754) dmesg output on macbook pro I see the same problem here with a MacBook