From e991077ec67e08bd345fcee4f810e59740359da5 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 18 Jun 2014 15:05:19 +0200 Subject: [PATCH] drm/i915: Properly track domain of the fbcon fb X could end up putting the fbcon fb into other domains, e.g. for smooth take-overs. Also we want this for accurate frontbuffer tracking: The set_config is an implicit flush and will re-enable psr and similar features, so we need to bring the bo back into the gtt domain. v2: Add FIXME comment about fbcon locking fun in atomic context, requested by Chris. Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-format-patch failed