Commit a317cf03 authored by Kevin Wang's avatar Kevin Wang Committed by Alex Deucher

drm/amd/powerplay: enable amdgpu dpm for smu

enable amdgpu dpm global flag
Signed-off-by: default avatarKevin Wang <kevin1.wang@amd.com>
Reviewed-by: default avatarHuang Rui <ray.huang@amd.com>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent c5bee44b
...@@ -742,6 +742,8 @@ static int smu_hw_init(void *handle) ...@@ -742,6 +742,8 @@ static int smu_hw_init(void *handle)
mutex_unlock(&smu->mutex); mutex_unlock(&smu->mutex);
adev->pm.dpm_enabled = true;
pr_info("SMU is initialized successfully!\n"); pr_info("SMU is initialized successfully!\n");
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment