Searched refs:AMDGPU_NEED_FULL_RESET (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_reset.h | 31 AMDGPU_NEED_FULL_RESET = 0, enumerator
|
A D | amdgpu_device.c | 4473 test_bit(AMDGPU_NEED_FULL_RESET, &reset_context->flags); in amdgpu_device_pre_asic_reset() 4527 set_bit(AMDGPU_NEED_FULL_RESET, &reset_context->flags); in amdgpu_device_pre_asic_reset() 4529 clear_bit(AMDGPU_NEED_FULL_RESET, in amdgpu_device_pre_asic_reset() 4555 test_bit(AMDGPU_NEED_FULL_RESET, &reset_context->flags); in amdgpu_do_asic_reset() 4701 set_bit(AMDGPU_NEED_FULL_RESET, &reset_context->flags); in amdgpu_do_asic_reset() 4703 clear_bit(AMDGPU_NEED_FULL_RESET, &reset_context->flags); in amdgpu_do_asic_reset() 4981 clear_bit(AMDGPU_NEED_FULL_RESET, &reset_context.flags); in amdgpu_device_gpu_recover() 5507 set_bit(AMDGPU_NEED_FULL_RESET, &reset_context.flags); in amdgpu_pci_slot_reset()
|
A D | amdgpu_drv.c | 2106 set_bit(AMDGPU_NEED_FULL_RESET, &reset_context.flags); in amdgpu_drv_delayed_reset_work_handler()
|
Completed in 14 milliseconds