Summary: | frequent DMA queue hangs on NV34 on powerpc | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Danny <moondrake> | ||||||||
Component: | Driver/nouveau | Assignee: | Nouveau Project <nouveau> | ||||||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||||||
Severity: | normal | ||||||||||
Priority: | medium | ||||||||||
Version: | git | ||||||||||
Hardware: | PowerPC | ||||||||||
OS: | All | ||||||||||
Whiteboard: | |||||||||||
i915 platform: | i915 features: | ||||||||||
Attachments: |
|
Description
Danny
2008-01-28 22:42:47 UTC
Created attachment 13998 [details]
xorg log
fifo dump of crash. I have many similar ones. I could not find a connection between them. But please ask if more are needed.
Created attachment 14002 [details]
list of methods before the dma lockup
This is a list of methods called by the X driver before it locked up. In this particular case I didn't have any output on whether BEGIN_RING==OUT_RING but in a previous crash log I outputted this info and it seemed to be ok (the only cases in which we have 1 out_ring more is when we hit nouveau_dma_wait)
d.
bug #14287 looks identical to this one. d. Created attachment 14214 [details] [review] patch enabling pcigart and making sure cmdbuf goes there DMA queue hangs only happen when the command buffer is in FB. Turning on AGP on powerpc leads to lockups with DFS, even when using a PCI gart. Therefore, current drm has agp_init disabled. This patch enables PCI gart in the DDX, and makes sure the cmd buffer goes there. patch was applied, fixed. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.