drm/amdgpu: Change GART offset to 64-bit
authorFelix Kuehling <Felix.Kuehling@amd.com>
Fri, 12 Aug 2016 23:25:21 +0000 (19:25 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Aug 2016 14:27:09 +0000 (10:27 -0400)
commitcab0b8d50e9bbef62c04067072c953433a87a9ff
tree88050897d498267ceaf2f3ae1832168f5022247c
parent93b1f14553a5f48104b639d28e41c2bb73c0dc37
drm/amdgpu: Change GART offset to 64-bit

The GART aperture size can be bigger than 4GB. Therefore the offset
used in amdgpu_gart_bind and amdgpu_gart_unbind must be 64-bit.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c