Home
last modified time | relevance | path

Searched refs:AMDGPU_RAS_GPU_RESET_MODE1_RESET (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_int_process_v9.c174 reset = AMDGPU_RAS_GPU_RESET_MODE1_RESET; in event_interrupt_poison_consumption_v9()
181 reset = AMDGPU_RAS_GPU_RESET_MODE1_RESET; in event_interrupt_poison_consumption_v9()
191 reset = AMDGPU_RAS_GPU_RESET_MODE1_RESET; in event_interrupt_poison_consumption_v9()
203 reset = AMDGPU_RAS_GPU_RESET_MODE1_RESET; in event_interrupt_poison_consumption_v9()
210 reset = AMDGPU_RAS_GPU_RESET_MODE1_RESET; in event_interrupt_poison_consumption_v9()
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras.c2623 if (ras->gpu_reset_flags & AMDGPU_RAS_GPU_RESET_MODE1_RESET) { in amdgpu_ras_do_recovery()
2624 ras->gpu_reset_flags &= ~AMDGPU_RAS_GPU_RESET_MODE1_RESET; in amdgpu_ras_do_recovery()
3050 if (reset_flags & AMDGPU_RAS_GPU_RESET_MODE1_RESET) in amdgpu_ras_poison_consumption_handler()
3051 reset = AMDGPU_RAS_GPU_RESET_MODE1_RESET; in amdgpu_ras_poison_consumption_handler()
3108 (gpu_reset != AMDGPU_RAS_GPU_RESET_MODE1_RESET)) in amdgpu_ras_page_retirement_thread()
3113 if ((ret == -EIO) || (gpu_reset == AMDGPU_RAS_GPU_RESET_MODE1_RESET)) { in amdgpu_ras_page_retirement_thread()
4107 ras->gpu_reset_flags |= AMDGPU_RAS_GPU_RESET_MODE1_RESET; in amdgpu_ras_global_ras_isr()
4294 ras->gpu_reset_flags |= AMDGPU_RAS_GPU_RESET_MODE1_RESET; in amdgpu_ras_reset_gpu()
Damdgpu_umc.c280 AMDGPU_RAS_GPU_RESET_MODE1_RESET); in amdgpu_umc_process_ras_data_cb()
Damdgpu_ras.h391 #define AMDGPU_RAS_GPU_RESET_MODE1_RESET (0x1 << 1) macro