Searched refs:pvr_vm_context_lookup (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_vm.h61 struct pvr_vm_context *pvr_vm_context_lookup(struct pvr_file *pvr_file, u32 handle);
H A Dpvr_context.c317 ctx->vm_ctx = pvr_vm_context_lookup(pvr_file, args->vm_context_handle);
H A Dpvr_free_list.c71 vm_ctx = pvr_vm_context_lookup(pvr_file, args->vm_context_handle);
H A Dpvr_drv.c1041 vm_ctx = pvr_vm_context_lookup(pvr_file, args->vm_context_handle);
1117 vm_ctx = pvr_vm_context_lookup(pvr_file, args->vm_context_handle);
H A Dpvr_vm.c622 * pvr_vm_context_lookup() - Look up VM context from handle
633 pvr_vm_context_lookup(struct pvr_file *pvr_file, u32 handle) function

Completed in 149 milliseconds