Searched refs:total_vis_vram (Results 1 – 1 of 1) sorted by relevance
726 u64 total_vis_vram = adev->gmc.visible_vram_size; in amdgpu_cs_get_threshold_for_moves() local730 if (used_vis_vram < total_vis_vram) { in amdgpu_cs_get_threshold_for_moves()731 u64 free_vis_vram = total_vis_vram - used_vis_vram; in amdgpu_cs_get_threshold_for_moves()735 if (free_vis_vram >= total_vis_vram / 2) in amdgpu_cs_get_threshold_for_moves()
Completed in 6 milliseconds