Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/drm/
Detnaviv_drm.h274 #define DRM_ETNAVIV_WAIT_FENCE 0x07 macro
287 #define DRM_IOCTL_ETNAVIV_WAIT_FENCE DRM_IOW(DRM_COMMAND_BASE + DRM_ETNAVIV_WAIT_FENCE, struct dr…
/external/igt-gpu-tools/include/drm-uapi/
Detnaviv_drm.h266 #define DRM_ETNAVIV_WAIT_FENCE 0x07 macro
279 #define DRM_IOCTL_ETNAVIV_WAIT_FENCE DRM_IOW(DRM_COMMAND_BASE + DRM_ETNAVIV_WAIT_FENCE, struct dr…
/external/mesa3d/include/drm-uapi/
Detnaviv_drm.h274 #define DRM_ETNAVIV_WAIT_FENCE 0x07 macro
287 #define DRM_IOCTL_ETNAVIV_WAIT_FENCE DRM_IOW(DRM_COMMAND_BASE + DRM_ETNAVIV_WAIT_FENCE, struct dr…
/external/mesa3d/src/etnaviv/drm/
Detnaviv_pipe.c44 ret = drmCommandWrite(dev->fd, DRM_ETNAVIV_WAIT_FENCE, &req, sizeof(req)); in etna_pipe_wait_ns()
/external/libdrm/etnaviv/
Detnaviv_pipe.c49 ret = drmCommandWrite(dev->fd, DRM_ETNAVIV_WAIT_FENCE, &req, sizeof(req)); in etna_pipe_wait_ns()
/external/mesa3d/src/etnaviv/drm-shim/
Detnaviv_noop.c210 [DRM_ETNAVIV_WAIT_FENCE] = etnaviv_ioctl_noop,