Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.h70 uint64_t bytes_moved_threshold; member
H A Damdgpu_cs.c801 if (p->bytes_moved < p->bytes_moved_threshold && in amdgpu_cs_bo_validate()
955 amdgpu_cs_get_threshold_for_moves(p->adev, &p->bytes_moved_threshold, in amdgpu_cs_parser_bos()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_object.c462 u64 bytes_moved_threshold = half_free_vram >> 1; in radeon_bo_get_threshold_for_moves() local
463 return max(bytes_moved_threshold, 1024*1024ull); in radeon_bo_get_threshold_for_moves()
473 u64 bytes_moved_threshold = radeon_bo_get_threshold_for_moves(rdev); in radeon_bo_list_validate() local
504 bytes_moved > bytes_moved_threshold) { in radeon_bo_list_validate()