Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cs.c665 u64 free_vram, total_vram, used_vram; in amdgpu_cs_get_threshold_for_moves() local
683 free_vram = used_vram >= total_vram ? 0 : total_vram - used_vram; in amdgpu_cs_get_threshold_for_moves()
706 if (free_vram >= 128 * 1024 * 1024 || free_vram >= total_vram / 8) { in amdgpu_cs_get_threshold_for_moves()
713 min_us = bytes_to_us(adev, free_vram / 4); in amdgpu_cs_get_threshold_for_moves()