]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: use a 64bit interval tree for VM management v2
authorChristian König <christian.koenig@amd.com>
Thu, 30 Mar 2017 12:03:59 +0000 (14:03 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 4 Apr 2017 17:40:32 +0000 (13:40 -0400)
commit9594f8f1a36ca9a8329fa91262cba4fa6d007d26
tree2a5915b40a970c9957f8649ae5d315c66911b39a
parent23f2ad051f057f14b066a4897a54fee0d5c2914b
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>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c
drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c