Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h286 int (*set_mp1_state)(void *handle, enum pp_mp1_state mp1_state);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c2717 r = amdgpu_dpm_set_mp1_state(adev, adev->mp1_state); in amdgpu_device_ip_suspend_phase2()
2720 adev->mp1_state, r); in amdgpu_device_ip_suspend_phase2()
4415 adev->mp1_state = PP_MP1_STATE_SHUTDOWN; in amdgpu_device_lock_adev()
4418 adev->mp1_state = PP_MP1_STATE_RESET; in amdgpu_device_lock_adev()
4421 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_device_lock_adev()
4431 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_device_unlock_adev()
H A Damdgpu_drv.c1249 adev->mp1_state = PP_MP1_STATE_UNLOAD; in amdgpu_pci_shutdown()
1251 adev->mp1_state = PP_MP1_STATE_NONE; in amdgpu_pci_shutdown()
H A Damdgpu.h963 enum pp_mp1_state mp1_state; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c1059 enum pp_mp1_state mp1_state) in amdgpu_dpm_set_mp1_state() argument
1064 ret = smu_set_mp1_state(&adev->smu, mp1_state); in amdgpu_dpm_set_mp1_state()
1069 mp1_state); in amdgpu_dpm_set_mp1_state()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h536 enum pp_mp1_state mp1_state);
H A Dhwmgr.h361 int (*set_mp1_state)(struct pp_hwmgr *hwmgr, enum pp_mp1_state mp1_state);
H A Damdgpu_smu.h791 enum pp_mp1_state mp1_state);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c942 static int pp_dpm_set_mp1_state(void *handle, enum pp_mp1_state mp1_state) in pp_dpm_set_mp1_state() argument
953 return hwmgr->hwmgr_func->set_mp1_state(hwmgr, mp1_state); in pp_dpm_set_mp1_state()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c1733 enum pp_mp1_state mp1_state) in smu_set_mp1_state() argument
1743 switch (mp1_state) { in smu_set_mp1_state()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c2806 enum pp_mp1_state mp1_state) in vega12_set_mp1_state() argument
2811 switch (mp1_state) { in vega12_set_mp1_state()
H A Dvega20_hwmgr.c3169 enum pp_mp1_state mp1_state) in vega20_set_mp1_state() argument
3174 switch (mp1_state) { in vega20_set_mp1_state()
H A Dvega10_hwmgr.c5417 enum pp_mp1_state mp1_state) in vega10_set_mp1_state() argument
5422 switch (mp1_state) { in vega10_set_mp1_state()