mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
drm/amdgpu: enable four level VMPT for gmc9
Signed-off-by: Chunming Zhou <David1.Zhou@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
4fb1cf3ace
commit
2de6a7c52a
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ static int gmc_v9_0_vm_init(struct amdgpu_device *adev)
|
|||
DRM_WARN("vm size at least is 256GB!\n");
|
||||
amdgpu_vm_size = 256;
|
||||
}
|
||||
adev->vm_manager.num_level = 1;
|
||||
adev->vm_manager.num_level = 3;
|
||||
amdgpu_vm_manager_init(adev);
|
||||
|
||||
/* base offset of vram pages */
|
||||
|
|
Loading…
Reference in a new issue