Searched refs:DRM_ETNAVIV_WAIT_FENCE (Results 1 – 5 of 5) sorted by relevance
277 #define DRM_ETNAVIV_WAIT_FENCE 0x07 macro290 #define DRM_IOCTL_ETNAVIV_WAIT_FENCE DRM_IOW(DRM_COMMAND_BASE + DRM_ETNAVIV_WAIT_FENCE, struct dr…
49 ret = drmCommandWrite(dev->fd, DRM_ETNAVIV_WAIT_FENCE, &req, sizeof(req)); in etna_pipe_wait_ns()
44 ret = drmCommandWrite(dev->fd, DRM_ETNAVIV_WAIT_FENCE, &req, sizeof(req)); in etna_pipe_wait_ns()
210 [DRM_ETNAVIV_WAIT_FENCE] = etnaviv_ioctl_noop,