Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_userq.h109 atomic_t userq_count[AMDGPU_RING_TYPE_MAX]; member
H A Damdgpu_userq.c135 if (atomic_read(&uq_mgr->userq_count[ring_type]) > 0 && in amdgpu_userq_detect_and_reset_queues()
594 atomic_dec(&uq_mgr->userq_count[queue->queue_type]); in amdgpu_userq_destroy()
821 atomic_inc(&uq_mgr->userq_count[queue->queue_type]); in amdgpu_userq_create()