[Nouveau] [Bug 35445] New: 2.6.38 kernel fails to boot

2011-03-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35445 Summary: 2.6.38 kernel fails to boot Product: xorg Version: 7.4 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium

[Nouveau] [Bug 33967] No image on a VGA screen attached to DVI with a dvi to vga adaptor on NVa3 card..

2011-03-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33967 --- Comment #12 from Raúl Soriano gatol...@gmail.com 2011-03-19 13:30:19 PDT --- Review of attachment 43330: -- (https://bugs.freedesktop.org/review?bug=33967attachment=43330) Tested it for a while, works as it should. -- Configure bugmail:

[Nouveau] [PATCH] Name the boot perflvl boot

2011-03-19 Thread Martin Peres
Signed-off-by: Martin Peres martin.pe...@ensi-bourges.fr --- drivers/gpu/drm/nouveau/nouveau_pm.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_pm.c b/drivers/gpu/drm/nouveau/nouveau_pm.c index 4399e2f..0b1caeb 100644 ---

[Nouveau] [PATCH 1/2] Add pm.(un)pause functions

2011-03-19 Thread Martin Peres
From: Martin Peres martin.pe...@ensi-bourges.fr With this patch, cards without internal memory (IONs and other IGPs) and cards with no memory reclock (a lot of nv40) should support safe reclocking while gaming. This should work on all hardware( nva3), report bugs if it doesn't. v2: Fix missing

[Nouveau] [PATCH 1/5] nouveau: Fix checkpatch.pl error messages

2011-03-19 Thread Emil Velikov
Fix the following message 'ERROR: trailing statements should be on next line' Signed-off-by: Emil Velikov emil.l.veli...@gmail.com --- drivers/gpu/drm/nouveau/nouveau_display.c | 20 +++-- drivers/gpu/drm/nouveau/nouveau_mem.c | 12 -- drivers/gpu/drm/nouveau/nouveau_object.c |

[Nouveau] [PATCH 3/5] nouveau: Fix checkpatch.pl messages

2011-03-19 Thread Emil Velikov
Fix 'ERROR: trailing whitespace', Fix 'ERROR: do not use C99 // comments' Signed-off-by: Emil Velikov emil.l.veli...@gmail.com --- drivers/gpu/drm/nouveau/nouveau_state.c |2 +- drivers/gpu/drm/nouveau/nv04_graph.c|2 +- drivers/gpu/drm/nouveau/nv50_grctx.c|2 +-

[Nouveau] [PATCH 4/5] nouveau: Fix checkpatch.pl error messages

2011-03-19 Thread Emil Velikov
Fix 'ERROR: that open brace { should be on the previous line' Fix 'ERROR: else should follow close brace }' Signed-off-by: Emil Velikov emil.l.veli...@gmail.com --- drivers/gpu/drm/nouveau/nv04_crtc.c |3 +-- drivers/gpu/drm/nouveau/nv04_graph.c |6 ++

[Nouveau] [PATCH 5/5] nouveau: Silence checkpatch.pl error messages

2011-03-19 Thread Emil Velikov
This patch fixes messages such as ERROR: space required after that ',' ERROR: spaces required around that '=' Signed-off-by: Emil Velikov emil.l.veli...@gmail.com --- drivers/gpu/drm/nouveau/nouveau_drv.h |4 ++-- drivers/gpu/drm/nouveau/nouveau_grctx.h | 10 +-