Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/simulator/
Dv3d_simulator.c253 ret = drmIoctl(fd, DRM_IOCTL_I915_GEM_MMAP_GTT, &map); in v3d_create_simulator_bo_for_gem()
/third_party/libdrm/include/drm/
Di915_drm.h381 #define DRM_IOCTL_I915_GEM_MMAP_GTT DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_MMAP_GTT, struct drm_i… macro
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h446 #define DRM_IOCTL_I915_GEM_MMAP_GTT DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_MMAP_GTT, struct drm_i… macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c971 int ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_MMAP_GTT, &mmap_arg); in crocus_bo_map_gtt()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c1543 DRM_IOCTL_I915_GEM_MMAP_GTT, in map_gtt()
3495 DRM_IOCTL_I915_GEM_MMAP_GTT, in drm_intel_gem_bo_map__gtt()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c1191 int ret = drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_MMAP_GTT, &mmap_arg); in brw_bo_map_gtt()