Searched refs:DRM_IOCTL_VC4_GEM_MADVISE (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | vc4_drm.h | 60 #define DRM_IOCTL_VC4_GEM_MADVISE DRM_IOWR(DRM_COMMAND_BASE + DRM_VC4_GEM_MADVISE, struct drm_vc4_gem_madvise) macro 364 * DRM_IOCTL_VC4_GEM_MADVISE ioctl.
|
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ |
| H A D | vc4_drm.h | 60 #define DRM_IOCTL_VC4_GEM_MADVISE DRM_IOWR(DRM_COMMAND_BASE + DRM_VC4_GEM_MADVISE, struct drm_vc4_gem_madvise) macro 364 * DRM_IOCTL_VC4_GEM_MADVISE ioctl.
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| H A D | vc4_drm.h | 60 #define DRM_IOCTL_VC4_GEM_MADVISE DRM_IOWR(DRM_COMMAND_BASE + DRM_VC4_GEM_MADVISE, struct drm_vc4_gem_madvise) macro 364 * DRM_IOCTL_VC4_GEM_MADVISE ioctl.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_bufmgr.c | 132 vc4_ioctl(bo->screen->fd, DRM_IOCTL_VC4_GEM_MADVISE, &arg); 145 if (vc4_ioctl(bo->screen->fd, DRM_IOCTL_VC4_GEM_MADVISE, &arg))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_bufmgr.c | 124 vc4_ioctl(bo->screen->fd, DRM_IOCTL_VC4_GEM_MADVISE, &arg); 137 if (vc4_ioctl(bo->screen->fd, DRM_IOCTL_VC4_GEM_MADVISE, &arg))
|
Completed in 9 milliseconds