diff options
| author | Sonny Jiang <sonny.jiang@amd.com> | 2015-06-26 12:31:46 -0400 | 
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2015-06-29 11:21:53 -0400 | 
| commit | 9dcabece15d16da48bb7c7071306bf6158b42ba3 (patch) | |
| tree | b42a3fdbc2be77c7970d29cafdc4a8d6962c6912 | |
| parent | 966c62fb40610e3cbda7bcd9a0193d8cbb3b77e3 (diff) | |
drm/amdgpu: disable enable_nb_ps_policy temporarily
Fixes a hang on resume.
Signed-off-by: Sonny Jiang <sonny.jiang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/cz_dpm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/gpu/drm/amd/amdgpu/cz_dpm.c b/drivers/gpu/drm/amd/amdgpu/cz_dpm.c index e4936a452bc6..f75a31df30bd 100644 --- 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; | 
