drm/i915: Do not leak pages when freeing userptr objects
authorTvrtko Ursulin <[email protected]>
Fri, 26 Sep 2014 14:05:22 +0000 (15:05 +0100)
committerDaniel Vetter <[email protected]>
Mon, 29 Sep 2014 13:31:01 +0000 (15:31 +0200)
commitc479f4383ea8940dd6f88da61798ad31feb33e51
tree0904e286cbbf9d300385f4714584ab3d8bb4e180
parente9681366ea9e76ab8f75e84351f2f3ca63ee542c
drm/i915: Do not leak pages when freeing userptr objects

sg_alloc_table_from_pages() can build us a table with coalesced ranges which
means we need to iterate over pages and not sg table entries when releasing
page references.

Signed-off-by: Tvrtko Ursulin <[email protected]>
Cc: Chris Wilson <[email protected]>
Cc: "Barbalho, Rafael" <[email protected]>
Tested-by: Rafael Barbalho <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Cc: [email protected]
[danvet: Remove unused local variable sg.]
Signed-off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/i915/i915_gem_userptr.c