On 2/18/2022 10:47 AM, Ramalingam C wrote:
From: John Harrison <john.c.harri...@intel.com>

First release of GuC for DG2.

Signed-off-by: John Harrison <john.c.harri...@intel.com>
CC: Tomasz Mistat <tomasz.mis...@intel.com>
CC: Ramalingam C <ramalinga...@intel.com>
CC: Daniele Ceraolo Spurio <daniele.ceraolospu...@intel.com>

Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospu...@intel.com>

Daniele

---
  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 c88113044494..55512db29183 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
+++ b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
@@ -52,6 +52,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)) \

Reply via email to