Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cs.h69 uint64_t bytes_moved_threshold; member
Damdgpu_cs.c781 if (p->bytes_moved < p->bytes_moved_threshold && in amdgpu_cs_bo_validate()
946 amdgpu_cs_get_threshold_for_moves(p->adev, &p->bytes_moved_threshold, in amdgpu_cs_parser_bos()
/linux-6.1.9/drivers/gpu/drm/radeon/
Dradeon_object.c466 u64 bytes_moved_threshold = half_free_vram >> 1; in radeon_bo_get_threshold_for_moves() local
467 return max(bytes_moved_threshold, 1024*1024ull); in radeon_bo_get_threshold_for_moves()
479 u64 bytes_moved_threshold = radeon_bo_get_threshold_for_moves(rdev); in radeon_bo_list_validate() local
505 bytes_moved > bytes_moved_threshold) { in radeon_bo_list_validate()