Home
last modified time | relevance | path

Searched refs:amdgpu_ctx (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.c28 static int amdgpu_ctx_init(struct amdgpu_device *adev, struct amdgpu_ctx *ctx) in amdgpu_ctx_init()
80 static void amdgpu_ctx_fini(struct amdgpu_ctx *ctx) in amdgpu_ctx_fini()
106 struct amdgpu_ctx *ctx; in amdgpu_ctx_alloc()
133 struct amdgpu_ctx *ctx; in amdgpu_ctx_do_release()
135 ctx = container_of(ref, struct amdgpu_ctx, refcount); in amdgpu_ctx_do_release()
145 struct amdgpu_ctx *ctx; in amdgpu_ctx_free()
159 struct amdgpu_ctx *ctx; in amdgpu_ctx_query()
222 struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id) in amdgpu_ctx_get()
224 struct amdgpu_ctx *ctx; in amdgpu_ctx_get()
240 int amdgpu_ctx_put(struct amdgpu_ctx *ctx) in amdgpu_ctx_put()
[all …]
Damdgpu.h713 struct amdgpu_ctx { struct
731 struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id); argument
732 int amdgpu_ctx_put(struct amdgpu_ctx *ctx);
734 uint64_t amdgpu_ctx_add_fence(struct amdgpu_ctx *ctx, struct amdgpu_ring *ring,
736 struct dma_fence *amdgpu_ctx_get_fence(struct amdgpu_ctx *ctx,
1047 struct amdgpu_ctx *ctx;
DMakefile27 amdgpu_ucode.o amdgpu_bo_list.o amdgpu_ctx.o amdgpu_sync.o \
Damdgpu_cs.c1010 struct amdgpu_ctx *ctx; in amdgpu_cs_process_fence_dep()
1247 struct amdgpu_ctx *ctx; in amdgpu_cs_wait_ioctl()
1297 struct amdgpu_ctx *ctx; in amdgpu_cs_get_fence()