Searched refs:amdgpu_ctx (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ctx.c | 49 struct amdgpu_ctx *ctx) in amdgpu_ctx_init() 115 struct amdgpu_ctx *ctx = container_of(ref, struct amdgpu_ctx, refcount); in amdgpu_ctx_fini() 142 struct amdgpu_ctx *ctx; in amdgpu_ctx_alloc() 170 struct amdgpu_ctx *ctx; in amdgpu_ctx_do_release() 173 ctx = container_of(ref, struct amdgpu_ctx, refcount); in amdgpu_ctx_do_release() 189 struct amdgpu_ctx *ctx; in amdgpu_ctx_free() 203 struct amdgpu_ctx *ctx; in amdgpu_ctx_query() 239 struct amdgpu_ctx *ctx; in amdgpu_ctx_query2() 310 struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id) in amdgpu_ctx_get() 312 struct amdgpu_ctx *ctx; in amdgpu_ctx_get() [all …]
|
D | amdgpu_sched.c | 59 struct amdgpu_ctx *ctx; in amdgpu_sched_process_priority_override()
|
D | amdgpu.h | 635 struct amdgpu_ctx { struct 659 struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id); argument 660 int amdgpu_ctx_put(struct amdgpu_ctx *ctx); 662 int amdgpu_ctx_add_fence(struct amdgpu_ctx *ctx, struct amdgpu_ring *ring, 664 struct dma_fence *amdgpu_ctx_get_fence(struct amdgpu_ctx *ctx, 666 void amdgpu_ctx_priority_override(struct amdgpu_ctx *ctx, 672 int amdgpu_ctx_wait_prev_fence(struct amdgpu_ctx *ctx, unsigned ring_id); 981 struct amdgpu_ctx *ctx;
|
D | Makefile | 52 amdgpu_ucode.o amdgpu_bo_list.o amdgpu_ctx.o amdgpu_sync.o \
|
D | amdgpu_cs.c | 1069 struct amdgpu_ctx *ctx; in amdgpu_cs_process_fence_dep() 1350 struct amdgpu_ctx *ctx; in amdgpu_cs_wait_ioctl() 1399 struct amdgpu_ctx *ctx; in amdgpu_cs_get_fence()
|