Home
last modified time | relevance | path

Searched refs:DRM_ETNAVIV_WAIT_FENCE (Results 1 – 5 of 5) sorted by relevance

/third_party/libdrm/etnaviv/
Detnaviv_drm.h277 #define DRM_ETNAVIV_WAIT_FENCE 0x07 macro
290 #define DRM_IOCTL_ETNAVIV_WAIT_FENCE DRM_IOW(DRM_COMMAND_BASE + DRM_ETNAVIV_WAIT_FENCE, struct dr…
Detnaviv_pipe.c49 ret = drmCommandWrite(dev->fd, DRM_ETNAVIV_WAIT_FENCE, &req, sizeof(req)); in etna_pipe_wait_ns()
/third_party/mesa3d/include/drm-uapi/
Detnaviv_drm.h277 #define DRM_ETNAVIV_WAIT_FENCE 0x07 macro
290 #define DRM_IOCTL_ETNAVIV_WAIT_FENCE DRM_IOW(DRM_COMMAND_BASE + DRM_ETNAVIV_WAIT_FENCE, struct dr…
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_pipe.c44 ret = drmCommandWrite(dev->fd, DRM_ETNAVIV_WAIT_FENCE, &req, sizeof(req)); in etna_pipe_wait_ns()
/third_party/mesa3d/src/etnaviv/drm-shim/
Detnaviv_noop.c210 [DRM_ETNAVIV_WAIT_FENCE] = etnaviv_ioctl_noop,