Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.c1437 unsigned int error_query_mode) in amdgpu_ras_query_error_status_helper() argument
1446 if (error_query_mode == AMDGPU_RAS_INVALID_ERROR_QUERY) in amdgpu_ras_query_error_status_helper()
1449 if (error_query_mode == AMDGPU_RAS_VIRT_ERROR_COUNT_QUERY) { in amdgpu_ras_query_error_status_helper()
1451 } else if (error_query_mode == AMDGPU_RAS_DIRECT_ERROR_QUERY) { in amdgpu_ras_query_error_status_helper()
1503 unsigned int error_query_mode; in amdgpu_ras_query_error_status_with_event() local
1513 if (!amdgpu_ras_get_error_query_mode(adev, &error_query_mode)) in amdgpu_ras_query_error_status_with_event()
1528 error_query_mode); in amdgpu_ras_query_error_status_with_event()
1533 if (error_query_mode != AMDGPU_RAS_VIRT_ERROR_COUNT_QUERY) { in amdgpu_ras_query_error_status_with_event()
2887 unsigned int error_query_mode; in amdgpu_ras_do_recovery() local
2916 if (amdgpu_ras_get_error_query_mode(adev, &error_query_mode)) { in amdgpu_ras_do_recovery()
[all …]