Home
last modified time | relevance | path

Searched refs:hive (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_xgmi.c230 kfree(hive); in amdgpu_xgmi_hive_release()
375 hive = kzalloc(sizeof(*hive), GFP_KERNEL); in amdgpu_get_xgmi_hive()
376 if (!hive) { in amdgpu_get_xgmi_hive()
412 if (hive) in amdgpu_get_xgmi_hive()
415 return hive; in amdgpu_get_xgmi_hive()
420 if (hive) in amdgpu_put_xgmi_hive()
433 if (!hive) in amdgpu_xgmi_set_pstate()
472 hive->pstate = hive->hi_req_count ? in amdgpu_xgmi_set_pstate()
683 adev->hive = hive; in amdgpu_xgmi_add_device()
698 struct amdgpu_hive_info *hive = adev->hive; in amdgpu_xgmi_remove_device() local
[all …]
A Daldebaran.c144 if (reset_context->hive == NULL) { in aldebaran_mode2_perform_reset()
149 list_for_each_entry(tmp_adev, &reset_context->hive->device_list, in aldebaran_mode2_perform_reset()
158 list_for_each_entry(tmp_adev, &reset_context->hive->device_list, in aldebaran_mode2_perform_reset()
178 &reset_context->hive->device_list, in aldebaran_mode2_perform_reset()
189 list_for_each_entry(tmp_adev, &reset_context->hive->device_list, in aldebaran_mode2_perform_reset()
325 if (reset_context->hive == NULL) { in aldebaran_mode2_restore_hwcontext()
330 list_for_each_entry(tmp_adev, &reset_context->hive->device_list, in aldebaran_mode2_restore_hwcontext()
348 if (reset_context->hive && in aldebaran_mode2_restore_hwcontext()
350 r = amdgpu_xgmi_update_topology(reset_context->hive, in aldebaran_mode2_restore_hwcontext()
A Damdgpu_xgmi.h55 void amdgpu_put_xgmi_hive(struct amdgpu_hive_info *hive);
56 int amdgpu_xgmi_update_topology(struct amdgpu_hive_info *hive, struct amdgpu_device *adev);
A Damdgpu_device.c3266 if (WARN_ON(!hive)) in amdgpu_device_xgmi_reset_func()
3283 task_barrier_exit(&hive->tb); in amdgpu_device_xgmi_reset_func()
3302 amdgpu_put_xgmi_hive(hive); in amdgpu_device_xgmi_reset_func()
4674 if (reset_context->hive && in amdgpu_do_asic_reset()
4713 if (hive) { in amdgpu_device_lock_adev()
4753 if (!hive) { in amdgpu_device_lock_hive_adev()
4965 if (hive) { in amdgpu_device_gpu_recover()
4969 amdgpu_put_xgmi_hive(hive); in amdgpu_device_gpu_recover()
4980 reset_context.hive = hive; in amdgpu_device_gpu_recover()
5170 if (hive) { in amdgpu_device_gpu_recover()
[all …]
A Damdgpu_reset.h39 struct amdgpu_hive_info *hive; member
A Damdgpu_ras.c1831 struct amdgpu_hive_info *hive = amdgpu_get_xgmi_hive(adev); in amdgpu_ras_do_recovery() local
1834 if (hive && adev->gmc.xgmi.num_physical_nodes > 1) { in amdgpu_ras_do_recovery()
1835 device_list_handle = &hive->device_list; in amdgpu_ras_do_recovery()
1848 amdgpu_put_xgmi_hive(hive); in amdgpu_ras_do_recovery()
A Damdgpu_psp.c1132 struct amdgpu_hive_info *hive; in psp_xgmi_reflect_topology_info() local
1138 hive = amdgpu_get_xgmi_hive(psp->adev); in psp_xgmi_reflect_topology_info()
1139 list_for_each_entry(mirror_adev, &hive->device_list, gmc.xgmi.head) { in psp_xgmi_reflect_topology_info()
A Damdgpu.h824 struct amdgpu_hive_info *hive; member
/linux/drivers/staging/media/atomisp/
A DMakefile160 pci/css_2400_system/hive/ia_css_isp_configs.o \
161 pci/css_2400_system/hive/ia_css_isp_params.o \
162 pci/css_2400_system/hive/ia_css_isp_states.o \
169 pci/css_2401_system/hive/ia_css_isp_configs.o \
170 pci/css_2401_system/hive/ia_css_isp_params.o \
171 pci/css_2401_system/hive/ia_css_isp_states.o \
309 -I$(atomisp)/pci/css_2400_system/hive/ \
312 -I$(atomisp)/pci/css_2401_system/hive/ \
/linux/drivers/gpu/drm/amd/amdkfd/
A Dkfd_svm.h40 ((adev)->hive ? (void *)(adev)->hive : (void *)(adev))

Completed in 37 milliseconds