]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
drm/i915: Use plane->state->fb instead of plane->fb in intel_plane_restore()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 10 Mar 2015 11:15:23 +0000 (13:15 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 Mar 2015 21:30:20 +0000 (22:30 +0100)
commit6e721fb1ee99f3f9f67b94c8d1f9204217399733
tree8e7d64d2543f52e2c8bc32d050fc11d8cb488651
parent3749f46370318332d22847da2e1e9b729e177aaf
drm/i915: Use plane->state->fb instead of plane->fb in intel_plane_restore()

plane->fb is not as reliable as plane->state->fb so let's convert
intel_plane_restore() over the the new way of thinking as well.

Cc: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_sprite.c