RE: [PATCH v2 1/5] drm: Introduce plane and CRTC scaling filter properties

2020-03-24 Thread Laxminarayan Bharadiya, Pankaj
.@collabora.com; Maarten Lankhorst > ; Maxime Ripard ; > Thomas Zimmermann ; David Airlie > Subject: Re: [PATCH v2 1/5] drm: Introduce plane and CRTC scaling filter > properties > > On Thu, Mar 19, 2020 at 03:50:59PM +0530, Pankaj Bharadiya wrote: > > Introduce new p

Re: [PATCH v2 1/5] drm: Introduce plane and CRTC scaling filter properties

2020-03-23 Thread Ville Syrjälä
On Thu, Mar 19, 2020 at 03:50:59PM +0530, Pankaj Bharadiya wrote: > Introduce new plane and CRTC scaling filter properties to allow > userspace to select the driver's default scaling filter or > Nearest-neighbor(NN) filter for upscaling operations on CRTC and > plane. > > Drivers can set up this

[PATCH v2 1/5] drm: Introduce plane and CRTC scaling filter properties

2020-03-19 Thread Pankaj Bharadiya
Introduce new plane and CRTC scaling filter properties to allow userspace to select the driver's default scaling filter or Nearest-neighbor(NN) filter for upscaling operations on CRTC and plane. Drivers can set up this property for a plane by calling drm_plane_enable_scaling_filter() and for a