summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/sumod.h
Commit message (Collapse)AuthorAgeFilesLines
* drm/radeon: add dpm UVD handling for sumo asicsAlex Deucher2013-06-271-0/+10
| | | | Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
* drm/radeon/kms: add dpm support for sumo asics (v2)Alex Deucher2013-06-271-0/+362
This adds dpm support for sumo asics. This includes: - clockgating - powergating - dynamic engine clock scaling - dynamic voltage scaling set radeon.dpm=1 to enable it. v2: fix indention Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Jerome Glisse <jglisse@redhat.com>