Lines Matching refs:amdgpu_ctx
29 struct amdgpu_ctx *ctx) in amdgpu_ctx_init()
67 void amdgpu_ctx_fini(struct amdgpu_ctx *ctx) in amdgpu_ctx_fini()
91 struct amdgpu_ctx *ctx; in amdgpu_ctx_alloc()
114 struct amdgpu_ctx *ctx; in amdgpu_ctx_do_release()
116 ctx = container_of(ref, struct amdgpu_ctx, refcount); in amdgpu_ctx_do_release()
126 struct amdgpu_ctx *ctx; in amdgpu_ctx_free()
144 struct amdgpu_ctx *ctx; in amdgpu_ctx_query()
207 struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id) in amdgpu_ctx_get()
209 struct amdgpu_ctx *ctx; in amdgpu_ctx_get()
225 int amdgpu_ctx_put(struct amdgpu_ctx *ctx) in amdgpu_ctx_put()
234 uint64_t amdgpu_ctx_add_fence(struct amdgpu_ctx *ctx, struct amdgpu_ring *ring, in amdgpu_ctx_add_fence()
263 struct fence *amdgpu_ctx_get_fence(struct amdgpu_ctx *ctx, in amdgpu_ctx_get_fence()
296 struct amdgpu_ctx *ctx; in amdgpu_ctx_mgr_fini()