Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-06 | radeon: Fix duplicated bit settings | Roel Kluin | |
[agd5f: adapted from kms patch] Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2009-07-08 | R6xx/R7xx: fix hangs on x2 cards with PM options | Alex Deucher | |
Changing the PCIE lanes on x2 cards results in a hang, so for now, disable it. Fixes fdo bug 22669 | |||
2009-05-19 | Pre-atom: Improve engine clock setup code | Alex 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-23 | radeon: minor cleanup and warning fix | Alex Deucher | |
2009-04-22 | radeon PM: update quirks | Alex Deucher | |
2009-04-21 | radeon PM: add some quirks | Alex Deucher | |
2009-04-16 | PM: fix reversed logic in pm block handler | Alex Deucher | |
2009-04-16 | RS400/RS480: attempt to fix ClockGating on RS4xx chips | Alex Deucher | |
2009-04-15 | Change ForceLowPowerMode to 4 pcie lanes | Alex Deucher | |
This fixes corruption for some users | |||
2009-04-15 | PM: don't touch clock gating regs unless ClockGating option is set | Alex Deucher | |
Fixes an M26 hang reported by tormod on IRC | |||
2009-04-15 | Unify ForceLowPowerMode and DynamicPM Options | Alex Deucher | |
Force lower power mode and switch to a lower mode when idle. | |||
2009-04-15 | Add DynamicPM Option | Alex Deucher | |
Dyanmically switch between power states. Switch to a low power state when the system is idle (DPMS off). | |||
2009-04-15 | Set default low power PCIE lanes to 2 | Alex Deucher | |
1 lane seems to cause occasional corruption when blitting to/from gart memory. | |||
2009-04-15 | Add support for setting the number PCIE lanes | Alex Deucher | |
2009-04-15 | Add ForceLowPowerMode Option | Alex Deucher | |
Force the chip to a low power mode at the expense of performance. | |||
2009-04-15 | radeon: Add functions to set sclk/mclk on r1xx-r4xx | Alex Deucher | |
2009-04-15 | Add unified ClockGating Option | Alex 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 |