drm/amd/powerplay: enable amdgpu dpm for smu

enable amdgpu dpm global flag

Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Kevin Wang 2019-01-25 17:33:40 +08:00 committed by Alex Deucher
parent c5bee44baa
commit a317cf0362
1 changed files with 2 additions and 0 deletions

View File

@ -742,6 +742,8 @@ static int smu_hw_init(void *handle)
mutex_unlock(&smu->mutex);
adev->pm.dpm_enabled = true;
pr_info("SMU is initialized successfully!\n");
return 0;