diff options
| author | 2020-11-04 13:04:56 +0800 | |
|---|---|---|
| committer | 2020-11-04 17:09:58 -0500 | |
| commit | 4b39264f8bcf2225985c6f0b6307a279d8a8aff8 (patch) | |
| tree | ec421f1c2c7193aaa0ef16c16e8f2c163515ddab /drivers/gpu/drm/amd/pm/amdgpu_pm.c | |
| parent | drm/amd/amdgpu: switch on/off vcn power profile mode (diff) | |
| download | linux-dev-4b39264f8bcf2225985c6f0b6307a279d8a8aff8.tar.xz linux-dev-4b39264f8bcf2225985c6f0b6307a279d8a8aff8.zip  | |
drm/amdgpu: cleanup debug log in amdgpu_set_pp_features()
Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Kenneth Feng <kenneth.feng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/amdgpu_pm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/pm/amdgpu_pm.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c index e57153d1fa24..a33b1cc50008 100644 --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c @@ -941,8 +941,6 @@ static ssize_t amdgpu_set_pp_features(struct device *dev,  	if (ret)  		return -EINVAL; -	pr_debug("featuremask = 0x%llx\n", featuremask); -  	ret = pm_runtime_get_sync(ddev->dev);  	if (ret < 0) {  		pm_runtime_put_autosuspend(ddev->dev);  | 
