diff options
| author | Huang Rui <[email protected]> | 2022-05-18 13:19:32 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-06-03 20:44:15 +0000 |
| commit | 7101ab97e3b00ec1c68d09826bb0521d17783673 (patch) | |
| tree | 5c8a5e79e29ed44236d3c1384a4e55993be4f52c /drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h | |
| parent | drm/amdgpu/pm: update MP v13_0_4 smu message register marco (diff) | |
| download | kernel-7101ab97e3b00ec1c68d09826bb0521d17783673.tar.gz kernel-7101ab97e3b00ec1c68d09826bb0521d17783673.zip | |
drm/amdgpu/pm: implement the SMU_MSG_EnableGfxImu function
GC v11_0_1 asic needs to issue the EnableGfxImu message after start IMU.
Signed-off-by: Huang Rui <[email protected]>
Reviewed-by: Tim Huang <[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, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h b/drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h index 3e78b3057277..524fb09437e5 100644 --- a/drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h +++ b/drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h @@ -386,6 +386,8 @@ int amdgpu_dpm_mode1_reset(struct amdgpu_device *adev); int amdgpu_dpm_set_mp1_state(struct amdgpu_device *adev, enum pp_mp1_state mp1_state); +int amdgpu_dpm_set_gfx_power_up_by_imu(struct amdgpu_device *adev); + int amdgpu_dpm_baco_exit(struct amdgpu_device *adev); int amdgpu_dpm_baco_enter(struct amdgpu_device *adev); |
