aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/ci_dpm.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2015-07-16 10:17:09 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-07-16 12:39:43 -0400
commitbda5e3e97ffe80c5a793383df5681d3581d46ac8 (patch)
tree32a1b1e6cd38863359e45899b25d84f97183a6fa /drivers/gpu/drm/radeon/ci_dpm.c
parentdrm/amdgpu/cz: silence some dpm debug output (diff)
downloadlinux-dev-bda5e3e97ffe80c5a793383df5681d3581d46ac8.tar.xz
linux-dev-bda5e3e97ffe80c5a793383df5681d3581d46ac8.zip
drm/radeon/ci: silence a harmless PCC warning
This has been a source of confusion. Make it debug only. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/radeon/ci_dpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/ci_dpm.c b/drivers/gpu/drm/radeon/ci_dpm.c
index 8730562323a8..4a09947be244 100644
--- a/drivers/gpu/drm/radeon/ci_dpm.c
+++ b/drivers/gpu/drm/radeon/ci_dpm.c
@@ -5818,7 +5818,7 @@ int ci_dpm_init(struct radeon_device *rdev)
tmp |= DPM_ENABLED;
break;
default:
- DRM_ERROR("Invalid PCC GPIO: %u!\n", gpio.shift);
+ DRM_DEBUG("Invalid PCC GPIO: %u!\n", gpio.shift);
break;
}
WREG32_SMC(CNB_PWRMGT_CNTL, tmp);