Re: [PATCH] drm/radeon/kms: add dynamic engine reclocking (v3)

2009-12-13 Thread Sedat Dilek
Hi, I tried v3 of the radeon PM patch from [1]. Here my feeback: # lspci -nnvv | grep "VGA controller" 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc M52 [Mobility Radeon X1300] [1002:714a] (prog-if 00 [VGA controller]) # mount -t debugfs none /sys/kernel/debug/ # ln -s /sys/kern

Re: [BISECTED] drm: random hang since 620f378 "drm: prune modes when ..."

2009-12-13 Thread Arnd Bergmann
On Sunday 13 December 2009 20:00:18 Daniel Vetter wrote: > On Sun, Dec 13, 2009 at 12:30:25PM +, Arnd Bergmann wrote: > > And now it's obvious that my computer hates me. 12 hours of uptime, one > > reboot > > to check the old other version is broken, it crashes. I reboot into the > > good vers

[Bug 25630] New: Segfault in nexuiz when trying to run the tutorial.

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25630 Summary: Segfault in nexuiz when trying to run the tutorial. Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: critical

[PATCH] drm/ttm: fix two bugs in new placement routines.

2009-12-13 Thread Dave Airlie
From: Dave Airlie a) the loops were going to <= not <, leading to illegal memory access b) the busy placement checks were using the placement arrays not the busy placement ones. Signed-off-by: Dave Airlie --- drivers/gpu/drm/ttm/ttm_bo.c | 10 +- 1 files changed, 5 insertions(+),

Re: [git pull] drm nouveau pony for Xmas.

2009-12-13 Thread Benjamin Herrenschmidt
On Fri, 2009-12-11 at 15:19 -0800, Linus Torvalds wrote: > > On Fri, 11 Dec 2009, Dave Airlie wrote: > > > > Please pull the 'drm-nouveau-pony' branch from > > PONIES! Yay! I lurve ponies! > > And it works for me too. Needed to get the firmware from the fedora > project, and make sure that it

Re: [git pull] drm nouveau pony for Xmas.

2009-12-13 Thread Benjamin Herrenschmidt
On Mon, 2009-12-14 at 14:35 +1100, Benjamin Herrenschmidt wrote: > And built-in works beautifully with kms & fbdev on top of it etc... > (real fast console switches ! yay !) if I do > > CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware" > CONFIG_EXTRA_FIRMWARE="/nouveau/xxx.ctxprog nouveau/yyy.ctxvals"

[PATCH] drm/radeon/kms: fix r100->r500 CS checker for compressed textures. (v2)

2009-12-13 Thread Dave Airlie
From: Dave Airlie This adds support for compressed textures to the r100->r500 CS checker, it lets me run openarena and the demos in mesa fine. Thanks to Maciej Cencora for initial comments. Changes since v1: fix calculations with Maciej formulas Signed-off-by: Dave Airlie --- drivers/gpu/drm

[Bug 25626] Screen coruption with RS780 running latest git kernel

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25626 --- Comment #2 from Florian Scandella 2009-12-13 18:12:30 PST --- bug #25559 maybe? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for th

[Bug 14331] Radeon XPRESS 200M: System hang with radeon DRI and Fedora 10 userspace unless DRI=off

2009-12-13 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14331 --- Comment #12 from Evgeniy 2009-12-14 00:29:15 --- On ubuntu karmic 9.10 the last kernel image called drm-next has also this bug. Booting Linux version 2.6.32-996-generic (r...@zinc) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #200912071003

[Bug 25626] Screen coruption with RS780 running latest git kernel

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25626 --- Comment #1 from Octoploid 2009-12-13 15:17:12 PST --- Created an attachment (id=32049) --> (http://bugs.freedesktop.org/attachment.cgi?id=32049) corruption firefox -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=e

[Bug 25626] New: Screen coruption with RS780 running latest git kernel

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25626 Summary: Screen coruption with RS780 running latest git kernel Product: DRI Version: XOrg 6.7.0 Platform: Other OS/Version: All Status: NEW Severity: normal Priority

Re: [BISECTED] drm: random hang since 620f378 "drm: prune modes when ..."

2009-12-13 Thread Dave Airlie
On Sun, 2009-12-13 at 21:31 +, Arnd Bergmann wrote: > On Sunday 13 December 2009 20:00:18 Daniel Vetter wrote: > > On Sun, Dec 13, 2009 at 12:30:25PM +, Arnd Bergmann wrote: > > > And now it's obvious that my computer hates me. 12 hours of uptime, one > > > reboot > > > to check the old ot

Re: Display corruption/distortion with KMS and "R700_rlc.bin"

2009-12-13 Thread Nezmer
On Sun, Dec 13, 2009 at 11:38:04PM +0200, nez...@allurelinux.org wrote: > Hi, > > I hope you don't mind me posting this directly as bugs are forwarded to the > list anyway. > > I grabbed a kernel snapshot from "drm-radeon-testing" head yesterday and > built it. I grabbed "R700_rlc.bin" too as It'

Re: Display corruption/distortion with KMS and "R700_rlc.bin"

2009-12-13 Thread Mike Lothian
2009/12/13 : > Hi, > > I hope you don't mind me posting this directly as bugs are forwarded to the > list anyway. > > I grabbed a kernel snapshot from "drm-radeon-testing" head yesterday and > built it. I grabbed "R700_rlc.bin" too as It's apparently necessary to > enable mesa hardware acceleratio

Display corruption/distortion with KMS and "R700_rlc.bin"

2009-12-13 Thread Nezmer
Hi, I hope you don't mind me posting this directly as bugs are forwarded to the list anyway. I grabbed a kernel snapshot from "drm-radeon-testing" head yesterday and built it. I grabbed "R700_rlc.bin" too as It's apparently necessary to enable mesa hardware acceleration with KMS. That resulted in

Re: [BISECTED] drm: random hang since 620f378 "drm: prune modes when ..."

2009-12-13 Thread Arnd Bergmann
On Sunday 13 December 2009 12:18:24 Arnd Bergmann wrote: > On Wednesday 09 December 2009 05:38:07 Dave Airlie wrote: > > On Wed, 2009-12-09 at 00:07 +0100, Arnd Bergmann wrote: > > > On Tuesday 08 December 2009, Dave Airlie wrote: > > > > > > > > > > Sorry for blaming the wrong patch, especially i

[PATCH 1/2] drivers/gpu/drm: introduce missing kfree

2009-12-13 Thread Julia Lawall
From: Julia Lawall Error handling code following a kzalloc should free the allocated data. Similarly for usb-alloc urb. The semantic match that finds the first problem is as follows: (http://www.emn.fr/x-info/coccinelle/) // @r exists@ local idexpression x; statement S; expression E; identifie

Re: [BISECTED] drm: random hang since 620f378 "drm: prune modes when ..."

2009-12-13 Thread Arnd Bergmann
On Wednesday 09 December 2009 05:38:07 Dave Airlie wrote: > On Wed, 2009-12-09 at 00:07 +0100, Arnd Bergmann wrote: > > On Tuesday 08 December 2009, Dave Airlie wrote: > > > > > > > > Sorry for blaming the wrong patch, especially if it already caused a > > > > lot > > > > of work. I'll try blami

[Bug 14801] radeon.modeset=1 boot option crashes system with ATI rc410 card producing garbled system logs

2009-12-13 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14801 --- Comment #3 from Evgeniy 2009-12-13 21:12:35 --- reported this bug in launchpad.net https://bugs.launchpad.net/linux/+bug/489447 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 25622] KMS occasional blurry output after initialisation

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25622 --- Comment #3 from Aidan Marks 2009-12-13 13:06:38 PST --- (In reply to comment #2) I just tried to trigger this again by continual rebooting. It happened again on the 6th reboot so I guess it isn't *that* occasional. Yes, xrandr --output

[Bug 14801] radeon.modeset=1 boot option crashes system with ATI rc410 card producing garbled system logs

2009-12-13 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14801 --- Comment #2 from Evgeniy 2009-12-13 21:03:08 --- Forgot to tell, that booting without the radeon.modeset=1 option does not seem to freeze the system. Wait and see... -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email

[Bug 14801] radeon.modeset=1 boot option crashes system with ATI rc410 card producing garbled system logs

2009-12-13 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14801 --- Comment #1 from Evgeniy 2009-12-13 20:58:04 --- Created an attachment (id=24170) --> (http://bugzilla.kernel.org/attachment.cgi?id=24170) excerpts from the syslog of the crashed system, look for the garbled entries -- Configure bugmail:

[Bug 14801] New: radeon.modeset=1 boot option crashes system with ATI rc410 card producing garbled system logs

2009-12-13 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14801 Summary: radeon.modeset=1 boot option crashes system with ATI rc410 card producing garbled system logs Product: Drivers Version: 2.5 Platform: All OS/Version: Linux

[Bug 25622] KMS occasional blurry output after initialisation

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25622 Tormod Volden changed: What|Removed |Added CC||bugzi09.fdo.tor...@xoxy.net --- Comme

[Bug 25622] KMS occasional blurry output after initialisation

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25622 --- Comment #1 from Aidan Marks 2009-12-13 12:10:45 PST --- Created an attachment (id=32043) --> (http://bugs.freedesktop.org/attachment.cgi?id=32043) dmesg_from_blurry_boot -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?

[Bug 25622] New: KMS occasional blurry output after initialisation

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25622 Summary: KMS occasional blurry output after initialisation Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

Re: [BISECTED] drm: random hang since 620f378 "drm: prune modes when ..."

2009-12-13 Thread Daniel Vetter
On Sun, Dec 13, 2009 at 12:30:25PM +, Arnd Bergmann wrote: > And now it's obvious that my computer hates me. 12 hours of uptime, one reboot > to check the old other version is broken, it crashes. I reboot into the > good version, send out the above email and the next minute it crashes again. >

[Bug 14331] Radeon XPRESS 200M: System hang with radeon DRI and Fedora 10 userspace unless DRI=off

2009-12-13 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14331 Evgeniy changed: What|Removed |Added CC||eumos...@gmail.com --- Comment #11 from Evge

[Bug 25618] Cairo-Dock's Switcher applet not displayed with OpenGL

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25618 --- Comment #5 from mac_v 2009-12-13 04:53:21 PST --- Created an attachment (id=32036) --> (http://bugs.freedesktop.org/attachment.cgi?id=32036) XorgLog I reported the bug initially in launchpad. Additional info are attached to the lp bug r

[Bug 25618] Cairo-Dock's Switcher applet not displayed with OpenGL

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25618 --- Comment #4 from mac_v 2009-12-13 04:51:52 PST --- Created an attachment (id=32035) --> (http://bugs.freedesktop.org/attachment.cgi?id=32035) glxinfo -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 25618] Cairo-Dock's Switcher applet not displayed with OpenGL

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25618 --- Comment #3 from mac_v 2009-12-13 04:51:20 PST --- Created an attachment (id=32034) --> (http://bugs.freedesktop.org/attachment.cgi?id=32034) CurrentDmesg.txt -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --

[Bug 25618] Cairo-Dock's Switcher applet not displayed with OpenGL

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25618 --- Comment #2 from mac_v 2009-12-13 04:50:41 PST --- Created an attachment (id=32033) --> (http://bugs.freedesktop.org/attachment.cgi?id=32033) BootDmesg.txt -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 25618] Cairo-Dock's Switcher applet not displayed with OpenGL

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25618 --- Comment #1 from mac_v 2009-12-13 04:45:06 PST --- Architecture: i386 CheckboxSubmission: 417990aadff2335cd485c57bb06c8968 CheckboxSystem: 5484a8dd99f006173bd2ac53fa4837c2 DistroRelease: Ubuntu 9.10 MachineType: Acer, inc. Aspire 5670 Pack

[Bug 25618] New: Cairo-Dock's Switcher applet not displayed with OpenGL

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25618 Summary: Cairo-Dock's Switcher applet not displayed with OpenGL Product: Mesa Version: 7.6 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: med

[Bug 25616] X1600:M56P Second suspend hangs the system

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25616 Andrea Iob changed: What|Removed |Added AssignedTo|dri-|xorg-driver-...@lists.x.org

[Bug 25616] X1600:M56P Second suspend hangs the system

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25616 Andrea Iob changed: What|Removed |Added Component|DRM/Radeon |Driver/Radeon Product|DRI

[Bug 25616] X1600:M56P Second suspend hangs the system

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25616 --- Comment #5 from Andrea Iob 2009-12-13 03:57:14 PST --- I've just noticed that the first resume does not work properly. In fact, if, after the first suspend/resume, I switch to a virtual terminal I see the same video corruption I experien

[Bug 25616] X1600:M56P Second suspend hangs the system

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25616 Andrea Iob changed: What|Removed |Added Attachment #32030|application/octet-stream|text/plain mime type|

[Bug 25616] X1600:M56P Second suspend hangs the system

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25616 --- Comment #4 from Andrea Iob 2009-12-13 03:20:56 PST --- Created an attachment (id=32030) --> (http://bugs.freedesktop.org/attachment.cgi?id=32030) Xorg log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 25616] X1600:M56P Second suspend hangs the system

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25616 --- Comment #3 from Andrea Iob 2009-12-13 03:20:13 PST --- Created an attachment (id=32029) --> (http://bugs.freedesktop.org/attachment.cgi?id=32029) First suspend/resume log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cg

[Bug 25616] X1600:M56P Second suspend hangs the system

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25616 --- Comment #2 from Andrea Iob 2009-12-13 03:19:46 PST --- Created an attachment (id=32028) --> (http://bugs.freedesktop.org/attachment.cgi?id=32028) Dmesg after the first suspend/resume cycle -- Configure bugmail: http://bugs.freedeskto

[Bug 25616] X1600:M56P Second suspend hangs the system

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25616 --- Comment #1 from Andrea Iob 2009-12-13 03:18:52 PST --- Created an attachment (id=32027) --> (http://bugs.freedesktop.org/attachment.cgi?id=32027) Dmesg before the first suspend/resume cycle -- Configure bugmail: http://bugs.freedeskt

[Bug 25616] New: X1600:M56P Second suspend hangs the system

2009-12-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25616 Summary: X1600:M56P Second suspend hangs the system Product: DRI Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Prior