From: Chris Wilson Date: Thu, 12 Aug 2010 09:35:26 +0000 (+0100) Subject: drm/i915/overlay: Use non-atomic mappings for the common case. X-Git-Tag: v2.6.37-rc1~92^2~28^2~226 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d74f656dd78ae1ba813389cd46197c6329696bc;p=pandora-kernel.git drm/i915/overlay: Use non-atomic mappings for the common case. The only time where an atomic mapping is required is during error-capture and there we cannot use the default slot, but need to specifically use one of the IRQ slots. So separate out the two conditions and use the atomic mapping only when appropriate. Signed-off-by: Chris Wilson Reviewed-by: Daniel Vetter --- Reading git-diff-tree failed