diff options
author | Ken Wang <Qingqing.Wang@amd.com> | 2017-03-06 14:49:53 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-29 23:54:55 -0400 |
commit | 220ab9bd1ccfe8132a5c4641e52da99f4cd09120 (patch) | |
tree | c32848b85edf18180d3afa47e52380fc206a2630 /drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | |
parent | f83a9991648bb4023a53104db699e99305890d51 (diff) |
drm/amdgpu: soc15 enable (v3)
Add soc15 support and enable all the IPs for vega10.
v2: squash in xclk fix
v3: disable HDP MGCG
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Ken Wang <Qingqing.Wang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c index 7836cd6fc3d4..5e090904adde 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | |||
@@ -903,6 +903,9 @@ static int amdgpu_cgs_get_firmware_info(struct cgs_device *cgs_device, | |||
903 | case CHIP_POLARIS12: | 903 | case CHIP_POLARIS12: |
904 | strcpy(fw_name, "amdgpu/polaris12_smc.bin"); | 904 | strcpy(fw_name, "amdgpu/polaris12_smc.bin"); |
905 | break; | 905 | break; |
906 | case CHIP_VEGA10: | ||
907 | strcpy(fw_name, "amdgpu/vega10_smc.bin"); | ||
908 | break; | ||
906 | default: | 909 | default: |
907 | DRM_ERROR("SMC firmware not supported\n"); | 910 | DRM_ERROR("SMC firmware not supported\n"); |
908 | return -EINVAL; | 911 | return -EINVAL; |