From: Ville Syrjälä Date: Mon, 19 Dec 2011 22:06:49 +0000 (+0200) Subject: drm: Replace pitch with pitches[] in drm_framebuffer X-Git-Tag: v3.3-rc1~121^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01f2c7730e188077026c5f766f85f329c7000c54;p=pandora-kernel.git drm: Replace pitch with pitches[] in drm_framebuffer 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ä Signed-off-by: Dave Airlie --- Reading git-diff-tree failed