commit | b113d5ee4d0cd85b5b3b9a172b4b4f5be737e752 | [log] [tgz] |
---|---|---|
author | Damien Lespiau <damien.lespiau@intel.com> | Tue Jan 20 12:51:46 2015 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Jan 27 09:51:01 2015 +0100 |
tree | a7757330dea802aeeeb04609b590750e411af2cf | |
parent | ec2c981e6232ac2039e679d24642b80fbbd2acc6 [diff] |
drm/i915: Unclutter the get_plane() functions crtc->base.primary->fb was used everywhere. Use fb to temporarily point there and don't forget to assign fb to its final destination at the end. v2: Rebase on top of misc changes (mask of DSPSURF, PAGE_ALIGN) Reviewed-By: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>