Searched refs:amdgpu_bad_page_threshold (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.c547 !amdgpu_bad_page_threshold)
558 if (amdgpu_bad_page_threshold == -1) {
740 if (amdgpu_bad_page_threshold != 0 &&
794 if (amdgpu_bad_page_threshold != 0 &&
1391 amdgpu_bad_page_threshold != 0) {
1419 if (amdgpu_bad_page_threshold == -1) {
H A Damdgpu_umc.c79 if (amdgpu_bad_page_threshold != 0) {
166 if ((amdgpu_bad_page_threshold != 0) &&
H A Damdgpu_ras.c191 if (amdgpu_bad_page_threshold != 0) {
1818 if (amdgpu_bad_page_threshold != 0)
1983 if (amdgpu_bad_page_threshold != 0) {
2633 if (control->ras_num_recs == 0 || amdgpu_bad_page_threshold == 0)
2692 * Generally, 0 <= amdgpu_bad_page_threshold <= max record length
2693 * in eeprom or amdgpu_bad_page_threshold == -2, introduce two
2697 * - If amdgpu_bad_page_threshold = -2,
2700 * - When the value from user is 0 < amdgpu_bad_page_threshold <
2704 * - If amdgpu_bad_page_threshold = 0, bad page retirement
2709 if (amdgpu_bad_page_threshold <
[all...]
H A Damdgpu_drv.c240 int amdgpu_bad_page_threshold = -1; variable
937 module_param_named(bad_page_threshold, amdgpu_bad_page_threshold, int, 0444);
H A Damdgpu.h214 extern int amdgpu_bad_page_threshold;

Completed in 118 milliseconds