Commit 66554a00 authored by Alex Deucher's avatar Alex Deucher Committed by Kamal Mostafa

drm/radeon/ci: silence a harmless PCC warning

commit bda5e3e9 upstream.

This has been a source of confusion.  Make it debug only.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
parent 971e37f7
...@@ -5781,7 +5781,7 @@ int ci_dpm_init(struct radeon_device *rdev) ...@@ -5781,7 +5781,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