Searched refs:bytes_moved_threshold (Results 1 – 2 of 2) sorted by relevance
516 u64 bytes_moved_threshold = half_free_vram >> 1; in radeon_bo_get_threshold_for_moves() local517 return max(bytes_moved_threshold, 1024*1024ull); in radeon_bo_get_threshold_for_moves()528 u64 bytes_moved_threshold = radeon_bo_get_threshold_for_moves(rdev); in radeon_bo_list_validate() local554 bytes_moved > bytes_moved_threshold) { in radeon_bo_list_validate()
335 u64 bytes_moved_threshold = half_free_vram >> 1; in amdgpu_cs_get_threshold_for_moves() local336 return max(bytes_moved_threshold, 1024*1024ull); in amdgpu_cs_get_threshold_for_moves()346 u64 bytes_moved_threshold = amdgpu_cs_get_threshold_for_moves(adev); in amdgpu_cs_list_validate() local366 bytes_moved > bytes_moved_threshold) { in amdgpu_cs_list_validate()