From: Chris Wilson Date: Tue, 4 Sep 2012 20:02:58 +0000 (+0100) Subject: drm/i915: Convert the dmabuf object to use the new i915_gem_object_ops X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~14^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f745ad3d3ce96cb72d3981570d9e9988442bce8;p=pandora-kernel.git drm/i915: Convert the dmabuf object to use the new i915_gem_object_ops By providing a callback for when we need to bind the pages, and then release them again later, we can shorten the amount of time we hold the foreign pages mapped and pinned, and importantly the dmabuf objects then behave as any other normal object with respect to the shrinker and memory management. Signed-off-by: Chris Wilson Reviewed-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed