Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_cs.c726 u64 total_vis_vram = adev->gmc.visible_vram_size; in amdgpu_cs_get_threshold_for_moves() local
730 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