Searched refs:handle_poison_consumption (Results 1 – 2 of 2) sorted by relevance
727 bool (*handle_poison_consumption)(struct amdgpu_device *adev); member
2210 /* both query_poison_status and handle_poison_consumption are optional, in amdgpu_ras_interrupt_poison_consumption_handler() 2227 if (block_obj->hw_ops && block_obj->hw_ops->handle_poison_consumption) in amdgpu_ras_interrupt_poison_consumption_handler() 2228 poison_stat = block_obj->hw_ops->handle_poison_consumption(adev); in amdgpu_ras_interrupt_poison_consumption_handler() 4175 ras_obj->hw_ops->handle_poison_consumption))) { in amdgpu_ras_block_late_init()