diff options
author | Rex Zhu <Rex.Zhu@amd.com> | 2017-09-06 13:43:52 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-19 06:30:35 +0300 |
commit | cd4d74648b8021f0d0c7cc31a92fb4ea436a0019 (patch) | |
tree | a709686fe43fe2f35fdccec24a41760cd4da9fb9 /drivers/gpu/drm/amd/amdgpu/si_dpm.h | |
parent | f93f0c3a7e8635a507b3f084f5f8b48441c79c9d (diff) | |
download | linux-cd4d74648b8021f0d0c7cc31a92fb4ea436a0019.tar.xz |
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/si_dpm.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_dpm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.h b/drivers/gpu/drm/amd/amdgpu/si_dpm.h index 51ce21c5f4fb..9fe343de3477 100644 --- a/drivers/gpu/drm/amd/amdgpu/si_dpm.h +++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.h @@ -246,6 +246,7 @@ enum si_display_gap }; extern const struct amd_ip_funcs si_dpm_ip_funcs; +extern const struct amd_pm_funcs si_dpm_funcs; struct ni_leakage_coeffients { |