summaryrefslogtreecommitdiff
path: root/src/radeon_pm.c
AgeCommit message (Collapse)Author
2009-10-06radeon: Fix duplicated bit settingsRoel Kluin
[agd5f: adapted from kms patch] Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2009-07-08R6xx/R7xx: fix hangs on x2 cards with PM optionsAlex Deucher
Changing the PCIE lanes on x2 cards results in a hang, so for now, disable it. Fixes fdo bug 22669
2009-05-19Pre-atom: Improve engine clock setup codeAlex Deucher
Also remove SetMemoryClk() for pre-atom cards for now as it requires quite a bit more asic specific work. To set the mclk we'll need to use the mem reset/dll tables in the bios.
2009-04-23radeon: minor cleanup and warning fixAlex Deucher
2009-04-22radeon PM: update quirksAlex Deucher
2009-04-21radeon PM: add some quirksAlex Deucher
2009-04-16PM: fix reversed logic in pm block handlerAlex Deucher
2009-04-16RS400/RS480: attempt to fix ClockGating on RS4xx chipsAlex Deucher
2009-04-15Change ForceLowPowerMode to 4 pcie lanesAlex Deucher
This fixes corruption for some users
2009-04-15PM: don't touch clock gating regs unless ClockGating option is setAlex Deucher
Fixes an M26 hang reported by tormod on IRC
2009-04-15Unify ForceLowPowerMode and DynamicPM OptionsAlex Deucher
Force lower power mode and switch to a lower mode when idle.
2009-04-15Add DynamicPM OptionAlex Deucher
Dyanmically switch between power states. Switch to a low power state when the system is idle (DPMS off).
2009-04-15Set default low power PCIE lanes to 2Alex Deucher
1 lane seems to cause occasional corruption when blitting to/from gart memory.
2009-04-15Add support for setting the number PCIE lanesAlex Deucher
2009-04-15Add ForceLowPowerMode OptionAlex Deucher
Force the chip to a low power mode at the expense of performance.
2009-04-15radeon: Add functions to set sclk/mclk on r1xx-r4xxAlex Deucher
2009-04-15Add unified ClockGating OptionAlex Deucher
- replaces DynamicClocks Option as the name was misleading - unified interface for atom and com based bioses - fix up clock gating code for newer r3xx asics