Searched refs:reset_device_list (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_reset.c | 60 struct list_head *reset_device_list = reset_context->reset_device_list; in amdgpu_reset_xgmi_reset_on_init_prep_hwctxt() local 64 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in amdgpu_reset_xgmi_reset_on_init_prep_hwctxt() 81 struct list_head *reset_device_list = reset_context->reset_device_list; in amdgpu_reset_xgmi_reset_on_init_restore_hwctxt() local 88 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in amdgpu_reset_xgmi_reset_on_init_restore_hwctxt() 104 struct list_head *reset_device_list = reset_context->reset_device_list; in amdgpu_reset_xgmi_reset_on_init_perform_reset() local 110 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in amdgpu_reset_xgmi_reset_on_init_perform_reset() 117 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in amdgpu_reset_xgmi_reset_on_init_perform_reset() 139 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in amdgpu_reset_xgmi_reset_on_init_perform_reset() 150 struct list_head *reset_device_list = reset_context->reset_device_list; in amdgpu_reset_do_xgmi_reset_on_init() local 154 if (!reset_device_list || list_empty(reset_device_list) || in amdgpu_reset_do_xgmi_reset_on_init() [all …]
|
| H A D | aldebaran.c | 141 struct list_head *reset_device_list = reset_context->reset_device_list; in aldebaran_mode2_perform_reset() local 147 if (reset_device_list == NULL) in aldebaran_mode2_perform_reset() 156 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in aldebaran_mode2_perform_reset() 164 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in aldebaran_mode2_perform_reset() 182 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in aldebaran_mode2_perform_reset() 192 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in aldebaran_mode2_perform_reset() 317 struct list_head *reset_device_list = reset_context->reset_device_list; in aldebaran_mode2_restore_hwcontext() local 322 if (reset_device_list == NULL) in aldebaran_mode2_restore_hwcontext() 332 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in aldebaran_mode2_restore_hwcontext()
|
| H A D | amdgpu_reset.h | 53 struct list_head *reset_device_list; member
|
| H A D | amdgpu_xgmi.c | 1636 reset_context.reset_device_list = &device_list; in amdgpu_xgmi_reset_on_init_work()
|
| H A D | amdgpu_device.c | 5596 device_list_handle = reset_context->reset_device_list; in amdgpu_device_reinit_after_reset() 5736 reset_context->reset_device_list = device_list_handle; in amdgpu_do_asic_reset()
|