Home
last modified time | relevance | path

Searched refs:pvr_file (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_hwrt.h81 pvr_hwrt_dataset_create(struct pvr_file *pvr_file,
85 pvr_destroy_hwrt_datasets_for_file(struct pvr_file *pvr_file);
100 pvr_hwrt_dataset_lookup(struct pvr_file *pvr_file, u32 handle) in pvr_hwrt_dataset_lookup() argument
104 xa_lock(&pvr_file->hwrt_handles); in pvr_hwrt_dataset_lookup()
105 hwrt = xa_load(&pvr_file->hwrt_handles, handle); in pvr_hwrt_dataset_lookup()
110 xa_unlock(&pvr_file->hwrt_handles); in pvr_hwrt_dataset_lookup()
132 pvr_hwrt_data_lookup(struct pvr_file *pvr_file, u32 handle, u32 index) in pvr_hwrt_data_lookup() argument
134 struct pvr_hwrt_dataset *hwrt_dataset = pvr_hwrt_dataset_lookup(pvr_file, handle); in pvr_hwrt_data_lookup()
H A Dpvr_free_list.h107 pvr_free_list_create(struct pvr_file *pvr_file,
111 pvr_destroy_free_lists_for_file(struct pvr_file *pvr_file);
138 pvr_free_list_lookup(struct pvr_file *pvr_file, u32 handle) in pvr_free_list_lookup() argument
142 xa_lock(&pvr_file->free_list_handles); in pvr_free_list_lookup()
143 free_list = pvr_free_list_get(xa_load(&pvr_file->free_list_handles, handle)); in pvr_free_list_lookup()
144 xa_unlock(&pvr_file->free_list_handles); in pvr_free_list_lookup()
H A Dpvr_vm.h15 struct pvr_file;
65 struct pvr_vm_context *pvr_vm_context_lookup(struct pvr_file *pvr_file, u32 handle);
68 void pvr_destroy_vm_contexts_for_file(struct pvr_file *pvr_file);
H A Dpvr_sync.h19 struct pvr_file;
79 pvr_sync_add_deps_to_job(struct pvr_file *pvr_file, struct drm_sched_job *job,
H A Dpvr_gem.c133 struct pvr_file *pvr_file, u32 *handle) in pvr_gem_object_into_handle() argument
136 struct drm_file *file = from_pvr_file(pvr_file); in pvr_gem_object_into_handle()
177 pvr_gem_object_from_handle(struct pvr_file *pvr_file, u32 handle) in pvr_gem_object_from_handle() argument
179 struct drm_file *file = from_pvr_file(pvr_file); in pvr_gem_object_from_handle()
H A Dpvr_job.h22 struct pvr_file;
158 int pvr_submit_jobs(struct pvr_device *pvr_dev, struct pvr_file *pvr_file,
H A Dpvr_sync.c248 pvr_sync_add_deps_to_job(struct pvr_file *pvr_file, struct drm_sched_job *job, in pvr_sync_add_deps_to_job() argument
277 err = drm_syncobj_find_fence(from_pvr_file(pvr_file), sync_ops[i].handle, in pvr_sync_add_deps_to_job()
H A Dpvr_device.h354 struct pvr_file { struct
478 #define from_pvr_file(pvr_file) ((pvr_file)->file) argument