Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_reset.h31 AMDGPU_NEED_FULL_RESET = 0, enumerator
Damdgpu_device.c4464 test_bit(AMDGPU_NEED_FULL_RESET, &reset_context->flags); in amdgpu_device_pre_asic_reset()
4529 set_bit(AMDGPU_NEED_FULL_RESET, &reset_context->flags); in amdgpu_device_pre_asic_reset()
4531 clear_bit(AMDGPU_NEED_FULL_RESET, in amdgpu_device_pre_asic_reset()
4557 test_bit(AMDGPU_NEED_FULL_RESET, &reset_context->flags); in amdgpu_do_asic_reset()
4703 set_bit(AMDGPU_NEED_FULL_RESET, &reset_context->flags); in amdgpu_do_asic_reset()
4705 clear_bit(AMDGPU_NEED_FULL_RESET, &reset_context->flags); in amdgpu_do_asic_reset()
4979 clear_bit(AMDGPU_NEED_FULL_RESET, &reset_context.flags); in amdgpu_device_gpu_recover()
5505 set_bit(AMDGPU_NEED_FULL_RESET, &reset_context.flags); in amdgpu_pci_slot_reset()
Damdgpu_drv.c1422 set_bit(AMDGPU_NEED_FULL_RESET, &reset_context.flags); in amdgpu_drv_delayed_reset_work_handler()