[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #29 from Magnus Jensen 2010-06-03 23:43:31 PDT --- (In reply to comment #28) > Created an attachment (id=36045) View: https://bugs.freedesktop.org/attachment.cgi?id=36045 Review: https://bugs.freedesktop.org/review?bug=28342&attach

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #29 from Magnus Jensen 2010-06-03 23:43:31 PDT --- (In reply to comment #28) > Created an attachment (id=36045) View: https://bugs.freedesktop.org/attachment.cgi?id=36045 Review: https://bugs.freedesktop.org/review?bug=28342&attach

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

2010-06-03 Thread Alex Deucher
2010/6/3 Alex Deucher : > 2010/6/3 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 @@ vo

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

2010-06-03 Thread Alex Deucher
2010/6/3 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 r

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

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #14 from Alex Deucher 2010-06-03 21:38:38 PDT --- Created an attachment (id=36057) View: https://bugs.freedesktop.org/attachment.cgi?id=36057 Review: https://bugs.freedesktop.org/review?bug=28375&attachment=36057 step through volta

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

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #14 from Alex Deucher 2010-06-03 21:38:38 PDT --- Created an attachment (id=36057) View: https://bugs.freedesktop.org/attachment.cgi?id=36057 Review: https://bugs.freedesktop.org/review?bug=28375&attachment=36057 step through volt

[PATCH] drm/radeon/kms/combios: fix typo in voltage fix

2010-06-03 Thread Alex Deucher
Noticed by Rafa? Mi?ecki. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_combios.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_combios.c b/drivers/gpu/drm/radeon/radeon_combios.c index 102c744..f6f907e 100644 --- a/drive

[PATCH] drm/radeon/kms: Allow interruptible wait when testing IB

2010-06-03 Thread Jerome Glisse
On single CPU waiting without allowing interruption will lead to infinite wait. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/r600.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c index f68cc92..6d

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

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #13 from Alex Deucher 2010-06-03 19:42:12 PDT --- If I had to guess, I would say: drm/radeon/kms/pm: add support for SetVoltage cmd table (V2) Changing the voltage could be problematic on your card. We should probably step up/down t

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

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #13 from Alex Deucher 2010-06-03 19:42:12 PDT --- If I had to guess, I would say: drm/radeon/kms/pm: add support for SetVoltage cmd table (V2) Changing the voltage could be problematic on your card. We should probably step up/down

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

2010-06-03 Thread Alex Deucher
2010/6/3 Alex Deucher : > 2010/6/3 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 @@ vo

[PATCH] drm/radeon/kms: Force HDP_NONSURF to maximum size

2010-06-03 Thread Jerome Glisse
HDP non surface should cover the whole VRAM but we were misscomputing the size and we endup in some case not covering the VRAM at all (if VRAM size were > 1G). Covering more than the VRAM size shouldn't be an issue. Fix : https://bugs.freedesktop.org/show_bug.cgi?id=28016 Signed-off-by: Jerome Gl

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

2010-06-03 Thread Alex Deucher
2010/6/3 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 r

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

2010-06-03 Thread Alex Deucher
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 param and call that from the ddx. The old one always returns false for ev

KMS:RV635:Radeon 3650HD graphics driver broken on a laptop when connected to a docking station and external display

2010-06-03 Thread Pasi Kärkkäinen
On Thu, Jun 03, 2010 at 11:33:03AM -0400, Alex Deucher wrote: > On Thu, Jun 3, 2010 at 11:30 AM, Pasi K?rkk?inen wrote: > > On Thu, Jun 03, 2010 at 11:00:44AM -0400, Alex Deucher wrote: > >> >> >> > >> >> > > >> >> > I just tried with Ubuntu 10.04 (kernel 2.6.32) and it fails in a > >> >> > simil

[PATCH] drm/radeon/kms/combios: fix typo in voltage fix

2010-06-03 Thread Alex Deucher
Noticed by Rafał Miłecki. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_combios.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_combios.c b/drivers/gpu/drm/radeon/radeon_combios.c index 102c744..f6f907e 100644 --- a/drive

KMS:RV635:Radeon 3650HD graphics driver broken on a laptop when connected to a docking station and external display

2010-06-03 Thread Pasi Kärkkäinen
On Thu, Jun 03, 2010 at 11:00:44AM -0400, Alex Deucher wrote: > >> >> > >> > > >> > I just tried with Ubuntu 10.04 (kernel 2.6.32) and it fails in a similar > >> > way than F13 (kernel 2.6.33) does. > >> > > >> > To summarize: > >> > ? ? ? ?- Booting the laptop in the dock, both the internal lapto

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

2010-06-03 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

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

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #12 from Rafał Miłecki 2010-06-03 18:14:29 PDT --- bad: 94f2983b1dc64a4a90a1ac9a6da6d7a0ec2f06a8 good: 36d1701c502d4f46386e1000ad58d9497a11688d Suspected commits: drm/radeon/kms/pm: add support for SetVoltage cmd table (V2) drm/rad

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

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #12 from Rafa? Mi?ecki 2010-06-03 18:14:29 PDT --- bad: 94f2983b1dc64a4a90a1ac9a6da6d7a0ec2f06a8 good: 36d1701c502d4f46386e1000ad58d9497a11688d Suspected commits: drm/radeon/kms/pm: add support for SetVoltage cmd table (V2) drm/rad

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

2010-06-03 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/ttm: return -EFAULT on copy_to_user error

2010-06-03 Thread Dan Carpenter
copy_to/from_user() returns the number of bytes remaining and this function normally returns negative error codes. No one uses the ttm_bo_fbdev_io() function so this change has no impact. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/ttm/ttm_bo_vm.c b/drivers/gpu/drm/ttm/ttm_bo_vm.c

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

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #11 from Rafał Miłecki 2010-06-03 17:40:09 PDT --- Updating DDX didn't help. I gone back with drm tree to: commit 94f2983b1dc64a4a90a1ac9a6da6d7a0ec2f06a8 Author: Tiago Vignatti Date: Mon May 24 18:24:31 2010 +0300 vgaarb: u

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

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #11 from Rafa? Mi?ecki 2010-06-03 17:40:09 PDT --- Updating DDX didn't help. I gone back with drm tree to: commit 94f2983b1dc64a4a90a1ac9a6da6d7a0ec2f06a8 Author: Tiago Vignatti Date: Mon May 24 18:24:31 2010 +0300 vgaarb: u

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

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #10 from Rafał Miłecki 2010-06-03 17:20:47 PDT --- Ohh, that was silly. I didn't understand why first 3 dmesgs are so meaningless... I grepped them for "drm"! :| Before updating xf86-video-ati I tried patch from attachment #36012 bu

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

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #10 from Rafa? Mi?ecki 2010-06-03 17:20:47 PDT --- Ohh, that was silly. I didn't understand why first 3 dmesgs are so meaningless... I grepped them for "drm"! :| Before updating xf86-video-ati I tried patch from attachment #36012 bu

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

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #9 from Rafał Miłecki 2010-06-03 16:53:25 PDT --- (In reply to comment #4) > Also are you using the ddx tiling patches? If so, do you get the same lock up > with those removed? This might be a dupe of bug 28342. Today's drm-radeon-

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

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #9 from Rafa? Mi?ecki 2010-06-03 16:53:25 PDT --- (In reply to comment #4) > Also are you using the ddx tiling patches? If so, do you get the same lock up > with those removed? This might be a dupe of bug 28342. Today's drm-radeon

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

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #8 from Rafał Miłecki 2010-06-03 16:51:51 PDT --- Created an attachment (id=36052) --> (https://bugs.freedesktop.org/attachment.cgi?id=36052) Xorg.0.log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

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

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #8 from Rafa? Mi?ecki 2010-06-03 16:51:51 PDT --- Created an attachment (id=36052) --> (https://bugs.freedesktop.org/attachment.cgi?id=36052) Xorg.0.log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --

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

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #7 from Rafał Miłecki 2010-06-03 16:47:48 PDT --- Created an attachment (id=36051) --> (https://bugs.freedesktop.org/attachment.cgi?id=36051) dmesg with GPU lockup CP stall detected no. 3 -- Configure bugmail: https://bugs.freedesk

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

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #6 from Rafał Miłecki 2010-06-03 16:47:24 PDT --- Created an attachment (id=36050) --> (https://bugs.freedesktop.org/attachment.cgi?id=36050) dmesg with GPU lockup CP stall detected no. 2 -- Configure bugmail: https://bugs.freedesk

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

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #7 from Rafa? Mi?ecki 2010-06-03 16:47:48 PDT --- Created an attachment (id=36051) --> (https://bugs.freedesktop.org/attachment.cgi?id=36051) dmesg with GPU lockup CP stall detected no. 3 -- Configure bugmail: https://bugs.freedes

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

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #6 from Rafa? Mi?ecki 2010-06-03 16:47:24 PDT --- Created an attachment (id=36050) --> (https://bugs.freedesktop.org/attachment.cgi?id=36050) dmesg with GPU lockup CP stall detected no. 2 -- Configure bugmail: https://bugs.freedes

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

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #5 from Rafał Miłecki 2010-06-03 16:42:37 PDT --- Created an attachment (id=36049) --> (https://bugs.freedesktop.org/attachment.cgi?id=36049) dmesg with GPU lockup CP stall detected no. 1 -- Configure bugmail: https://bugs.freedesk

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

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #5 from Rafa? Mi?ecki 2010-06-03 16:42:37 PDT --- Created an attachment (id=36049) --> (https://bugs.freedesktop.org/attachment.cgi?id=36049) dmesg with GPU lockup CP stall detected no. 1 -- Configure bugmail: https://bugs.freedes

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

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #4 from Alex Deucher 2010-06-03 16:39:21 PDT --- Also are you using the ddx tiling patches? If so, do you get the same lock up with those removed? This might be a dupe of bug 28342. -- Configure bugmail: https://bugs.freedesktop.o

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

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #4 from Alex Deucher 2010-06-03 16:39:21 PDT --- Also are you using the ddx tiling patches? If so, do you get the same lock up with those removed? This might be a dupe of bug 28342. -- Configure bugmail: https://bugs.freedesktop.

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

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #3 from Rafał Miłecki 2010-06-03 16:32:45 PDT --- Created an attachment (id=36048) --> (https://bugs.freedesktop.org/attachment.cgi?id=36048) dmesg with WARNING no. 3 (with drm:drm_ioctl) In previous dmesgs I disabled drm:drm_ioctl

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

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #3 from Rafa? Mi?ecki 2010-06-03 16:32:45 PDT --- Created an attachment (id=36048) --> (https://bugs.freedesktop.org/attachment.cgi?id=36048) dmesg with WARNING no. 3 (with drm:drm_ioctl) In previous dmesgs I disabled drm:drm_ioctl

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

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #2 from Rafał Miłecki 2010-06-03 16:30:22 PDT --- Created an attachment (id=36047) --> (https://bugs.freedesktop.org/attachment.cgi?id=36047) dmesg with WARNING no. 2 Most important part: [ 743.244277] WARNING: at drivers/gpu/drm/r

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

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #2 from Rafa? Mi?ecki 2010-06-03 16:30:22 PDT --- Created an attachment (id=36047) --> (https://bugs.freedesktop.org/attachment.cgi?id=36047) dmesg with WARNING no. 2 Most important part: [ 743.244277] WARNING: at drivers/gpu/drm/

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

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #1 from Rafał Miłecki 2010-06-03 16:28:41 PDT --- Created an attachment (id=36046) --> (https://bugs.freedesktop.org/attachment.cgi?id=36046) dmesg with WARNING no. 1 Most important part: [ 512.026242] WARNING: at drivers/gpu/drm/r

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

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28375 --- Comment #1 from Rafa? Mi?ecki 2010-06-03 16:28:41 PDT --- Created an attachment (id=36046) --> (https://bugs.freedesktop.org/attachment.cgi?id=36046) dmesg with WARNING no. 1 Most important part: [ 512.026242] WARNING: at drivers/gpu/drm/

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

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28375 Summary: [KMS][RV620] Lockup on PM reclock Product: DRI Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

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

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28375 Summary: [KMS][RV620] Lockup on PM reclock Product: DRI Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

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

2010-06-03 Thread Alex Deucher
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 param and call that from the ddx. The old one always returns false for ev

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28342 Alex Deucher changed: What|Removed |Added Attachment #36040|0 |1 is obsolete|

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28342 Alex Deucher changed: What|Removed |Added Attachment #36040|0 |1 is obsolete|

KMS:RV635:Radeon 3650HD graphics driver broken on a laptop when connected to a docking station and external display

2010-06-03 Thread Pasi Kärkkäinen
On Wed, Jun 02, 2010 at 05:04:24PM -0400, Alex Deucher wrote: > On Wed, Jun 2, 2010 at 4:36 PM, Pasi K?rkk?inen wrote: > > On Wed, Jun 02, 2010 at 11:15:44PM +0300, Pasi K?rkk?inen wrote: > >> On Wed, Jun 02, 2010 at 03:28:07PM -0400, Alex Deucher wrote: > >> > On Wed, Jun 2, 2010 at 3:12 PM, Pasi

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28342 Magnus Jensen changed: What|Removed |Added Attachment #36042|0 |1 is obsolete|

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28342 Magnus Jensen changed: What|Removed |Added Attachment #36042|0 |1 is obsolete|

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #26 from Magnus Jensen 2010-06-03 14:52:59 PDT --- Created an attachment (id=36043) --> (https://bugs.freedesktop.org/attachment.cgi?id=36043) Xorg.0.log after patch -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #26 from Magnus Jensen 2010-06-03 14:52:59 PDT --- Created an attachment (id=36043) --> (https://bugs.freedesktop.org/attachment.cgi?id=36043) Xorg.0.log after patch -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #25 from Magnus Jensen 2010-06-03 14:52:26 PDT --- Created an attachment (id=36042) --> (https://bugs.freedesktop.org/attachment.cgi?id=36042) dmesg after patch This is after patch, still crashes -- Configure bugmail: https://bug

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #25 from Magnus Jensen 2010-06-03 14:52:26 PDT --- Created an attachment (id=36042) --> (https://bugs.freedesktop.org/attachment.cgi?id=36042) dmesg after patch This is after patch, still crashes -- Configure bugmail: https://bug

[Bug 28016] KMS:RV635:HD3650 GPU lockup

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28016 Grzegorz Kowal changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug 28016] KMS:RV635:HD3650 GPU lockup

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28016 Grzegorz Kowal changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #24 from Alex Deucher 2010-06-03 13:55:55 PDT --- Created an attachment (id=36040) View: https://bugs.freedesktop.org/attachment.cgi?id=36040 Review: https://bugs.freedesktop.org/review?bug=28342&attachment=36040 diable createpixma

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #24 from Alex Deucher 2010-06-03 13:55:55 PDT --- Created an attachment (id=36040) View: https://bugs.freedesktop.org/attachment.cgi?id=36040 Review: https://bugs.freedesktop.org/review?bug=28342&attachment=36040 diable createpixm

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #23 from Magnus Jensen 2010-06-03 13:44:47 PDT --- Created an attachment (id=36039) --> (https://bugs.freedesktop.org/attachment.cgi?id=36039) /var/log//Xorg.0.log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?t

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #22 from Magnus Jensen 2010-06-03 13:44:16 PDT --- Created an attachment (id=36038) --> (https://bugs.freedesktop.org/attachment.cgi?id=36038) output from dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #23 from Magnus Jensen 2010-06-03 13:44:47 PDT --- Created an attachment (id=36039) --> (https://bugs.freedesktop.org/attachment.cgi?id=36039) /var/log//Xorg.0.log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?t

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #21 from Magnus Jensen 2010-06-03 13:43:49 PDT --- Created an attachment (id=36037) --> (https://bugs.freedesktop.org/attachment.cgi?id=36037) /var/log/dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=ema

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #22 from Magnus Jensen 2010-06-03 13:44:16 PDT --- Created an attachment (id=36038) --> (https://bugs.freedesktop.org/attachment.cgi?id=36038) output from dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #21 from Magnus Jensen 2010-06-03 13:43:49 PDT --- Created an attachment (id=36037) --> (https://bugs.freedesktop.org/attachment.cgi?id=36037) /var/log/dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=ema

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #20 from Magnus Jensen 2010-06-03 13:43:17 PDT --- (In reply to comment #19) > In the case 2 crash, does the system hang or do you get a kernel oops? Can > you > still access the machine over the network? Is there any chance you c

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #20 from Magnus Jensen 2010-06-03 13:43:17 PDT --- (In reply to comment #19) > In the case 2 crash, does the system hang or do you get a kernel oops? Can > you > still access the machine over the network? Is there any chance you c

[Bug 28373] New: DRM lockup on X startup

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28373 Summary: DRM lockup on X startup Product: DRI Version: DRI CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

[Bug 28363] [r600c, kms] shadows wrong in doom3

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28363 Andre Maasikas changed: What|Removed |Added Product|DRI |Mesa Version|XOrg CVS

[Bug 28373] New: DRM lockup on X startup

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28373 Summary: DRM lockup on X startup Product: DRI Version: DRI CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

[Bug 28363] [r600c, kms] shadows wrong in doom3

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28363 Andre Maasikas changed: What|Removed |Added Product|DRI |Mesa Version|XOrg CVS

[PATCH 2/2] drm/radeon/kms/pm: add mid profile

2010-06-03 Thread Alex Deucher
This adds an additional profile, mid, to the pm profile code which takes the place of the old low profile. The default behavior remains the same, e.g., auto profile now selects between mid and high profiles based on power source, however, you can now manually force the low profile which was previo

[PATCH 1/2] drm/radeon/kms/pm: Misc fixes

2010-06-03 Thread Alex Deucher
- don't rest the power state in pm_init() We already boot up to the default power state. Note this patch relies on: drm/radeon/kms/pm: patch default power state with default clocks/voltages on r6xx+ To make sure the default power state matches the boot up state. - In the pm resume path asic init

[Bug 28016] KMS:RV635:HD3650 GPU lockup

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28016 --- Comment #12 from Jerome Glisse 2010-06-03 12:10:06 PDT --- Created an attachment (id=36035) View: https://bugs.freedesktop.org/attachment.cgi?id=36035 Review: https://bugs.freedesktop.org/review?bug=28016&attachment=36035 HDP NONSURF to m

[Bug 28016] KMS:RV635:HD3650 GPU lockup

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28016 --- Comment #12 from Jerome Glisse 2010-06-03 12:10:06 PDT --- Created an attachment (id=36035) View: https://bugs.freedesktop.org/attachment.cgi?id=36035 Review: https://bugs.freedesktop.org/review?bug=28016&attachment=36035 HDP NONSURF to m

[patch] drm/ttm: return -EFAULT on copy_to_user error

2010-06-03 Thread Dan Carpenter
copy_to/from_user() returns the number of bytes remaining and this function normally returns negative error codes. No one uses the ttm_bo_fbdev_io() function so this change has no impact. Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/ttm/ttm_bo_vm.c b/drivers/gpu/drm/ttm/ttm_bo_vm.c

KMS:RV635:Radeon 3650HD graphics driver broken on a laptop when connected to a docking station and external display

2010-06-03 Thread Alex Deucher
On Thu, Jun 3, 2010 at 11:30 AM, Pasi K?rkk?inen wrote: > On Thu, Jun 03, 2010 at 11:00:44AM -0400, Alex Deucher wrote: >> >> >> >> >> > >> >> > I just tried with Ubuntu 10.04 (kernel 2.6.32) and it fails in a >> >> > similar way than F13 (kernel 2.6.33) does. >> >> > >> >> > To summarize: >> >>

[patch] drm/nouveau: off by one in init_i2c_device_find()

2010-06-03 Thread Ben Skeggs
On Tue, 2010-05-25 at 11:52 +0200, Dan Carpenter wrote: > dcb->i2c[] has DCB_MAX_NUM_I2C_ENTRIES entries. > > Signed-off-by: Dan Carpenter Thanks, picked this up in the nouveau tree. > > diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c > b/drivers/gpu/drm/nouveau/nouveau_bios.c > index e7e6

KMS:RV635:Radeon 3650HD graphics driver broken on a laptop when connected to a docking station and external display

2010-06-03 Thread Alex Deucher
On Thu, Jun 3, 2010 at 7:56 AM, Pasi K?rkk?inen wrote: > On Wed, Jun 02, 2010 at 05:04:24PM -0400, Alex Deucher wrote: >> On Wed, Jun 2, 2010 at 4:36 PM, Pasi K?rkk?inen wrote: >> > On Wed, Jun 02, 2010 at 11:15:44PM +0300, Pasi K?rkk?inen wrote: >> >> On Wed, Jun 02, 2010 at 03:28:07PM -0400, Al

[PATCH] drm/radeon/kms: Allow interruptible wait when testing IB

2010-06-03 Thread Jerome Glisse
On single CPU waiting without allowing interruption will lead to infinite wait. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/r600.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c index f68cc92..6d

[PATCH] drm/radeon/kms: Force HDP_NONSURF to maximum size

2010-06-03 Thread Jerome Glisse
HDP non surface should cover the whole VRAM but we were misscomputing the size and we endup in some case not covering the VRAM at all (if VRAM size were > 1G). Covering more than the VRAM size shouldn't be an issue. Fix : https://bugs.freedesktop.org/show_bug.cgi?id=28016 Signed-off-by: Jerome Gl

[PATCH 2/2] drm/radeon/kms/pm: add mid profile

2010-06-03 Thread Alex Deucher
This adds an additional profile, mid, to the pm profile code which takes the place of the old low profile. The default behavior remains the same, e.g., auto profile now selects between mid and high profiles based on power source, however, you can now manually force the low profile which was previo

[PATCH 1/2] drm/radeon/kms/pm: Misc fixes

2010-06-03 Thread Alex Deucher
- don't rest the power state in pm_init() We already boot up to the default power state. Note this patch relies on: drm/radeon/kms/pm: patch default power state with default clocks/voltages on r6xx+ To make sure the default power state matches the boot up state. - In the pm resume path asic init

Re: KMS:RV635:Radeon 3650HD graphics driver broken on a laptop when connected to a docking station and external display

2010-06-03 Thread Pasi Kärkkäinen
On Thu, Jun 03, 2010 at 11:33:03AM -0400, Alex Deucher wrote: > On Thu, Jun 3, 2010 at 11:30 AM, Pasi Kärkkäinen wrote: > > On Thu, Jun 03, 2010 at 11:00:44AM -0400, Alex Deucher wrote: > >> >> >> > >> >> > > >> >> > I just tried with Ubuntu 10.04 (kernel 2.6.32) and it fails in a > >> >> > simil

Re: KMS:RV635:Radeon 3650HD graphics driver broken on a laptop when connected to a docking station and external display

2010-06-03 Thread Alex Deucher
On Thu, Jun 3, 2010 at 11:30 AM, Pasi Kärkkäinen wrote: > On Thu, Jun 03, 2010 at 11:00:44AM -0400, Alex Deucher wrote: >> >> >> >> >> > >> >> > I just tried with Ubuntu 10.04 (kernel 2.6.32) and it fails in a >> >> > similar way than F13 (kernel 2.6.33) does. >> >> > >> >> > To summarize: >> >>

Re: KMS:RV635:Radeon 3650HD graphics driver broken on a laptop when connected to a docking station and external display

2010-06-03 Thread Pasi Kärkkäinen
On Thu, Jun 03, 2010 at 11:00:44AM -0400, Alex Deucher wrote: > >> >> > >> > > >> > I just tried with Ubuntu 10.04 (kernel 2.6.32) and it fails in a similar > >> > way than F13 (kernel 2.6.33) does. > >> > > >> > To summarize: > >> >        - Booting the laptop in the dock, both the internal lapto

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #19 from Alex Deucher 2010-06-03 08:29:38 PDT --- In the case 2 crash, does the system hang or do you get a kernel oops? Can you still access the machine over the network? Is there any chance you could boot up without loading the ra

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #19 from Alex Deucher 2010-06-03 08:29:38 PDT --- In the case 2 crash, does the system hang or do you get a kernel oops? Can you still access the machine over the network? Is there any chance you could boot up without loading the r

[Bug 28363] [r600c, kms] shadows wrong in doom3

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28363 --- Comment #6 from Tobias Jakobi 2010-06-03 08:28:23 PDT --- Ok, sry - I see now, adding 'tiling' to the description was of course confusing :) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receivi

[Bug 28363] [r600c, kms] shadows wrong in doom3

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28363 --- Comment #6 from Tobias Jakobi 2010-06-03 08:28:23 PDT --- Ok, sry - I see now, adding 'tiling' to the description was of course confusing :) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receivi

[Bug 28363] [r600c, kms] shadows wrong in doom3

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28363 --- Comment #5 from Alex Deucher 2010-06-03 08:23:06 PDT --- Ok, updating the topic appropriately. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assig

[Bug 28363] [r600c, kms] shadows wrong in doom3

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28363 Alex Deucher changed: What|Removed |Added Summary|[r600c, kms, tiling]|[r600c, kms] shadows wrong

[Bug 28363] [r600c, kms] shadows wrong in doom3

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28363 --- Comment #5 from Alex Deucher 2010-06-03 08:23:06 PDT --- Ok, updating the topic appropriately. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assi

[Bug 28363] [r600c, kms] shadows wrong in doom3

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28363 Alex Deucher changed: What|Removed |Added Summary|[r600c, kms, tiling]|[r600c, kms] shadows wrong

Re: KMS:RV635:Radeon 3650HD graphics driver broken on a laptop when connected to a docking station and external display

2010-06-03 Thread Alex Deucher
On Thu, Jun 3, 2010 at 7:56 AM, Pasi Kärkkäinen wrote: > On Wed, Jun 02, 2010 at 05:04:24PM -0400, Alex Deucher wrote: >> On Wed, Jun 2, 2010 at 4:36 PM, Pasi Kärkkäinen wrote: >> > On Wed, Jun 02, 2010 at 11:15:44PM +0300, Pasi Kärkkäinen wrote: >> >> On Wed, Jun 02, 2010 at 03:28:07PM -0400, Al

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #18 from Magnus Jensen 2010-06-03 07:22:27 PDT --- I tried using built-in solution for kernel, and now it's a bit different in case 2 It just crashes once on starting X then seems to work fine for the rest of the session and looks to

[Bug 28342] When cold-booting gfx is messed up with latest drm-radeon-testing kernel

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28342 --- Comment #18 from Magnus Jensen 2010-06-03 07:22:27 PDT --- I tried using built-in solution for kernel, and now it's a bit different in case 2 It just crashes once on starting X then seems to work fine for the rest of the session and looks to

[Bug 28363] [r600c, kms, tiling] shadows wrong in doom3

2010-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28363 --- Comment #4 from Tobias Jakobi 2010-06-03 07:05:48 PDT --- (In reply to comment #2) > Are you saying this is a regression with the tiling patches? Does it render > correctly without the tiling patches? Also, make sure you have the drm patch

[Bug 28363] [r600c, kms, tiling] shadows wrong in doom3

2010-06-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28363 --- Comment #4 from Tobias Jakobi 2010-06-03 07:05:48 PDT --- (In reply to comment #2) > Are you saying this is a regression with the tiling patches? Does it render > correctly without the tiling patches? Also, make sure you have the drm patch

  1   2   >