[Intel-gfx] [PATCH 1/4] drm: Add struct drm_region and assorted utility functions

2013-03-06 Thread Ville Syrjälä
On Wed, Mar 06, 2013 at 10:56:05AM +, Chris Wilson wrote: > On Thu, Feb 21, 2013 at 11:35:00PM +0200, ville.syrjala at linux.intel.com > wrote: > > From: Ville Syrj?l? > > > > struct drm_region represents a two dimensional region. The utility > > functions are there to help driver writers. >

[Intel-gfx] [PATCH 1/4] drm: Add struct drm_region and assorted utility functions

2013-03-06 Thread Chris Wilson
On Thu, Feb 21, 2013 at 11:35:00PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > struct drm_region represents a two dimensional region. The utility > functions are there to help driver writers. > > v2: Moved the region stuff into its own file, made the smaller funcs >

Re: [Intel-gfx] [PATCH 1/4] drm: Add struct drm_region and assorted utility functions

2013-03-06 Thread Ville Syrjälä
On Wed, Mar 06, 2013 at 10:56:05AM +, Chris Wilson wrote: > On Thu, Feb 21, 2013 at 11:35:00PM +0200, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > struct drm_region represents a two dimensional region. The utility > > functions are there to help driver writers. > > >

Re: [Intel-gfx] [PATCH 1/4] drm: Add struct drm_region and assorted utility functions

2013-03-06 Thread Chris Wilson
On Thu, Feb 21, 2013 at 11:35:00PM +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > struct drm_region represents a two dimensional region. The utility > functions are there to help driver writers. > > v2: Moved the region stuff into its own file, made the smaller funcs >