Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/
Dsmu_cmn.h107 enum pp_mp1_state mp1_state);
Dsmu_cmn.c990 enum pp_mp1_state mp1_state) in smu_cmn_set_mp1_state() argument
995 switch (mp1_state) { in smu_cmn_set_mp1_state()
Damdgpu_smu.c69 static int smu_set_mp1_state(void *handle, enum pp_mp1_state mp1_state);
2008 enum pp_mp1_state mp1_state) in smu_set_mp1_state() argument
2018 ret = smu->ppt_funcs->set_mp1_state(smu, mp1_state); in smu_set_mp1_state()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c2264 adev->mp1_state = PP_MP1_STATE_UNLOAD; in amdgpu_pci_shutdown()
2266 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_pci_shutdown()
2547 adev->mp1_state = PP_MP1_STATE_UNLOAD; in amdgpu_pmops_runtime_suspend()
2553 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_pmops_runtime_suspend()
2558 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_pmops_runtime_suspend()
Damdgpu_device.c3024 r = amdgpu_dpm_set_mp1_state(adev, adev->mp1_state); in amdgpu_device_ip_suspend_phase2()
3027 adev->mp1_state, r); in amdgpu_device_ip_suspend_phase2()
5003 adev->mp1_state = PP_MP1_STATE_SHUTDOWN; in amdgpu_device_set_mp1_state()
5006 adev->mp1_state = PP_MP1_STATE_RESET; in amdgpu_device_set_mp1_state()
5009 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_device_set_mp1_state()
5017 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_device_unset_mp1_state()
Damdgpu.h998 enum pp_mp1_state mp1_state; member
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0_7_ppt.c1566 enum pp_mp1_state mp1_state) in smu_v13_0_7_set_mp1_state() argument
1570 switch (mp1_state) { in smu_v13_0_7_set_mp1_state()
1572 ret = smu_cmn_set_mp1_state(smu, mp1_state); in smu_v13_0_7_set_mp1_state()
Dsmu_v13_0_0_ppt.c1767 enum pp_mp1_state mp1_state) in smu_v13_0_0_set_mp1_state() argument
1771 switch (mp1_state) { in smu_v13_0_0_set_mp1_state()
1773 ret = smu_cmn_set_mp1_state(smu, mp1_state); in smu_v13_0_0_set_mp1_state()
Daldebaran_ppt.c2016 enum pp_mp1_state mp1_state) in aldebaran_set_mp1_state() argument
2018 switch (mp1_state) { in aldebaran_set_mp1_state()
2020 return smu_cmn_set_mp1_state(smu, mp1_state); in aldebaran_set_mp1_state()
/Linux-v6.1/drivers/gpu/drm/amd/pm/inc/
Damdgpu_dpm.h396 enum pp_mp1_state mp1_state);
/Linux-v6.1/drivers/gpu/drm/amd/pm/powerplay/
Damd_powerplay.c856 static int pp_dpm_set_mp1_state(void *handle, enum pp_mp1_state mp1_state) in pp_dpm_set_mp1_state() argument
867 return hwmgr->hwmgr_func->set_mp1_state(hwmgr, mp1_state); in pp_dpm_set_mp1_state()
/Linux-v6.1/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h358 int (*set_mp1_state)(void *handle, enum pp_mp1_state mp1_state);
/Linux-v6.1/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h360 int (*set_mp1_state)(struct pp_hwmgr *hwmgr, enum pp_mp1_state mp1_state);
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/inc/
Damdgpu_smu.h915 enum pp_mp1_state mp1_state);
/Linux-v6.1/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c163 enum pp_mp1_state mp1_state) in amdgpu_dpm_set_mp1_state() argument
173 mp1_state); in amdgpu_dpm_set_mp1_state()
/Linux-v6.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_hwmgr.c2807 enum pp_mp1_state mp1_state) in vega12_set_mp1_state() argument
2812 switch (mp1_state) { in vega12_set_mp1_state()
Dvega20_hwmgr.c3168 enum pp_mp1_state mp1_state) in vega20_set_mp1_state() argument
3173 switch (mp1_state) { in vega20_set_mp1_state()
Dvega10_hwmgr.c5574 enum pp_mp1_state mp1_state) in vega10_set_mp1_state() argument
5579 switch (mp1_state) { in vega10_set_mp1_state()
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsienna_cichlid_ppt.c4160 enum pp_mp1_state mp1_state) in sienna_cichlid_set_mp1_state() argument
4164 switch (mp1_state) { in sienna_cichlid_set_mp1_state()
4166 ret = smu_cmn_set_mp1_state(smu, mp1_state); in sienna_cichlid_set_mp1_state()