diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-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 8ba07e79d4cb..2a11413ed54a 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) | |||
425 | pi->mgcg_cgtt_local1 = 0x0; | 425 | pi->mgcg_cgtt_local1 = 0x0; |
426 | pi->clock_slow_down_step = 25000; | 426 | pi->clock_slow_down_step = 25000; |
427 | pi->skip_clock_slow_down = 1; | 427 | pi->skip_clock_slow_down = 1; |
428 | pi->enable_nb_ps_policy = 0; | 428 | pi->enable_nb_ps_policy = false; |
429 | pi->caps_power_containment = true; | 429 | pi->caps_power_containment = true; |
430 | pi->caps_cac = true; | 430 | pi->caps_cac = true; |
431 | pi->didt_enabled = false; | 431 | pi->didt_enabled = false; |