HomeSort by: relevance | last modified time | path
    Searched defs:tmp_adev (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_xgmi.c 291 struct amdgpu_device *tmp_adev; local in function:amdgpu_xgmi_set_pstate
323 list_for_each_entry(tmp_adev, &hive->device_list, gmc.xgmi.head) {
324 if (tmp_adev->pstate != adev->pstate) {
373 struct amdgpu_device *tmp_adev = NULL; local in function:amdgpu_xgmi_add_device
422 list_for_each_entry(tmp_adev, &hive->device_list, gmc.xgmi.head) {
424 if (tmp_adev != adev) {
425 top_info = &tmp_adev->psp.xgmi_context.top_info;
430 ret = amdgpu_xgmi_update_topology(hive, tmp_adev);
436 list_for_each_entry(tmp_adev, &hive->device_list, gmc.xgmi.head) {
437 ret = psp_xgmi_get_topology_info(&tmp_adev->psp, count
    [all...]
amdgpu_device.c 4054 struct amdgpu_device *tmp_adev = NULL; local in function:amdgpu_do_asic_reset
4063 list_for_each_entry(tmp_adev, device_list_handle, gmc.xgmi.head) {
4065 if (tmp_adev->gmc.xgmi.num_physical_nodes > 1) {
4066 if (!queue_work(system_unbound_wq, &tmp_adev->xgmi_reset_work))
4069 r = amdgpu_asic_reset(tmp_adev);
4073 r, tmp_adev->ddev->unique);
4080 list_for_each_entry(tmp_adev, device_list_handle,
4082 if (tmp_adev->gmc.xgmi.num_physical_nodes > 1) {
4083 flush_work(&tmp_adev->xgmi_reset_work);
4084 r = tmp_adev->asic_reset_res
4223 struct amdgpu_device *tmp_adev = NULL; local in function:amdgpu_device_gpu_recover
    [all...]

Completed in 48 milliseconds