Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c678 s64 time_us, increment_us; in amdgpu_cs_get_threshold_for_moves() local
703 increment_us = time_us - adev->mm_stats.last_update_us; in amdgpu_cs_get_threshold_for_moves()
705 adev->mm_stats.accum_us = min(adev->mm_stats.accum_us + increment_us, in amdgpu_cs_get_threshold_for_moves()
749 increment_us, us_upper_bound); in amdgpu_cs_get_threshold_for_moves()