diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-07-29 18:14:39 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-08-08 11:32:56 -0400 |
commit | b9a8be95b1149b74a9455f6bbe633aa241ed5204 (patch) | |
tree | ecddfb2136b234d5f07f6a571c0209ef34229d39 | |
parent | b62774fc2f731f430b8618c1d067b06cce71cbe5 (diff) |
drm/amdgpu/ci: add mullins to default case for smc ucode
It's already covered by the default case, but add it for
consistency.
Reviewed-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/ci_dpm.c b/drivers/gpu/drm/amd/amdgpu/ci_dpm.c index 7bd6174da476..a0d63a293bb0 100644 --- a/drivers/gpu/drm/amd/amdgpu/ci_dpm.c +++ b/drivers/gpu/drm/amd/amdgpu/ci_dpm.c | |||
@@ -5779,6 +5779,7 @@ static int ci_dpm_init_microcode(struct amdgpu_device *adev) | |||
5779 | break; | 5779 | break; |
5780 | case CHIP_KAVERI: | 5780 | case CHIP_KAVERI: |
5781 | case CHIP_KABINI: | 5781 | case CHIP_KABINI: |
5782 | case CHIP_MULLINS: | ||
5782 | default: BUG(); | 5783 | default: BUG(); |
5783 | } | 5784 | } |
5784 | 5785 | ||