Searched refs:drm_shim_mmap (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/drm-shim/ |
D | drm_shim.h | 94 void *drm_shim_mmap(struct shim_fd *shim_fd, size_t length, int prot, int flags,
|
D | drm_shim.c | 715 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()
|
D | device.c | 416 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/ |
D | intel_noop_drm_shim.c | 123 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/ |
D | 22.1.0.rst | 1563 - drm-shim: Explicitly use off64_t for the offset to drm_shim_mmap
|