]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Sep 2016 06:34:50 +0000 (08:34 +0200)
commita3c9485556d9be297a9f274e3025250a923319ca
tree010a8c13110a751a7ace11f230ef152879af991e
parent0127ef0d139b7caed72332ab7175b581c0dac4ad
drm/amdgpu: Change GART offset to 64-bit

commit cab0b8d50e9bbef62c04067072c953433a87a9ff upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c