diff options
| author | Rex Zhu <[email protected]> | 2016-07-28 08:51:47 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2016-08-08 15:32:52 +0000 |
| commit | af223dfaf0d93e7a0ed75bed4f69e5db198b741e (patch) | |
| tree | 704c23859e1ac21d96c8c829b8a4882c908927c5 /drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c | |
| parent | drm/amd/powerplay: fix typos of volt/millivolt symbols in comment. (diff) | |
| download | kernel-af223dfaf0d93e7a0ed75bed4f69e5db198b741e.tar.gz kernel-af223dfaf0d93e7a0ed75bed4f69e5db198b741e.zip | |
drm/amdgpu: add module parameters to ctrl powerplay feature
Signed-off-by: Rex Zhu <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c index 57aa3425fd5a..a9b3adc81420 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c @@ -52,7 +52,6 @@ static int amdgpu_powerplay_init(struct amdgpu_device *adev) pp_init->chip_family = adev->family; pp_init->chip_id = adev->asic_type; pp_init->device = amdgpu_cgs_create_device(adev); - pp_init->powercontainment_enabled = amdgpu_powercontainment; ret = amd_powerplay_init(pp_init, amd_pp); kfree(pp_init); |
