Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_cs.c360 u64 free_vis_vram = total_vis_vram - used_vis_vram; in amdgpu_cs_get_threshold_for_moves() local
364 if (free_vis_vram >= total_vis_vram / 2) in amdgpu_cs_get_threshold_for_moves()
366 max(bytes_to_us(adev, free_vis_vram / 2), in amdgpu_cs_get_threshold_for_moves()