commit | 8d74f656dd78ae1ba813389cd46197c6329696bc | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Aug 12 10:35:26 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Sep 08 10:23:42 2010 +0100 |
tree | 26e2c355fd12faad167c6c76ff5ac1bcc09b6af9 | |
parent | 31578148b2c62612f9516fdcf5ebb64ab32ed12d [diff] |
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 <chris@chris-wilson.co.uk> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>