[Bug 21561] Audio curves display corrupted in Audacity with radeon and EXA on RV670
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Oct 8 14:39:54 PDT 2009
http://bugs.freedesktop.org/show_bug.cgi?id=21561
Rafał Miłecki <zajec5 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zajec5 at gmail.com
--- Comment #26 from Rafał Miłecki <zajec5 at gmail.com> 2009-10-08 14:39:53 PST ---
(In reply to comment #25)
> Created an attachment (id=30189)
--> (http://bugs.freedesktop.org/attachment.cgi?id=30189) [details]
> properly check planemasks
>
> Does this patch help?
Did not help on my RV620 (M82). I've added some debugging to this patch.
R600ValidPM is called very often, but:
> if (!R600ValidPM(pm, pPix->drawable.bitsPerPixel))
> RADEON_FALLBACK(("invalid planemask\n"));
never happens in any: Solid or Copy. I've changed that in both places to:
> if (!R600ValidPM(pm, pPix->drawable.bitsPerPixel)) {
> xf86DrvMsg(pScrn->scrnIndex, X_INFO, "[ZAJEC] invalid");
> RADEON_FALLBACK(("invalid planemask\n"));
> }
and nothing in my log.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the xorg-driver-ati
mailing list