diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-08-23 11:09:21 -0400 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2014-02-18 10:11:38 -0500 |
commit | ee35b0024a9d85f9c8745e0481c09d65f2507bd3 (patch) | |
tree | 669681186c31e9957801f909bb3d30b6b114ee1b | |
parent | 8cd366823e0045bfd450138204c7559ac06efcea (diff) |
drm/radeon: enable vce dpm on CI
VCE dpm dynamically adjusts the uvd clocks on
demand.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/radeon/ci_dpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/ci_dpm.c b/drivers/gpu/drm/radeon/ci_dpm.c index c91d0ee9dfdc..6669d3252f57 100644 --- a/drivers/gpu/drm/radeon/ci_dpm.c +++ b/drivers/gpu/drm/radeon/ci_dpm.c | |||
@@ -5153,6 +5153,7 @@ int ci_dpm_init(struct radeon_device *rdev) | |||
5153 | pi->caps_sclk_throttle_low_notification = false; | 5153 | pi->caps_sclk_throttle_low_notification = false; |
5154 | 5154 | ||
5155 | pi->caps_uvd_dpm = true; | 5155 | pi->caps_uvd_dpm = true; |
5156 | pi->caps_vce_dpm = true; | ||
5156 | 5157 | ||
5157 | ci_get_leakage_voltages(rdev); | 5158 | ci_get_leakage_voltages(rdev); |
5158 | ci_patch_dependency_tables_with_leakage(rdev); | 5159 | ci_patch_dependency_tables_with_leakage(rdev); |