Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/imagination/
H A Dpvr_fw.c583 pvr_fw_object_destroy(fw_mem->fault_page_obj); in pvr_fw_create_structures()
609 pvr_fw_object_destroy(fw_mem->fault_page_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()
784 pvr_fw_object_destroy(fw_mem->data_obj); in pvr_fw_process()
789 pvr_fw_object_destroy(fw_mem->code_obj); in pvr_fw_process()
853 pvr_fw_object_destroy(fw_mem->core_code_obj); in pvr_fw_cleanup()
855 pvr_fw_object_destroy(fw_mem->core_data_obj); in pvr_fw_cleanup()
856 pvr_fw_object_destroy(fw_mem->code_obj); in pvr_fw_cleanup()
857 pvr_fw_object_destroy(fw_mem->data_obj); in pvr_fw_cleanup()
[all …]
H A Dpvr_hwrt.c92 pvr_fw_object_destroy(hwrt->common_fw_obj); in hwrt_fini_common_fw_structure()
423 pvr_fw_object_destroy(hwrt_data->raa_obj); in hwrt_data_init_fw_structure()
427 pvr_fw_object_destroy(hwrt_data->srtc_obj); in hwrt_data_init_fw_structure()
440 pvr_fw_object_destroy(hwrt_data->raa_obj); in hwrt_data_fini_fw_structure()
441 pvr_fw_object_destroy(hwrt_data->srtc_obj); in hwrt_data_fini_fw_structure()
444 pvr_fw_object_destroy(hwrt_data->fw_obj); in hwrt_data_fini_fw_structure()
H A Dpvr_fw.h474 void pvr_fw_object_destroy(struct pvr_fw_object *fw_obj);
480 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.c1333 pvr_fw_object_destroy(queue->reg_state_obj); in pvr_queue_create()
1410 pvr_fw_object_destroy(queue->reg_state_obj); in pvr_queue_destroy()
H A Dpvr_vm.c616 pvr_fw_object_destroy(vm_ctx->fw_mem_ctx_obj); in pvr_vm_context_release()