Home
last modified time | relevance | path

Searched refs:amdgpu_dpm_allow_xgmi_power_down (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_xgmi.c1098 if (amdgpu_dpm_allow_xgmi_power_down(adev, false)) in amdgpu_ras_error_inject_xgmi()
1106 if (amdgpu_dpm_allow_xgmi_power_down(adev, true)) in amdgpu_ras_error_inject_xgmi()
/openbsd/sys/dev/pci/drm/amd/pm/inc/
H A Damdgpu_dpm.h413 int amdgpu_dpm_allow_xgmi_power_down(struct amdgpu_device *adev, bool en);
/openbsd/sys/dev/pci/drm/amd/pm/
H A Damdgpu_dpm.c354 int amdgpu_dpm_allow_xgmi_power_down(struct amdgpu_device *adev, bool en) in amdgpu_dpm_allow_xgmi_power_down() function