mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-26 02:32:45 -04:00
drm/amdgpu: change log level to KERN_INFO in ci_dpm.c
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user