Home
last modified time | relevance | path

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

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