Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_cs.c638 static s64 bytes_to_us(struct amdgpu_device *adev, u64 bytes) in bytes_to_us() function
712 min_us = bytes_to_us(adev, free_vram / 4); in amdgpu_cs_get_threshold_for_moves()
737 max(bytes_to_us(adev, free_vis_vram / 2), in amdgpu_cs_get_threshold_for_moves()
757 adev->mm_stats.accum_us -= bytes_to_us(adev, num_bytes); in amdgpu_cs_report_moved_bytes()
758 adev->mm_stats.accum_us_vis -= bytes_to_us(adev, num_vis_bytes); in amdgpu_cs_report_moved_bytes()

Completed in 5 milliseconds