Searched refs:fw_obj (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_vm_mips.h | 18 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 D | pvr_queue.c | 641 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 D | pvr_hwrt.h | 28 struct pvr_fw_object *fw_obj; member
|
| H A D | pvr_free_list.h | 58 struct pvr_fw_object *fw_obj; member
|
| H A D | pvr_cccb.c | 208 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 D | mes_userqueue.c | 119 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 D | amdgpu_userq.h | 67 struct amdgpu_userq_obj fw_obj; member
|