Symbol: amdgpu_ctx_mgr
sys/dev/pci/drm/amd/amdgpu/amdgpu.h
509
struct amdgpu_ctx_mgr ctx_mgr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c
320
static int amdgpu_ctx_init(struct amdgpu_ctx_mgr *mgr, int32_t priority,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c
410
struct amdgpu_ctx_mgr *mgr = ctx->mgr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c
479
struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c
526
struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c
542
struct amdgpu_ctx_mgr *mgr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c
581
struct amdgpu_ctx_mgr *mgr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c
642
struct amdgpu_ctx_mgr *mgr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c
733
struct amdgpu_ctx_mgr *mgr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c
883
void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c
896
long amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr, long timeout)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c
922
static void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c
951
void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr)
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c
958
void amdgpu_ctx_mgr_usage(struct amdgpu_ctx_mgr *mgr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.h
34
struct amdgpu_ctx_mgr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.h
47
struct amdgpu_ctx_mgr *mgr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.h
60
struct amdgpu_ctx_mgr *ctx_mgr;
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.h
93
void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.h
95
long amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr, long timeout);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.h
96
void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.h
97
void amdgpu_ctx_mgr_usage(struct amdgpu_ctx_mgr *mgr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_sched.c
43
struct amdgpu_ctx_mgr *mgr;