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:
ad76c65
)
drm/amdgpu: disable MMHUB power gating on raven
author
Huang Rui
<
[email protected]
>
Thu, 14 Dec 2017 05:47:16 +0000
(13:47 +0800)
committer
Alex Deucher
<
[email protected]
>
Fri, 19 Jan 2018 22:32:07 +0000
(17:32 -0500)
MMHUB power gating still has issue, and doesn't work on raven at current. So
disable it for the moment.
Signed-off-by: Huang Rui <
[email protected]
>
Acked-by: Hawking Zhang <
[email protected]
>
Acked-by: Alex Deucher <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
Cc:
[email protected]
drivers/gpu/drm/amd/amdgpu/soc15.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/soc15.c
b/drivers/gpu/drm/amd/amdgpu/soc15.c
index 8f2cff7b7e0c3f47e0c19e26e73674fdca60266f..a04a033f57de0121e7da812f66d8c8978fc81e32 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/
drivers/gpu/drm/amd/amdgpu/soc15.c
@@
-666,8
+666,8
@@
static int soc15_common_early_init(void *handle)
AMD_CG_SUPPORT_MC_LS |
AMD_CG_SUPPORT_SDMA_MGCG |
AMD_CG_SUPPORT_SDMA_LS;
- adev->pg_flags = AMD_PG_SUPPORT_SDMA
|
- AMD_PG_SUPPORT_MMHUB;
+ adev->pg_flags = AMD_PG_SUPPORT_SDMA
;
+
adev->external_rev_id = 0x1;
break;
default: