projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
966c62f
)
drm/amdgpu: disable enable_nb_ps_policy temporarily
author
Sonny Jiang
<sonny.jiang@amd.com>
Fri, 26 Jun 2015 16:31:46 +0000
(12:31 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 29 Jun 2015 15:21:53 +0000
(11:21 -0400)
Fixes a hang on resume.
Signed-off-by: Sonny Jiang <sonny.jiang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/cz_dpm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/cz_dpm.c
b/drivers/gpu/drm/amd/amdgpu/cz_dpm.c
index e4936a452bc6981e91dfc4bfa1c8dc4202992a13..f75a31df30bdb704f93e5dd465a3a74d93b524d8 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/cz_dpm.c
+++ b/
drivers/gpu/drm/amd/amdgpu/cz_dpm.c
@@
-425,7
+425,7
@@
static int cz_dpm_init(struct amdgpu_device *adev)
pi->mgcg_cgtt_local1 = 0x0;
pi->clock_slow_down_step = 25000;
pi->skip_clock_slow_down = 1;
- pi->enable_nb_ps_policy =
1
;
+ pi->enable_nb_ps_policy =
0
;
pi->caps_power_containment = true;
pi->caps_cac = true;
pi->didt_enabled = false;