From: Anusha Srivatsa Date: Mon, 30 Apr 2018 22:59:28 +0000 (-0700) Subject: drm/i915/firmware: Correct URL for firmware X-Git-Tag: v4.18-rc1~128^2~13^2~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81cf8b74b0e0728589fdaa37cb3ae42a561bfd5c;p=thirdparty%2Flinux.git drm/i915/firmware: Correct URL for firmware Replace 01.org URL with upstream linux-firmware repo URL. We no longer release firmware to 01.org. linux-firmware.git is the ultimate place to find the i915 firmwares. Cc: Rodrigo Vivi Signed-off-by: Anusha Srivatsa Acked-by: Rodrigo Vivi Signed-off-by: Rodrigo Vivi Link: https://patchwork.freedesktop.org/patch/msgid/1525129168-529-1-git-send-email-anusha.srivatsa@intel.com --- diff --git a/drivers/gpu/drm/i915/intel_uc_fw.h b/drivers/gpu/drm/i915/intel_uc_fw.h index dc33b12394de5..87910aa832676 100644 --- a/drivers/gpu/drm/i915/intel_uc_fw.h +++ b/drivers/gpu/drm/i915/intel_uc_fw.h @@ -30,7 +30,7 @@ struct drm_i915_private; struct i915_vma; /* Home of GuC, HuC and DMC firmwares */ -#define INTEL_UC_FIRMWARE_URL "https://01.org/linuxgraphics/downloads/firmware" +#define INTEL_UC_FIRMWARE_URL "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915" enum intel_uc_fw_status { INTEL_UC_FIRMWARE_FAIL = -1,