Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_umc.c44 adev->umc.max_ras_err_cnt_per_query) { in amdgpu_umc_do_page_retirement()
46 kcalloc(adev->umc.max_ras_err_cnt_per_query, in amdgpu_umc_do_page_retirement()
68 adev->umc.max_ras_err_cnt_per_query) { in amdgpu_umc_do_page_retirement()
70 kcalloc(adev->umc.max_ras_err_cnt_per_query, in amdgpu_umc_do_page_retirement()
Damdgpu_umc.h69 uint32_t max_ras_err_cnt_per_query; member
Dgmc_v9_0.c1206 adev->umc.max_ras_err_cnt_per_query = UMC_V6_1_TOTAL_CHANNEL_NUM; in gmc_v9_0_set_umc_funcs()
1214 adev->umc.max_ras_err_cnt_per_query = UMC_V6_1_TOTAL_CHANNEL_NUM; in gmc_v9_0_set_umc_funcs()
1222 adev->umc.max_ras_err_cnt_per_query = in gmc_v9_0_set_umc_funcs()
Dgmc_v11_0.c552 adev->umc.max_ras_err_cnt_per_query = UMC_V8_10_TOTAL_CHANNEL_NUM(adev); in gmc_v11_0_set_umc_funcs()
Dgmc_v10_0.c676 adev->umc.max_ras_err_cnt_per_query = UMC_V8_7_TOTAL_CHANNEL_NUM; in gmc_v10_0_set_umc_funcs()
Damdgpu_ras.c2891 kcalloc(adev->umc.max_ras_err_cnt_per_query, in amdgpu_bad_page_notifier()