Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c2570 adev->mp1_state = PP_MP1_STATE_UNLOAD; in amdgpu_pci_shutdown()
2573 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_pci_shutdown()
2842 adev->mp1_state = PP_MP1_STATE_UNLOAD; in amdgpu_pmops_runtime_suspend()
2851 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_pmops_runtime_suspend()
2856 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_pmops_runtime_suspend()
H A Damdgpu_device.c3090 r = amdgpu_dpm_set_mp1_state(adev, adev->mp1_state); in amdgpu_device_ip_suspend_phase2()
3094 adev->mp1_state, r); in amdgpu_device_ip_suspend_phase2()
5394 adev->mp1_state = PP_MP1_STATE_SHUTDOWN; in amdgpu_device_set_mp1_state()
5397 adev->mp1_state = PP_MP1_STATE_RESET; in amdgpu_device_set_mp1_state()
5400 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_device_set_mp1_state()
5408 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_device_unset_mp1_state()
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.h195 enum pp_mp1_state mp1_state);
H A Dsmu_cmn.c1199 enum pp_mp1_state mp1_state) in smu_cmn_set_mp1_state() argument
1204 switch (mp1_state) { in smu_cmn_set_mp1_state()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c1917 enum pp_mp1_state mp1_state) in aldebaran_set_mp1_state() argument
1919 switch (mp1_state) { in aldebaran_set_mp1_state()
1921 return smu_cmn_set_mp1_state(smu, mp1_state); in aldebaran_set_mp1_state()
H A Dsmu_v13_0_7_ppt.c2607 enum pp_mp1_state mp1_state) in smu_v13_0_7_set_mp1_state() argument
2611 switch (mp1_state) { in smu_v13_0_7_set_mp1_state()
2613 ret = smu_cmn_set_mp1_state(smu, mp1_state); in smu_v13_0_7_set_mp1_state()
H A Dsmu_v13_0_0_ppt.c2802 enum pp_mp1_state mp1_state) in smu_v13_0_0_set_mp1_state() argument
2806 switch (mp1_state) { in smu_v13_0_0_set_mp1_state()
2808 ret = smu_cmn_set_mp1_state(smu, mp1_state); in smu_v13_0_0_set_mp1_state()
/linux/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c885 static int pp_dpm_set_mp1_state(void *handle, enum pp_mp1_state mp1_state) in pp_dpm_set_mp1_state() argument
896 return hwmgr->hwmgr_func->set_mp1_state(hwmgr, mp1_state); in pp_dpm_set_mp1_state()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c2035 enum pp_mp1_state mp1_state) in smu_v14_0_2_set_mp1_state() argument
2039 switch (mp1_state) { in smu_v14_0_2_set_mp1_state()
2041 ret = smu_cmn_set_mp1_state(smu, mp1_state); in smu_v14_0_2_set_mp1_state()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h1157 enum pp_mp1_state mp1_state);
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c2860 enum pp_mp1_state mp1_state) in vega12_set_mp1_state() argument
2865 switch (mp1_state) { in vega12_set_mp1_state()
H A Dvega20_hwmgr.c3181 enum pp_mp1_state mp1_state) in vega20_set_mp1_state() argument
3186 switch (mp1_state) { in vega20_set_mp1_state()
H A Dvega10_hwmgr.c5517 enum pp_mp1_state mp1_state) in vega10_set_mp1_state() argument
5522 switch (mp1_state) { in vega10_set_mp1_state()