summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/r420d.h
AgeCommit message (Collapse)AuthorFilesLines
2009-09-14drm/radeon/kms: convert r4xx to new init pathJerome Glisse1-0/+206
This convert r4xx to new init path it also fix few bugs. Signed-off-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2009-09-10drm/radeon/kms: add R4XX mc register access helper.Jerome Glisse1-0/+43
Atombios will use the mc register access helper and R4XX hw have a bigger mc range than R3XX so add R4XX specific mc register access helper. Signed-off-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>