Home
last modified time | relevance | path

Searched refs:fw_ctx_map (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/imagination/
A Dpvr_context.c101 void *fw_ctx_map) in init_render_fw_objs() argument
121 void *fw_ctx_map) in init_compute_fw_objs() argument
141 void *fw_ctx_map) in init_transfer_fw_objs() argument
151 void *fw_ctx_map) in init_fw_objs() argument
155 return init_render_fw_objs(ctx, args, fw_ctx_map); in init_fw_objs()
157 return init_compute_fw_objs(ctx, args, fw_ctx_map); in init_fw_objs()
208 void *fw_ctx_map) in pvr_context_create_queues() argument
215 args, fw_ctx_map); in pvr_context_create_queues()
223 args, fw_ctx_map); in pvr_context_create_queues()
233 args, fw_ctx_map); in pvr_context_create_queues()
[all …]
A Dpvr_queue.h153 void *fw_ctx_map);
A Dpvr_queue.c1018 static void init_fw_context(struct pvr_queue *queue, void *fw_ctx_map) in init_fw_context() argument
1025 cctx_fw = fw_ctx_map + queue->ctx_offset; in init_fw_context()
1189 void *fw_ctx_map) in pvr_queue_create() argument
1267 init_fw_context(queue, fw_ctx_map); in pvr_queue_create()

Completed in 9 milliseconds