Symbol: amdgpu_ctx
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
1490
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
1538
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
406
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
1003
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
297
static int amdgpu_ctx_get_stable_pstate(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
326
struct drm_file *filp, struct amdgpu_ctx *ctx)
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
351
static int __amdgpu_ctx_set_stable_pstate(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
356
struct amdgpu_ctx *current_ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
406
static int amdgpu_ctx_set_stable_pstate(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
421
struct amdgpu_ctx *ctx = container_of(ref, struct amdgpu_ctx, refcount);
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
451
int amdgpu_ctx_get_entity(struct amdgpu_ctx *ctx, u32 hw_ip, u32 instance,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
500
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
528
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
531
ctx = container_of(ref, struct amdgpu_ctx, refcount);
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
547
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
561
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
595
static bool amdgpu_ctx_guilty(struct amdgpu_ctx *ctx)
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
621
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
682
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
771
struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id)
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
773
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
789
int amdgpu_ctx_put(struct amdgpu_ctx *ctx)
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
798
uint64_t amdgpu_ctx_add_fence(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
825
struct dma_fence *amdgpu_ctx_get_fence(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
854
static void amdgpu_ctx_set_entity_priority(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
879
void amdgpu_ctx_priority_override(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
900
int amdgpu_ctx_wait_prev_fence(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
940
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
966
struct amdgpu_ctx *ctx;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
71
struct amdgpu_ctx *amdgpu_ctx_get(struct amdgpu_fpriv *fpriv, uint32_t id);
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
72
int amdgpu_ctx_put(struct amdgpu_ctx *ctx);
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
74
int amdgpu_ctx_get_entity(struct amdgpu_ctx *ctx, u32 hw_ip, u32 instance,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
76
uint64_t amdgpu_ctx_add_fence(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
79
struct dma_fence *amdgpu_ctx_get_fence(struct amdgpu_ctx *ctx,
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
83
void amdgpu_ctx_priority_override(struct amdgpu_ctx *ctx, int32_t ctx_prio);
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
88
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;