mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
drm/radeon: enable uvd dpm on CI
UVD dpm dynamically adjusts the uvd clocks on demand. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
ac4d04d4be
commit
9597fe1e6a
@ -5073,6 +5073,8 @@ int ci_dpm_init(struct radeon_device *rdev)
|
||||
|
||||
pi->caps_sclk_throttle_low_notification = false;
|
||||
|
||||
pi->caps_uvd_dpm = true;
|
||||
|
||||
ci_get_leakage_voltages(rdev);
|
||||
ci_patch_dependency_tables_with_leakage(rdev);
|
||||
ci_set_private_data_variables_based_on_pptable(rdev);
|
||||
|
Loading…
Reference in New Issue
Block a user