Symbol: amdgpu_ctx
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
1496
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
1544
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
414
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.h
52
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
139
static unsigned int amdgpu_ctx_get_hw_prio(struct amdgpu_ctx *ctx, u32 hw_ip)
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
190
static ktime_t amdgpu_ctx_entity_time(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
204
static int amdgpu_ctx_init_entity(struct amdgpu_ctx *ctx, u32 hw_ip,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
291
static int amdgpu_ctx_get_stable_pstate(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
320
struct drm_file *filp, struct amdgpu_ctx *ctx)
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
355
static int amdgpu_ctx_set_stable_pstate(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
408
struct amdgpu_ctx *ctx = container_of(ref, struct amdgpu_ctx, refcount);
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
433
int amdgpu_ctx_get_entity(struct amdgpu_ctx *ctx, u32 hw_ip, u32 instance,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
482
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
510
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
513
ctx = container_of(ref, struct amdgpu_ctx, refcount);
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
529
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
543
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
582
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
643
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
732
struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id)
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
734
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
750
int amdgpu_ctx_put(struct amdgpu_ctx *ctx)
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
759
uint64_t amdgpu_ctx_add_fence(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
786
struct dma_fence *amdgpu_ctx_get_fence(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
815
static void amdgpu_ctx_set_entity_priority(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
840
void amdgpu_ctx_priority_override(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
861
int amdgpu_ctx_wait_prev_fence(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
901
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
927
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
964
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
73
struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id);
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
74
int amdgpu_ctx_put(struct amdgpu_ctx *ctx);
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
76
int amdgpu_ctx_get_entity(struct amdgpu_ctx *ctx, u32 hw_ip, u32 instance,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
78
uint64_t amdgpu_ctx_add_fence(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
81
struct dma_fence *amdgpu_ctx_get_fence(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
85
void amdgpu_ctx_priority_override(struct amdgpu_ctx *ctx, int32_t ctx_prio);
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
90
int amdgpu_ctx_wait_prev_fence(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c
41
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c
68
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h
380
struct amdgpu_ctx *stable_pstate_ctx;