]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd208b75240ac2b26738c8da846c303e10ad62a71
tree8297d73a3c446d29d6bf338a7eabe2880b114345
parent109058811be8d6d032816739717c4b45d1fb62cb
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 670f675f5b1dcd52c74f32c822c6f301f04fd6c3
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