Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A 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/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_umc.c280 AMDGPU_RAS_GPU_RESET_MODE1_RESET); in amdgpu_umc_process_ras_data_cb()
H A Damdgpu_ras.h392 #define AMDGPU_RAS_GPU_RESET_MODE1_RESET (0x1 << 1) macro