From: Daniel Vetter Date: Wed, 18 Jun 2014 13:05:19 +0000 (+0200) Subject: drm/i915: Properly track domain of the fbcon fb X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~63^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e991077ec67e08bd345fcee4f810e59740359da5;p=pandora-kernel.git 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-diff-tree failed