diff options
| author | Le Ma <[email protected]> | 2023-09-20 07:17:12 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-09-28 19:36:23 +0000 |
| commit | 3152d01e881602406ce5aa1f0ef154da56d69fc8 (patch) | |
| tree | 95cc8c29e6bc6b284931b52a4bb310641f1556c9 /drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h | |
| parent | drm/amd/pm: integrate plpd allow/disallow into select_xgmi_plpd_policy in ppt... (diff) | |
| download | kernel-3152d01e881602406ce5aa1f0ef154da56d69fc8.tar.gz kernel-3152d01e881602406ce5aa1f0ef154da56d69fc8.zip | |
drm/amd/pm: deprecate allow_xgmi_power_down interface
Replace with set_plpd_mode uniformly for places to use.
Signed-off-by: Le Ma <[email protected]>
Reviewed-by: Lijo Lazar <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h')
| -rw-r--r-- | drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h b/drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h index 564494f29717..feccd2a7120d 100644 --- a/drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h +++ b/drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h @@ -424,8 +424,6 @@ int amdgpu_dpm_baco_enter(struct amdgpu_device *adev); int amdgpu_dpm_set_df_cstate(struct amdgpu_device *adev, uint32_t cstate); -int amdgpu_dpm_allow_xgmi_power_down(struct amdgpu_device *adev, bool en); - int amdgpu_dpm_get_xgmi_plpd_mode(struct amdgpu_device *adev, char **mode); |
