Skip to content

Commit 81cf8b7

Browse files
anushasrrodrigovivi
authored andcommitted
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 <[email protected]> Signed-off-by: Anusha Srivatsa <[email protected]> Acked-by: Rodrigo Vivi <[email protected]> Signed-off-by: Rodrigo Vivi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 0d4b78b commit 81cf8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/intel_uc_fw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct drm_i915_private;
3030
struct i915_vma;
3131

3232
/* Home of GuC, HuC and DMC firmwares */
33-
#define INTEL_UC_FIRMWARE_URL "https://01.org/linuxgraphics/downloads/firmware"
33+
#define INTEL_UC_FIRMWARE_URL "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915"
3434

3535
enum intel_uc_fw_status {
3636
INTEL_UC_FIRMWARE_FAIL = -1,

0 commit comments

Comments
 (0)