Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ !
Damdgpu_xgmi.c256 uint64_t fica_out; in amdgpu_xgmi_show_error() local
267 fica_out = adev->df.funcs->get_fica(adev, ficaa_pie_ctl_in); in amdgpu_xgmi_show_error()
268 if (fica_out != 0x1f) in amdgpu_xgmi_show_error()
271 fica_out = adev->df.funcs->get_fica(adev, ficaa_pie_status_in); in amdgpu_xgmi_show_error()
273 if ((fica_out & 0xffff) == 2) in amdgpu_xgmi_show_error()
274 error_count = ((fica_out >> 62) & 0x1) + (fica_out >> 63); in amdgpu_xgmi_show_error()