projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b62774f
)
drm/amdgpu/ci: add mullins to default case for smc ucode
author
Alex Deucher
<alexander.deucher@amd.com>
Fri, 29 Jul 2016 22:14:39 +0000
(18:14 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 8 Aug 2016 15:32:56 +0000
(11:32 -0400)
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>
drivers/gpu/drm/amd/amdgpu/ci_dpm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/ci_dpm.c
b/drivers/gpu/drm/amd/amdgpu/ci_dpm.c
index 7bd6174da4765442b66136babdb580fd004f66cb..a0d63a293bb060fcf944361110722659fa5b02e6 100644
(file)
--- 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();
}