Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_df.h52 uint64_t (*get_fica)(struct amdgpu_device *adev, uint32_t ficaa_val); member
H A Damdgpu_xgmi.c373 (!adev->df.funcs->get_fica) || in amdgpu_xgmi_show_error()
377 fica_out = adev->df.funcs->get_fica(adev, ficaa_pie_ctl_in); in amdgpu_xgmi_show_error()
381 fica_out = adev->df.funcs->get_fica(adev, ficaa_pie_status_in); in amdgpu_xgmi_show_error()
H A Ddf_v3_6.c682 .get_fica = df_v3_6_get_fica,