Searched refs:handle_poison_consumption (Results 1 – 2 of 2) sorted by relevance
568 bool (*handle_poison_consumption)(struct amdgpu_device *adev); member
1690 if (block_obj->hw_ops && block_obj->hw_ops->handle_poison_consumption) in amdgpu_ras_interrupt_poison_consumption_handler()1691 poison_stat = block_obj->hw_ops->handle_poison_consumption(adev); in amdgpu_ras_interrupt_poison_consumption_handler()2778 ras_obj->hw_ops->handle_poison_consumption))) { in amdgpu_ras_block_late_init()