summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/ci_dpm.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-07-29 18:14:39 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-08-08 11:32:56 -0400
commitb9a8be95b1149b74a9455f6bbe633aa241ed5204 (patch)
treeecddfb2136b234d5f07f6a571c0209ef34229d39 /drivers/gpu/drm/amd/amdgpu/ci_dpm.c
parentb62774fc2f731f430b8618c1d067b06cce71cbe5 (diff)
downloadop-kernel-dev-b9a8be95b1149b74a9455f6bbe633aa241ed5204.zip
op-kernel-dev-b9a8be95b1149b74a9455f6bbe633aa241ed5204.tar.gz
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/ci_dpm.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/ci_dpm.c1
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 7bd6174..a0d63a2 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)
break;
case CHIP_KAVERI:
case CHIP_KABINI:
+ case CHIP_MULLINS:
default: BUG();
}
OpenPOWER on IntegriCloud