From: Chris Wilson Date: Mon, 10 Jan 2011 17:35:37 +0000 (+0000) Subject: drm/i915/execbuffer: Reorder binding of objects to favour restrictions X-Git-Tag: v2.6.38-rc1~398^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fe4f14044f181e146cdc15485428f95fa541ce8;p=pandora-kernel.git drm/i915/execbuffer: Reorder binding of objects to favour restrictions As the mappable portion of the aperture is always a small subset at the start of the GTT, it is allocated preferentially by drm_mm. This is useful in case we ever need to map an object later. However, if you have a large object that can consume the entire mappable region of the GTT this prevents the batchbuffer from fitting and so causing an error. Instead allocate all those that require a mapping up front in order to improve the likelihood of finding sufficient space to bind them. Signed-off-by: Chris Wilson --- Reading git-diff-tree failed