Home
last modified time | relevance | path

Searched refs:reset_device_list (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Daldebaran.c151 struct list_head *reset_device_list = reset_context->reset_device_list; in aldebaran_mode2_perform_reset() local
157 if (reset_device_list == NULL) in aldebaran_mode2_perform_reset()
166 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in aldebaran_mode2_perform_reset()
174 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()
202 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in aldebaran_mode2_perform_reset()
334 struct list_head *reset_device_list = reset_context->reset_device_list; in aldebaran_mode2_restore_hwcontext() local
339 if (reset_device_list == NULL) in aldebaran_mode2_restore_hwcontext()
349 list_for_each_entry(tmp_adev, reset_device_list, reset_list) { in aldebaran_mode2_restore_hwcontext()
H A Damdgpu_reset.h41 struct list_head *reset_device_list; member
H A Damdgpu_device.c4888 reset_context->reset_device_list = device_list_handle; in amdgpu_do_asic_reset()