drm/i915: Propagate errors back from fb set-base
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 3 May 2013 16:36:25 +0000 (17:36 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 21 May 2013 10:15:58 +0000 (12:15 +0200)
commit2d05eae1c92f93ace0fc6f282c55527d293297dd
tree8297d73a3c446d29d6bf338a7eabe2880b114345
parent1c98b4871cca4b7ce07e19f92f934d47cf7210b0
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 <daniel.vetter@ffwll.ch>
Date:   Thu Jul 5 22:51:56 2012 +0200

    drm/i915: push crtc->fb update into pipe_set_base

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c