drm/amdgpu/pm: make unsupported power profile messages debug
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / pm / swsmu / smu12 / renoir_ppt.c
index 9a8b1a1..c9f766c 100644 (file)
@@ -826,7 +826,7 @@ static int renoir_set_power_profile_mode(struct smu_context *smu, long *input, u
                 * TODO: If some case need switch to powersave/default power mode
                 * then can consider enter WORKLOAD_COMPUTE/WORKLOAD_CUSTOM for power saving.
                 */
-               dev_err_once(smu->adev->dev, "Unsupported power profile mode %d on RENOIR\n", profile_mode);
+               dev_dbg(smu->adev->dev, "Unsupported power profile mode %d on RENOIR\n", profile_mode);
                return -EINVAL;
        }