Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_df.h53 uint64_t (*get_fica)(struct amdgpu_device *adev, uint32_t ficaa_val); member
Damdgpu_xgmi.c466 (!adev->df.funcs->get_fica) || in amdgpu_xgmi_show_error()
470 fica_out = adev->df.funcs->get_fica(adev, ficaa_pie_ctl_in); in amdgpu_xgmi_show_error()
474 fica_out = adev->df.funcs->get_fica(adev, ficaa_pie_status_in); in amdgpu_xgmi_show_error()
Ddf_v3_6.c682 .get_fica = df_v3_6_get_fica,