We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4b78b commit 81cf8b7Copy full SHA for 81cf8b7
drivers/gpu/drm/i915/intel_uc_fw.h
@@ -30,7 +30,7 @@ struct drm_i915_private;
30
struct i915_vma;
31
32
/* Home of GuC, HuC and DMC firmwares */
33
-#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"
34
35
enum intel_uc_fw_status {
36
INTEL_UC_FIRMWARE_FAIL = -1,
0 commit comments