[Intel-xe] [PATCH v2 6/6] fixup! drm/xe/display: Implement display support
Chaitanya Kumar Borah
chaitanya.kumar.borah at intel.com
Fri Oct 13 06:53:23 UTC 2023
Add definition for INTEL_UC_FIRMWARE_URL to maintain compatibility
with intel_dmc code.
v2: Do not specify directory for firmware repository path
Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah at intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h | 1 +
drivers/gpu/drm/xe/compat-i915-headers/intel_uc_fw.h | 11 +++++++++++
2 files changed, 12 insertions(+)
create mode 100644 drivers/gpu/drm/xe/compat-i915-headers/intel_uc_fw.h
diff --git a/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h b/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
index 9cbe16863be2..4e922446e40e 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
@@ -22,6 +22,7 @@
#include "i915_utils.h"
#include "intel_gt_types.h"
#include "intel_step.h"
+#include "intel_uc_fw.h"
#include "intel_uncore.h"
#include "intel_runtime_pm.h"
#include <linux/pm_runtime.h>
diff --git a/drivers/gpu/drm/xe/compat-i915-headers/intel_uc_fw.h b/drivers/gpu/drm/xe/compat-i915-headers/intel_uc_fw.h
new file mode 100644
index 000000000000..009745328992
--- /dev/null
+++ b/drivers/gpu/drm/xe/compat-i915-headers/intel_uc_fw.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: MIT */
+/*
+ * Copyright © 2023 Intel Corporation
+ */
+
+#ifndef _INTEL_UC_FW_H_
+#define _INTEL_UC_FW_H_
+
+#define INTEL_UC_FIRMWARE_URL "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
+
+#endif
--
2.25.1
More information about the Intel-xe
mailing list