drm/i915: Make GEM object's page lists refcounted instead of get/free.
authorEric Anholt <eric@anholt.net>
Thu, 19 Mar 2009 21:10:50 +0000 (14:10 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 27 Mar 2009 21:46:28 +0000 (14:46 -0700)
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 <eric@anholt.net>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found