HomeSort by relevance Sort by last modified time
    Searched refs:drm_i915_gem_mmap_gtt (Results 1 - 7 of 7) sorted by null

  /external/libdrm/libkms/
intel.c 159 struct drm_i915_gem_mmap_gtt arg;
172 ret = drmCommandWriteRead(bo->base.kms->fd, DRM_I915_GEM_MMAP_GTT, &arg, sizeof(arg));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
i915_drm.h 186 #define DRM_I915_GEM_MMAP_GTT 0x24
222 #define DRM_IOCTL_I915_GEM_MMAP_GTT DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_MMAP_GTT, struct drm_i915_gem_mmap_gtt)
427 struct drm_i915_gem_mmap_gtt { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
i915_drm.h 187 #define DRM_I915_GEM_MMAP_GTT 0x24
224 #define DRM_IOCTL_I915_GEM_MMAP_GTT DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_MMAP_GTT, struct drm_i915_gem_mmap_gtt)
435 struct drm_i915_gem_mmap_gtt { struct
  /bionic/libc/kernel/uapi/drm/
i915_drm.h 180 #define DRM_I915_GEM_MMAP_GTT 0x24
242 #define DRM_IOCTL_I915_GEM_MMAP_GTT DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_MMAP_GTT, struct drm_i915_gem_mmap_gtt)
435 struct drm_i915_gem_mmap_gtt { struct
  /external/kernel-headers/original/uapi/drm/
i915_drm.h 215 #define DRM_I915_GEM_MMAP_GTT 0x24
266 #define DRM_IOCTL_I915_GEM_MMAP_GTT DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_MMAP_GTT, struct drm_i915_gem_mmap_gtt)
520 struct drm_i915_gem_mmap_gtt { struct
    [all...]
  /external/libdrm/include/drm/
i915_drm.h 215 #define DRM_I915_GEM_MMAP_GTT 0x24
266 #define DRM_IOCTL_I915_GEM_MMAP_GTT DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_MMAP_GTT, struct drm_i915_gem_mmap_gtt)
521 struct drm_i915_gem_mmap_gtt { struct
    [all...]
  /external/libdrm/intel/
intel_bufmgr_gem.c     [all...]

Completed in 1586 milliseconds