aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h
diff options
context:
space:
mode:
authorLe Ma <[email protected]>2023-09-20 07:17:12 +0000
committerAlex Deucher <[email protected]>2023-09-28 19:36:23 +0000
commit3152d01e881602406ce5aa1f0ef154da56d69fc8 (patch)
tree95cc8c29e6bc6b284931b52a4bb310641f1556c9 /drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h
parentdrm/amd/pm: integrate plpd allow/disallow into select_xgmi_plpd_policy in ppt... (diff)
downloadkernel-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.h2
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);