Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_object.c527 u64 bytes_moved_threshold = half_free_vram >> 1; in radeon_bo_get_threshold_for_moves() local
528 return max(bytes_moved_threshold, 1024*1024ull); in radeon_bo_get_threshold_for_moves()
540 u64 bytes_moved_threshold = radeon_bo_get_threshold_for_moves(rdev); in radeon_bo_list_validate() local
566 bytes_moved > bytes_moved_threshold) { in radeon_bo_list_validate()
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_cs.c410 if (p->bytes_moved < p->bytes_moved_threshold) { in amdgpu_cs_bo_validate()
686 amdgpu_cs_get_threshold_for_moves(p->adev, (u64 *)&p->bytes_moved_threshold, in amdgpu_cs_parser_bos()
H A Damdgpu.h1003 uint64_t bytes_moved_threshold; member