drm/amdgpu/pm: make unsupported power profile messages debug
[sfrench/cifs-2.6.git] / drivers / gpu / drm / amd / pm / swsmu / smu11 / vangogh_ppt.c
index 093b01159408d7661d04606664b8189bad017dca..d77e4a16e420935cc74d2cd0788a54a67cea9d13 100644 (file)
@@ -810,7 +810,7 @@ static int vangogh_set_power_profile_mode(struct smu_context *smu, long *input,
                                                       CMN2ASIC_MAPPING_WORKLOAD,
                                                       profile_mode);
        if (workload_type < 0) {
-               dev_err_once(smu->adev->dev, "Unsupported power profile mode %d on VANGOGH\n",
+               dev_dbg(smu->adev->dev, "Unsupported power profile mode %d on VANGOGH\n",
                                        profile_mode);
                return -EINVAL;
        }