Home
last modified time | relevance | path

Searched refs:mp1_state (Results 1 – 19 of 19) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/
Dsmu_cmn.h121 enum pp_mp1_state mp1_state);
Dsmu_cmn.c1019 enum pp_mp1_state mp1_state) in smu_cmn_set_mp1_state() argument
1024 switch (mp1_state) { in smu_cmn_set_mp1_state()
Damdgpu_smu.c71 static int smu_set_mp1_state(void *handle, enum pp_mp1_state mp1_state);
2107 enum pp_mp1_state mp1_state) in smu_set_mp1_state() argument
2117 ret = smu->ppt_funcs->set_mp1_state(smu, mp1_state); in smu_set_mp1_state()
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c2302 adev->mp1_state = PP_MP1_STATE_UNLOAD; in amdgpu_pci_shutdown()
2304 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_pci_shutdown()
2595 adev->mp1_state = PP_MP1_STATE_UNLOAD; in amdgpu_pmops_runtime_suspend()
2601 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_pmops_runtime_suspend()
2606 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_pmops_runtime_suspend()
Damdgpu_device.c3014 r = amdgpu_dpm_set_mp1_state(adev, adev->mp1_state); in amdgpu_device_ip_suspend_phase2()
3017 adev->mp1_state, r); in amdgpu_device_ip_suspend_phase2()
5049 adev->mp1_state = PP_MP1_STATE_SHUTDOWN; in amdgpu_device_set_mp1_state()
5052 adev->mp1_state = PP_MP1_STATE_RESET; in amdgpu_device_set_mp1_state()
5055 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_device_set_mp1_state()
5063 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_device_unset_mp1_state()
Damdgpu.h1013 enum pp_mp1_state mp1_state; member
/Linux-v6.6/drivers/gpu/drm/amd/pm/inc/
Damdgpu_dpm.h402 enum pp_mp1_state mp1_state);
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c2008 enum pp_mp1_state mp1_state) in aldebaran_set_mp1_state() argument
2010 switch (mp1_state) { in aldebaran_set_mp1_state()
2012 return smu_cmn_set_mp1_state(smu, mp1_state); in aldebaran_set_mp1_state()
Dsmu_v13_0_7_ppt.c2119 enum pp_mp1_state mp1_state) in smu_v13_0_7_set_mp1_state() argument
2123 switch (mp1_state) { in smu_v13_0_7_set_mp1_state()
2125 ret = smu_cmn_set_mp1_state(smu, mp1_state); in smu_v13_0_7_set_mp1_state()
Dsmu_v13_0_0_ppt.c2406 enum pp_mp1_state mp1_state) in smu_v13_0_0_set_mp1_state() argument
2410 switch (mp1_state) { in smu_v13_0_0_set_mp1_state()
2412 ret = smu_cmn_set_mp1_state(smu, mp1_state); in smu_v13_0_0_set_mp1_state()
/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/
Damd_powerplay.c910 static int pp_dpm_set_mp1_state(void *handle, enum pp_mp1_state mp1_state) in pp_dpm_set_mp1_state() argument
921 return hwmgr->hwmgr_func->set_mp1_state(hwmgr, mp1_state); in pp_dpm_set_mp1_state()
/Linux-v6.6/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h368 int (*set_mp1_state)(void *handle, enum pp_mp1_state mp1_state);
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h922 enum pp_mp1_state mp1_state);
/Linux-v6.6/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c165 enum pp_mp1_state mp1_state) in amdgpu_dpm_set_mp1_state() argument
175 mp1_state); in amdgpu_dpm_set_mp1_state()
/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h359 int (*set_mp1_state)(struct pp_hwmgr *hwmgr, enum pp_mp1_state mp1_state);
/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_hwmgr.c2832 enum pp_mp1_state mp1_state) in vega12_set_mp1_state() argument
2837 switch (mp1_state) { in vega12_set_mp1_state()
Dvega20_hwmgr.c3170 enum pp_mp1_state mp1_state) in vega20_set_mp1_state() argument
3175 switch (mp1_state) { in vega20_set_mp1_state()
Dvega10_hwmgr.c5601 enum pp_mp1_state mp1_state) in vega10_set_mp1_state() argument
5606 switch (mp1_state) { in vega10_set_mp1_state()
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsienna_cichlid_ppt.c4206 enum pp_mp1_state mp1_state) in sienna_cichlid_set_mp1_state() argument
4210 switch (mp1_state) { in sienna_cichlid_set_mp1_state()
4212 ret = smu_cmn_set_mp1_state(smu, mp1_state); in sienna_cichlid_set_mp1_state()