diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-07-29 18:03:42 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-08-08 11:32:55 -0400 |
commit | b62774fc2f731f430b8618c1d067b06cce71cbe5 (patch) | |
tree | 0aac904720a394579dd9425f86d2661512dcb5fa | |
parent | 66bc3f7f03d5457f6c65790319b636bbab53e3cd (diff) |
drm/amdgpu/gmc7: add missing mullins case
Looks like this got missed when we ported the code from radeon.
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c index d24a82bd0c7a..0b0f08641eed 100644 --- a/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | |||
@@ -144,6 +144,7 @@ static int gmc_v7_0_init_microcode(struct amdgpu_device *adev) | |||
144 | break; | 144 | break; |
145 | case CHIP_KAVERI: | 145 | case CHIP_KAVERI: |
146 | case CHIP_KABINI: | 146 | case CHIP_KABINI: |
147 | case CHIP_MULLINS: | ||
147 | return 0; | 148 | return 0; |
148 | default: BUG(); | 149 | default: BUG(); |
149 | } | 150 | } |