Re: [PATCH] drm/radeon/kms/evergreen: set accel_enabled

2010-06-04 Thread Jerome Glisse
On Thu, Jun 03, 2010 at 07:07:09PM -0400, Alex Deucher wrote: > This is needed to enable accel in the ddx. However, > due to a bug in older versions of the ddx, it relies > on accel being disabled in order to load properly on > evergreen chips. To maintain compatility, we add a new > get accel pa

[Bug 28381] New: rv670 + tiling patches + tiling enabled = parse errors on some demos.

2010-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28381 Summary: rv670 + tiling patches + tiling enabled = parse errors on some demos. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[PATCH] drm/radeon/kms: r600 dump last 64 dwords of ring.

2010-06-04 Thread Jerome Glisse
Instead of dumping unprocessed dwords, dump the last 64 dwords of the ring. This make debugging of some case easier. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/r600.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600.c b/driver

[Bug 28383] New: Cloned screens with different res/refresh cause problems with mesa demos since new dri2 vsync.

2010-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28383 Summary: Cloned screens with different res/refresh cause problems with mesa demos since new dri2 vsync. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All)

[PATCH] drm/radeon/kms: r600 reset GPU at module load time

2010-06-04 Thread Jerome Glisse
When loading/unloading several time the driver on r600 we end up with the GPU in broken state and loading fail to initialize acceleration. Reset the GPU at load time so acceleration keep working over load/unload. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/r600.c | 20 +

[PATCH] drm/radeon/kms: r600 reset GPU at module load time v2

2010-06-04 Thread Jerome Glisse
When loading/unloading several time the driver on r600 we end up with the GPU in broken state and loading fail to initialize acceleration. Reset the GPU at load time so acceleration keep working over load/unload. v2 Move status print after reset in asic_reset to avoid cluttering log with this at m

Re: [PATCH] drm/radeon/kms: r600 dump last 64 dwords of ring.

2010-06-04 Thread Rafał Miłecki
2010/6/4 Jerome Glisse : > Instead of dumping unprocessed dwords, dump the last 64 > dwords of the ring. This make debugging of some case easier. > > Signed-off-by: Jerome Glisse > --- >  drivers/gpu/drm/radeon/r600.c |    6 +++--- >  1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git

Re: Glitch in newer drm-next/drm-radeon-testing

2010-06-04 Thread Marius Gröger
Hi All, Michel Dänzer schrieb: > On Mit, 2010-06-02 at 08:07 +0200, Marius Gröger wrote: >> Hello All, >> >> I'm trying the top-of-trunk drm-2.6 trees (both drm-next and >> drm-radeon-testing) with my Radeon HD 3200 GPU over HDMI. The primary >> application is mythtv which uses DRM syncing for th

[patch] drm/drm_crtc: return -EFAULT on copy_to_user errors

2010-06-04 Thread Dan Carpenter
copy_from_user() returns the number of bytes left to be copied but we want to return a negative error code here. This is in the ioctl handler so the error code get returned to userspace. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c index 994d

[patch] drm/vmwgfx: return -EFAULT for copy_to_user errors

2010-06-04 Thread Dan Carpenter
copy_to/from_user() returns the number of bytes remaining to be copied but we want to return a negative error code here. This gets returned to userspace. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c b/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c index f8fbbc6.

[Bug 28386] New: [KMS] echo standby > /sys/power/state hang machine forever

2010-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28386 Summary: [KMS] echo standby > /sys/power/state hang machine forever Product: DRI Version: XOrg CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[Bug 28386] [KMS] echo standby > /sys/power/state hang machine forever

2010-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28386 --- Comment #1 from Andrew Randrianasulu 2010-06-04 07:25:28 PDT --- Created an attachment (id=36059) --> (https://bugs.freedesktop.org/attachment.cgi?id=36059) normal dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab

Re: [PATCH] drm/radeon/kms/evergreen: set accel_enabled

2010-06-04 Thread Alex Deucher
On Fri, Jun 4, 2010 at 6:37 AM, Jerome Glisse wrote: > On Thu, Jun 03, 2010 at 07:07:09PM -0400, Alex Deucher wrote: >> This is needed to enable accel in the ddx.  However, >> due to a bug in older versions of the ddx, it relies >> on accel being disabled in order to load properly on >> evergreen

Re: Glitch in newer drm-next/drm-radeon-testing

2010-06-04 Thread Alex Deucher
2010/6/4 Marius Gröger : > Hi All, > > Michel Dänzer schrieb: >> On Mit, 2010-06-02 at 08:07 +0200, Marius Gröger wrote: >>> Hello All, >>> >>> I'm trying the top-of-trunk drm-2.6 trees (both drm-next and >>> drm-radeon-testing) with my Radeon HD 3200 GPU over HDMI. The primary >>> application is m

Re: Glitch in newer drm-next/drm-radeon-testing

2010-06-04 Thread Marius Gröger
Alex Deucher schrieb: > 2010/6/4 Marius Gröger : >> Hi All, >> >> Michel Dänzer schrieb: >>> On Mit, 2010-06-02 at 08:07 +0200, Marius Gröger wrote: Hello All, I'm trying the top-of-trunk drm-2.6 trees (both drm-next and drm-radeon-testing) with my Radeon HD 3200 GPU over HDMI.

Re: Glitch in newer drm-next/drm-radeon-testing

2010-06-04 Thread Alex Deucher
2010/6/4 Marius Gröger : > Alex Deucher schrieb: >> 2010/6/4 Marius Gröger : >>> Hi All, >>> >>> Michel Dänzer schrieb: On Mit, 2010-06-02 at 08:07 +0200, Marius Gröger wrote: > Hello All, > > I'm trying the top-of-trunk drm-2.6 trees (both drm-next and > drm-radeon-testing) wi

[Bug 28386] [KMS] echo standby > /sys/power/state hang machine forever

2010-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28386 --- Comment #2 from Alex Deucher 2010-06-04 08:38:17 PDT --- Is this a recent regression? Has s/r worked previously for you with kms? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mai

[Bug 28383] Cloned screens with different res/refresh cause problems with mesa demos since new dri2 vsync.

2010-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28383 Michel Dänzer changed: What|Removed |Added Product|Mesa|xorg Component|Drivers/DRI/R600

Re: Flickering screen in Neverball on drm-radeon-testing

2010-06-04 Thread Michel Dänzer
On Mit, 2010-06-02 at 16:38 +0200, Mario Kleiner wrote: > > -- > > > > Message: 1 > > Date: Tue, 1 Jun 2010 12:25:42 -0700 (PDT) > > From: bugzilla-dae...@freedesktop.org > > Subject: [Bug 28341] Flickering screen in Neverball on

Re: Glitch in newer drm-next/drm-radeon-testing

2010-06-04 Thread Marius Gröger
Am Fri, 4 Jun 2010 11:17:12 -0400 schrieb Alex Deucher : > 2010/6/4 Marius Gröger : > > Alex Deucher schrieb: > >> 2010/6/4 Marius Gröger : > >>> Hi All, > >>> > >>> Michel Dänzer schrieb: > On Mit, 2010-06-02 at 08:07 +0200, Marius Gröger wrote: > > Hello All, > > > > I'm trying

[Bug 28386] [KMS] echo standby > /sys/power/state hang machine forever

2010-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28386 --- Comment #3 from Andrew Randrianasulu 2010-06-04 11:58:59 PDT --- (In reply to comment #2) > Is this a recent regression? Has s/r worked previously for you with kms? May be 0.5 year ago it was working, so not really recent. (I rarely use th

Re: [PATCH] drm/radeon/kms: r600 dump last 64 dwords of ring.

2010-06-04 Thread Jerome Glisse
On Fri, Jun 04, 2010 at 02:54:42PM +0200, Rafał Miłecki wrote: > 2010/6/4 Jerome Glisse : > > Instead of dumping unprocessed dwords, dump the last 64 > > dwords of the ring. This make debugging of some case easier. > > > > Signed-off-by: Jerome Glisse > > --- > >  drivers/gpu/drm/radeon/r600.c |  

Re: Glitch in newer drm-next/drm-radeon-testing

2010-06-04 Thread Alex Deucher
2010/6/4 Marius Gröger : > Am Fri, 4 Jun 2010 11:17:12 -0400 > schrieb Alex Deucher : > >> 2010/6/4 Marius Gröger : >> > Alex Deucher schrieb: >> >> 2010/6/4 Marius Gröger : >> >>> Hi All, >> >>> >> >>> Michel Dänzer schrieb: >> On Mit, 2010-06-02 at 08:07 +0200, Marius Gröger wrote: >> >

[Bug 28375] [KMS][RV620] Lockup on PM reclock

2010-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #15 from Rafał Miłecki 2010-06-04 13:48:12 PDT --- I can confirm it's voltage setting that causes problem. Dropping it from r600.c::r600_pm_misc makes d-r-t work again. I didn't test your patch Alex, but it does not make much sense

[Bug 28393] New: Radeon with two screens shows screwed up screen

2010-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28393 Summary: Radeon with two screens shows screwed up screen Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW Severity: normal Priority: mediu

Re: [PATCH] drm/radeon/kms: r600 dump last 64 dwords of ring.

2010-06-04 Thread Rafał Miłecki
W dniu 4 czerwca 2010 21:55 użytkownik Jerome Glisse napisał: > On Fri, Jun 04, 2010 at 02:54:42PM +0200, Rafał Miłecki wrote: >> 2010/6/4 Jerome Glisse : >> > Instead of dumping unprocessed dwords, dump the last 64 >> > dwords of the ring. This make debugging of some case easier. >> > >> > Signed

regression: 2.6.35-rc1 hangs on i865G with KMS

2010-06-04 Thread Ondrej Zary
Hello, I'm testing 2.6.35-rc1 kernel on Asus P4P800-VM (i865G chipset). After loading i915 module, the screen goes blank and the kernel hangs completely (same with 2.6.35-rc1-git2). This does not happen with "i915.modeset=0" parameter. This problem does not appear with 2.6.34. Is this a known re

[Bug 28381] rv670 + tiling patches + tiling enabled = parse errors on some demos.

2010-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28381 --- Comment #1 from Alex Deucher 2010-06-04 15:37:44 PDT --- Created an attachment (id=36064) View: https://bugs.freedesktop.org/attachment.cgi?id=36064 Review: https://bugs.freedesktop.org/review?bug=28381&attachment=36064 cs parser fix This

Re: regression: 2.6.35-rc1 hangs on i865G with KMS

2010-06-04 Thread Eric Anholt
On Fri, 4 Jun 2010 22:01:28 +0200, Ondrej Zary wrote: > Hello, > I'm testing 2.6.35-rc1 kernel on Asus P4P800-VM (i865G chipset). After > loading > i915 module, the screen goes blank and the kernel hangs completely (same with > 2.6.35-rc1-git2). This does not happen with "i915.modeset=0" param

[Bug 28341] Flickering screen in Neverball on drm-radeon-testing

2010-06-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28341 --- Comment #5 from Andrew Randrianasulu 2010-06-04 17:25:44 PDT --- I was under impression i hit same bug here on rv280 + wine + DeusEx, but after manually applying patches from http://article.gmane.org/gmane.comp.video.dri.devel/46630 i still

[PATCH] drm/radeon/kms/pm: voltage fixes

2010-06-04 Thread Rafał Miłecki
2010/5/27 Alex Deucher : > diff --git a/drivers/gpu/drm/radeon/radeon_combios.c > b/drivers/gpu/drm/radeon/radeon_combios.c > index 7b5e10d..102c744 100644 > --- a/drivers/gpu/drm/radeon/radeon_combios.c > +++ b/drivers/gpu/drm/radeon/radeon_combios.c > @@ -2454,7 +2454,12 @@ default_mode: > ? ? ?

[PATCH] drm/radeon/kms/pm: add support for SetVoltage cmd table (V2)

2010-06-04 Thread Rafał Miłecki
2010/5/28 Alex Deucher : > diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c > index dac2534..d84d7cf 100644 > --- a/drivers/gpu/drm/radeon/r600.c > +++ b/drivers/gpu/drm/radeon/r600.c > @@ -475,6 +475,12 @@ void r600_pm_init_profile(struct radeon_device *rdev) > > ?void r6

[PATCH] drm/radeon/kms/evergreen: set accel_enabled

2010-06-04 Thread Jerome Glisse
On Thu, Jun 03, 2010 at 07:07:09PM -0400, Alex Deucher wrote: > This is needed to enable accel in the ddx. However, > due to a bug in older versions of the ddx, it relies > on accel being disabled in order to load properly on > evergreen chips. To maintain compatility, we add a new > get accel pa

[Bug 28381] New: rv670 + tiling patches + tiling enabled = parse errors on some demos.

2010-06-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28381 Summary: rv670 + tiling patches + tiling enabled = parse errors on some demos. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[PATCH] drm/radeon/kms: r600 dump last 64 dwords of ring.

2010-06-04 Thread Jerome Glisse
Instead of dumping unprocessed dwords, dump the last 64 dwords of the ring. This make debugging of some case easier. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/r600.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600.c b/driver

[Bug 28383] New: Cloned screens with different res/refresh cause problems with mesa demos since new dri2 vsync.

2010-06-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28383 Summary: Cloned screens with different res/refresh cause problems with mesa demos since new dri2 vsync. Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All)

[PATCH] drm/radeon/kms: r600 reset GPU at module load time

2010-06-04 Thread Jerome Glisse
When loading/unloading several time the driver on r600 we end up with the GPU in broken state and loading fail to initialize acceleration. Reset the GPU at load time so acceleration keep working over load/unload. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/r600.c | 20 +

[PATCH] drm/radeon/kms: r600 reset GPU at module load time v2

2010-06-04 Thread Jerome Glisse
When loading/unloading several time the driver on r600 we end up with the GPU in broken state and loading fail to initialize acceleration. Reset the GPU at load time so acceleration keep working over load/unload. v2 Move status print after reset in asic_reset to avoid cluttering log with this at m

[PATCH] drm/radeon/kms: r600 dump last 64 dwords of ring.

2010-06-04 Thread Rafał Miłecki
2010/6/4 Jerome Glisse : > Instead of dumping unprocessed dwords, dump the last 64 > dwords of the ring. This make debugging of some case easier. > > Signed-off-by: Jerome Glisse > --- > ?drivers/gpu/drm/radeon/r600.c | ? ?6 +++--- > ?1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git

Glitch in newer drm-next/drm-radeon-testing

2010-06-04 Thread Marius Gröger
Hi All, Michel D?nzer schrieb: > On Mit, 2010-06-02 at 08:07 +0200, Marius Gr?ger wrote: >> Hello All, >> >> I'm trying the top-of-trunk drm-2.6 trees (both drm-next and >> drm-radeon-testing) with my Radeon HD 3200 GPU over HDMI. The primary >> application is mythtv which uses DRM syncing for th

[patch] drm/drm_crtc: return -EFAULT on copy_to_user errors

2010-06-04 Thread Dan Carpenter
copy_from_user() returns the number of bytes left to be copied but we want to return a negative error code here. This is in the ioctl handler so the error code get returned to userspace. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c index 994d

[patch] drm/vmwgfx: return -EFAULT for copy_to_user errors

2010-06-04 Thread Dan Carpenter
copy_to/from_user() returns the number of bytes remaining to be copied but we want to return a negative error code here. This gets returned to userspace. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c b/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c index f8fbbc6.

[Bug 28386] New: [KMS] echo standby > /sys/power/state hang machine forever

2010-06-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28386 Summary: [KMS] echo standby > /sys/power/state hang machine forever Product: DRI Version: XOrg CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[Bug 28386] [KMS] echo standby > /sys/power/state hang machine forever

2010-06-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28386 --- Comment #1 from Andrew Randrianasulu 2010-06-04 07:25:28 PDT --- Created an attachment (id=36059) --> (https://bugs.freedesktop.org/attachment.cgi?id=36059) normal dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab

[PATCH] drm/radeon/kms/evergreen: set accel_enabled

2010-06-04 Thread Alex Deucher
On Fri, Jun 4, 2010 at 6:37 AM, Jerome Glisse wrote: > On Thu, Jun 03, 2010 at 07:07:09PM -0400, Alex Deucher wrote: >> This is needed to enable accel in the ddx. ?However, >> due to a bug in older versions of the ddx, it relies >> on accel being disabled in order to load properly on >> evergreen

Glitch in newer drm-next/drm-radeon-testing

2010-06-04 Thread Alex Deucher
2010/6/4 Marius Gr?ger : > Hi All, > > Michel D?nzer schrieb: >> On Mit, 2010-06-02 at 08:07 +0200, Marius Gr?ger wrote: >>> Hello All, >>> >>> I'm trying the top-of-trunk drm-2.6 trees (both drm-next and >>> drm-radeon-testing) with my Radeon HD 3200 GPU over HDMI. The primary >>> application is m

Glitch in newer drm-next/drm-radeon-testing

2010-06-04 Thread Marius Gröger
Alex Deucher schrieb: > 2010/6/4 Marius Gr?ger : >> Hi All, >> >> Michel D?nzer schrieb: >>> On Mit, 2010-06-02 at 08:07 +0200, Marius Gr?ger wrote: Hello All, I'm trying the top-of-trunk drm-2.6 trees (both drm-next and drm-radeon-testing) with my Radeon HD 3200 GPU over HDMI.

Glitch in newer drm-next/drm-radeon-testing

2010-06-04 Thread Alex Deucher
2010/6/4 Marius Gr?ger : > Alex Deucher schrieb: >> 2010/6/4 Marius Gr?ger : >>> Hi All, >>> >>> Michel D?nzer schrieb: On Mit, 2010-06-02 at 08:07 +0200, Marius Gr?ger wrote: > Hello All, > > I'm trying the top-of-trunk drm-2.6 trees (both drm-next and > drm-radeon-testing) wi

[Bug 28386] [KMS] echo standby > /sys/power/state hang machine forever

2010-06-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28386 --- Comment #2 from Alex Deucher 2010-06-04 08:38:17 PDT --- Is this a recent regression? Has s/r worked previously for you with kms? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this ma

[Bug 28383] Cloned screens with different res/refresh cause problems with mesa demos since new dri2 vsync.

2010-06-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28383 Michel D?nzer changed: What|Removed |Added Product|Mesa|xorg Component|Drivers/DRI/R600

Flickering screen in Neverball on drm-radeon-testing

2010-06-04 Thread Michel Dänzer
em to help here, YMMV. -- Earthling Michel D?nzer |http://www.vmware.com Libre software enthusiast | Debian, X and DRI developer -- next part -- A non-text attachment was scrubbed... Name: dri2-flicker-mesa.diff Typ

Glitch in newer drm-next/drm-radeon-testing

2010-06-04 Thread Marius Gröger
Am Fri, 4 Jun 2010 11:17:12 -0400 schrieb Alex Deucher : > 2010/6/4 Marius Gr?ger : > > Alex Deucher schrieb: > >> 2010/6/4 Marius Gr?ger : > >>> Hi All, > >>> > >>> Michel D?nzer schrieb: > On Mit, 2010-06-02 at 08:07 +0200, Marius Gr?ger wrote: > > Hello All, > > > > I'm trying

[Bug 28386] [KMS] echo standby > /sys/power/state hang machine forever

2010-06-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28386 --- Comment #3 from Andrew Randrianasulu 2010-06-04 11:58:59 PDT --- (In reply to comment #2) > Is this a recent regression? Has s/r worked previously for you with kms? May be 0.5 year ago it was working, so not really recent. (I rarely use th

[PATCH] drm/radeon/kms: r600 dump last 64 dwords of ring.

2010-06-04 Thread Jerome Glisse
On Fri, Jun 04, 2010 at 02:54:42PM +0200, Rafa? Mi?ecki wrote: > 2010/6/4 Jerome Glisse : > > Instead of dumping unprocessed dwords, dump the last 64 > > dwords of the ring. This make debugging of some case easier. > > > > Signed-off-by: Jerome Glisse > > --- > > ?drivers/gpu/drm/radeon/r600.c | ?

Glitch in newer drm-next/drm-radeon-testing

2010-06-04 Thread Alex Deucher
2010/6/4 Marius Gr?ger : > Am Fri, 4 Jun 2010 11:17:12 -0400 > schrieb Alex Deucher : > >> 2010/6/4 Marius Gr?ger : >> > Alex Deucher schrieb: >> >> 2010/6/4 Marius Gr?ger : >> >>> Hi All, >> >>> >> >>> Michel D?nzer schrieb: >> On Mit, 2010-06-02 at 08:07 +0200, Marius Gr?ger wrote: >> >

[Bug 28375] [KMS][RV620] Lockup on PM reclock

2010-06-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #15 from Rafa? Mi?ecki 2010-06-04 13:48:12 PDT --- I can confirm it's voltage setting that causes problem. Dropping it from r600.c::r600_pm_misc makes d-r-t work again. I didn't test your patch Alex, but it does not make much sense

[Bug 28393] New: Radeon with two screens shows screwed up screen

2010-06-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28393 Summary: Radeon with two screens shows screwed up screen Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW Severity: normal Priority: mediu

[PATCH] drm/radeon/kms: r600 dump last 64 dwords of ring.

2010-06-04 Thread Rafał Miłecki
W dniu 4 czerwca 2010 21:55 u?ytkownik Jerome Glisse napisa?: > On Fri, Jun 04, 2010 at 02:54:42PM +0200, Rafa? Mi?ecki wrote: >> 2010/6/4 Jerome Glisse : >> > Instead of dumping unprocessed dwords, dump the last 64 >> > dwords of the ring. This make debugging of some case easier. >> > >> > Signed

regression: 2.6.35-rc1 hangs on i865G with KMS

2010-06-04 Thread Ondrej Zary
Hello, I'm testing 2.6.35-rc1 kernel on Asus P4P800-VM (i865G chipset). After loading i915 module, the screen goes blank and the kernel hangs completely (same with 2.6.35-rc1-git2). This does not happen with "i915.modeset=0" parameter. This problem does not appear with 2.6.34. Is this a known re

[Bug 28381] rv670 + tiling patches + tiling enabled = parse errors on some demos.

2010-06-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28381 --- Comment #1 from Alex Deucher 2010-06-04 15:37:44 PDT --- Created an attachment (id=36064) View: https://bugs.freedesktop.org/attachment.cgi?id=36064 Review: https://bugs.freedesktop.org/review?bug=28381&attachment=36064 cs parser fix Thi

regression: 2.6.35-rc1 hangs on i865G with KMS

2010-06-04 Thread Eric Anholt
Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100604/12743f1d/attachment.pgp>

[Bug 28341] Flickering screen in Neverball on drm-radeon-testing

2010-06-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28341 --- Comment #5 from Andrew Randrianasulu 2010-06-04 17:25:44 PDT --- I was under impression i hit same bug here on rv280 + wine + DeusEx, but after manually applying patches from http://article.gmane.org/gmane.comp.video.dri.devel/46630 i still