Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras.c1770 int tmp_threshold = amdgpu_bad_page_threshold; in amdgpu_ras_validate_threshold() local
1792 if (tmp_threshold < -1) in amdgpu_ras_validate_threshold()
1793 tmp_threshold = -1; in amdgpu_ras_validate_threshold()
1794 else if (tmp_threshold > max_length) in amdgpu_ras_validate_threshold()
1795 tmp_threshold = max_length; in amdgpu_ras_validate_threshold()
1797 if (tmp_threshold == -1) { in amdgpu_ras_validate_threshold()
1803 con->bad_page_cnt_threshold = tmp_threshold; in amdgpu_ras_validate_threshold()