Re: [Intel-gfx] [PATCH-v11] drm/i915/huc: Add HuC fw loading support

2016-11-16 Thread Tvrtko Ursulin
[remove bouncing emails, added Rodrigo for firmware release process insights] On 15/11/2016 22:21, Jeff McGee wrote: On Tue, Nov 15, 2016 at 10:26:46AM +, Tvrtko Ursulin wrote: On 15/11/2016 00:39, Anusha Srivatsa wrote: From: Peter Antoine The HuC loading

Re: [Intel-gfx] [PATCH-v11] drm/i915/huc: Add HuC fw loading support

2016-11-15 Thread Srivatsa, Anusha
toine <peter.anto...@intel.com> >Subject: Re: [Intel-gfx] [PATCH-v11] drm/i915/huc: Add HuC fw loading support > > >On 15/11/2016 00:39, Anusha Srivatsa wrote: >> From: Peter Antoine <peter.anto...@intel.com> >> >> The HuC loading process is similar to GuC. Th

Re: [Intel-gfx] [PATCH-v11] drm/i915/huc: Add HuC fw loading support

2016-11-15 Thread Jeff McGee
On Tue, Nov 15, 2016 at 10:26:46AM +, Tvrtko Ursulin wrote: > > On 15/11/2016 00:39, Anusha Srivatsa wrote: > >From: Peter Antoine > > > >The HuC loading process is similar to GuC. The intel_uc_fw_fetch() > >is used for both cases. > > > >HuC loading needs to be

Re: [Intel-gfx] [PATCH-v11] drm/i915/huc: Add HuC fw loading support

2016-11-15 Thread Tvrtko Ursulin
On 15/11/2016 00:39, Anusha Srivatsa wrote: From: Peter Antoine The HuC loading process is similar to GuC. The intel_uc_fw_fetch() is used for both cases. HuC loading needs to be before GuC loading. The WOPCM setting must be done early before loading any of them.

[Intel-gfx] [PATCH-v11] drm/i915/huc: Add HuC fw loading support

2016-11-14 Thread Anusha Srivatsa
From: Peter Antoine The HuC loading process is similar to GuC. The intel_uc_fw_fetch() is used for both cases. HuC loading needs to be before GuC loading. The WOPCM setting must be done early before loading any of them. v2: rebased on-top of drm-intel-nightly.