Symbol: pvr_context
drivers/gpu/drm/imagination/pvr_context.c
107
static int init_compute_fw_objs(struct pvr_context *ctx,
drivers/gpu/drm/imagination/pvr_context.c
127
static int init_transfer_fw_objs(struct pvr_context *ctx,
drivers/gpu/drm/imagination/pvr_context.c
137
static int init_fw_objs(struct pvr_context *ctx,
drivers/gpu/drm/imagination/pvr_context.c
156
struct pvr_context *ctx = priv;
drivers/gpu/drm/imagination/pvr_context.c
168
static void pvr_context_destroy_queues(struct pvr_context *ctx)
drivers/gpu/drm/imagination/pvr_context.c
194
static int pvr_context_create_queues(struct pvr_context *ctx,
drivers/gpu/drm/imagination/pvr_context.c
255
static void pvr_context_kill_queues(struct pvr_context *ctx)
drivers/gpu/drm/imagination/pvr_context.c
283
struct pvr_context *ctx;
drivers/gpu/drm/imagination/pvr_context.c
375
struct pvr_context *ctx =
drivers/gpu/drm/imagination/pvr_context.c
376
container_of(ref_count, struct pvr_context, ref_count);
drivers/gpu/drm/imagination/pvr_context.c
397
pvr_context_put(struct pvr_context *ctx)
drivers/gpu/drm/imagination/pvr_context.c
418
struct pvr_context *ctx = xa_erase(&pvr_file->ctx_handles, handle);
drivers/gpu/drm/imagination/pvr_context.c
442
struct pvr_context *ctx;
drivers/gpu/drm/imagination/pvr_context.c
449
ctx = list_first_entry(&pvr_file->contexts, struct pvr_context, file_link);
drivers/gpu/drm/imagination/pvr_context.c
462
ctx = list_first_entry(&pvr_file->contexts, struct pvr_context, file_link);
drivers/gpu/drm/imagination/pvr_context.c
87
static int init_render_fw_objs(struct pvr_context *ctx,
drivers/gpu/drm/imagination/pvr_context.h
120
static __always_inline struct pvr_context *
drivers/gpu/drm/imagination/pvr_context.h
121
pvr_context_get(struct pvr_context *ctx)
drivers/gpu/drm/imagination/pvr_context.h
142
pvr_context_get_if_referenced(struct pvr_context *ctx)
drivers/gpu/drm/imagination/pvr_context.h
158
static __always_inline struct pvr_context *
drivers/gpu/drm/imagination/pvr_context.h
161
struct pvr_context *ctx;
drivers/gpu/drm/imagination/pvr_context.h
182
static __always_inline struct pvr_context *
drivers/gpu/drm/imagination/pvr_context.h
185
struct pvr_context *ctx;
drivers/gpu/drm/imagination/pvr_context.h
205
pvr_context_get_fw_addr(struct pvr_context *ctx)
drivers/gpu/drm/imagination/pvr_context.h
214
void pvr_context_put(struct pvr_context *ctx);
drivers/gpu/drm/imagination/pvr_context.h
94
pvr_context_get_queue_for_job(struct pvr_context *ctx, enum drm_pvr_job_type type)
drivers/gpu/drm/imagination/pvr_job.h
18
struct pvr_context;
drivers/gpu/drm/imagination/pvr_job.h
70
struct pvr_context *ctx;
drivers/gpu/drm/imagination/pvr_queue.c
1034
struct pvr_context *ctx = queue->ctx;
drivers/gpu/drm/imagination/pvr_queue.c
1201
struct pvr_queue *pvr_queue_create(struct pvr_context *ctx,
drivers/gpu/drm/imagination/pvr_queue.h
13
struct pvr_context;
drivers/gpu/drm/imagination/pvr_queue.h
154
struct pvr_queue *pvr_queue_create(struct pvr_context *ctx,
drivers/gpu/drm/imagination/pvr_queue.h
88
struct pvr_context *ctx;