Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c571 if ((arg->flags & (drm_vmw_synccpu_read | drm_vmw_synccpu_write)) == 0 in vmw_user_bo_synccpu_ioctl()
572 || (arg->flags & ~(drm_vmw_synccpu_read | drm_vmw_synccpu_write | in vmw_user_bo_synccpu_ioctl()
/linux/include/uapi/drm/
H A Dvmwgfx_drm.h1056 drm_vmw_synccpu_read = (1 << 0), enumerator