[Intel-gfx] [PATCH v6 1/5] drm: Introduce plane and CRTC scaling filter properties
Simon Ser
contact at emersion.fr
Tue Oct 13 12:03:34 UTC 2020
> +/**
> + * DOC: Plane scaling filter property
> + *
> + * SCALING_FILTER:
> + *
> + * Indicates scaling filter to be used for plane scaler
> + *
> + * The value of this property can be one of the following:
> + * Default:
> + * Driver's default scaling filter
> + * Nearest Neighbor:
> + * Nearest Neighbor scaling filter
> + *
> + * Drivers can set up this property for a plane by calling
> + * drm_plane_create_scaling_filter_property
> + */
Similarily, this can be moved in "Plane Composition Properties".
More information about the Intel-gfx
mailing list