[Intel-gfx] [PATCH 04/15] drm/i915: Add GuC-related header files

2015-07-03 Thread Dave Gordon
intel_guc_fwif.h contains the subset of the GuC interface that we will need for submission of commands through the GuC. These MUST be kept in sync with the definitions used by the GuC firmware, and updates to this file will (or should) be autogenerated from the source files used to build the firmwa

Re: [Intel-gfx] [PATCH 04/15] drm/i915: Add GuC-related header files

2015-06-24 Thread Daniel Vetter
On Wed, Jun 24, 2015 at 08:41:02AM +0100, Dave Gordon wrote: > On 15/06/15 21:20, Chris Wilson wrote: > >> + struct ida ctx_ids; > >> + uint32_t log_flags; > >> + int db_cacheline; > >> + DECLARE_BITMAP(doorbell_bitmap, I915_MAX_DOORBELLS); > >> + > >> + /* Action status & statistics */ > >> +

Re: [Intel-gfx] [PATCH 04/15] drm/i915: Add GuC-related header files

2015-06-24 Thread Dave Gordon
On 15/06/15 21:20, Chris Wilson wrote: > On Mon, Jun 15, 2015 at 07:36:22PM +0100, Dave Gordon wrote: >> From: Alex Dai >> >> intel_guc_api.h contains the subset of the GuC interface that we >> will need for submission of commands through the GuC. These MUST >> be kept in sync with the definitions

Re: [Intel-gfx] [PATCH 04/15] drm/i915: Add GuC-related header files

2015-06-23 Thread Dave Gordon
On 17/06/15 16:01, Dave Gordon wrote: > On 15/06/15 21:20, Chris Wilson wrote: >> On Mon, Jun 15, 2015 at 07:36:22PM +0100, Dave Gordon wrote: >>> From: Alex Dai >>> >>> intel_guc_api.h contains the subset of the GuC interface that we >>> will need for submission of commands through the GuC. These

Re: [Intel-gfx] [PATCH 04/15] drm/i915: Add GuC-related header files

2015-06-17 Thread Dave Gordon
On 15/06/15 21:20, Chris Wilson wrote: > On Mon, Jun 15, 2015 at 07:36:22PM +0100, Dave Gordon wrote: >> From: Alex Dai >> >> intel_guc_api.h contains the subset of the GuC interface that we >> will need for submission of commands through the GuC. These MUST >> be kept in sync with the definitions

Re: [Intel-gfx] [PATCH 04/15] drm/i915: Add GuC-related header files

2015-06-15 Thread Chris Wilson
On Mon, Jun 15, 2015 at 07:36:22PM +0100, Dave Gordon wrote: > From: Alex Dai > > intel_guc_api.h contains the subset of the GuC interface that we > will need for submission of commands through the GuC. These MUST > be kept in sync with the definitions used by the GuC firmware. intel_guc_hw.h or

[Intel-gfx] [PATCH 04/15] drm/i915: Add GuC-related header files

2015-06-15 Thread Dave Gordon
From: Alex Dai intel_guc_api.h contains the subset of the GuC interface that we will need for submission of commands through the GuC. These MUST be kept in sync with the definitions used by the GuC firmware. intel_guc.h defines structures and parameters relevant to loading the GuC firmware and s