Home
last modified time | relevance | path

Searched refs:syncpoints (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/tegra/
H A Duapi.c58 xa_for_each(&file->syncpoints, id, sp) in tegra_drm_uapi_close_file()
62 xa_destroy(&file->syncpoints); in tegra_drm_uapi_close_file()
318 err = xa_insert(&fpriv->syncpoints, args->id, sp, GFP_KERNEL); in tegra_drm_ioctl_syncpoint_allocate()
334 sp = xa_erase(&fpriv->syncpoints, args->id); in tegra_drm_ioctl_syncpoint_free()
H A Duapi.h24 struct xarray syncpoints; member
/linux/Documentation/gpu/
H A Dtegra.rst8 or blocks amongst themselves, can use syncpoints for synchronization.
139 GEM buffers, access and control syncpoints as well as submit command streams
178 such as the syncpoints or relocations used in the job submission.