diff options
| author | 2017-09-06 18:43:52 +0800 | |
|---|---|---|
| committer | 2017-09-18 23:30:35 -0400 | |
| commit | cd4d74648b8021f0d0c7cc31a92fb4ea436a0019 (patch) | |
| tree | a709686fe43fe2f35fdccec24a41760cd4da9fb9 /drivers/gpu/drm/amd/amdgpu/cik_dpm.h | |
| parent | drm/amd/powerplay: use struct amd_pm_funcs in powerplay (diff) | |
| download | wireguard-linux-cd4d74648b8021f0d0c7cc31a92fb4ea436a0019.tar.xz wireguard-linux-cd4d74648b8021f0d0c7cc31a92fb4ea436a0019.zip | |
drm/amdgpu: unify the interface of amd_pm_funcs
put amd_pm_funcs table in struct powerplay for all
asics.
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/cik_dpm.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/cik_dpm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/cik_dpm.h b/drivers/gpu/drm/amd/amdgpu/cik_dpm.h index b1c8e7b446ea..c7b4349f6319 100644 --- a/drivers/gpu/drm/amd/amdgpu/cik_dpm.h +++ b/drivers/gpu/drm/amd/amdgpu/cik_dpm.h @@ -26,5 +26,6 @@ extern const struct amd_ip_funcs ci_dpm_ip_funcs; extern const struct amd_ip_funcs kv_dpm_ip_funcs; - +extern const struct amd_pm_funcs ci_dpm_funcs; +extern const struct amd_pm_funcs kv_dpm_funcs; #endif |
