Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
H A Dmsm_gem_vma.c771 atomic_sub(job->prealloc.count, &vm->prealloc_throttle.in_flight); in msm_vma_job_free()
789 wake_up(&vm->prealloc_throttle.wait); in msm_vma_job_free()
857 init_waitqueue_head(&vm->prealloc_throttle.wait); in msm_gem_vm_create()
1224 vm->prealloc_throttle.wait, in vm_bind_prealloc_count()
1225 atomic_read(&vm->prealloc_throttle.in_flight) <= 1024); in vm_bind_prealloc_count()
1229 atomic_add(job->prealloc.count, &vm->prealloc_throttle.in_flight); in vm_bind_prealloc_count()
H A Dmsm_gem.h99 } prealloc_throttle; member