HomeSort by: relevance | last modified time | path
    Searched defs:amdgpu_ctx (Results 1 - 2 of 2) 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.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,

Completed in 23 milliseconds