commit | a9f87f6452543505108d7d9b36d948534ea28b0b | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Thu Mar 30 14:03:59 2017 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Apr 04 13:40:32 2017 -0400 |
tree | 2a5915b40a970c9957f8649ae5d315c66911b39a | |
parent | ca7f65c76714e170692b3aad8d734d2b41e16b7f [diff] |
drm/amdgpu: use a 64bit interval tree for VM management v2 This only makes a difference for 32-bit systems. The idea is to have a fixed virtual address space size with 4-level page tables and to minimize differences between 32 and 64-bit systems. v2: Update commit message. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>