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
172 * 1.0. In these cases, this property has no effect, as all three
177 * Plane alpha value set by the plane "alpha" property. If the
178 * plane does not expose the "alpha" property, then this is
181 * Note that all the property extensions described here apply either to the
187 * drm_plane_create_alpha_property - create a new alpha property
190 * This function creates a generic, mutable, alpha property and enables support
193 * The alpha property will be allowed to be within the bounds of 0
219 * drm_plane_create_rotation_property - create a new rotation property
221 * @rotation: initial value of the rotation property
224 * This creates a new property with the selected support for transformations.
227 * and the y axis the rotation property is somewhat redundant. Drivers can use
228 * drm_rotation_simplify() to normalize values of this property.
230 * The property exposed to userspace is a bitmask property (see
320 * drm_plane_create_zpos_property - create mutable zpos property
322 * @zpos: initial value of zpos property
323 * @min: minimal possible value of zpos property
324 * @max: maximal possible value of zpos property
326 * This function initializes generic mutable zpos property and enables support
327 * for it in drm core. Drivers can then attach this property to planes to enable
329 * Drivers that attach a mutable zpos property to any plane should call the
337 * planes immutable zpos property with lower or higher values (for more
344 * The property exposed to userspace is called "zpos".
373 * drm_plane_create_zpos_immutable_property - create immuttable zpos property
375 * @zpos: value of zpos property
377 * This function initializes generic immutable zpos property and enables
378 * support for it in drm core. Using this property driver lets userspace
383 * The property exposed to userspace is called "zpos".
524 * drm_plane_create_blend_mode_property - create a new blend mode property
529 * the property defaults to anything else.
531 * This creates a new property describing the blend mode.
533 * The property exposed to userspace is an enumeration property (see