Searched refs:query_poison_status (Results 1 – 4 of 4) sorted by relevance
778 bool (*query_poison_status)(struct amdgpu_device *adev); member
850 .query_poison_status = jpeg_v2_6_query_ras_poison_status,
2428 if (block_obj->hw_ops && block_obj->hw_ops->query_poison_status) { in amdgpu_ras_interrupt_poison_consumption_handler()2429 poison_stat = block_obj->hw_ops->query_poison_status(adev); in amdgpu_ras_interrupt_poison_consumption_handler()4486 (ras_obj->hw_ops->query_poison_status || in amdgpu_ras_block_late_init()
2191 .query_poison_status = vcn_v2_6_query_poison_status,