Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/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);
2103 enum pp_mp1_state mp1_state) in smu_set_mp1_state() argument
2113 ret = smu->ppt_funcs->set_mp1_state(smu, mp1_state); in smu_set_mp1_state()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c2304 adev->mp1_state = PP_MP1_STATE_UNLOAD; in amdgpu_pci_shutdown()
2306 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_pci_shutdown()
2600 adev->mp1_state = PP_MP1_STATE_UNLOAD; in amdgpu_pmops_runtime_suspend()
2609 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_pmops_runtime_suspend()
2614 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_pmops_runtime_suspend()
H A Damdgpu_device.c3011 r = amdgpu_dpm_set_mp1_state(adev, adev->mp1_state); in amdgpu_device_ip_suspend_phase2()
3014 adev->mp1_state, r); in amdgpu_device_ip_suspend_phase2()
5078 adev->mp1_state = PP_MP1_STATE_SHUTDOWN; in amdgpu_device_set_mp1_state()
5081 adev->mp1_state = PP_MP1_STATE_RESET; in amdgpu_device_set_mp1_state()
5084 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_device_set_mp1_state()
5092 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_device_unset_mp1_state()
H A Damdgpu.h1015 enum pp_mp1_state mp1_state; member
/openbmc/linux/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h402 enum pp_mp1_state mp1_state);
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c2012 enum pp_mp1_state mp1_state) in aldebaran_set_mp1_state() argument
2014 switch (mp1_state) { in aldebaran_set_mp1_state()
2016 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.c2378 enum pp_mp1_state mp1_state) in smu_v13_0_0_set_mp1_state() argument
2382 switch (mp1_state) { in smu_v13_0_0_set_mp1_state()
2384 ret = smu_cmn_set_mp1_state(smu, mp1_state); in smu_v13_0_0_set_mp1_state()
/openbmc/linux/drivers/gpu/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()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h368 int (*set_mp1_state)(void *handle, enum pp_mp1_state mp1_state);
/openbmc/linux/drivers/gpu/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()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h922 enum pp_mp1_state mp1_state);
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h359 int (*set_mp1_state)(struct pp_hwmgr *hwmgr, enum pp_mp1_state mp1_state);
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c2842 enum pp_mp1_state mp1_state) in vega12_set_mp1_state() argument
2847 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.c5653 enum pp_mp1_state mp1_state) in vega10_set_mp1_state() argument
5658 switch (mp1_state) { in vega10_set_mp1_state()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A 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()