https://bugs.freedesktop.org/show_bug.cgi?id=39282
--- Comment #40 from Florian Evers <[email protected]> 2011-12-12 12:36:32 PST --- Hi Alex, thanks for your patch, but as I'm not at work in the moment and I only have remote access to my box, I was already able to patch the kernel but not able to reboot it until tomorrow in the morning. However, your patch looks a little bit strange ;-) If I apply it, it duplicates two rows of code resulting in: rdev->config.evergreen.max_simds = 7; rdev->config.evergreen.max_backends = 4 * rdev->config.evergreen.num_ses; rdev->config.evergreen.max_simds = 7; rdev->config.evergreen.max_backends = 4 * rdev->config.evergreen.num_ses; ... which is the same thing twice. And, the "old" if statement that selects between a BARTS and a BARTS LE, is gone now. Is this intentional? Thanks, Florian -- Configure bugmail: https://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
