Home
last modified time | relevance | path

Searched defs:pvr_file (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_device.h354 struct pvr_file { struct
360 struct drm_file *file;
366 struct pvr_device *pvr_dev;
374 struct xarray ctx_handles;
382 struct xarray free_list_handles;
390 struct xarray hwrt_handles;
398 struct xarray vm_ctx_handles;
401 struct list_head contexts;
478 #define from_pvr_file(pvr_file) ((pvr_file)->file) argument
H A Dpvr_hwrt.h100 pvr_hwrt_dataset_lookup(struct pvr_file *pvr_file, u32 handle) in pvr_hwrt_dataset_lookup()
132 pvr_hwrt_data_lookup(struct pvr_file *pvr_file, u32 handle, u32 index) in pvr_hwrt_data_lookup()
H A Dpvr_gem.c133 struct pvr_file *pvr_file, u32 *handle) 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()
H A Dpvr_free_list.h138 pvr_free_list_lookup(struct pvr_file *pvr_file, u32 handle) in pvr_free_list_lookup()
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()