From: Chris Wilson Date: Fri, 3 May 2013 16:36:25 +0000 (+0100) Subject: drm/i915: Propagate errors back from fb set-base X-Git-Tag: v3.10-rc4~22^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d05eae1c92f93ace0fc6f282c55527d293297dd;p=pandora-kernel.git drm/i915: Propagate errors back from fb set-base Along the modesetting short cut where we skip trying to do a full modeset and instead simply update the framebuffer base registers, we failed to handle any errors reported. This regression has been introduced in commit 94352cf9a5328bb1a44288e6c2c1276695f8a356 Author: Daniel Vetter Date: Thu Jul 5 22:51:56 2012 +0200 drm/i915: push crtc->fb update into pipe_set_base Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed