aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/nv.c
diff options
context:
space:
mode:
authorJiansong Chen <Jiansong.Chen@amd.com>2020-02-13 15:43:15 +0800
committerAlex Deucher <alexander.deucher@amd.com>2020-07-15 12:46:23 -0400
commit885eb3fad6ff661cde39b62c13804812b1d9418b (patch)
treeb6680b18978c9b44fd55c51b7fa021f303ea8b7c /drivers/gpu/drm/amd/amdgpu/nv.c
parentdrm/amdgpu: add ih ip block for navy_flounder (diff)
downloadwireguard-linux-885eb3fad6ff661cde39b62c13804812b1d9418b.tar.xz
wireguard-linux-885eb3fad6ff661cde39b62c13804812b1d9418b.zip
drm/amdgpu: add gfx ip block for navy_flounder
since navy_flounder has similar gc IP version with sienna_cichlid, follow its setting for the moment. Signed-off-by: Jiansong Chen <Jiansong.Chen@amd.com> Reviewed-by: Tao Zhou <Tao.Zhou1@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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 d7688b9c339e..832117939c03 100644
--- a/drivers/gpu/drm/amd/amdgpu/nv.c
+++ b/drivers/gpu/drm/amd/amdgpu/nv.c
@@ -527,6 +527,7 @@ int nv_set_ip_blocks(struct amdgpu_device *adev)
amdgpu_device_ip_block_add(adev, &nv_common_ip_block);
amdgpu_device_ip_block_add(adev, &gmc_v10_0_ip_block);
amdgpu_device_ip_block_add(adev, &navi10_ih_ip_block);
+ amdgpu_device_ip_block_add(adev, &gfx_v10_0_ip_block);
break;
default:
return -EINVAL;