HomeSort by: relevance | last modified time | path
    Searched defs:bytes_to_us (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_cs.c 279 static s64 bytes_to_us(struct amdgpu_device *adev, u64 bytes) function in typeref:typename:s64
354 min_us = bytes_to_us(adev, free_vram / 4);
379 max(bytes_to_us(adev, free_vis_vram / 2),
399 adev->mm_stats.accum_us -= bytes_to_us(adev, num_bytes);
400 adev->mm_stats.accum_us_vis -= bytes_to_us(adev, num_vis_bytes);

Completed in 12 milliseconds