Home
last modified time | relevance | path

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

/third_party/libdrm/include/drm/
Di915_drm.h388 #define DRM_IOCTL_I915_GEM_MADVISE DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_MADVISE, struct drm_i91… macro
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h454 #define DRM_IOCTL_I915_GEM_MADVISE DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_MADVISE, struct drm_i91… macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c279 intel_ioctl(bo->bufmgr->fd, DRM_IOCTL_I915_GEM_MADVISE, &madv); in crocus_bo_madvise()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c495 drmIoctl(bo->bufmgr->fd, DRM_IOCTL_I915_GEM_MADVISE, &madv); in brw_bo_madvise()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c516 intel_ioctl(bo->bufmgr->fd, DRM_IOCTL_I915_GEM_MADVISE, &madv); in iris_bo_madvise()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c670 drmIoctl(bufmgr_gem->fd, DRM_IOCTL_I915_GEM_MADVISE, &madv); in drm_intel_gem_bo_madvise_internal()