Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.h38 struct amdgpu_ctx { struct
65 struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id); argument
66 int amdgpu_ctx_put(struct amdgpu_ctx *ctx);
68 int amdgpu_ctx_get_entity(struct amdgpu_ctx *ctx, u32 hw_ip, u32 instance,
70 void amdgpu_ctx_add_fence(struct amdgpu_ctx *ctx,
73 struct dma_fence *amdgpu_ctx_get_fence(struct amdgpu_ctx *ctx,
76 void amdgpu_ctx_priority_override(struct amdgpu_ctx *ctx,
82 int amdgpu_ctx_wait_prev_fence(struct amdgpu_ctx *ctx,
Damdgpu_ctx.c74 struct amdgpu_ctx *ctx) in amdgpu_ctx_init()
209 struct amdgpu_ctx *ctx = container_of(ref, struct amdgpu_ctx, refcount); in amdgpu_ctx_fini()
228 int amdgpu_ctx_get_entity(struct amdgpu_ctx *ctx, u32 hw_ip, u32 instance, in amdgpu_ctx_get_entity()
258 struct amdgpu_ctx *ctx; in amdgpu_ctx_alloc()
286 struct amdgpu_ctx *ctx; in amdgpu_ctx_do_release()
290 ctx = container_of(ref, struct amdgpu_ctx, refcount); in amdgpu_ctx_do_release()
302 struct amdgpu_ctx *ctx; in amdgpu_ctx_free()
316 struct amdgpu_ctx *ctx; in amdgpu_ctx_query()
352 struct amdgpu_ctx *ctx; in amdgpu_ctx_query2()
439 struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id) in amdgpu_ctx_get()
[all …]
Damdgpu_sched.c61 struct amdgpu_ctx *ctx; in amdgpu_sched_process_priority_override()
88 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.c1027 struct amdgpu_ctx *ctx; in amdgpu_cs_process_fence_dep()
1421 struct amdgpu_ctx *ctx; in amdgpu_cs_wait_ioctl()
1469 struct amdgpu_ctx *ctx; in amdgpu_cs_get_fence()
Damdgpu.h459 struct amdgpu_ctx *ctx;