commit | 93aac5c038288a78cbb70fbcaba17c131eab365d | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Nov 18 21:52:43 2016 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Dec 14 22:36:38 2016 +0200 |
tree | 0906aa2b457affa3a98009a112528e68ccdc70bf | |
parent | 515601950d1cade109553f48708584e6d5d3d173 [diff] |
drm/cirrus: Add some 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. Cc: Dave Airlie <airlied@redhat.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1479498793-31021-8-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>