Home
last modified time | relevance | path

Searched refs:fw_obj (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_vm_mips.h18 pvr_vm_mips_map(struct pvr_device *pvr_dev, struct pvr_fw_object *fw_obj);
20 pvr_vm_mips_unmap(struct pvr_device *pvr_dev, struct pvr_fw_object *fw_obj);
H A Dpvr_queue.c641 pvr_fw_object_get_fw_addr(jfence->queue->timeline_ufo.fw_obj, in pvr_queue_submit_job_to_cccb()
656 pvr_fw_object_get_fw_addr(jfence->queue->timeline_ufo.fw_obj, in pvr_queue_submit_job_to_cccb()
673 pvr_fw_object_get_fw_addr(queue->timeline_ufo.fw_obj, in pvr_queue_submit_job_to_cccb()
683 pvr_fw_object_get_fw_addr(queue->timeline_ufo.fw_obj, &ufos[0].addr); in pvr_queue_submit_job_to_cccb()
1065 if (!queue->ctx->fw_obj) in pvr_queue_cleanup_fw_context()
1070 queue->ctx->fw_obj, queue->ctx_offset); in pvr_queue_cleanup_fw_context()
1303 NULL, NULL, &queue->timeline_ufo.fw_obj); in pvr_queue_create()
1331 pvr_fw_object_unmap_and_destroy(queue->timeline_ufo.fw_obj); in pvr_queue_create()
1410 pvr_fw_object_unmap_and_destroy(queue->timeline_ufo.fw_obj); in pvr_queue_destroy()
H A Dpvr_hwrt.h28 struct pvr_fw_object *fw_obj; member
H A Dpvr_free_list.h58 struct pvr_fw_object *fw_obj; member
H A Dpvr_cccb.c208 pvr_fw_object_get_fw_addr_offset(hwrt->fw_obj, cleanup_state_offset, in fill_cmd_kick_data()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmes_userqueue.c119 struct amdgpu_userq_obj *ctx = &queue->fw_obj; in mes_userq_map()
165 struct amdgpu_userq_obj *ctx = &queue->fw_obj; in mes_userq_unmap()
184 struct amdgpu_userq_obj *ctx = &queue->fw_obj; in mes_userq_create_ctx_space()
403 amdgpu_userq_destroy_object(uq_mgr, &queue->fw_obj); in mes_userq_mqd_create()
418 amdgpu_userq_destroy_object(uq_mgr, &queue->fw_obj); in mes_userq_mqd_destroy()
428 struct amdgpu_userq_obj *ctx = &queue->fw_obj; in mes_userq_preempt()
474 struct amdgpu_userq_obj *ctx = &queue->fw_obj; in mes_userq_restore()
H A Damdgpu_userq.h67 struct amdgpu_userq_obj fw_obj; member