From: Ander Conselvan de Oliveira Date: Tue, 28 Oct 2014 13:10:13 +0000 (+0200) Subject: drm/i915: Remove modeset lock check from intel_pipe_update_start() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~77^2~64^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0594a3d9c0072f198462e8dbc56cb64b7d872d90;p=pandora-kernel.git drm/i915: Remove modeset lock check from intel_pipe_update_start() A follow up patch will call this funcion from a work context for the mmio flip, in which case we cannot acquire the modeset locks. That's not a problem though, since the check is there to protect vblank and the mode, but the code that changes that waits for pending flips first. Signed-off-by: Ander Conselvan de Oliveira Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed