Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c359 u64 free_vis_vram = total_vis_vram - used_vis_vram; in amdgpu_cs_get_threshold_for_moves() local
363 if (free_vis_vram >= total_vis_vram / 2) in amdgpu_cs_get_threshold_for_moves()
365 max(bytes_to_us(adev, free_vis_vram / 2), in amdgpu_cs_get_threshold_for_moves()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c746 u64 free_vis_vram = total_vis_vram - used_vis_vram; in amdgpu_cs_get_threshold_for_moves() local
751 if (free_vis_vram >= total_vis_vram / 2) in amdgpu_cs_get_threshold_for_moves()
753 max(bytes_to_us(adev, free_vis_vram / 2), in amdgpu_cs_get_threshold_for_moves()

Completed in 4 milliseconds