[PATCH v3 1/4] drm: Add struct drm_rect and assorted utility functions

2013-04-05 Thread Ville Syrjälä
On Fri, Apr 05, 2013 at 01:51:24AM +0200, Laurent Pinchart wrote: > Hi Ville, > > On Thursday 04 April 2013 22:52:37 Ville Syrj?l? wrote: > > On Thu, Apr 04, 2013 at 06:38:15PM +0200, Laurent Pinchart wrote: > > > On Wednesday 27 March 2013 17:46:22 ville.syrjala at linux.intel.com > > > wrote: >

Re: [PATCH v3 1/4] drm: Add struct drm_rect and assorted utility functions

2013-04-05 Thread Ville Syrjälä
On Fri, Apr 05, 2013 at 01:51:24AM +0200, Laurent Pinchart wrote: > Hi Ville, > > On Thursday 04 April 2013 22:52:37 Ville Syrjälä wrote: > > On Thu, Apr 04, 2013 at 06:38:15PM +0200, Laurent Pinchart wrote: > > > On Wednesday 27 March 2013 17:46:22 ville.syrj...@linux.intel.com wrote: > > > > Fro

[PATCH v3 1/4] drm: Add struct drm_rect and assorted utility functions

2013-04-05 Thread Laurent Pinchart
Hi Ville, On Thursday 04 April 2013 22:52:37 Ville Syrj?l? wrote: > On Thu, Apr 04, 2013 at 06:38:15PM +0200, Laurent Pinchart wrote: > > On Wednesday 27 March 2013 17:46:22 ville.syrjala at linux.intel.com wrote: > > > From: Ville Syrj?l? > > > > > > struct drm_rect represents a simple rectangl

[PATCH v3 1/4] drm: Add struct drm_rect and assorted utility functions

2013-04-04 Thread Ville Syrjälä
On Thu, Apr 04, 2013 at 06:38:15PM +0200, Laurent Pinchart wrote: > Hi Ville, > > Thanks for the patch. > > On Wednesday 27 March 2013 17:46:22 ville.syrjala at linux.intel.com wrote: > > From: Ville Syrj?l? > > > > struct drm_rect represents a simple rectangle. The utility > > functions are th

[PATCH v3 1/4] drm: Add struct drm_rect and assorted utility functions

2013-04-04 Thread Laurent Pinchart
Hi Ville, Thanks for the patch. On Wednesday 27 March 2013 17:46:22 ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > struct drm_rect represents a simple rectangle. The utility > functions are there to help driver writers. > > v2: Moved the region stuff into its own file, made

Re: [PATCH v3 1/4] drm: Add struct drm_rect and assorted utility functions

2013-04-04 Thread Laurent Pinchart
Hi Ville, On Thursday 04 April 2013 22:52:37 Ville Syrjälä wrote: > On Thu, Apr 04, 2013 at 06:38:15PM +0200, Laurent Pinchart wrote: > > On Wednesday 27 March 2013 17:46:22 ville.syrj...@linux.intel.com wrote: > > > From: Ville Syrjälä > > > > > > struct drm_rect represents a simple rectangle.

Re: [PATCH v3 1/4] drm: Add struct drm_rect and assorted utility functions

2013-04-04 Thread Ville Syrjälä
On Thu, Apr 04, 2013 at 06:38:15PM +0200, Laurent Pinchart wrote: > Hi Ville, > > Thanks for the patch. > > On Wednesday 27 March 2013 17:46:22 ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > struct drm_rect represents a simple rectangle. The utility > > functions are there

Re: [PATCH v3 1/4] drm: Add struct drm_rect and assorted utility functions

2013-04-04 Thread Laurent Pinchart
Hi Ville, Thanks for the patch. On Wednesday 27 March 2013 17:46:22 ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > struct drm_rect represents a simple rectangle. The utility > functions are there to help driver writers. > > v2: Moved the region stuff into its own file, made the

[PATCH v3 1/4] drm: Add struct drm_rect and assorted utility functions

2013-03-27 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? struct drm_rect represents a simple rectangle. The utility functions are there to help driver writers. v2: Moved the region stuff into its own file, made the smaller funcs static inline, used 64bit maths in the scaled clipping function to avoid overflows (instead it w

[PATCH v3 1/4] drm: Add struct drm_rect and assorted utility functions

2013-03-27 Thread ville . syrjala
From: Ville Syrjälä struct drm_rect represents a simple rectangle. The utility functions are there to help driver writers. v2: Moved the region stuff into its own file, made the smaller funcs static inline, used 64bit maths in the scaled clipping function to avoid overflows (instead it w