Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/pm/swsmu/
H A Dsmu_cmn.h121 enum pp_mp1_state mp1_state);
H A 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()
H A Damdgpu_smu.c72 static int smu_set_mp1_state(void *handle, enum pp_mp1_state mp1_state);
2100 enum pp_mp1_state mp1_state) in smu_set_mp1_state() argument
2110 ret = smu->ppt_funcs->set_mp1_state(smu, mp1_state); in smu_set_mp1_state()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_drv.c2308 adev->mp1_state = PP_MP1_STATE_UNLOAD; in amdgpu_pci_shutdown()
2310 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_pci_shutdown()
2607 adev->mp1_state = PP_MP1_STATE_UNLOAD; in amdgpu_pmops_runtime_suspend()
2616 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_pmops_runtime_suspend()
2621 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_pmops_runtime_suspend()
H A Damdgpu_device.c3039 r = amdgpu_dpm_set_mp1_state(adev, adev->mp1_state); in amdgpu_device_ip_suspend_phase2()
3042 adev->mp1_state, r); in amdgpu_device_ip_suspend_phase2()
5191 adev->mp1_state = PP_MP1_STATE_SHUTDOWN; in amdgpu_device_set_mp1_state()
5194 adev->mp1_state = PP_MP1_STATE_RESET; in amdgpu_device_set_mp1_state()
5197 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_device_set_mp1_state()
5207 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_device_unset_mp1_state()
H A Damdgpu.h1046 enum pp_mp1_state mp1_state; member
/openbsd/sys/dev/pci/drm/amd/pm/inc/
H A Damdgpu_dpm.h402 enum pp_mp1_state mp1_state);
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c2013 enum pp_mp1_state mp1_state) in aldebaran_set_mp1_state() argument
2015 switch (mp1_state) { in aldebaran_set_mp1_state()
2017 return smu_cmn_set_mp1_state(smu, mp1_state); in aldebaran_set_mp1_state()
H A Dsmu_v13_0_7_ppt.c2122 enum pp_mp1_state mp1_state) in smu_v13_0_7_set_mp1_state() argument
2126 switch (mp1_state) { in smu_v13_0_7_set_mp1_state()
2128 ret = smu_cmn_set_mp1_state(smu, mp1_state); in smu_v13_0_7_set_mp1_state()
H A Dsmu_v13_0_0_ppt.c2382 enum pp_mp1_state mp1_state) in smu_v13_0_0_set_mp1_state() argument
2386 switch (mp1_state) { in smu_v13_0_0_set_mp1_state()
2388 ret = smu_cmn_set_mp1_state(smu, mp1_state); in smu_v13_0_0_set_mp1_state()
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/
H A 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()
/openbsd/sys/dev/pci/drm/amd/include/
H A Dkgd_pp_interface.h368 int (*set_mp1_state)(void *handle, enum pp_mp1_state mp1_state);
/openbsd/sys/dev/pci/drm/amd/pm/
H A 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()
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h922 enum pp_mp1_state mp1_state);
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h359 int (*set_mp1_state)(struct pp_hwmgr *hwmgr, enum pp_mp1_state mp1_state);
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c2832 enum pp_mp1_state mp1_state) in vega12_set_mp1_state() argument
2837 switch (mp1_state) { in vega12_set_mp1_state()
H A Dvega20_hwmgr.c3170 enum pp_mp1_state mp1_state) in vega20_set_mp1_state() argument
3175 switch (mp1_state) { in vega20_set_mp1_state()
H A Dvega10_hwmgr.c5601 enum pp_mp1_state mp1_state) in vega10_set_mp1_state() argument
5606 switch (mp1_state) { in vega10_set_mp1_state()
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/smu11/
H A Dsienna_cichlid_ppt.c4210 enum pp_mp1_state mp1_state) in sienna_cichlid_set_mp1_state() argument
4214 switch (mp1_state) { in sienna_cichlid_set_mp1_state()
4216 ret = smu_cmn_set_mp1_state(smu, mp1_state); in sienna_cichlid_set_mp1_state()