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-01 11:24:58 -0400 |
commit | 903f75c8958e21f0fba2520467c11eaca824226d (patch) | |
tree | 693f5dfe6fcb996e0fe642fd8f8385316c3f7fc4 /drivers/gpu/drm/amd | |
parent | 7f555c8e5a84b348c2b76f4ca78eae7222354c03 (diff) | |
download | linux-903f75c8958e21f0fba2520467c11eaca824226d.tar.gz linux-903f75c8958e21f0fba2520467c11eaca824226d.tar.bz2 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/drm/amd')
-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(); } |