diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-07-30 00:14:39 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-08-01 17:24:58 +0200 |
commit | 903f75c8958e21f0fba2520467c11eaca824226d (patch) | |
tree | 693f5dfe6fcb996e0fe642fd8f8385316c3f7fc4 /drivers/gpu | |
parent | drm/amdgpu/gmc7: add missing mullins case (diff) | |
download | linux-903f75c8958e21f0fba2520467c11eaca824226d.tar.xz linux-903f75c8958e21f0fba2520467c11eaca824226d.zip |
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')
-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 e2f0e5d58d5c..a5c94b482459 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(); } |