Home
last modified time | relevance | path

Searched refs:AMDGPU_RAS_GPU_RESET_MODE2_RESET (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_int_process_v9.c177 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v9()
184 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v9()
186 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v9()
207 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v9()
214 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v9()
216 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v9()
H A Dkfd_int_process_v11.c242 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v11()
247 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v11()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v11_0_3.c97 ras->gpu_reset_flags |= AMDGPU_RAS_GPU_RESET_MODE2_RESET; in gfx_v11_0_3_poison_consumption_handler()
H A Damdgpu_ras.h393 #define AMDGPU_RAS_GPU_RESET_MODE2_RESET (0x1 << 0) macro
H A Damdgpu_ras.c2962 if (ras->gpu_reset_flags & AMDGPU_RAS_GPU_RESET_MODE2_RESET) { in amdgpu_ras_do_recovery()
2963 ras->gpu_reset_flags &= ~AMDGPU_RAS_GPU_RESET_MODE2_RESET; in amdgpu_ras_do_recovery()
3692 else if (reset_flags & AMDGPU_RAS_GPU_RESET_MODE2_RESET) in amdgpu_ras_poison_consumption_handler()
3693 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in amdgpu_ras_poison_consumption_handler()