commit | 1967b34d5afbbf788adbc572ec7de269467566f3 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Nov 18 21:52:37 2016 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Dec 14 22:16:44 2016 +0200 |
tree | 1717baea945ca541cd49c9194dcc08e8a14d096e | |
parent | a1f761a5929aae167f9d36ff810c7113b032e1cd [diff] |
drm/i915: Add local 'fb' variables Add a local 'fb' variable to a few places to get rid of the 'crtc->primary->fb' stuff. Looks neater and helps me with my poor coccinelle skills later. While at it switch over to using the pixel format rather than depth+bpp. Cc: intel-gfx@lists.freedesktop.org Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1479498793-31021-2-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>