drm/amdgpu: fix userptr BO unpin bug (v2)
authormonk.liu <monk.liu@amd.com>
Thu, 7 May 2015 18:19:18 +0000 (14:19 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 4 Jun 2015 01:03:25 +0000 (21:03 -0400)
sg could point to array of contigiouse page*, only free page could lead
to memory leak.

v2: use iterator

Signed-off-by: monk.liu <monk.liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c