> -----Original Message----- > From: amd-gfx [mailto:[email protected]] On Behalf > Of Rex Zhu > Sent: Wednesday, November 09, 2016 5:09 AM > To: [email protected] > 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 <[email protected]>
Reviewed-by: Alex Deucher <[email protected]> > --- > 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 > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
