> -----Original Message----- > From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf > Of Rex Zhu > Sent: Wednesday, November 09, 2016 5:09 AM > To: amd-gfx at lists.freedesktop.org > Cc: Zhu, Rex > Subject: [PATCH 2/2] drm/amdgpu: change log level to KERN_INFO in > ci_dpm.c > > Change-Id: I2ad8a66d4dfd089b2a64ffaed81daf5b1525810b > Signed-off-by: Rex Zhu <Rex.Zhu at amd.com> Reviewed-by: Alex Deucher <alexander.deucher at amd.com> > --- > drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/ci_dpm.c > b/drivers/gpu/drm/amd/amdgpu/ci_dpm.c > index fe42e2f..1027f92 100644 > --- a/drivers/gpu/drm/amd/amdgpu/ci_dpm.c > +++ b/drivers/gpu/drm/amd/amdgpu/ci_dpm.c > @@ -5991,7 +5991,7 @@ static int ci_dpm_init(struct amdgpu_device *adev) > tmp |= > CNB_PWRMGT_CNTL__DPM_ENABLED_MASK; > break; > default: > - DRM_ERROR("Invalid PCC GPIO: %u!\n", gpio.shift); > + DRM_INFO("Invalid PCC GPIO: %u!\n", gpio.shift); > break; > } > WREG32_SMC(ixCNB_PWRMGT_CNTL, tmp); > -- > 1.9.1 > > _______________________________________________ > amd-gfx mailing list > amd-gfx at lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx