Searched refs:DRM_MSM_WAIT_FENCE (Results 1 – 3 of 3) sorted by relevance
298 #define DRM_MSM_WAIT_FENCE 0x07 macro312 #define DRM_IOCTL_MSM_WAIT_FENCE DRM_IOW (DRM_COMMAND_BASE + DRM_MSM_WAIT_FENCE, struct drm_m…
284 #define DRM_MSM_WAIT_FENCE 0x07 macro298 #define DRM_IOCTL_MSM_WAIT_FENCE DRM_IOW (DRM_COMMAND_BASE + DRM_MSM_WAIT_FENCE, struct drm_m…
90 ret = drmCommandWrite(dev->fd, DRM_MSM_WAIT_FENCE, &req, sizeof(req)); in msm_pipe_wait()