commit | 22770e5a750e905a1aaa66e20b88d080e42ddd15 | [log] [tgz] |
---|---|---|
author | Felix Kuehling <Felix.Kuehling@amd.com> | Tue Mar 28 20:24:53 2017 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Mar 29 23:55:51 2017 -0400 |
tree | d461d869979fa29e83eb88920d9babb18f2ed8c6 | |
parent | 43e669d65eb45897c062fc439018ad4988d59576 [diff] |
drm/amdgpu: Make max_pfn 64-bit With 4-level page tables the maximum VM size is 256TB. That's 64G pages, which can't be represented in 32-bit. Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>