Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v3] drm/i915/dg2: Define GuC firmware version for DG2
@ 2022-02-07 20:36 John.C.Harrison
  2022-02-07 21:19 ` John Harrison
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: John.C.Harrison @ 2022-02-07 20:36 UTC (permalink / raw)
  To: Intel-GFX; +Cc: Tomasz Mistat, DRI-Devel

From: John Harrison <John.C.Harrison@Intel.com>

First release of GuC for DG2.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
CC: Tomasz Mistat <tomasz.mistat@intel.com>
CC: Ramalingam C <ramalingam.c@intel.com>
CC: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
---
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
index ba4f0970749b..efe0a6dcf9f7 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
+++ b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
@@ -50,6 +50,7 @@ void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw,
  * firmware as TGL.
  */
 #define INTEL_GUC_FIRMWARE_DEFS(fw_def, guc_def) \
+	fw_def(DG2,          0, guc_def(dg2,  69, 0, 3)) \
 	fw_def(ALDERLAKE_P,  0, guc_def(adlp, 69, 0, 3)) \
 	fw_def(ALDERLAKE_S,  0, guc_def(tgl,  69, 0, 3)) \
 	fw_def(DG1,          0, guc_def(dg1,  69, 0, 3)) \
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-18 22:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-07 20:36 [Intel-gfx] [PATCH v3] drm/i915/dg2: Define GuC firmware version for DG2 John.C.Harrison
2022-02-07 21:19 ` John Harrison
2022-02-07 23:05 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2022-02-08  1:32 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2022-02-09  7:14 ` [Intel-gfx] [PATCH v3] " Lucas De Marchi
2022-02-18 22:15   ` Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox