Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-18 | drm/radeon/kms: Clean up errors in rv6xx_dpm.h | GuoHua Chen | |
Fix the following errors reported by checkpatch: ERROR: open brace '{' following struct go on the same line Signed-off-by: GuoHua Chen <chenguohua_716@163.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> | |||
2013-06-27 | drm/radeon/kms: add dpm support for rv6xx (v3) | Alex Deucher | |
This adds dpm support for rv6xx asics. This includes: - clockgating - dynamic engine clock scaling - dynamic memory clock scaling - dynamic voltage scaling - dynamic pcie gen1/gen2 switching Set radeon.dpm=1 to enable. v2: remove duplicate line v3: fix thermal interrupt check noticed by Jerome Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> |