Re: [Intel-gfx] [RFC] drm/i915/firmware: Load GuC and HuC firmware using async work.

2017-09-13 Thread Rodrigo Vivi
On Wed, Aug 16, 2017 at 5:41 PM, Joseph Garvey wrote: > The DMC firmware is currently being loaded using async work. what would be the advantage? why do we need to load asynchronously? > We can do the same for the GuC and HuC firmware. Also wait for > the work to finish before the firmware trans

[Intel-gfx] [RFC] drm/i915/firmware: Load GuC and HuC firmware using async work.

2017-08-16 Thread Joseph Garvey
The DMC firmware is currently being loaded using async work. We can do the same for the GuC and HuC firmware. Also wait for the work to finish before the firmware transfer. Cc: Sagar Kamble Cc: Rodrigo Vivi CC: Oscar Mateo Cc: Anusha Srivatsa Cc: Daniel Vetter Signed-off-by: Joseph Garvey --