From: Ville Syrjälä Date: Tue, 1 Oct 2013 15:02:15 +0000 (+0300) Subject: drm/i915: Save user requested plane coordinates only on success X-Git-Tag: v3.13-rc1~76^2~68^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=098ebd6b7e3ed53bdb0a368b7c2bae29f3914c88;p=pandora-kernel.git drm/i915: Save user requested plane coordinates only on success If the setplane operation fails, we shouldn't save the user's requested plane coordinates. Since we adjust the coordinates during the clipping process, make a copy of the originals, and once the operation has succeeded save them for later reuse when the plane gets re-enabled. Signed-off-by: Ville Syrjälä Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed