[Intel-gfx] [PATCH] drm/i915/guc: Define GuC firmware version for Comet Lake

Daniele Ceraolo Spurio daniele.ceraolospurio at intel.com
Thu Jul 25 15:01:20 UTC 2019



On 7/25/19 7:27 AM, Michal Wajdeczko wrote:
>  From GT perspective, Comet Lake is just Coffe Lake rev 5,
> but there is dedicated GuC firmware for it.

According to Anusha there is also a dedicated HuC FW for it, which 
should be coming out soon, so we should probably wait and add them both 
at the same time since we still don't have a use for GuC by itself 
(because submission is still off).

Daniele

> 
> Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
> Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
> Cc: Anusha Srivatsa <anusha.srivatsa at 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 789b3d7228a4..3519418b17ce 100644
> --- a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
> +++ b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
> @@ -35,6 +35,7 @@
>    */
>   #define INTEL_UC_FIRMWARE_DEFS(fw_def, guc_def, huc_def) \
>   	fw_def(ICELAKE,    0, guc_def(icl, 33, 0, 0), huc_def(icl,  8,  4, 3238)) \
> +	fw_def(COFFEELAKE, 5, guc_def(cml, 33, 0, 0), huc_def(kbl, 02, 00, 1810)) \
>   	fw_def(COFFEELAKE, 0, guc_def(kbl, 33, 0, 0), huc_def(kbl, 02, 00, 1810)) \
>   	fw_def(GEMINILAKE, 0, guc_def(glk, 33, 0, 0), huc_def(glk, 03, 01, 2893)) \
>   	fw_def(KABYLAKE,   0, guc_def(kbl, 33, 0, 0), huc_def(kbl, 02, 00, 1810)) \
> 


More information about the Intel-gfx mailing list