summaryrefslogtreecommitdiff
path: root/shared-core/radeon_ms_bus.c
AgeCommit message (Collapse)Author
2008-03-31radeon_ms: initial pass at command buffer validationJerome Glisse
2008-02-09radeon_ms: bring radeon_ms up to date with lastest changesJerome Glisse
2007-12-06radeon_ms: avoid to unintialize things which haven't been initializedJerome Glisse
2007-12-04radeon_ms: radeon modesetting first commit.Jerome Glisse
This should work on all radeon but there is still many things todo: - add crtc2 - tmds - lvds - add bios data table so we don't need to hardcode dac/crtc infos - separate clock control to make power saving easier & cleaner - tiling (warning tiling shouldn't be enable in double scan or interlace) - surface reg manager (this goes along with tiling) - suspend/resume hook - avivo & r500 family support - atom bios support (for posting card mostly) - finish superioctl skeleton - what else ? :)