mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 11:48:58 -04:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
42447deb88
commit
f2bd514d85
@@ -75,9 +75,8 @@ int gfxhub_v1_1_get_xgmi_info(struct amdgpu_device *adev)
|
||||
max_physical_node_id = 7;
|
||||
break;
|
||||
case CHIP_ALDEBARAN:
|
||||
/* just using duplicates for Aldebaran support, revisit later */
|
||||
max_num_physical_nodes = 8;
|
||||
max_physical_node_id = 7;
|
||||
max_num_physical_nodes = 16;
|
||||
max_physical_node_id = 15;
|
||||
break;
|
||||
default:
|
||||
return -EINVAL;
|
||||
|
||||
Reference in New Issue
Block a user