Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_cs.c257 if (us <= 0 || !adev->mm_stats.log2_max_MBps) in us_to_bytes()
263 return us << adev->mm_stats.log2_max_MBps; in us_to_bytes()
268 if (!adev->mm_stats.log2_max_MBps) in bytes_to_us()
271 return bytes >> adev->mm_stats.log2_max_MBps; in bytes_to_us()
303 if (!adev->mm_stats.log2_max_MBps) { in amdgpu_cs_get_threshold_for_moves()
H A Damdgpu.h1468 u32 log2_max_MBps; member
H A Damdgpu_device.c2589 adev->mm_stats.log2_max_MBps = ilog2(max(1u, max_MBps)); in amdgpu_device_init()