View | Details | Raw Unified | Return to bug 102287
Collapse All | Expand All

(-)programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c.orig (-1 / +1 lines)
Lines 4496-4502 Link Here
4496
    RADEONSave(pScrn);
4496
    RADEONSave(pScrn);
4497
4497
4498
    if ((!info->IsSecondary) && info->IsMobility) {
4498
    if ((!info->IsSecondary) && info->IsMobility) {
4499
        if (xf86ReturnOptValBool(info->Options, OPTION_DYNAMIC_CLOCKS, FALSE)) {
4499
        if (xf86ReturnOptValBool(info->Options, OPTION_DYNAMIC_CLOCKS, TRUE)) {
4500
	    RADEONSetDynamicClock(pScrn, 1);
4500
	    RADEONSetDynamicClock(pScrn, 1);
4501
        } else {
4501
        } else {
4502
	    RADEONSetDynamicClock(pScrn, 0);
4502
	    RADEONSetDynamicClock(pScrn, 0);

Return to bug 102287