[Bug 34252] Unexpected behaviour when switching video cards with vga_switcheroo

2011-05-11 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=34252 --- Comment #9 from Igor Murzov 2011-05-11 22:49:30 --- > What was the behavior before v2.6.38-rc4? On 2.6.37.6 nothing happens if card is already active: # cat /sys/kernel/debug/vgaswitcheroo/switch 0:+:Pwr::01:05.0 1:

[Bug 33824] [r600g, tiling] mipmap rendering errors / block artifacts

2011-05-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33824 Tobias Jakobi changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug 33824] [r600g, tiling] mipmap rendering errors / block artifacts

2011-05-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33824 --- Comment #7 from Droste 2011-05-11 17:09:45 PDT --- Currently I'm running drm-fixes (built ~1h ago). Most probably it's only visible on some cards (evergreen/juniper here). (libdrm, mesa and ddx were also updated to current git master ~1h

[Bug 33824] [r600g, tiling] mipmap rendering errors / block artifacts

2011-05-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33824 --- Comment #6 from Tobias Jakobi 2011-05-11 17:04:17 PDT --- No, also no errors visible there. Which kernel do you use? Using the drm-next branch here. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 36939] multitexturing is messed up in quake wars (regression)

2011-05-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36939 Tom Stellard changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH -next] drm: fix nouveau_acpi build

2011-05-11 Thread Randy Dunlap
hanged, 2 insertions(+), 1 deletion(-) --- linux-next-20110511.orig/drivers/gpu/drm/nouveau/Kconfig +++ linux-next-20110511/drivers/gpu/drm/nouveau/Kconfig @@ -11,7 +11,8 @@ config DRM_NOUVEAU select FRAMEBUFFER_CONSOLE if !EXPERT select FB_BACKLIGHT if DRM_NOUVEAU_BAC

[PATCH] drm/radeon/kms: fix extended lvds info parsing

2011-05-11 Thread Jerome Glisse
On Wed, May 11, 2011 at 2:02 PM, Alex Deucher wrote: > On rev <= 1.1 tables, the offset is absolute, > on newer tables, it's relative. > > Fixes: > https://bugzilla.redhat.com/show_bug.cgi?id=700326 > > Signed-off-by: Alex Deucher > Cc: stable at kernel.org Reviewed-by: Jerome Glisse > --- >

[PATCH] drm/radeon/kms: fix extended lvds info parsing

2011-05-11 Thread Alex Deucher
On rev <= 1.1 tables, the offset is absolute, on newer tables, it's relative. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=700326 Signed-off-by: Alex Deucher Cc: stable at kernel.org --- drivers/gpu/drm/radeon/radeon_atombios.c | 14 +++--- 1 files changed, 11 insertions(+), 3

[Bug 16541] Imac Radeon HD 4850 switch "Mini Display Port" output with ALL kernels after 2.6.31

2011-05-11 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=16541 --- Comment #12 from jeff.artik at gmail.com 2011-05-11 13:06:16 --- Hi J?r?my ! So happy to see people triying to help me ! Could you tell me how to proceed ? (step by step :P) hope that will help me ;) -- Configure bugmail:

[PATCH] DRM: drm_debugfs_create_files uses unitialized stack in error printk

2011-05-11 Thread Eric Paris
drm_debugfs_create_files declares a char buf on the stack and prints it's value in a error condition. Before 28a62277 this character buf was filled in but now it isn't. Instead we can now get the name from the parent dentry and don't need this at all. Before this patch I would see a message

[Bug 36939] multitexturing is messed up in quake wars (regression)

2011-05-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36939 --- Comment #10 from almos 2011-05-11 11:04:43 PDT --- Fix v2 works perfectly. Thanks. I also tested some other games, and saw no regressions. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

[Bug 37117] New: configure fails in git/master

2011-05-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37117 Summary: configure fails in git/master Product: DRI Version: XOrg CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium

[Bug 35312] r600g: Automatic mipmap generation doesn't work properly

2011-05-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35312 --- Comment #7 from Alex Deucher 2011-05-11 09:15:29 PDT --- fixed in b9f2750900efb2667bc1dfc428b71d8a08b212be. rv610/630/620/635 all work fine without the additional hack. -- Configure bugmail:

[Bug 36939] multitexturing is messed up in quake wars (regression)

2011-05-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36939 Tom Stellard changed: What|Removed |Added Attachment #46577|0 |1 is obsolete|

[Bug 34252] Unexpected behaviour when switching video cards with vga_switcheroo

2011-05-11 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=34252 --- Comment #8 from Florian Mickler 2011-05-11 06:18:49 --- Hm.. according to the original commit description "ON" / "OFF" is used to turn the not-in-use-card on/off... What was the behavior before v2.6.38-rc4? I don't know if this was

[git pull] drm fixes

2011-05-11 Thread Dave Airlie
Hi Linus, two fixes for issues myself and Alex discovered trying to bring up accel on the cayman hardware. The other change is a bit gross but is all I'm comfortable with doing this close to a release, it fixes an build failure on alpha due to the first attempt at supporting Xen + drm

[Bug 36939] multitexturing is messed up in quake wars (regression)

2011-05-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36939 --- Comment #8 from almos 2011-05-11 03:30:14 PDT --- Created an attachment (id=46595) --> (https://bugs.freedesktop.org/attachment.cgi?id=46595) etqw_log.txt.gz Unfortunately the fix makes things worse. Now everything is black except the sky,

[PATCH] drm/radeon/kms: fix tiling reg on fusion

2011-05-11 Thread Alex Deucher
The location of MC_ARB_RAMCFG changed on fusion. I've diffed all the other regs in evergreend.h and this is the only other reg that changed. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c |5 - drivers/gpu/drm/radeon/evergreend.h |1 + 2 files changed, 5

[Bug 35312] r600g: Automatic mipmap generation doesn't work properly

2011-05-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35312 --- Comment #6 from Francis Whittle 2011-05-11 02:00:42 PDT --- Still doesn't work on RS880 until it's added to the conditional on line 813 of r600_hw_context.c I wonder if this should apply to rv620, rv635 (and rs780?) also? -- Configure

[Bug 16541] Imac Radeon HD 4850 switch "Mini Display Port" output with ALL kernels after 2.6.31

2011-05-11 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=16541 J?r?my Lal changed: What|Removed |Added CC||kapouer at melix.org --- Comment #11

[Bug 34252] Unexpected behaviour when switching video cards with vga_switcheroo

2011-05-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34252 --- Comment #8 from Florian Mickler flor...@mickler.org 2011-05-11 06:18:49 --- Hm.. according to the original commit description ON / OFF is used to turn the not-in-use-card on/off... What was the behavior before v2.6.38-rc4? I don't

[PATCH] drm/radeon/kms: fix tiling reg on fusion

2011-05-11 Thread Alex Deucher
The location of MC_ARB_RAMCFG changed on fusion. I've diffed all the other regs in evergreend.h and this is the only other reg that changed. Signed-off-by: Alex Deucher alexdeuc...@gmail.com --- drivers/gpu/drm/radeon/evergreen.c |5 - drivers/gpu/drm/radeon/evergreend.h |1 + 2

[Bug 35312] r600g: Automatic mipmap generation doesn't work properly

2011-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35312 --- Comment #6 from Francis Whittle fj.whit...@gmail.com 2011-05-11 02:00:42 PDT --- Still doesn't work on RS880 until it's added to the conditional on line 813 of r600_hw_context.c I wonder if this should apply to rv620, rv635 (and rs780?)

[Bug 35312] r600g: Automatic mipmap generation doesn't work properly

2011-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35312 --- Comment #7 from Alex Deucher ag...@yahoo.com 2011-05-11 09:15:29 PDT --- fixed in b9f2750900efb2667bc1dfc428b71d8a08b212be. rv610/630/620/635 all work fine without the additional hack. -- Configure bugmail:

[PATCH] DRM: drm_debugfs_create_files uses unitialized stack in error printk

2011-05-11 Thread Eric Paris
drm_debugfs_create_files declares a char buf on the stack and prints it's value in a error condition. Before 28a62277 this character buf was filled in but now it isn't. Instead we can now get the name from the parent dentry and don't need this at all. Before this patch I would see a message

[PATCH] drm/radeon/kms: fix extended lvds info parsing

2011-05-11 Thread Alex Deucher
On rev = 1.1 tables, the offset is absolute, on newer tables, it's relative. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=700326 Signed-off-by: Alex Deucher alexdeuc...@gmail.com Cc: sta...@kernel.org --- drivers/gpu/drm/radeon/radeon_atombios.c | 14 +++--- 1 files changed, 11

Re: [PATCH] drm/radeon/kms: fix extended lvds info parsing

2011-05-11 Thread Jerome Glisse
On Wed, May 11, 2011 at 2:02 PM, Alex Deucher alexdeuc...@gmail.com wrote: On rev = 1.1 tables, the offset is absolute, on newer tables, it's relative. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=700326 Signed-off-by: Alex Deucher alexdeuc...@gmail.com Cc: sta...@kernel.org

[Bug 37117] New: configure fails in git/master

2011-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37117 Summary: configure fails in git/master Product: DRI Version: XOrg CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium

[Bug 36939] multitexturing is messed up in quake wars (regression)

2011-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36939 --- Comment #10 from almos aaalmo...@gmail.com 2011-05-11 11:04:43 PDT --- Fix v2 works perfectly. Thanks. I also tested some other games, and saw no regressions. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 34252] Unexpected behaviour when switching video cards with vga_switcheroo

2011-05-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34252 --- Comment #9 from Igor Murzov e-m...@date.by 2011-05-11 22:49:30 --- What was the behavior before v2.6.38-rc4? On 2.6.37.6 nothing happens if card is already active: # cat /sys/kernel/debug/vgaswitcheroo/switch 0:+:Pwr::01:05.0 1:

[Bug 36939] multitexturing is messed up in quake wars (regression)

2011-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36939 Tom Stellard tstel...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 33824] [r600g, tiling] mipmap rendering errors / block artifacts

2011-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33824 --- Comment #6 from Tobias Jakobi liquid.a...@gmx.net 2011-05-11 17:04:17 PDT --- No, also no errors visible there. Which kernel do you use? Using the drm-next branch here. -- Configure bugmail:

[Bug 33824] [r600g, tiling] mipmap rendering errors / block artifacts

2011-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33824 --- Comment #7 from Droste tdro...@gmx.de 2011-05-11 17:09:45 PDT --- Currently I'm running drm-fixes (built ~1h ago). Most probably it's only visible on some cards (evergreen/juniper here). (libdrm, mesa and ddx were also updated to current git

[Bug 33824] [r600g, tiling] mipmap rendering errors / block artifacts

2011-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33824 Tobias Jakobi liquid.a...@gmx.net changed: What|Removed |Added Status|REOPENED|RESOLVED