Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_fw.c577 pvr_fw_object_destroy(fw_mem->runtime_cfg_obj); in pvr_fw_create_structures()
580 pvr_fw_object_destroy(fw_mem->gpu_util_fwcb_obj); in pvr_fw_create_structures()
583 pvr_fw_object_destroy(fw_mem->fault_page_obj); in pvr_fw_create_structures()
589 pvr_fw_object_destroy(fw_mem->mmucache_sync_obj); in pvr_fw_create_structures()
607 pvr_fw_object_destroy(fw_mem->runtime_cfg_obj); in pvr_fw_destroy_structures()
608 pvr_fw_object_destroy(fw_mem->gpu_util_fwcb_obj); in pvr_fw_destroy_structures()
609 pvr_fw_object_destroy(fw_mem->fault_page_obj); in pvr_fw_destroy_structures()
613 pvr_fw_object_destroy(fw_mem->mmucache_sync_obj); in pvr_fw_destroy_structures()
773 pvr_fw_object_destroy(fw_mem->core_data_obj); in pvr_fw_process()
779 pvr_fw_object_destroy(fw_mem->core_code_obj); in pvr_fw_process()
[all …]
H A Dpvr_hwrt.c89 pvr_fw_object_destroy(hwrt->common_fw_obj); in hwrt_fini_common_fw_structure()
419 pvr_fw_object_destroy(hwrt_data->raa_obj); in hwrt_data_init_fw_structure()
423 pvr_fw_object_destroy(hwrt_data->srtc_obj); in hwrt_data_init_fw_structure()
436 pvr_fw_object_destroy(hwrt_data->raa_obj); in hwrt_data_fini_fw_structure()
437 pvr_fw_object_destroy(hwrt_data->srtc_obj); in hwrt_data_fini_fw_structure()
440 pvr_fw_object_destroy(hwrt_data->fw_obj); in hwrt_data_fini_fw_structure()
H A Dpvr_fw.h447 void pvr_fw_object_destroy(struct pvr_fw_object *fw_obj);
453 pvr_fw_object_destroy(fw_obj); in pvr_fw_object_unmap_and_destroy()
H A Dpvr_context.c356 pvr_fw_object_destroy(ctx->fw_obj); in pvr_context_create()
386 pvr_fw_object_destroy(ctx->fw_obj); in pvr_context_release()
H A Dpvr_queue.c1334 pvr_fw_object_destroy(queue->reg_state_obj); in pvr_queue_create()
1411 pvr_fw_object_destroy(queue->reg_state_obj); in pvr_queue_destroy()
H A Dpvr_vm.c622 pvr_fw_object_destroy(vm_ctx->fw_mem_ctx_obj); in pvr_vm_context_release()