HomeSort by: relevance | last modified time | path
    Searched refs:amdgpu_ctx (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ctx.h 1 /* $NetBSD: amdgpu_ctx.h,v 1.2 2021/12/18 23:44:58 riastradh Exp $ */
42 struct amdgpu_ctx { struct
68 struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id);
69 int amdgpu_ctx_put(struct amdgpu_ctx *ctx);
71 int amdgpu_ctx_get_entity(struct amdgpu_ctx *ctx, u32 hw_ip, u32 instance,
73 void amdgpu_ctx_add_fence(struct amdgpu_ctx *ctx,
76 struct dma_fence *amdgpu_ctx_get_fence(struct amdgpu_ctx *ctx,
79 void amdgpu_ctx_priority_override(struct amdgpu_ctx *ctx,
85 int amdgpu_ctx_wait_prev_fence(struct amdgpu_ctx *ctx,
amdgpu_ctx.c 1 /* $NetBSD: amdgpu_ctx.c,v 1.8 2021/12/19 12:38:41 riastradh Exp $ */
28 __KERNEL_RCSID(0, "$NetBSD: amdgpu_ctx.c,v 1.8 2021/12/19 12:38:41 riastradh Exp $");
70 static int amdgpu_ctx_init_entity(struct amdgpu_ctx *ctx, const u32 hw_ip, const u32 ring)
147 struct amdgpu_ctx *ctx)
189 struct amdgpu_ctx *ctx = container_of(ref, struct amdgpu_ctx, refcount);
208 int amdgpu_ctx_get_entity(struct amdgpu_ctx *ctx, u32 hw_ip, u32 instance,
246 struct amdgpu_ctx *ctx;
278 struct amdgpu_ctx *ctx;
281 ctx = container_of(ref, struct amdgpu_ctx, refcount)
    [all...]
amdgpu_sched.c 66 struct amdgpu_ctx *ctx;
93 struct amdgpu_ctx *ctx;
Makefile 53 amdgpu_ucode.o amdgpu_bo_list.o amdgpu_ctx.o amdgpu_sync.o \
amdgpu_cs.c 968 struct amdgpu_ctx *ctx;
1364 struct amdgpu_ctx *ctx;
1412 struct amdgpu_ctx *ctx;
amdgpu.h 44 #include "amdgpu_ctx.h"
485 struct amdgpu_ctx *ctx;
  /src/sys/modules/amdgpu/
Makefile 201 SRCS+= amdgpu_ctx.c

Completed in 16 milliseconds