Lines Matching defs:flags
47 * @flags:
49 * A bitmask of flags that influence the creation of GEM objects:
57 __u32 flags;
609 * struct drm_tegra_gem_set_flags - parameters for the set flags IOCTL
615 * Handle to the GEM object for which to set the flags.
620 * @flags:
622 * The flags to set for the GEM object.
624 __u32 flags;
628 * struct drm_tegra_gem_get_flags - parameters for the get flags IOCTL
634 * Handle to the GEM object for which to query the flags.
639 * @flags:
641 * The flags currently associated with the GEM object. Set by the
644 __u32 flags;