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:
66bc3f7
)
drm/amdgpu/gmc7: add missing mullins case
author
Alex Deucher
<
[email protected]
>
Fri, 29 Jul 2016 22:03:42 +0000
(18:03 -0400)
committer
Alex Deucher
<
[email protected]
>
Mon, 8 Aug 2016 15:32:55 +0000
(11:32 -0400)
Looks like this got missed when we ported the code from radeon.
Reviewed-by: Edward O'Callaghan <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
Cc:
[email protected]
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
b/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
index d24a82bd0c7a119d7b450ee801f3b5ffa1dc51e3..0b0f08641eed67b12c779f402c08c66c459ac1f7 100644
(file)
--- 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)
break;
case CHIP_KAVERI:
case CHIP_KABINI:
+ case CHIP_MULLINS:
return 0;
default: BUG();
}