Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_6_ppt.c116 int (*get_err_count)(const struct mca_ras_info *mca_ras, struct amdgpu_device *adev,
118 bool (*bank_is_valid)(const struct mca_ras_info *mca_ras, struct amdgpu_device *adev,
3364 static int mca_umc_mca_get_err_count(const struct mca_ras_info *mca_ras, struct amdgpu_device *adev, in mca_umc_mca_get_err_count() argument
3393 static int mca_pcs_xgmi_mca_get_err_count(const struct mca_ras_info *mca_ras, struct amdgpu_device … in mca_pcs_xgmi_mca_get_err_count() argument
3412 static bool mca_smu_check_error_code(struct amdgpu_device *adev, const struct mca_ras_info *mca_ras, in mca_smu_check_error_code() argument
3417 if (!mca_ras->err_code_count || !mca_ras->err_code_array) in mca_smu_check_error_code()
3420 for (i = 0; i < mca_ras->err_code_count; i++) { in mca_smu_check_error_code()
3421 if (errcode == mca_ras->err_code_array[i]) in mca_smu_check_error_code()
3428 static int mca_gfx_mca_get_err_count(const struct mca_ras_info *mca_ras, struct amdgpu_device *adev, in mca_gfx_mca_get_err_count() argument
3452 static int mca_smu_mca_get_err_count(const struct mca_ras_info *mca_ras, struct amdgpu_device *adev, in mca_smu_mca_get_err_count() argument
[all …]