Searched refs:DRM_I915_GEM_CREATE (Results 1 – 4 of 4) sorted by relevance
314 #define DRM_I915_GEM_CREATE 0x1b macro377 #define DRM_IOCTL_I915_GEM_CREATE DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_CREATE, struct drm_i915_…
438 #define DRM_I915_GEM_CREATE 0x1b macro504 #define DRM_IOCTL_I915_GEM_CREATE DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_CREATE, struct drm_i915_…
462 [DRM_I915_GEM_CREATE] = i915_ioctl_gem_create,
162 API to create GEM-buffers. See for example ``DRM_I915_GEM_CREATE``,