[Bug 25662] R300: System locks up when running any graphical program using KMS

2010-03-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25662





--- Comment #14 from Tom Stellard   2010-03-24 19:23:27 PST 
---
https://bugzilla.kernel.org/show_bug.cgi?id=15626


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 25662] R300: System locks up when running any graphical program using KMS

2010-03-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25662





--- Comment #13 from Alex Deucher   2010-03-24 00:38:57 PST ---
This is a chipset/bios issue.  Your system probably needs a pci quirk to fix or
disable MSIs rather than a blanket disabling of MSIs for rs400s.  For
reference:
http://marc.info/?l=dri-devel&m=126926011226719&w=2
https://bugzilla.kernel.org/show_bug.cgi?id=15287

booting with pci=nomsi should work around the problem.  You should file a pci
bug on https://bugzilla.kernel.org


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 25662] R300: System locks up when running any graphical program using KMS

2010-03-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25662





--- Comment #12 from Tom Stellard   2010-03-23 19:55:17 PST 
---
Created an attachment (id=34390)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=34390)
Proposed fix.

This patch can be applied to drm-radeon-testing with
HEAD: 65965f4b702f98cb3857db44375e5d6a804d4937


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 25662] R300: System locks up when running any graphical program using KMS

2010-03-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25662





--- Comment #11 from Tom Stellard   2010-03-23 19:51:39 PST 
---
After some more testing, I am sure that commit
3e5cb98dfe87cc61d0a1119dd8aa2b1e4cfab424 is the problem.  I have attached a
patch that fixes this bug for me.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 25662] R300: System locks up when running any graphical program using KMS

2010-03-20 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25662





--- Comment #10 from a.ra...@arcor.de  2010-03-20 02:32:03 PST ---
Thanks Tom. It seems we have the same problem. Mine is a Samsung R40 Cinoso

01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress
200M] (prog-if 00 [VGA controller])
Subsystem: Samsung Electronics Co Ltd Device c02b
Flags: bus master, 66MHz, medium devsel, latency 66, IRQ 17
Memory at d000 (32-bit, prefetchable) [size=256M]
I/O ports at 9000 [size=256]
Memory at c000 (32-bit, non-prefetchable) [size=64K]
[virtual] Expansion ROM at c002 [disabled] [size=128K]
Capabilities: 
Kernel modules: radeon, radeonfb

For me kernel 2.6.33.1 is unusable with KMS. It freezes either at loginmanager
or very soon when moving around the first window I opened. With 2.6.34rc1 it
crahses less often at login but still sometimes. When I can login it seems
quiet stable until I start glxgears.

In UMS mode the system is also sometimes crashing when starting
Xorg/loginmanager. When it comes up it's stable in usual desktop work. But 3D
games like supertuxkart are broken (textures almost invisible). Not sure if
this is drm or mesa related.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 25662] R300: System locks up when running any graphical program using KMS

2010-03-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25662





--- Comment #9 from Tom Stellard   2010-03-19 23:10:46 PST 
---
Created an attachment (id=34250)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=34250)
lspci output.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 25662] R300: System locks up when running any graphical program using KMS

2010-03-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25662





--- Comment #8 from Tom Stellard   2010-03-19 23:09:38 PST 
---
Here are the results from git bisect:

Starting with the 2.6.31 kernel, KMS works fine until this commit:
3e5cb98dfe87cc61d0a1119dd8aa2b1e4cfab424
After this commit, xdm freezes at the login screen, but I can still switch to
another virtual terminal. My dmesg log has the message described in comment #3
repeated several times.  This behavior continues until commit:
6b46362c0ea472b174c336786fd406c504326ad4
After this commit, I experience the behavior described in comment #1.

I am now using X server 1.7.5 and the latest git versions of mesa, libdrm, and
ddx.

I will attach the output of lspci to give a little more information about my
system.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 25662] R300: System locks up when running any graphical program using KMS

2010-03-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25662





--- Comment #7 from Alex Deucher   2010-03-19 07:43:26 PST ---
(In reply to comment #5)

> I'm not sure if this is a different issue or the same. Behavior looks similar
> and it's the same chipset family I think. We had used KMS already for a while
> in kernel 2.6.31 where it worked well. It started to freeze later, first
> noticed in 2.6.33rc1. I have no interesting entries in dmesg or Xorg.log. How
> can I provide more information to track this down? (using kernel 2.6.33, 
> libdrm
> 2.4.18, mesa 7.7 and ddx from todays git master)

Any chance you could bisect the kernel to see what change broke it?


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 25662] R300: System locks up when running any graphical program using KMS

2010-03-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25662





--- Comment #6 from Alex Deucher   2010-03-19 07:42:33 PST ---
Do things work any better with a newer drm?  2.3.33/4 or Dave's
drm-radeon-testing branch
(http://git.kernel.org/?p=linux/kernel/git/airlied/drm-2.6.git;a=shortlog;h=refs/heads/drm-radeon-testing)?


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 25662] R300: System locks up when running any graphical program using KMS

2010-02-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25662


a.ra...@arcor.de changed:

   What|Removed |Added

 CC||a.ra...@arcor.de




--- Comment #5 from a.ra...@arcor.de  2010-02-27 14:16:27 PST ---
I have a very similar behavior in ArchLinux. I can login using lxdm. Once Xfce
is started it either freezes almost immediately or after a few seconds when I
have opened a terminal or anything else.

I'm not sure if this is a different issue or the same. Behavior looks similar
and it's the same chipset family I think. We had used KMS already for a while
in kernel 2.6.31 where it worked well. It started to freeze later, first
noticed in 2.6.33rc1. I have no interesting entries in dmesg or Xorg.log. How
can I provide more information to track this down? (using kernel 2.6.33, libdrm
2.4.18, mesa 7.7 and ddx from todays git master)

(--) PCI:*(0:1:5:0) 1002:5a62:144d:c02b ATI Technologies Inc RC410 [Radeon
Xpress 200M] rev 0, Mem @ 0xd000/268435456, 0xc000/65536, I/O @
0x9000/256, BIOS @ 0x/131072


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 25662] R300: System locks up when running any graphical program using KMS

2009-12-20 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25662





--- Comment #4 from Tom Stellard   2009-12-20 18:56:25 PST 
---
I have done some debugging of the problem, and it appears my system locks up
while calling glXSwapBuffers() on line 340 of glxgears.c.  This is while I am
using the regular r300 mesa driver.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 25662] R300: System locks up when running any graphical program using KMS

2009-12-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25662





--- Comment #3 from Tom Stellard   2009-12-18 02:35:59 PST 
---
I noticed that if I use software rendering, I can get glxgears to run for about
three seconds before X freezes.  Afterwards, I can still switch virtual
terminals, but X is no longer functional.  If I use the gallium driver with
RADEON_SOFTPIPE enabled, glxgears does not cause X to freeze, but it does not
display correctly.  The gears are shifted up off the top of the screen, and
only the bottom half of the large red gear is visible.  If I try to run Firefox
with the gallium driver(RADEON_SOFTPIPE enabled), it works for a few seconds
and then X freezes, and I experience the same problem as when I run glxgears
with software rendering.  In both cases the dmesg log is filled with entries
like this:

[drm:radeon_fence_wait] *ERROR* fence(e9f2c0e0:0x064A) 521ms timeout
[drm:radeon_fence_wait] *ERROR* last signaled fence(0x064A)
[drm:radeon_fence_wait] *ERROR* fence(e9f2c240:0x064B) 510ms timeout going
to reset GPU
[drm] CP reset succeed (RBBM_STATUS=0x0140)
[drm] radeon: cp idle (0x1000)
[drm] radeon: ring at 0x3000
[drm] ring test succeeded in 0 usecs
[drm] GPU reset succeed (RBBM_STATUS=0x0140)


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 25662] R300: System locks up when running any graphical program using KMS

2009-12-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25662





--- Comment #2 from Tom   2009-12-15 19:00:09 PST ---
Created an attachment (id=32099)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=32099)
xorg.log


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 25662] R300: System locks up when running any graphical program using KMS

2009-12-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25662





--- Comment #1 from Tom   2009-12-15 18:59:42 PST ---
Created an attachment (id=32098)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=32098)
dmesg.log


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel