when loading fails, it will just confuse people
ok jsg
"Failed to load DMC firmware %s."
" Disabling runtime power management.\n",
csr->fw_path);
+#ifdef __linux__
drm_notice(&dev_priv->drm, "DMC firmware homepage: %s",
INTEL_UC_FIRMWARE_URL);
+#endif
}
release_firmware(fw);
drm_notice(&i915->drm, "%s firmware %s: fetch failed with error %d\n",
intel_uc_fw_type_repr(uc_fw->type), uc_fw->path, err);
+#ifdef __linux__
drm_info(&i915->drm, "%s firmware(s) can be downloaded from %s\n",
intel_uc_fw_type_repr(uc_fw->type), INTEL_UC_FIRMWARE_URL);
+#endif
release_firmware(fw); /* OK even if fw is NULL */
return err;