[Bug 13446] resume after suspend-to-ram broken on Toshiba Satellite A100 with 2.6.30-rc8 (works in 2.6.28)

2009-12-28 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13446 Zhang Rui changed: What|Removed |Added Component|Hibernation/Suspend |Video(DRI - non Intel) AssignedTo|pow

[Bug 25490] kernel crash with 2.6.32, drm and kms enabled.

2009-12-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25490 --- Comment #9 from che...@kalri.org 2009-12-28 00:55:50 PST --- Ok, gave it a shot with kms disabled and that did it. Looks like whatever is going on, seems to be kms and kernel side. (In reply to comment #8) > if you disable kms, your sy

[Bug 25741] [R600/KMS] external display flickering

2009-12-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25741 --- Comment #11 from Luca Tettamanti 2009-12-28 02:41:49 PST --- I've bisected both problems. The flickering is causes by: 279b215ecb8acc735c01ac89b1aa28c4a27dcafa is the first bad commit commit 279b215ecb8acc735c01ac89b1aa28c4a27dcafa

Re: drm/radeon/kms: pm: single frame corruptions on reclocking

2009-12-28 Thread Luca Tettamanti
On Sun, Dec 27, 2009 at 1:55 AM, Rafał Miłecki wrote: > W dniu 26 grudnia 2009 20:08 użytkownik Alex Deucher > napisał: >> It may be that the engine doesn't like to be reclocked while it's >> running.  Perhaps we should use the GUI idle interrupt rather than >> vblanks to reclock the engine. > >

Re: lvds downclocking breaks on G45/thinkpad T500

2009-12-28 Thread Andres Freund
On Monday 28 December 2009 02:24:48 ykzhao wrote: > On Sun, 2009-12-27 at 22:18 +0800, Andres Freund wrote: > > On Sunday 27 December 2009 14:10:55 ykzhao wrote: > > > On Sun, 2009-12-27 at 01:41 +0800, Andres Freund wrote: > > > > On Saturday 26 December 2009 17:49:29 Andres Freund wrote: > > > >

Re: drm/radeon/kms: pm: single frame corruptions on reclocking

2009-12-28 Thread Alex Deucher
On Mon, Dec 28, 2009 at 5:53 AM, Luca Tettamanti wrote: > On Sun, Dec 27, 2009 at 1:55 AM, Rafał Miłecki wrote: >> W dniu 26 grudnia 2009 20:08 użytkownik Alex Deucher >> napisał: >>> It may be that the engine doesn't like to be reclocked while it's >>> running.  Perhaps we should use the GUI id

Re: drm/radeon/kms: pm: single frame corruptions on reclocking

2009-12-28 Thread Luca Tettamanti
2009/12/28 Alex Deucher : > On Mon, Dec 28, 2009 at 5:53 AM, Luca Tettamanti wrote: >> On Sun, Dec 27, 2009 at 1:55 AM, Rafał Miłecki wrote: >>> W dniu 26 grudnia 2009 20:08 użytkownik Alex Deucher >>> napisał: It may be that the engine doesn't like to be reclocked while it's running.

Re: drm/radeon/kms: pm: single frame corruptions on reclocking

2009-12-28 Thread Alex Deucher
2009/12/28 Luca Tettamanti : > 2009/12/28 Alex Deucher : >> On Mon, Dec 28, 2009 at 5:53 AM, Luca Tettamanti wrote: >>> On Sun, Dec 27, 2009 at 1:55 AM, Rafał Miłecki wrote: W dniu 26 grudnia 2009 20:08 użytkownik Alex Deucher napisał: > It may be that the engine doesn't like to be

[Bug 25741] [R600/KMS] external display flickering

2009-12-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25741 --- Comment #12 from Alex Deucher 2009-12-28 10:47:29 PST --- Created an attachment (id=32336) --> (http://bugs.freedesktop.org/attachment.cgi?id=32336) add missing breaks This patch should fix it. -- Configure bugmail: http://bugs.freed

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

2009-12-28 Thread Jesse Barnes
On Mon, 21 Dec 2009 17:57:08 + Arnd Bergmann wrote: > On Monday 21 December 2009 16:06:43 Arnd Bergmann wrote: > > > > - if (IS_G4X(dev)) { > > - u16 gcfgc; > > - > > - /* Adjust render clock... */ > > - pci_read_config_word(dev->pdev, GCFGC, &

[PATCH] drm/radeon/kms: add missing breaks in i2c and ss lookups

2009-12-28 Thread Alex Deucher
>From 43acccab867af354a0eed8847e0552685efd2742 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Mon, 28 Dec 2009 13:45:23 -0500 Subject: [PATCH] drm/radeon/kms: add missing breaks in i2c and ss lookups Should fix fdo bug 25741 Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_atom

[PATCH] rs600: use correct mask for SW interrupt

2009-12-28 Thread Luca Tettamanti
The mask happens to be the same, but the IH is reading the status, not the not the control register. Signed-off-by: Luca Tettamanti --- drivers/gpu/drm/radeon/rs600.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.git/drivers/gpu/drm/radeon/rs600.c ===

Re: drm/radeon/kms: pm: single frame corruptions on reclocking

2009-12-28 Thread Luca Tettamanti
On Mon, Dec 28, 2009 at 01:32:24PM -0500, Alex Deucher wrote: > 2009/12/28 Luca Tettamanti : > > 2009/12/28 Alex Deucher : > >> On Mon, Dec 28, 2009 at 5:53 AM, Luca Tettamanti > >> wrote: > >>> On Sun, Dec 27, 2009 at 1:55 AM, Rafał Miłecki wrote: > W dniu 26 grudnia 2009 20:08 użytkownik

Re: drm/radeon/kms: pm: single frame corruptions on reclocking

2009-12-28 Thread Rafał Miłecki
2009/12/28 Luca Tettamanti : > On Sun, Dec 27, 2009 at 1:55 AM, Rafał Miłecki wrote: >> W dniu 26 grudnia 2009 20:08 użytkownik Alex Deucher >> napisał: >>> It may be that the engine doesn't like to be reclocked while it's >>> running.  Perhaps we should use the GUI idle interrupt rather than >>>

Re: drm/radeon/kms: pm: single frame corruptions on reclocking

2009-12-28 Thread Alex Deucher
On Mon, Dec 28, 2009 at 5:16 PM, Rafał Miłecki wrote: > 2009/12/28 Luca Tettamanti : >> On Sun, Dec 27, 2009 at 1:55 AM, Rafał Miłecki wrote: >>> W dniu 26 grudnia 2009 20:08 użytkownik Alex Deucher >>> napisał: It may be that the engine doesn't like to be reclocked while it's running.

Re: drm/radeon/kms: pm: single frame corruptions on reclocking

2009-12-28 Thread Alex Deucher
2009/12/28 Luca Tettamanti : > On Mon, Dec 28, 2009 at 01:32:24PM -0500, Alex Deucher wrote: >> 2009/12/28 Luca Tettamanti : >> > 2009/12/28 Alex Deucher : >> >> On Mon, Dec 28, 2009 at 5:53 AM, Luca Tettamanti >> >> wrote: >> >>> On Sun, Dec 27, 2009 at 1:55 AM, Rafał Miłecki wrote: >> W d

[Bug 14924] New: Weird hard hangs when rendering 'some' web-sites in Firefox

2009-12-28 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14924 Summary: Weird hard hangs when rendering 'some' web-sites in Firefox Product: Drivers Version: 2.5 Kernel Version: 2.6.33-rc1 Platform: All OS/Version: Linux Tr