Bugzilla – Attachment #46796: Patch required for enabling it by default on mobile chipsets for bug #102287
RADEONSave(pScrn);
if ((!info->IsSecondary) && info->IsMobility) {
if (xf86ReturnOptValBool(info->Options, OPTION_DYNAMIC_CLOCKS, FALSE)) {
if (xf86ReturnOptValBool(info->Options, OPTION_DYNAMIC_CLOCKS, TRUE)) {
RADEONSetDynamicClock(pScrn, 1);
} else {
RADEONSetDynamicClock(pScrn, 0);