commit | 01f2c7730e188077026c5f766f85f329c7000c54 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Dec 20 00:06:49 2011 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Tue Dec 20 10:06:27 2011 +0000 |
tree | 1b7ad10bd70c25ccaefa2a03aeedaeb20ac2c336 | |
parent | 935b59774012d11e3012c909cdd0c3cba0adf219 [diff] |
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ä <ville.syrjala@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>