mbox series

[0/2] Update to new HuC for TGL+ and enable GuC/HuC on ADL-P

Message ID 20210626004522.1699509-1-John.C.Harrison@Intel.com (mailing list archive)
Headers show
Series Update to new HuC for TGL+ and enable GuC/HuC on ADL-P | expand

Message

John Harrison June 26, 2021, 12:45 a.m. UTC
From: John Harrison <John.C.Harrison@Intel.com>

There is a new HuC version available for TGL and compatible platforms,
so switch to using it. Also, there is now a GuC and HuC for ADL-P, so
use those too.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>


John Harrison (2):
  drm/i915/huc: Update TGL and friends to HuC 7.9.3
  drm/i915/adlp: Add ADL-P GuC/HuC firmware files

 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Michal Wajdeczko July 7, 2021, 9:52 a.m. UTC | #1
Hi John,

On 26.06.2021 02:45, John.C.Harrison@Intel.com wrote:
> From: John Harrison <John.C.Harrison@Intel.com>
> 
> There is a new HuC version available for TGL and compatible platforms,
> so switch to using it. Also, there is now a GuC and HuC for ADL-P, so
> use those too.

I recall discussion about splitting UC_FW meta macro into two: one for
GUC firmwares and other for HUC firmwares - what happen to this idea?

Maybe we can do it in this series as a first step ? then changing just
HuC version will be limited to HUC meta macro only.

Michal

> 
> Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
> 
> 
> John Harrison (2):
>   drm/i915/huc: Update TGL and friends to HuC 7.9.3
>   drm/i915/adlp: Add ADL-P GuC/HuC firmware files
> 
>  drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
>