Lines Matching full:property
104 * Without this property the rectangle is only scaled, but not rotated or
132 * planes. Without this property the primary plane is always below the cursor
139 * any plane has a zpos property (either mutable or immutable), then all
140 * planes shall have a zpos property.
179 * 1.0. In these cases, this property has no effect, as all three
184 * Plane alpha value set by the plane "alpha" property. If the
185 * plane does not expose the "alpha" property, then this is
189 * Blob property which contains the set of buffer format and modifier
191 * struct. Without this property the plane doesn't support buffers with
192 * modifiers. Userspace cannot change this property.
194 * Note that all the property extensions described here apply either to the
200 * drm_plane_create_alpha_property - create a new alpha property
203 * This function creates a generic, mutable, alpha property and enables support
206 * The alpha property will be allowed to be within the bounds of 0
232 * drm_plane_create_rotation_property - create a new rotation property
234 * @rotation: initial value of the rotation property
237 * This creates a new property with the selected support for transformations.
240 * and the y axis the rotation property is somewhat redundant. Drivers can use
241 * drm_rotation_simplify() to normalize values of this property.
243 * The property exposed to userspace is a bitmask property (see
333 * drm_plane_create_zpos_property - create mutable zpos property
335 * @zpos: initial value of zpos property
336 * @min: minimal possible value of zpos property
337 * @max: maximal possible value of zpos property
339 * This function initializes generic mutable zpos property and enables support
340 * for it in drm core. Drivers can then attach this property to planes to enable
342 * Drivers that attach a mutable zpos property to any plane should call the
357 * The property exposed to userspace is called "zpos".
386 * drm_plane_create_zpos_immutable_property - create immuttable zpos property
388 * @zpos: value of zpos property
390 * This function initializes generic immutable zpos property and enables
391 * support for it in drm core. Using this property driver lets userspace
396 * The property exposed to userspace is called "zpos".
537 * drm_plane_create_blend_mode_property - create a new blend mode property
542 * the property defaults to anything else.
544 * This creates a new property describing the blend mode.
546 * The property exposed to userspace is an enumeration property (see