[PATCH 12/12] drm: Replace pitch with pitches[] in drm_framebuffer

2011-12-20 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Otherwise each driver would need to keep the information inside their own framebuffer object structure. Also add offsets[]. BOs on the other hand are driver specific, so those can be kept in driver specific structures. Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/drm_cr

[PATCH 12/12] drm: Replace pitch with pitches[] in drm_framebuffer

2011-12-19 Thread ville . syrjala
From: Ville Syrjälä Otherwise each driver would need to keep the information inside their own framebuffer object structure. Also add offsets[]. BOs on the other hand are driver specific, so those can be kept in driver specific structures. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_cr