drm/radeon: Remove rdev->gart.pages_addr array
authorMichel Dänzer <michel.daenzer@amd.com>
Wed, 21 Jan 2015 08:36:37 +0000 (17:36 +0900)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 Jan 2015 16:48:03 +0000 (11:48 -0500)
radeon_vm_map_gart can use rdev->gart.pages_entry instead.

Also move the masking of the page address to radeon_vm_map_gart from its
callers.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

No differences found