[PATCH v5 1/6] drm: Add struct drm_rect and assorted utility functions

2013-04-24 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 v5 1/6] drm: Add struct drm_rect and assorted utility functions

2013-04-24 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