http://bugs.freedesktop.org/show_bug.cgi?id=20348
--- Comment #20 from Alex Deucher <[email protected]> 2009-09-17 14:16:07 PST --- (In reply to comment #19) > (In reply to comment #18) > > Can you try the latest patch attached to bug 13176? Note that you'll have to > > modify it to be effective for your GPU. > > Unfortunately, it's not clear to me how I should change the patch - there are > multiple references to the R300 and CHIP_R420 chipset in there I wouldn't know > if are correct or not. > if you chip is an RS740, in the patch change: if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_R420) to if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS740) or if you are not sure, change it to this: if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R100) which will apply it to all chips. -- 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
