summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/sumo_dpm.h
Commit message (Collapse)AuthorAgeFilesLines
* drm/radeon: comment out some currently unused sumo dpm codeAlex Deucher2015-01-221-3/+0
| | | | | | Keep it around for reference. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
* drm/radeon/sumo add helper to go from vid7 to vid2Alex Deucher2013-08-301-0/+3
| | | | | | Needed for DPM on KB/KV. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
* drm/radeon/dpm: remove local sumo_get_xclk()Alex Deucher2013-06-271-1/+0
| | | | | | Use the new asic callback instead. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
* drm/radeon/dpm: add pre/post_set_power_state callback (sumo)Alex Deucher2013-06-271-2/+4
| | | | | | | | This properly implemented dynamic state adjustment by using a working copy of the requested and current power states. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
* drm/radeon/dpm: fixup dynamic state adjust for sumoAlex Deucher2013-06-271-0/+1
| | | | | | | Use a dedicated copy of the current power state since we may have to adjust it on the fly. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
* drm/radeon/kms: add dpm support for trinity asicsAlex Deucher2013-06-271-1/+20
| | | | | | | | | | | | This adds dpm support for trinity asics. This includes: - clockgating - powergating - dynamic engine clock scaling - dynamic voltage scaling set radeon.dpm=1 to enable it. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
* drm/radeon/kms: add dpm support for sumo asics (v2)Alex Deucher2013-06-271-0/+199
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>
OpenPOWER on IntegriCloud