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.c531 xa_for_each(&pvr_file->hwrt_handles, handle, hwrt) { in pvr_destroy_hwrt_datasets_for_file()
533 pvr_hwrt_dataset_put(xa_erase(&pvr_file->hwrt_handles, handle)); in pvr_destroy_hwrt_datasets_for_file()
H A Dpvr_drv.c844 err = xa_alloc(&pvr_file->hwrt_handles, in pvr_ioctl_create_hwrt_dataset()
889 hwrt = xa_erase(&pvr_file->hwrt_handles, args->handle); in pvr_ioctl_destroy_hwrt_dataset()
1335 xa_init_flags(&pvr_file->hwrt_handles, XA_FLAGS_ALLOC1); in pvr_drm_driver_open()
H A Dpvr_device.h360 * @hwrt_handles: Array of HWRT datasets belonging to this file. Array
365 struct xarray hwrt_handles; member