From: Chris Wilson Date: Fri, 6 Jun 2014 09:22:54 +0000 (+0100) Subject: drm/i915: Use the .release hook to drop the stolen drm_mm tracking X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~63^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef0cf27c4d0209d0c38c2ddf8f2c529706912861;p=pandora-kernel.git drm/i915: Use the .release hook to drop the stolen drm_mm tracking Now that we have a release hook into i915_gem_object_free, we can move the explicit call to the internal stolen function and hook it up throught the callback instead. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed