]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: make driver manages local vram allocations for for gmc v12.1 A+A
authorLe Ma <le.ma@amd.com>
Wed, 25 Mar 2026 03:46:23 +0000 (11:46 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Apr 2026 19:41:14 +0000 (15:41 -0400)
commite773ce17b037c1bd9285758c78e18d0574b3e655
treeab4070de09dab5c547edfe1cdb641b2a384bd27f
parentdacbf49c0d390eeee60957bc4e33d9f6377d5a41
drm/amdgpu: make driver manages local vram allocations for for gmc v12.1 A+A

Limit mc_vram_size to node_segment_size to prevent allocations
to prevent allocations on remote HBM.

Signed-off-by: Le Ma <le.ma@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v12_0.c