Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-07 | radeon: pull in recent fixes from ddx | Alex Deucher | |
- fixup atom digital encoder setup - pull in add get edid (currently disabled due to lack of support for atom fb/scratch space) | |||
2008-09-26 | radeon: use atom for ext tmds on r4xx | Alex Deucher | |
2008-09-25 | radeon: first pass at using atombios on r4xx hw | Alex Deucher | |
2008-09-19 | radeon: rmx_fixup() fixes for legacy chips | Alex Deucher | |
2008-09-18 | radeon: pll and interlace updates from the ddx | Alex Deucher | |
also some formatting cleanup in radeon_reg.h | |||
2008-09-18 | radeon: sort out atom vs combios tables for r400 cards | Dave Airlie | |
2008-08-28 | radeon: limit LVDS to first CRTC for now | Dave Airlie | |
2008-08-28 | radeon: fixup checks for crtc in dpms paths | Dave Airlie | |
2008-08-27 | radeon: braino pointed out on mailing list | Dave Airlie | |
thanks to Ville Syrjälä | |||
2008-08-27 | radeon: avoid oops on encoders with no crtc set | Dave Airlie | |
2008-08-17 | radeon: first pass at bios scratch regs | Alex Deucher | |
- todo: updated connected status | |||
2008-08-14 | Brute force port of legacy crtc/encoder code | Alex Deucher | |
- removed save/init/restore chain with set functions | |||
2008-08-08 | radeon: add initial support for legacy crtc/encoders. | Dave Airlie | |
not all there yet | |||
2008-07-26 | radeon: add initial atombios modesetting and GEM -> TTM translation layer. | Dave Airlie | |
This is an initial import of the atom bios parser with modesetting support for r500 hw using atombios. It also includes a simple memory manager layer that translates a radeon GEM style interface onto TTM internally. So far this memory manager has only been used for pinned object allocation for the DDX to test modesetting. |