Searched refs:DRM_MSM_WAIT_FENCE (Results 1 – 3 of 3) sorted by relevance
261 #define DRM_MSM_WAIT_FENCE 0x07 macro271 #define DRM_IOCTL_MSM_WAIT_FENCE DRM_IOW (DRM_COMMAND_BASE + DRM_MSM_WAIT_FENCE, struct drm_m…
262 #define DRM_MSM_WAIT_FENCE 0x07 macro272 #define DRM_IOCTL_MSM_WAIT_FENCE DRM_IOW (DRM_COMMAND_BASE + DRM_MSM_WAIT_FENCE, struct drm_m…
91 ret = drmCommandWrite(dev->fd, DRM_MSM_WAIT_FENCE, &req, sizeof(req)); in msm_pipe_wait()