commit | 2d7a215f8b917067efc9999d3d733dbab37ada5c | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Feb 15 22:54:47 2016 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Mar 01 12:48:09 2016 +0200 |
tree | 2fce0fbf4b686b73de93ccf81ea0fff2d9fe00d4 | |
parent | 11f20322e00fb48e53ac66d2889cec3341a8e814 [diff] |
drm/i915: Embed rotation_info under intel_framebuffer Instead of repopulatin the rotation_info struct for the fb every time we try to use the fb, we can just populate it once when creating the fb, and later we can just copy the pre-populate struct into the gtt_view. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1455569699-27905-10-git-send-email-ville.syrjala@linux.intel.com