commit | 7445283a3ef7ae8a5e2eb42864e1e57a814b8439 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Nov 18 21:52:41 2016 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Dec 14 22:36:37 2016 +0200 |
tree | 16942034f314a6bc82fc2921ccdb96c3735a5907 | |
parent | 72952757b82e79f3217b9d289e3d5af9c985b8a5 [diff] |
drm/ast: 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. 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-6-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>