Searched refs:queue_mgr (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/sys/dev/drm/amd/amdgpu/ |
| H A D | amdgpu_ctx.c | 101 r = amdgpu_queue_mgr_init(adev, &ctx->queue_mgr); in amdgpu_ctx_init() 130 amdgpu_queue_mgr_fini(adev, &ctx->queue_mgr); in amdgpu_ctx_fini()
|
| H A D | amdgpu_cs.c | 1019 r = amdgpu_queue_mgr_map(adev, &parser->ctx->queue_mgr, chunk_ib->ip_type, in amdgpu_cs_ib_fill() 1078 r = amdgpu_queue_mgr_map(p->adev, &ctx->queue_mgr, in amdgpu_cs_process_fence_dep() 1364 r = amdgpu_queue_mgr_map(adev, &ctx->queue_mgr, in amdgpu_cs_wait_ioctl() 1413 r = amdgpu_queue_mgr_map(adev, &ctx->queue_mgr, user->ip_type, in amdgpu_cs_get_fence()
|
| H A D | amdgpu.h | 643 struct amdgpu_queue_mgr queue_mgr; member
|