Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ctx.c29 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()
[all …]
Damdgpu.h814 struct amdgpu_ctx *ctx;
877 struct amdgpu_ctx *current_ctx;
1033 struct amdgpu_ctx { struct
1049 struct amdgpu_ctx *ctx); argument
1050 void amdgpu_ctx_fini(struct amdgpu_ctx *ctx);
1052 struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id);
1053 int amdgpu_ctx_put(struct amdgpu_ctx *ctx);
1055 uint64_t amdgpu_ctx_add_fence(struct amdgpu_ctx *ctx, struct amdgpu_ring *ring,
1057 struct fence *amdgpu_ctx_get_fence(struct amdgpu_ctx *ctx,
1249 struct amdgpu_ctx *ctx;
[all …]
DMakefile22 amdgpu_ucode.o amdgpu_bo_list.o amdgpu_ctx.o amdgpu_sync.o
Damdgpu_ib.c128 struct amdgpu_ctx *ctx, *old_ctx; in amdgpu_ib_schedule()
Damdgpu_cs.c761 struct amdgpu_ctx *ctx; in amdgpu_cs_dependencies()
931 struct amdgpu_ctx *ctx; in amdgpu_cs_wait_ioctl()