All of lore.kernel.org
 help / color / mirror / Atom feed
* radeon: writeback-issues since kernel 2.6.34 on ATI FireMV 2200 PCI
@ 2012-01-02 22:07 Helge Deller
  2012-01-03 14:27 ` Alex Deucher
  0 siblings, 1 reply; 5+ messages in thread
From: Helge Deller @ 2012-01-02 22:07 UTC (permalink / raw)
  To: dri-devel

I'm facing the problem with the radeon drm driver, that I now manually 
need to set the kernel module parameter radeon.no_wb to 1 at bootup, 
else X just hangs in average up to 8 seconds per minute without any real 
activity (X or the video driver just seems to wait for something..).

Fedora 13 (kernel 2.6.34.9-69.fc13.x86_64) worked without problems, 
while all following Fedora distributions including F16 have this problem.
I'm using a dual-DVI ATI RV280 [FireMV 2200 PCI].

I did compared the sources of those kernels and the only obvious change 
to me is in radeon_ring.c: radeon_ring_free_size() where those lines 
were added at the top of the function:
         if (rdev->wb.enabled)
                 rdev->cp.rptr = 
le32_to_cpu(rdev->wb.wb[RADEON_WB_CP_RPTR_OFFSET/4]);

Given the problems I'm seeing (X-Windows hangs for a few seconds every 
time) this fits with the idea, that the driver is waiting for a free 
slot but can't find any (maybe due to wrong values returned by 
not-working WB?).

I'm wondering, if "rdev->wb.enabled" is correct in this place and if 
"dev_priv->writeback_works" shouldn't be used instead here?

Helge

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-01-04 19:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-02 22:07 radeon: writeback-issues since kernel 2.6.34 on ATI FireMV 2200 PCI Helge Deller
2012-01-03 14:27 ` Alex Deucher
2012-01-03 23:12   ` Helge Deller
2012-01-03 23:37     ` Alex Deucher
2012-01-04 19:33       ` Helge Deller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.