Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_xgmi.c215 struct amdgpu_hive_info *hive = container_of( in amdgpu_xgmi_show_attrs() local
219 return snprintf(buf, PAGE_SIZE, "%llu\n", hive->hive_id); in amdgpu_xgmi_show_attrs()
226 struct amdgpu_hive_info *hive = container_of( in amdgpu_xgmi_hive_release() local
229 mutex_destroy(&hive->hive_lock); in amdgpu_xgmi_hive_release()
230 kfree(hive); in amdgpu_xgmi_hive_release()
287 struct amdgpu_hive_info *hive) in amdgpu_xgmi_sysfs_add_dev_info() argument
306 if (hive->kobj.parent != (&adev->dev->kobj)) { in amdgpu_xgmi_sysfs_add_dev_info()
307 ret = sysfs_create_link(&adev->dev->kobj, &hive->kobj, in amdgpu_xgmi_sysfs_add_dev_info()
315 sprintf(node, "node%d", atomic_read(&hive->number_devices)); in amdgpu_xgmi_sysfs_add_dev_info()
317 ret = sysfs_create_link(&hive->kobj, &adev->dev->kobj, node); in amdgpu_xgmi_sysfs_add_dev_info()
[all …]
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()
323 if (reset_context->hive == NULL) { in aldebaran_mode2_restore_hwcontext()
328 list_for_each_entry(tmp_adev, &reset_context->hive->device_list, in aldebaran_mode2_restore_hwcontext()
346 if (reset_context->hive && in aldebaran_mode2_restore_hwcontext()
348 r = amdgpu_xgmi_update_topology(reset_context->hive, in aldebaran_mode2_restore_hwcontext()
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);
Damdgpu_device.c3281 struct amdgpu_hive_info *hive = amdgpu_get_xgmi_hive(adev); in amdgpu_device_xgmi_reset_func() local
3284 if (WARN_ON(!hive)) in amdgpu_device_xgmi_reset_func()
3295 task_barrier_enter(&hive->tb); in amdgpu_device_xgmi_reset_func()
3301 task_barrier_exit(&hive->tb); in amdgpu_device_xgmi_reset_func()
3312 task_barrier_full(&hive->tb); in amdgpu_device_xgmi_reset_func()
3320 amdgpu_put_xgmi_hive(hive); in amdgpu_device_xgmi_reset_func()
4647 if (!reset_context->hive && in amdgpu_do_asic_reset()
4676 if (reset_context->hive && in amdgpu_do_asic_reset()
4679 reset_context->hive, tmp_adev); in amdgpu_do_asic_reset()
4710 struct amdgpu_hive_info *hive) in amdgpu_device_lock_adev() argument
[all …]
Damdgpu_reset.h39 struct amdgpu_hive_info *hive; member
Damdgpu_ras.c1735 struct amdgpu_hive_info *hive = amdgpu_get_xgmi_hive(adev); in amdgpu_ras_do_recovery() local
1738 if (hive && adev->gmc.xgmi.num_physical_nodes > 1) { in amdgpu_ras_do_recovery()
1739 device_list_handle = &hive->device_list; in amdgpu_ras_do_recovery()
1752 amdgpu_put_xgmi_hive(hive); in amdgpu_ras_do_recovery()
Damdgpu_psp.c1135 struct amdgpu_hive_info *hive; in psp_xgmi_reflect_topology_info() local
1141 hive = amdgpu_get_xgmi_hive(psp->adev); in psp_xgmi_reflect_topology_info()
1142 list_for_each_entry(mirror_adev, &hive->device_list, gmc.xgmi.head) { in psp_xgmi_reflect_topology_info()
Damdgpu.h817 struct amdgpu_hive_info *hive; member
/Linux-v5.15/drivers/staging/media/atomisp/
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-v5.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_svm.h40 ((adev)->hive ? (void *)(adev)->hive : (void *)(adev))