Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/
Ddrm_gem.h393 long drm_gem_dma_resv_wait(struct drm_file *filep, u32 handle,
/Linux-v5.4/drivers/gpu/drm/lima/
Dlima_gem.c344 ret = drm_gem_dma_resv_wait(file, handle, write, timeout); in lima_gem_wait()
/Linux-v5.4/drivers/gpu/drm/
Ddrm_gem.c770 long drm_gem_dma_resv_wait(struct drm_file *filep, u32 handle, in drm_gem_dma_resv_wait() function
793 EXPORT_SYMBOL(drm_gem_dma_resv_wait);
/Linux-v5.4/drivers/gpu/drm/v3d/
Dv3d_gem.c412 ret = drm_gem_dma_resv_wait(file_priv, args->handle, in v3d_wait_bo_ioctl()