http://bugs.freedesktop.org/show_bug.cgi?id=15203





--- Comment #2 from Oliver McFadden <[EMAIL PROTECTED]>  2008-03-26 04:51:08 
PST ---
I just tested this on my development box (r300-vertprog-branch, ATI
Technologies
Inc RV410 [Radeon X700 Pro (PCIE)) and I can reproduce the lockup.

The first time executed fine, but the second time hard locked. I looked at your
debug log and it looks like it dies somewhere during processing of an indirect
buffer, then just sits in a loop waiting for the CP to idle. Probably that
indirect buffer does something it shouldn't...

Mar 25 15:16:53 debian kernel: [drm:drm_unlocked_ioctl] pid=3090,
cmd=0xc010644d, nr=0x4d, dev 0xe200, auth=1
Mar 25 15:16:53 debian kernel: [drm:radeon_cp_indirect] idx=11 s=0 e=112 d=0
Mar 25 15:16:53 debian kernel: [drm:radeon_cp_dispatch_indirect] buf=11 s=0x0
e=0x70
Mar 25 15:16:53 debian kernel: [drm:drm_unlocked_ioctl] pid=3090, cmd=0x6444,
nr=0x44, dev 0xe200, auth=1
Mar 25 15:16:53 debian kernel: [drm:radeon_cp_idle]
Mar 25 15:16:53 debian kernel: [drm:radeon_do_cp_idle]
Mar 25 15:16:53 debian kernel: [drm:drm_unlocked_ioctl] ret = -16
Mar 25 15:16:53 debian kernel: [drm:drm_unlocked_ioctl] pid=3090, cmd=0x6444,
nr=0x44, dev 0xe200, auth=1
...

Defining RADEON_FIFO_DEBUG to 1 at the top of radeon_cp.c will give some more
information, though not a lot; still useful though.


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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to