Re: [Intel-gfx] [PATCH v4 3/3] drm/i915: New drm crtc property for varying the size of borders

2014-04-13 Thread Daniel Vetter
On Sun, Apr 13, 2014 at 2:28 PM, Akash Goel wrote: > Yes, the 'Center' Panel fitting mode of "scaling mode" property is not > working on VLV (for HDMI/EDP panels). That sounds like a really good reason for a stab at a CRC based testcase for all this - we've blown up the different upscaling modes

Re: [Intel-gfx] [PATCH v4 3/3] drm/i915: New drm crtc property for varying the size of borders

2014-04-13 Thread Akash Goel
On Fri, 2014-04-11 at 14:42 +0300, Ville Syrjälä wrote: > On Fri, Apr 11, 2014 at 08:34:08AM +0530, Akash Goel wrote: > > On Thu, 2014-04-10 at 14:34 +0300, Ville Syrjälä wrote: > > > On Thu, Apr 10, 2014 at 01:13:56PM +0530, Akash Goel wrote: > > > > On Tue, 2014-04-08 at 19:28 +0300, Ville Syrjäl

Re: [Intel-gfx] [PATCH v4 3/3] drm/i915: New drm crtc property for varying the size of borders

2014-04-11 Thread Ville Syrjälä
On Fri, Apr 11, 2014 at 08:34:08AM +0530, Akash Goel wrote: > On Thu, 2014-04-10 at 14:34 +0300, Ville Syrjälä wrote: > > On Thu, Apr 10, 2014 at 01:13:56PM +0530, Akash Goel wrote: > > > On Tue, 2014-04-08 at 19:28 +0300, Ville Syrjälä wrote: > > > > On Wed, Mar 26, 2014 at 09:25:12AM +0530, akash

Re: [Intel-gfx] [PATCH v4 3/3] drm/i915: New drm crtc property for varying the size of borders

2014-04-10 Thread Akash Goel
On Thu, 2014-04-10 at 14:34 +0300, Ville Syrjälä wrote: > On Thu, Apr 10, 2014 at 01:13:56PM +0530, Akash Goel wrote: > > On Tue, 2014-04-08 at 19:28 +0300, Ville Syrjälä wrote: > > > On Wed, Mar 26, 2014 at 09:25:12AM +0530, akash.g...@intel.com wrote: > > > > From: Akash Goel > > > > > > > > Th

Re: [Intel-gfx] [PATCH v4 3/3] drm/i915: New drm crtc property for varying the size of borders

2014-04-10 Thread Ville Syrjälä
On Thu, Apr 10, 2014 at 01:13:56PM +0530, Akash Goel wrote: > On Tue, 2014-04-08 at 19:28 +0300, Ville Syrjälä wrote: > > On Wed, Mar 26, 2014 at 09:25:12AM +0530, akash.g...@intel.com wrote: > > > From: Akash Goel > > > > > > This patch adds a new drm crtc property for varying the size of > > >

Re: [Intel-gfx] [PATCH v4 3/3] drm/i915: New drm crtc property for varying the size of borders

2014-04-10 Thread Akash Goel
On Tue, 2014-04-08 at 19:28 +0300, Ville Syrjälä wrote: > On Wed, Mar 26, 2014 at 09:25:12AM +0530, akash.g...@intel.com wrote: > > From: Akash Goel > > > > This patch adds a new drm crtc property for varying the size of > > the horizontal & vertical borers of the output/display window. > > This

Re: [Intel-gfx] [PATCH v4 3/3] drm/i915: New drm crtc property for varying the size of borders

2014-04-08 Thread Damien Lespiau
On Mon, Apr 07, 2014 at 04:06:34AM +, Goel, Akash wrote: > Hi Ville, > > Please could you review this patch. You need a pass of checkpatch.pl in here. Not sure what happened with the coding style. -- Damien ___ Intel-gfx mailing list Intel-gfx@lis

Re: [Intel-gfx] [PATCH v4 3/3] drm/i915: New drm crtc property for varying the size of borders

2014-04-08 Thread Damien Lespiau
On Tue, Apr 08, 2014 at 05:31:06PM +0100, Damien Lespiau wrote: > On Mon, Apr 07, 2014 at 04:06:34AM +, Goel, Akash wrote: > > Hi Ville, > > > > Please could you review this patch. > > You need a pass of checkpatch.pl in here. Not sure what happened with > the coding style. Ignore this, I wa

Re: [Intel-gfx] [PATCH v4 3/3] drm/i915: New drm crtc property for varying the size of borders

2014-04-08 Thread Ville Syrjälä
On Wed, Mar 26, 2014 at 09:25:12AM +0530, akash.g...@intel.com wrote: > From: Akash Goel > > This patch adds a new drm crtc property for varying the size of > the horizontal & vertical borers of the output/display window. > This will control the output of Panel fitter. > > v2: Added a new check

Re: [Intel-gfx] [PATCH v4 3/3] drm/i915: New drm crtc property for varying the size of borders

2014-04-06 Thread Goel, Akash
Hi Ville, Please could you review this patch. Best Regards Akash -Original Message- From: Goel, Akash Sent: Wednesday, March 26, 2014 9:25 AM To: intel-gfx@lists.freedesktop.org Cc: Purushothaman, Vijay A; G, Pallavi; Goel, Akash Subject: [PATCH v4 3/3] drm/i915: New drm crtc property f

[Intel-gfx] [PATCH v4 3/3] drm/i915: New drm crtc property for varying the size of borders

2014-03-25 Thread akash . goel
From: Akash Goel This patch adds a new drm crtc property for varying the size of the horizontal & vertical borers of the output/display window. This will control the output of Panel fitter. v2: Added a new check for the invalid border size input v3: Fixed bugs in output window calculation Remov