]> git.openfabrics.org - ~emulex/infiniband.git/commit
drm/i915: Add some sanity checks to unbound tracking
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 20 Aug 2012 09:23:27 +0000 (10:23 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 21 Aug 2012 12:34:20 +0000 (14:34 +0200)
commitc4670ad080a1fe60d49f850e11f64a41db525496
treefcd976c34eb795be6dbeef207d9b6a009040f5c3
parent6c085a728cf000ac1865d66f8c9b52935558b328
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 <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c