summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/btcd.h
AgeCommit message (Collapse)AuthorFilesLines
2013-06-28drm/radeon/kms: add dpm support for btc (v3)Alex Deucher1-0/+181
This adds dpm support for btc asics. This includes: - clockgating - dynamic engine clock scaling - dynamic memory clock scaling - dynamic voltage scaling - dynamic pcie gen1/gen2 switching (requires additional acpi support) Set radeon.dpm=1 to enable. v2: reduce stack usage v3: attempt to fix state enable Signed-off-by: Alex Deucher <alexander.deucher@amd.com>