Searched refs:query_poison_status (Results 1 – 6 of 6) sorted by relevance
726 bool (*query_poison_status)(struct amdgpu_device *adev); member
844 .query_poison_status = jpeg_v2_6_query_ras_poison_status,
850 .query_poison_status = jpeg_v4_0_query_ras_poison_status,
2208 if (block_obj->hw_ops && block_obj->hw_ops->query_poison_status) { in amdgpu_ras_interrupt_poison_consumption_handler()2209 poison_stat = block_obj->hw_ops->query_poison_status(adev); in amdgpu_ras_interrupt_poison_consumption_handler()4114 (ras_obj->hw_ops->query_poison_status || in amdgpu_ras_block_late_init()
2330 .query_poison_status = vcn_v4_0_query_ras_poison_status,
2233 .query_poison_status = vcn_v2_6_query_poison_status,