Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.c579 !amdgpu_bad_page_threshold) in amdgpu_ras_eeprom_check_err_threshold()
593 if ((amdgpu_bad_page_threshold == -1) || in amdgpu_ras_eeprom_check_err_threshold()
594 (amdgpu_bad_page_threshold == -2)) { in amdgpu_ras_eeprom_check_err_threshold()
778 if (amdgpu_bad_page_threshold != 0 && in amdgpu_ras_eeprom_update_header()
788 if ((amdgpu_bad_page_threshold != -1) && in amdgpu_ras_eeprom_update_header()
789 (amdgpu_bad_page_threshold != -2)) { in amdgpu_ras_eeprom_update_header()
841 if (amdgpu_bad_page_threshold != 0 && in amdgpu_ras_eeprom_update_header()
1621 amdgpu_bad_page_threshold != 0) { in amdgpu_ras_eeprom_check()
1653 if ((amdgpu_bad_page_threshold == -1) || in amdgpu_ras_eeprom_check()
1654 (amdgpu_bad_page_threshold == -2)) { in amdgpu_ras_eeprom_check()
[all …]
H A Damdgpu_umc.c80 if (amdgpu_bad_page_threshold != 0) { in amdgpu_umc_page_retirement_mca()
186 if ((amdgpu_bad_page_threshold != 0) && in amdgpu_umc_handle_bad_pages()
H A Damdgpu_drv.c268 int amdgpu_bad_page_threshold = -1; variable
956 module_param_named(bad_page_threshold, amdgpu_bad_page_threshold, int, 0444);
H A Damdgpu.h212 extern int amdgpu_bad_page_threshold;