summaryrefslogtreecommitdiff
path: root/linux-core/radeon_connectors.c
AgeCommit message (Collapse)Author
2008-11-10drm/radeon: add dpms connector functionsDave Airlie
2008-11-03radeon: enable DVI-D + HDMI connectors.Dave Airlie
This allows the rs690 to work on DVI
2008-11-03radeon: workaround failure to parse some rs48x edidDave Airlie
2008-09-18radeon: don't do full edid for detection purposesDave Airlie
2008-08-29radeon: fixup LVDS mode gettingDave Airlie
if we have no DDC we were oopsing. fix that. then make a native panel mode
2008-08-17radeon: first pass at bios scratch regsAlex Deucher
- todo: updated connected status
2008-08-15radeon: fix LVDS modes problemDave Airlie
2008-08-14unify connector, i2c handling for atom and legacyAlex Deucher
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.