[git pull] drm final final final fixes

2011-03-13 Thread Dave Airlie
Okay another radeon regression showed up in the late stages, and I've pushed a fix for a 3rd problem, again reported on fusion systems which currently none of the devs have access to. This is on top of the last req, which contains the other fusion fix and the complete system hang fixes. Dave.

[PATCH 2/2] radeon: attempt to fix active vram since 93225b0d7bc030f4a93165347a65893685822d70

2011-03-13 Thread Dave Airlie
From: Dave Airlie Iterations of this patch seemed to break active vram, this seems like a good plan for it. second attempt to fix: https://bugs.freedesktop.org/show_bug.cgi?id=35254 Reported-by: Michael Larabel @ phoronix Signed-off-by: Dave Airlie Cc: stable at kernel.org --- drivers/gpu/drm

[PATCH 1/2] drm/radeon: fix page flipping hangs on r300/r400

2011-03-13 Thread Dave Airlie
From: Dave Airlie We've been getting reports of complete system lockups with rv3xx hw on AGP and PCIE when running gnome-shell or kwin with compositing. It appears the hw really doesn't like setting these registers while stuff is running, this moves the setting of the registers into the modeset

[PATCH 0/2] radeon regression fixes

2011-03-13 Thread Dave Airlie
Had a fun time tracking down two major problem on radeon, one in page flipping on r300/r400, one in the VRAM limiting that Michael at Phoronix reported. I'm going to push these to Linus (first one is gone already), but it would be nice if people could review em. Dave.

[PATCH] drm/radeon: fix problem with changing active VRAM size. (v2)

2011-03-13 Thread Dave Airlie
From: Dave Airlie So we used to use lpfn directly to restrict VRAM when we couldn't access the unmappable area, however this was removed in 93225b0d7bc030f4a93165347a65893685822d70 as it also restricted the gtt placements. However it was only later noticed that this broke on some hw. This remove

[Bug 35280] New: [RADEON:KMS:R600G] kwin freezes at drawing combo boxes

2011-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35280 Summary: [RADEON:KMS:R600G] kwin freezes at drawing combo boxes Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 35280] New: [RADEON:KMS:R600G] kwin freezes at drawing combo boxes

2011-03-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35280 Summary: [RADEON:KMS:R600G] kwin freezes at drawing combo boxes Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

Radeon jittery post 2.6.35

2011-03-13 Thread Arthur Titeica
On Sun, 13 Mar 2011 15:08:03 +0100, Anders Eriksson wrote: > > I've uploaded a video of a 38-rc8 boot: > http://www.easy-share.com/1914220540/2.6.38-rc8_bad_x.mp4 > Here's a link to a speedier server: http://www.psw.ro/tmp/radeon/2.6.38-rc8_bad_x.mp4 -- Arthur Titeica

[Bug 28622] radeon video lockup

2011-03-13 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=28622 --- Comment #7 from Daniel Poelzleithner 2011-03-13 19:13:07 --- not sure if this is related, but i got a lockup with a different traceback today: [48841.194099] INFO: task vlc:22611 blocked for more than 120 seconds. [48841.194108] "echo 0

[Bug 35254] Radeon TTM Crash With E-350 Fusion

2011-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35254 Dave Airlie changed: What|Removed |Added Attachment #44409|0 |1 is obsolete|

[Bug 35254] Radeon TTM Crash With E-350 Fusion

2011-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35254 --- Comment #4 from Dave Airlie 2011-03-13 17:03:31 PDT --- Created an attachment (id=44426) View: https://bugs.freedesktop.org/attachment.cgi?id=44426 Review: https://bugs.freedesktop.org/review?bug=35254&attachment=44426 attempt 3 to fix V

[Bug 35254] Radeon TTM Crash With E-350 Fusion

2011-03-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35254 Dave Airlie changed: What|Removed |Added Attachment #44409|0 |1 is obsolete|

[Bug 35254] Radeon TTM Crash With E-350 Fusion

2011-03-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35254 --- Comment #4 from Dave Airlie 2011-03-13 17:03:31 PDT --- Created an attachment (id=44426) View: https://bugs.freedesktop.org/attachment.cgi?id=44426 Review: https://bugs.freedesktop.org/review?bug=35254&attachment=44426 attempt 3 to fix V

[PATCH] drm/radeon: fix problem with changing active VRAM size.

2011-03-13 Thread Dave Airlie
From: Dave Airlie So we used to use lpfn directly to restrict VRAM when we couldn't access the unmappable area, however this was removed in 93225b0d7bc030f4a93165347a65893685822d70 as it also restricted the gtt placements. However it was only later noticed that this broke on some hw. This remove

Radeon jittery post 2.6.35

2011-03-13 Thread Anders Eriksson
Hi, I've found what I guess is a radeon (or drm/kms) regression post 2.6.35. I've got my TV conneced to my RS690G over HDMI, and the display has always been jittery after POST and at the GRUB screen. Pre-KMS, the X server (or driver got it sorted), and when KMS started, the display stabilized rig

[PATCH 2/2] radeon: attempt to fix active vram since 93225b0d7bc030f4a93165347a65893685822d70

2011-03-13 Thread Michel Dänzer
On Son, 2011-03-13 at 13:19 +0100, Michel D?nzer wrote: > On Son, 2011-03-13 at 21:06 +1000, Dave Airlie wrote: > > From: Dave Airlie > > > > Iterations of this patch seemed to break active vram, this seems like > > a good plan for it. > > > > second attempt to fix: https://bugs.freedesktop.or

[PATCH 1/2] drm/radeon: fix page flipping hangs on r300/r400

2011-03-13 Thread Michel Dänzer
On Son, 2011-03-13 at 21:06 +1000, Dave Airlie wrote: > From: Dave Airlie > > We've been getting reports of complete system lockups with rv3xx hw on > AGP and PCIE when running gnome-shell or kwin with compositing. > > It appears the hw really doesn't like setting these registers while > stuff

[PATCH 2/2] radeon: attempt to fix active vram since 93225b0d7bc030f4a93165347a65893685822d70

2011-03-13 Thread Michel Dänzer
On Son, 2011-03-13 at 21:06 +1000, Dave Airlie wrote: > From: Dave Airlie > > Iterations of this patch seemed to break active vram, this seems like > a good plan for it. > > second attempt to fix: https://bugs.freedesktop.org/show_bug.cgi?id=35254 > > Reported-by: Michael Larabel @ phoronix >

Re: Radeon jittery post 2.6.35

2011-03-13 Thread Arthur Titeica
On Sun, 13 Mar 2011 15:08:03 +0100, Anders Eriksson wrote: I've uploaded a video of a 38-rc8 boot: http://www.easy-share.com/1914220540/2.6.38-rc8_bad_x.mp4 Here's a link to a speedier server: http://www.psw.ro/tmp/radeon/2.6.38-rc8_bad_x.mp4 -- Arthur Titeica __

[PATCH 2/2] radeon: attempt to fix active vram since 93225b0d7bc030f4a93165347a65893685822d70

2011-03-13 Thread Dave Airlie
>> This can spuriously limit the BO to active_vram_size in GTT again. > > On second thought, I don't understand why this would be necessary / > helpful at all. If active_vram_size is the maximum amount of VRAM that > should ever be used anywhere (as opposed to the maximum amount visible > to the CP

[Bug 28622] radeon video lockup

2011-03-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=28622 --- Comment #7 from Daniel Poelzleithner 2011-03-13 19:13:07 --- not sure if this is related, but i got a lockup with a different traceback today: [48841.194099] INFO: task vlc:22611 blocked for more than 120 seconds. [48841.194108] "echo 0

[Bug 33376] [RADEON:KMS:R600C] screen damage during kde fade-out on logout.

2011-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33376 --- Comment #5 from Pawel Sikora 2011-03-13 05:49:05 PDT --- (In reply to comment #4) > Pawel please test more recent mesa/ddx driver > > Also please try r600g i've tested current xf86-video-ati-6.14.0-41-g6319a33 with mesa 7.11 (snb-magic-2482

[Bug 33376] [RADEON:KMS:R600C] screen damage during kde fade-out on logout.

2011-03-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33376 --- Comment #5 from Pawel Sikora 2011-03-13 05:49:05 PDT --- (In reply to comment #4) > Pawel please test more recent mesa/ddx driver > > Also please try r600g i've tested current xf86-video-ati-6.14.0-41-g6319a33 with mesa 7.11 (snb-magic-2482

Re: [PATCH 2/2] radeon: attempt to fix active vram since 93225b0d7bc030f4a93165347a65893685822d70

2011-03-13 Thread Michel Dänzer
On Son, 2011-03-13 at 13:19 +0100, Michel Dänzer wrote: > On Son, 2011-03-13 at 21:06 +1000, Dave Airlie wrote: > > From: Dave Airlie > > > > Iterations of this patch seemed to break active vram, this seems like > > a good plan for it. > > > > second attempt to fix: https://bugs.freedesktop.or

Re: [PATCH 1/2] drm/radeon: fix page flipping hangs on r300/r400

2011-03-13 Thread Michel Dänzer
On Son, 2011-03-13 at 21:06 +1000, Dave Airlie wrote: > From: Dave Airlie > > We've been getting reports of complete system lockups with rv3xx hw on > AGP and PCIE when running gnome-shell or kwin with compositing. > > It appears the hw really doesn't like setting these registers while > stuff

Re: [PATCH 2/2] radeon: attempt to fix active vram since 93225b0d7bc030f4a93165347a65893685822d70

2011-03-13 Thread Michel Dänzer
On Son, 2011-03-13 at 21:06 +1000, Dave Airlie wrote: > From: Dave Airlie > > Iterations of this patch seemed to break active vram, this seems like > a good plan for it. > > second attempt to fix: https://bugs.freedesktop.org/show_bug.cgi?id=35254 > > Reported-by: Michael Larabel @ phoronix >

[PATCH 2/2] radeon: attempt to fix active vram since 93225b0d7bc030f4a93165347a65893685822d70

2011-03-13 Thread Dave Airlie
From: Dave Airlie Iterations of this patch seemed to break active vram, this seems like a good plan for it. second attempt to fix: https://bugs.freedesktop.org/show_bug.cgi?id=35254 Reported-by: Michael Larabel @ phoronix Signed-off-by: Dave Airlie Cc: sta...@kernel.org --- drivers/gpu/drm/ra

[PATCH 1/2] drm/radeon: fix page flipping hangs on r300/r400

2011-03-13 Thread Dave Airlie
From: Dave Airlie We've been getting reports of complete system lockups with rv3xx hw on AGP and PCIE when running gnome-shell or kwin with compositing. It appears the hw really doesn't like setting these registers while stuff is running, this moves the setting of the registers into the modeset

[PATCH 0/2] radeon regression fixes

2011-03-13 Thread Dave Airlie
Had a fun time tracking down two major problem on radeon, one in page flipping on r300/r400, one in the VRAM limiting that Michael at Phoronix reported. I'm going to push these to Linus (first one is gone already), but it would be nice if people could review em. Dave. ___

[Bug 35254] Radeon TTM Crash With E-350 Fusion

2011-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35254 Dave Airlie changed: What|Removed |Added Attachment #44408|0 |1 is obsolete|

[Bug 35254] Radeon TTM Crash With E-350 Fusion

2011-03-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35254 Dave Airlie changed: What|Removed |Added Attachment #44408|0 |1 is obsolete|

[Bug 35254] Radeon TTM Crash With E-350 Fusion

2011-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35254 --- Comment #2 from Dave Airlie 2011-03-13 00:19:10 PST --- Created an attachment (id=44408) View: https://bugs.freedesktop.org/attachment.cgi?id=44408 Review: https://bugs.freedesktop.org/review?bug=35254&attachment=44408 attempted fix. Thi

[git pull] drm fixes

2011-03-13 Thread Dave Airlie
(this time after scping the correct file to my mailserver). > Hi Linus, > > sent a pull for the first one already, but not sure if you pushed it out, > > the second fix is very urgent, it fixes complete system hangs with certain > older radeon GPUs and pageflipping enabled. Nasty to track down

[Bug 35254] Radeon TTM Crash With E-350 Fusion

2011-03-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=35254 --- Comment #2 from Dave Airlie 2011-03-13 00:19:10 PST --- Created an attachment (id=44408) View: https://bugs.freedesktop.org/attachment.cgi?id=44408 Review: https://bugs.freedesktop.org/review?bug=35254&attachment=44408 attempted fix. Thi

[git pull] drm fixes

2011-03-13 Thread Dave Airlie
Hi Linus, sent a pull for the first one already, but not sure if you pushed it out, the second fix is very urgent, it fixes complete system hangs with certain older radeon GPUs and pageflipping enabled. Nasty to track down, since everything dies hard, when the gpu takes out the PCIE bus. Dave