Skip to content

Commit c652923

Browse files
John Clementsalexdeucher
authored andcommitted
drm/amdgpu: enable xgmi support for sienna cichlid
set xgmi support flag suring nv ip init sequence Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: John Clements <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent cff5f79 commit c652923

File tree

1 file changed

+3
-0
lines changed
  • drivers/gpu/drm/amd/amdgpu

1 file changed

+3
-0
lines changed

drivers/gpu/drm/amd/amdgpu/nv.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,9 @@ int nv_set_ip_blocks(struct amdgpu_device *adev)
446446
adev->nbio.funcs = &nbio_v2_3_funcs;
447447
adev->nbio.hdp_flush_reg = &nbio_v2_3_hdp_flush_reg;
448448

449+
if (adev->asic_type == CHIP_SIENNA_CICHLID)
450+
adev->gmc.xgmi.supported = true;
451+
449452
/* Set IP register base before any HW register access */
450453
r = nv_reg_base_init(adev);
451454
if (r)

0 commit comments

Comments
 (0)