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:
d96b428
)
drm/amdgpu/mmhub: Add clockgating support for vega20
author
Feifei Xu
<
[email protected]
>
Fri, 20 Apr 2018 05:58:09 +0000
(13:58 +0800)
committer
Alex Deucher
<
[email protected]
>
Thu, 17 May 2018 15:13:13 +0000
(10:13 -0500)
Reviewed-by: Christian König <
[email protected]
>
Signed-off-by: Feifei Xu <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Reviewed-by: Hawking Zhang <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
b/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
index 43f925773b574ac5d08467a38bb21e5edce9afdc..3d53c4413f13869d1d3dc95a87df88af7dce699a 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
@@
-734,6
+734,7
@@
int mmhub_v1_0_set_clockgating(struct amdgpu_device *adev,
switch (adev->asic_type) {
case CHIP_VEGA10:
case CHIP_VEGA12:
+ case CHIP_VEGA20:
case CHIP_RAVEN:
mmhub_v1_0_update_medium_grain_clock_gating(adev,
state == AMD_CG_STATE_GATE ? true : false);