Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.h40 struct amdgpu_ctx { struct
66 struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id); argument
67 int amdgpu_ctx_put(struct amdgpu_ctx *ctx);
69 int amdgpu_ctx_get_entity(struct amdgpu_ctx *ctx, u32 hw_ip, u32 instance,
71 void amdgpu_ctx_add_fence(struct amdgpu_ctx *ctx,
74 struct dma_fence *amdgpu_ctx_get_fence(struct amdgpu_ctx *ctx,
77 void amdgpu_ctx_priority_override(struct amdgpu_ctx *ctx,
83 int amdgpu_ctx_wait_prev_fence(struct amdgpu_ctx *ctx,
Damdgpu_ctx.c92 static int amdgpu_ctx_init_entity(struct amdgpu_ctx *ctx, u32 hw_ip, in amdgpu_ctx_init_entity()
144 struct amdgpu_ctx *ctx) in amdgpu_ctx_init()
185 struct amdgpu_ctx *ctx = container_of(ref, struct amdgpu_ctx, refcount); in amdgpu_ctx_fini()
203 int amdgpu_ctx_get_entity(struct amdgpu_ctx *ctx, u32 hw_ip, u32 instance, in amdgpu_ctx_get_entity()
241 struct amdgpu_ctx *ctx; in amdgpu_ctx_alloc()
269 struct amdgpu_ctx *ctx; in amdgpu_ctx_do_release()
272 ctx = container_of(ref, struct amdgpu_ctx, refcount); in amdgpu_ctx_do_release()
288 struct amdgpu_ctx *ctx; in amdgpu_ctx_free()
302 struct amdgpu_ctx *ctx; in amdgpu_ctx_query()
338 struct amdgpu_ctx *ctx; in amdgpu_ctx_query2()
[all …]
Damdgpu_sched.c69 struct amdgpu_ctx *ctx; in amdgpu_sched_process_priority_override()
96 struct amdgpu_ctx *ctx; in amdgpu_sched_context_priority_override()
DMakefile53 amdgpu_ucode.o amdgpu_bo_list.o amdgpu_ctx.o amdgpu_sync.o \
Damdgpu_cs.c962 struct amdgpu_ctx *ctx; in amdgpu_cs_process_fence_dep()
1363 struct amdgpu_ctx *ctx; in amdgpu_cs_wait_ioctl()
1411 struct amdgpu_ctx *ctx; in amdgpu_cs_get_fence()
Damdgpu.h498 struct amdgpu_ctx *ctx;