Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9597fe1e authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/radeon: enable uvd dpm on CI



UVD dpm dynamically adjusts the uvd clocks on
demand.

Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent ac4d04d4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);