projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8687b47
)
drm/amdgpu/mmhub2: set clock gating for navi14
author
Xiaojie Yuan
<xiaojie.yuan@amd.com>
Fri, 22 Mar 2019 05:03:01 +0000
(13:03 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:18:00 +0000
(14:18 -0500)
same as navi10.
Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c
b/drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c
index 0f9549f19ade230d1a650e44990689afb19f1f5c..a5c7ed1f37eb92a163fceee636b1d91c4fa95fb1 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c
@@
-406,6
+406,7
@@
int mmhub_v2_0_set_clockgating(struct amdgpu_device *adev,
switch (adev->asic_type) {
case CHIP_NAVI10:
+ case CHIP_NAVI14:
mmhub_v2_0_update_medium_grain_clock_gating(adev,
state == AMD_CG_STATE_GATE ? true : false);
mmhub_v2_0_update_medium_grain_light_sleep(adev,