Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_xgmi.c459 uint64_t fica_out; in amdgpu_xgmi_show_error() local
470 fica_out = adev->df.funcs->get_fica(adev, ficaa_pie_ctl_in); in amdgpu_xgmi_show_error()
471 if (fica_out != 0x1f) in amdgpu_xgmi_show_error()
474 fica_out = adev->df.funcs->get_fica(adev, ficaa_pie_status_in); in amdgpu_xgmi_show_error()
476 if ((fica_out & 0xffff) == 2) in amdgpu_xgmi_show_error()
477 error_count = ((fica_out >> 62) & 0x1) + (fica_out >> 63); in amdgpu_xgmi_show_error()