Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_VC4_GEM_MADVISE (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/include/drm-uapi/
Dvc4_drm.h57 #define DRM_IOCTL_VC4_GEM_MADVISE DRM_IOWR(DRM_COMMAND_BASE + DRM_VC4_GEM_MADVISE, struct d… macro
/external/kernel-headers/original/uapi/drm/
Dvc4_drm.h60 #define DRM_IOCTL_VC4_GEM_MADVISE DRM_IOWR(DRM_COMMAND_BASE + DRM_VC4_GEM_MADVISE, struct d… macro
/external/libdrm/include/drm/
Dvc4_drm.h60 #define DRM_IOCTL_VC4_GEM_MADVISE DRM_IOWR(DRM_COMMAND_BASE + DRM_VC4_GEM_MADVISE, struct d… macro
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_bufmgr.c124 vc4_ioctl(bo->screen->fd, DRM_IOCTL_VC4_GEM_MADVISE, &arg); in vc4_bo_purgeable()
137 if (vc4_ioctl(bo->screen->fd, DRM_IOCTL_VC4_GEM_MADVISE, &arg)) in vc4_bo_unpurgeable()