Searched refs:AMDGPU_RAS_GPU_RESET_MODE2_RESET (Results 1 – 5 of 5) sorted by relevance
176 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()206 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v9()213 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v9()215 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in event_interrupt_poison_consumption_v9()
242 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()
97 ras->gpu_reset_flags |= AMDGPU_RAS_GPU_RESET_MODE2_RESET; in gfx_v11_0_3_poison_consumption_handler()
393 #define AMDGPU_RAS_GPU_RESET_MODE2_RESET (0x1 << 0) macro
2693 if (ras->gpu_reset_flags & AMDGPU_RAS_GPU_RESET_MODE2_RESET) { in amdgpu_ras_do_recovery()2694 ras->gpu_reset_flags &= ~AMDGPU_RAS_GPU_RESET_MODE2_RESET; in amdgpu_ras_do_recovery()3401 else if (reset_flags & AMDGPU_RAS_GPU_RESET_MODE2_RESET) in amdgpu_ras_poison_consumption_handler()3402 reset = AMDGPU_RAS_GPU_RESET_MODE2_RESET; in amdgpu_ras_poison_consumption_handler()
Completed in 20 milliseconds