Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cs.c342 s64 min_us; in amdgpu_cs_get_threshold_for_moves() local
348 min_us = bytes_to_us(adev, free_vram / 4); in amdgpu_cs_get_threshold_for_moves()
350 min_us = 0; /* Reset accum_us on APUs. */ in amdgpu_cs_get_threshold_for_moves()
352 adev->mm_stats.accum_us = max(min_us, adev->mm_stats.accum_us); in amdgpu_cs_get_threshold_for_moves()