Home
last modified time | relevance | path

Searched refs:pvr_context (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/imagination/
Dpvr_context.h32 struct pvr_context { struct
94 pvr_context_get_queue_for_job(struct pvr_context *ctx, enum drm_pvr_job_type type) in pvr_context_get_queue_for_job() argument
120 static __always_inline struct pvr_context *
121 pvr_context_get(struct pvr_context *ctx) in pvr_context_get()
142 pvr_context_get_if_referenced(struct pvr_context *ctx) in pvr_context_get_if_referenced()
158 static __always_inline struct pvr_context *
161 struct pvr_context *ctx; in pvr_context_lookup()
182 static __always_inline struct pvr_context *
185 struct pvr_context *ctx; in pvr_context_lookup_id()
205 pvr_context_get_fw_addr(struct pvr_context *ctx) in pvr_context_get_fw_addr()
[all …]
Dpvr_context.c99 static int init_render_fw_objs(struct pvr_context *ctx, in init_render_fw_objs()
119 static int init_compute_fw_objs(struct pvr_context *ctx, in init_compute_fw_objs()
139 static int init_transfer_fw_objs(struct pvr_context *ctx, in init_transfer_fw_objs()
149 static int init_fw_objs(struct pvr_context *ctx, in init_fw_objs()
168 struct pvr_context *ctx = priv; in ctx_fw_data_init()
180 static void pvr_context_destroy_queues(struct pvr_context *ctx) in pvr_context_destroy_queues()
206 static int pvr_context_create_queues(struct pvr_context *ctx, in pvr_context_create_queues()
267 static void pvr_context_kill_queues(struct pvr_context *ctx) in pvr_context_kill_queues()
295 struct pvr_context *ctx; in pvr_context_create()
387 struct pvr_context *ctx = in pvr_context_release()
[all …]
Dpvr_queue.h12 struct pvr_context;
84 struct pvr_context *ctx;
150 struct pvr_queue *pvr_queue_create(struct pvr_context *ctx,
Dpvr_job.h18 struct pvr_context;
70 struct pvr_context *ctx;
DMakefile9 pvr_context.o \
Dpvr_queue.c1020 struct pvr_context *ctx = queue->ctx; in init_fw_context()
1186 struct pvr_queue *pvr_queue_create(struct pvr_context *ctx, in pvr_queue_create()