drm/amdgpu: cleanup debug log in amdgpu_set_pp_features()
authorKevin Wang <kevin1.wang@amd.com>
Wed, 4 Nov 2020 05:04:56 +0000 (13:04 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 4 Nov 2020 22:09:58 +0000 (17:09 -0500)
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>
drivers/gpu/drm/amd/pm/amdgpu_pm.c

index e57153d..a33b1cc 100644 (file)
@@ -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);