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:
61324dd
)
drm/amdgpu/gfx9: Add clockgatting support for vega20
author
Feifei Xu
<
[email protected]
>
Tue, 23 Jan 2018 07:03:36 +0000
(15:03 +0800)
committer
Alex Deucher
<
[email protected]
>
Thu, 17 May 2018 15:13:16 +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/gfx_v9_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
index 92ed268a1b7f00187a587b1b57304f5fbe6d4f09..13253e09f4bd1f9949983578a0e26eea2aaeb51c 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
@@
-3724,6
+3724,7
@@
static int gfx_v9_0_set_clockgating_state(void *handle,
switch (adev->asic_type) {
case CHIP_VEGA10:
case CHIP_VEGA12:
+ case CHIP_VEGA20:
case CHIP_RAVEN:
gfx_v9_0_update_gfx_clock_gating(adev,
state == AMD_CG_STATE_GATE ? true : false);