commit | cab0b8d50e9bbef62c04067072c953433a87a9ff | [log] [tgz] |
---|---|---|
author | Felix Kuehling <Felix.Kuehling@amd.com> | Fri Aug 12 19:25:21 2016 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Aug 16 10:27:09 2016 -0400 |
tree | 88050897d498267ceaf2f3ae1832168f5022247c | |
parent | 93b1f14553a5f48104b639d28e41c2bb73c0dc37 [diff] |
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