From: Chris Wilson Date: Tue, 4 Mar 2014 13:15:08 +0000 (+0000) Subject: drm/i915: Reject changes of fb base when we have a flip pending X-Git-Tag: v3.15-rc1~51^2~55^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d5e379989f46d80617709d4c45947136c50b2c6;p=pandora-kernel.git drm/i915: Reject changes of fb base when we have a flip pending This should be impossible due to the wait for outstanding flips that the caller is meant to perform prior to updating the scanout base. Paranoia tells me to check anyway. References: https://bugs.freedesktop.org/show_bug.cgi?id=75502 Signed-off-by: Chris Wilson Reviewed-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed