From: Chris Wilson Date: Mon, 20 Aug 2012 09:23:27 +0000 (+0100) Subject: drm/i915: Add some sanity checks to unbound tracking X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~30^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4670ad080a1fe60d49f850e11f64a41db525496;p=pandora-kernel.git drm/i915: Add some sanity checks to unbound tracking A pair of universally true checks that just need to be put in the right place depending on where in the patch sequence you go. Note that i915_gem_object_put_pages_gtt() already gains the BUG_ON(obj->gtt_space), but on reflection that needed to migrate to put_pages(). Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed