Lines Matching full:gem
19 * struct drm_tegra_gem_create - parameters for the GEM object creation IOCTL
32 * A bitmask of flags that influence the creation of GEM objects:
45 * The handle of the created GEM object. Set by the kernel upon
52 * struct drm_tegra_gem_mmap - parameters for the GEM mmap IOCTL
58 * Handle of the GEM object to obtain an mmap offset for.
72 * The mmap offset for the given GEM object. Set by the kernel upon
276 * Handle to a GEM object containing the command buffer.
283 * Offset, in bytes, into the GEM object identified by @handle at
304 * struct drm_tegra_reloc - GEM object relocation structure
311 * Handle to the GEM object containing the command buffer for
312 * which to perform this GEM object relocation.
328 * Handle to the GEM object to be relocated.
335 * Offset, in bytes, into the target GEM object at which the
363 * Handle to the GEM object containing a command stream on which to
518 * Handle to the GEM object for which to set the tiling parameters.
560 * Handle to the GEM object for which to query the tiling parameters.
567 * The tiling mode currently associated with the GEM object. Set by
575 * The tiling mode parameter currently associated with the GEM object.
598 * Handle to the GEM object for which to set the flags.
605 * The flags to set for the GEM object.
617 * Handle to the GEM object for which to query the flags.
624 * The flags currently associated with the GEM object. Set by the
742 * GEM handle of the memory to map.