HomeSort by relevance Sort by last modified time
    Searched refs:drm_vmw_synccpu_allow_cs (Results 1 - 5 of 5) sorted by null

  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 300 drm_vmw_synccpu_allow_cs = (1 << 3) enumerator in enum:drm_vmw_synccpu_flags
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 1040 * @drm_vmw_synccpu_allow_cs: Allow command submission that touches the buffer
1048 drm_vmw_synccpu_allow_cs = (1 << 3) enumerator in enum:drm_vmw_synccpu_flags
  /external/libdrm/include/drm/
vmwgfx_drm.h 1030 * @drm_vmw_synccpu_allow_cs: Allow command submission that touches the buffer
1038 drm_vmw_synccpu_allow_cs = (1 << 3) enumerator in enum:drm_vmw_synccpu_flags
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 1033 * @drm_vmw_synccpu_allow_cs: Allow command submission that touches the buffer
1041 drm_vmw_synccpu_allow_cs = (1 << 3) enumerator in enum:drm_vmw_synccpu_flags
vmw_screen_ioctl.c 626 arg.flags |= drm_vmw_synccpu_allow_cs;
652 arg.flags |= drm_vmw_synccpu_allow_cs;

Completed in 615 milliseconds