Commit bda5e3e9 authored by Alex Deucher's avatar Alex Deucher

drm/radeon/ci: silence a harmless PCC warning

This has been a source of confusion.  Make it debug only.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
parent 1a45e8a1
...@@ -5818,7 +5818,7 @@ int ci_dpm_init(struct radeon_device *rdev) ...@@ -5818,7 +5818,7 @@ int ci_dpm_init(struct radeon_device *rdev)
tmp |= DPM_ENABLED; tmp |= DPM_ENABLED;
break; break;
default: default:
DRM_ERROR("Invalid PCC GPIO: %u!\n", gpio.shift); DRM_DEBUG("Invalid PCC GPIO: %u!\n", gpio.shift);
break; break;
} }
WREG32_SMC(CNB_PWRMGT_CNTL, tmp); WREG32_SMC(CNB_PWRMGT_CNTL, tmp);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment