Home
last modified time | relevance | path

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

/third_party/mesa3d/src/drm-shim/
Ddrm_shim.h94 void *drm_shim_mmap(struct shim_fd *shim_fd, size_t length, int prot, int flags,
Ddrm_shim.c715 return drm_shim_mmap(shim_fd, length, prot, flags, fd, offset); in mmap()
727 return drm_shim_mmap(shim_fd, length, prot, flags, fd, offset); in mmap64()
Ddevice.c416 drm_shim_mmap(struct shim_fd *shim_fd, size_t length, int prot, int flags, in drm_shim_mmap() function
/third_party/mesa3d/src/intel/tools/
Dintel_noop_drm_shim.c123 bo->map = drm_shim_mmap(shim_fd, bo->size, PROT_READ | PROT_WRITE, MAP_SHARED, -1, in i915_ioctl_gem_mmap()
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst1563 - drm-shim: Explicitly use off64_t for the offset to drm_shim_mmap