Re: [Intel-gfx] [PATCH 0/7] drm/i915: Add pipe scaler for Gen9 in atomic path

2016-12-26 Thread Maiti, Nabendu Bikash
Hi Ville, Please find more clarification on new pipe scaler design as asked in discussion. Please add your thoughts and suggest any change if have to do on the design. Notes on design:- A) Only on Gen9 case skylake_pfit_enable() is called B) Only on Gen9+, intel_crtc_atomic_check has call to

Re: [Intel-gfx] [PATCH 0/7] drm/i915: Add pipe scaler for Gen9 in atomic path

2016-11-03 Thread Maiti, Nabendu Bikash
Hi, Please review the patches and comments. On 10/28/2016 6:05 PM, Nabendu Maiti wrote: Attaching old discussion thread for easy reference. On Tue, Jan 05, 2016 at 05:18:40PM +0200, Ville Syrjälä wrote: On Tue, Jan 05, 2016 at 03:50:38PM +0100, Daniel Vetter wrote: > On Mon, Jan 04, 2016

Re: [Intel-gfx] [PATCH 0/7] drm/i915: Add pipe scaler for Gen9 in atomic path

2016-10-28 Thread Nabendu Maiti
Attaching old discussion thread for easy reference. On Tue, Jan 05, 2016 at 05:18:40PM +0200, Ville Syrjälä wrote: > On Tue, Jan 05, 2016 at 03:50:38PM +0100, Daniel Vetter wrote: > > On Mon, Jan 04, 2016 at 07:06:15PM +0200, Ville Syrjälä wrote: > > > On Mon, Jan 04, 2016 at 11:16:39AM +0100,

Re: [Intel-gfx] [PATCH 0/7] drm/i915: Add pipe scaler for Gen9 in atomic path

2016-10-28 Thread Nabendu Maiti
Attaching old discussion thread for easy reference. On Tue, Jan 05, 2016 at 05:18:40PM +0200, Ville Syrjälä wrote: > On Tue, Jan 05, 2016 at 03:50:38PM +0100, Daniel Vetter wrote: > > On Mon, Jan 04, 2016 at 07:06:15PM +0200, Ville Syrjälä wrote: > > > On Mon, Jan 04, 2016 at 11:16:39AM +0100,

Re: [Intel-gfx] [PATCH 0/7] drm/i915: Add pipe scaler for Gen9 in atomic path

2016-10-03 Thread Ville Syrjälä
On Wed, Sep 21, 2016 at 07:47:37PM +0530, Maiti, Nabendu Bikash wrote: > Hi, > > > On 9/20/2016 1:55 PM, Ville Syrjälä wrote: > > On Tue, Aug 30, 2016 at 10:30:54AM +0530, Nabendu Maiti wrote: > >> Following patch series add pipe scaler functionality in atomic path.The > >> pipe > >> scaler can

Re: [Intel-gfx] [PATCH 0/7] drm/i915: Add pipe scaler for Gen9 in atomic path

2016-09-21 Thread Maiti, Nabendu Bikash
Hi, On 9/20/2016 1:55 PM, Ville Syrjälä wrote: On Tue, Aug 30, 2016 at 10:30:54AM +0530, Nabendu Maiti wrote: Following patch series add pipe scaler functionality in atomic path.The pipe scaler can be changed dynamically without modeset.Apart from default panel fitter supported scaling modes -

Re: [Intel-gfx] [PATCH 0/7] drm/i915: Add pipe scaler for Gen9 in atomic path

2016-09-20 Thread Ville Syrjälä
On Tue, Aug 30, 2016 at 10:30:54AM +0530, Nabendu Maiti wrote: > Following patch series add pipe scaler functionality in atomic path.The pipe > scaler can be changed dynamically without modeset.Apart from default panel > fitter supported scaling modes -CENTER/ASPECT/FULLSCREEN custom scaling mode >

[Intel-gfx] [PATCH 0/7] drm/i915: Add pipe scaler for Gen9 in atomic path

2016-08-29 Thread Nabendu Maiti
Following patch series add pipe scaler functionality in atomic path.The pipe scaler can be changed dynamically without modeset.Apart from default panel fitter supported scaling modes -CENTER/ASPECT/FULLSCREEN custom scaling mode mode is added as there is no such restriction on GEn9 pipe scaler.