From: Eric Anholt Date: Thu, 19 Mar 2009 21:10:50 +0000 (-0700) Subject: drm/i915: Make GEM object's page lists refcounted instead of get/free. X-Git-Tag: v2.6.30-rc1~646^2~19 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=856fa1988ea483fc2dab84a16681dcfde821b740;p=pandora-kernel.git drm/i915: Make GEM object's page lists refcounted instead of get/free. We've wanted this for a few consumers that touch the pages directly (such as the following commit), which have been doing the refcounting outside of get/put pages. Signed-off-by: Eric Anholt Reviewed-by: Jesse Barnes --- Reading git-diff-tree failed