Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_int_process_v9.c176 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v9()
183 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v9()
185 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v9()
205 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v9()
212 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()
Dkfd_int_process_v11.c217 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v11()
222 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v11()
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dgfx_v11_0_3.c97 ras->gpu_reset_flags |= AMDGPU_RAS_GPU_RESET_MODE2_RESET; in gfx_v11_0_3_poison_consumption_handler()
Damdgpu_ras.h390 #define AMDGPU_RAS_GPU_RESET_MODE2_RESET (0x1 << 0) macro
Damdgpu_ras.c2615 if (ras->gpu_reset_flags & AMDGPU_RAS_GPU_RESET_MODE2_RESET) { in amdgpu_ras_do_recovery()
2616 ras->gpu_reset_flags &= ~AMDGPU_RAS_GPU_RESET_MODE2_RESET; in amdgpu_ras_do_recovery()
3052 else if (reset_flags & AMDGPU_RAS_GPU_RESET_MODE2_RESET) in amdgpu_ras_poison_consumption_handler()
3053 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in amdgpu_ras_poison_consumption_handler()