Home
last modified time | relevance | path

Searched refs:drm_vmw_synccpu_read (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/drm/
H A Dvmwgfx_drm.h1044 * @drm_vmw_synccpu_read: Sync for read. If sync is done for read only, it's a
1056 drm_vmw_synccpu_read = (1 << 0), enumerator
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c573 if ((arg->flags & (drm_vmw_synccpu_read | drm_vmw_synccpu_write)) == 0 in vmw_user_bo_synccpu_ioctl()
574 || (arg->flags & ~(drm_vmw_synccpu_read | drm_vmw_synccpu_write | in vmw_user_bo_synccpu_ioctl()