From: Ville Syrjälä Date: Tue, 10 Mar 2015 11:15:23 +0000 (+0200) Subject: drm/i915: Use plane->state->fb instead of plane->fb in intel_plane_restore() X-Git-Tag: omap-for-v4.2/o2_dc~72^2~24^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e721fb1ee99f3f9f67b94c8d1f9204217399733;p=pandora-kernel.git 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 Signed-off-by: Ville Syrjälä Reviewed-by: Matt Roper Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed