Searched refs:hive (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_xgmi.c | 215 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 …]
|
D | aldebaran.c | 144 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()
|
D | amdgpu_xgmi.h | 55 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);
|
D | amdgpu_device.c | 3281 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 …]
|
D | amdgpu_reset.h | 39 struct amdgpu_hive_info *hive; member
|
D | amdgpu_ras.c | 1735 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()
|
D | amdgpu_psp.c | 1135 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()
|
D | amdgpu.h | 817 struct amdgpu_hive_info *hive; member
|
/Linux-v5.15/drivers/staging/media/atomisp/ |
D | Makefile | 160 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/ |
D | kfd_svm.h | 40 ((adev)->hive ? (void *)(adev)->hive : (void *)(adev))
|