Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: increase max xgmi physical node for aldebaran

aldebaran supports up to 16 xgmi physical nodes.

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: John Clements <john.clements@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Hawking Zhang and committed by
Alex Deucher
f2bd514d 42447deb

+2 -3
+2 -3
drivers/gpu/drm/amd/amdgpu/gfxhub_v1_1.c
··· 75 75 max_physical_node_id = 7; 76 76 break; 77 77 case CHIP_ALDEBARAN: 78 - /* just using duplicates for Aldebaran support, revisit later */ 79 - max_num_physical_nodes = 8; 80 - max_physical_node_id = 7; 78 + max_num_physical_nodes = 16; 79 + max_physical_node_id = 15; 81 80 break; 82 81 default: 83 82 return -EINVAL;