aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/nv.c
diff options
context:
space:
mode:
authorChengming Gui <[email protected]>2020-10-13 08:51:08 +0000
committerAlex Deucher <[email protected]>2021-05-20 02:40:17 +0000
commit2d527ea6fd32a8656042d9699c54e302282c0ce3 (patch)
treeb8174a90dc9029d64fe88ef9770780dcfa5d4b52 /drivers/gpu/drm/amd/amdgpu/nv.c
parentdrm/amd/amdgpu: add common ip block for beige_goby (diff)
downloadkernel-2d527ea6fd32a8656042d9699c54e302282c0ce3.tar.gz
kernel-2d527ea6fd32a8656042d9699c54e302282c0ce3.zip
drm/amd/amdgpu: add gmc ip block for beige_goby
Enable gmc block for beige_goby, same as sienna_cichlid Signed-off-by: Chengming Gui <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/nv.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/nv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c
index 8efcc38ac379..636f3652ca2a 100644
--- a/drivers/gpu/drm/amd/amdgpu/nv.c
+++ b/drivers/gpu/drm/amd/amdgpu/nv.c
@@ -953,6 +953,7 @@ int nv_set_ip_blocks(struct amdgpu_device *adev)
break;
case CHIP_BEIGE_GOBY:
amdgpu_device_ip_block_add(adev, &nv_common_ip_block);
+ amdgpu_device_ip_block_add(adev, &gmc_v10_0_ip_block);
break;
default:
return -EINVAL;