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

2016-07-29 Thread Dave Gordon
On 06/07/16 15:24, Peter Antoine wrote: 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. removed if

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

2016-07-29 Thread Dave Gordon
On 06/07/16 15:24, Peter Antoine wrote: 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. removed if

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

2016-07-06 Thread 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. removed if(HAS_GUC()) before the guc call. (D.Gordon