diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_dpm.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_dpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c index 3bfcf0d257ab..672eaffac0a5 100644 --- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c +++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c | |||
@@ -7917,6 +7917,7 @@ static int si_dpm_early_init(void *handle) | |||
7917 | struct amdgpu_device *adev = (struct amdgpu_device *)handle; | 7917 | struct amdgpu_device *adev = (struct amdgpu_device *)handle; |
7918 | 7918 | ||
7919 | adev->powerplay.pp_funcs = &si_dpm_funcs; | 7919 | adev->powerplay.pp_funcs = &si_dpm_funcs; |
7920 | adev->powerplay.pp_handle = adev; | ||
7920 | si_dpm_set_irq_funcs(adev); | 7921 | si_dpm_set_irq_funcs(adev); |
7921 | return 0; | 7922 | return 0; |
7922 | } | 7923 | } |