summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/rs690r.h
AgeCommit message (Collapse)AuthorFilesLines
2009-10-02drm/radeon/kms: Convert RS690/RS740 to new init path (V2).Jerome Glisse1-99/+0
Also cleanup register specific to RS690/RS740. Version 2 add missing header file for register, remove unecessary call to AGP function and fix an indentation bug. Signed-off-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
2009-07-29drm/radeon/kms: fix bandwidth computation on avivo hardwareJerome Glisse1-0/+99
Fix bandwidth computation and crtc priority in memory controller so that crtc memory request are fullfill in time to avoid display artifact. Signed-off-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>