From: Chris Wilson Date: Fri, 31 Oct 2014 13:53:52 +0000 (+0000) Subject: drm/i915: Only mark as map-and-fenceable when bound into the GGTT X-Git-Tag: omap-for-v3.20/drop-legacy-3517~77^2~64^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef79e17ccef32599f3cec3842f81d70117181291;p=pandora-kernel.git drm/i915: Only mark as map-and-fenceable when bound into the GGTT We use the obj->map_and_fenceable hint for when we already have a valid mapping of this object in the aperture. This hint can only apply to the GGTT and not to the aliasing-ppGTT. One user of the hint is execbuffer relocation, which began to fail when it tried to follow the hint and perform the relocate through the non-existent GGTT mapping. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=85671 Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed