Home
last modified time | relevance | path

Searched refs:query_ras_error_status (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras.h717 void (*query_ras_error_status)(struct amdgpu_device *adev); member
Damdgpu_ras.c1343 if (block_obj->hw_ops->query_ras_error_status) in amdgpu_ras_query_error_status_helper()
1344 block_obj->hw_ops->query_ras_error_status(adev); in amdgpu_ras_query_error_status_helper()
2446 if (block_obj->hw_ops->query_ras_error_status) in amdgpu_ras_error_status_query()
2447 block_obj->hw_ops->query_ras_error_status(adev); in amdgpu_ras_error_status_query()
3779 ras_obj->hw_ops->query_ras_error_status)) { in amdgpu_ras_block_late_init()
Dgfx_v9_4.c1013 .query_ras_error_status = &gfx_v9_4_query_ras_error_status,
Dmmhub_v1_7.c1327 .query_ras_error_status = mmhub_v1_7_query_ras_error_status,
Dmmhub_v9_4.c1669 .query_ras_error_status = mmhub_v9_4_query_ras_error_status,
Dgfx_v9_4_2.c1917 .query_ras_error_status = &gfx_v9_4_2_query_ras_error_status,