Skip to content
Commit 06ea4c34 authored by wentalou's avatar wentalou Committed by Alex Deucher
Browse files

drm/amdgpu: csa_vaddr should not larger than AMDGPU_GMC_HOLE_START



After removing unnecessary VM size calculations,
vm_manager.max_pfn would reach 0x10,0000,0000
max_pfn << AMDGPU_GPU_PAGE_SHIFT exceeding AMDGPU_GMC_HOLE_START
would cause GPU reset.

Signed-off-by: default avatarwentalou <Wentao.Lou@amd.com>
Reviewed-by: default avatarMonk Liu <monk.liu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent a97c084a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment