summaryrefslogtreecommitdiff
path: root/linux-core/radeon_encoders.c
AgeCommit message (Collapse)Author
2008-10-07radeon: pull in recent fixes from ddxAlex 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-26radeon: use atom for ext tmds on r4xxAlex Deucher
2008-09-25radeon: first pass at using atombios on r4xx hwAlex Deucher
2008-09-19radeon: rmx_fixup() fixes for legacy chipsAlex Deucher
2008-09-18radeon: pll and interlace updates from the ddxAlex Deucher
also some formatting cleanup in radeon_reg.h
2008-09-18radeon: sort out atom vs combios tables for r400 cardsDave Airlie
2008-08-28radeon: limit LVDS to first CRTC for nowDave Airlie
2008-08-28radeon: fixup checks for crtc in dpms pathsDave Airlie
2008-08-27radeon: braino pointed out on mailing listDave Airlie
thanks to Ville Syrjälä
2008-08-27radeon: avoid oops on encoders with no crtc setDave Airlie
2008-08-17radeon: first pass at bios scratch regsAlex Deucher
- todo: updated connected status
2008-08-14Brute force port of legacy crtc/encoder codeAlex Deucher
- removed save/init/restore chain with set functions
2008-08-08radeon: add initial support for legacy crtc/encoders.Dave Airlie
not all there yet
2008-07-26radeon: 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.