--- radeon_pm.c 2009-05-20 13:27:52.000000000 +0200 +++ radeon_pm.c_v2 2009-05-20 13:29:54.000000000 +0200 @@ -835,7 +835,7 @@ RADEONInfoPtr info = RADEONPTR(pScrn); if (info->pm.clock_gating_enabled) - RADEONSetClockGating(pScrn, info->pm.clock_gating_enabled); + // RADEONSetClockGating(pScrn, info->pm.clock_gating_enabled); RADEONPMQuirks(pScrn); if (info->pm.force_low_power_enabled || info->pm.dynamic_mode_enabled) RADEONSetStaticPowerMode(pScrn, POWER_HIGH); @@ -846,7 +846,7 @@ RADEONInfoPtr info = RADEONPTR(pScrn); if (info->pm.clock_gating_enabled) - RADEONSetClockGating(pScrn, FALSE); + // RADEONSetClockGating(pScrn, FALSE); if (info->pm.force_low_power_enabled || info->pm.dynamic_mode_enabled) RADEONSetStaticPowerMode(pScrn, POWER_DEFAULT); } @@ -856,7 +856,7 @@ RADEONInfoPtr info = RADEONPTR(pScrn); if (info->pm.clock_gating_enabled) - RADEONSetClockGating(pScrn, FALSE); + // RADEONSetClockGating(pScrn, FALSE); if (info->pm.force_low_power_enabled || info->pm.dynamic_mode_enabled) RADEONSetStaticPowerMode(pScrn, POWER_DEFAULT); }