Home
last modified time | relevance | path

Searched refs:hwrt_handles (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_hwrt.h104 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()
H A Dpvr_hwrt.c535 xa_for_each(&pvr_file->hwrt_handles, handle, hwrt) { in pvr_destroy_hwrt_datasets_for_file()
537 pvr_hwrt_dataset_put(xa_erase(&pvr_file->hwrt_handles, handle)); in pvr_destroy_hwrt_datasets_for_file()
H A Dpvr_drv.c842 err = xa_alloc(&pvr_file->hwrt_handles, in pvr_ioctl_create_hwrt_dataset()
887 hwrt = xa_erase(&pvr_file->hwrt_handles, args->handle); in pvr_ioctl_destroy_hwrt_dataset()
1331 xa_init_flags(&pvr_file->hwrt_handles, XA_FLAGS_ALLOC1); in pvr_drm_driver_open()
H A Dpvr_device.h338 struct xarray hwrt_handles; member