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


Rafał Miłecki <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #26 from Rafał Miłecki <[email protected]>  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.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to