Re: [Intel-gfx] [PATCH v2 0/5] Add GuC ADS (Addition Data Structure)

2016-01-05 Thread Daniel Vetter
On Mon, Jan 04, 2016 at 07:11:29PM +, Dave Gordon wrote: > On 18/12/15 20:00, yu@intel.com wrote: > >From: Alex Dai > > > >The GuC firmware uses this for various purposes. The ADS itself is a chunk of > >memory created by driver to share with GuC. This series creates the GuC ADS > >object

Re: [Intel-gfx] [PATCH v2 0/5] Add GuC ADS (Addition Data Structure)

2016-01-04 Thread Dave Gordon
On 18/12/15 20:00, yu@intel.com wrote: From: Alex Dai The GuC firmware uses this for various purposes. The ADS itself is a chunk of memory created by driver to share with GuC. This series creates the GuC ADS object and setup some basic settings for it. This version addresses some comments

[Intel-gfx] [PATCH v2 0/5] Add GuC ADS (Addition Data Structure)

2015-12-18 Thread yu . dai
From: Alex Dai The GuC firmware uses this for various purposes. The ADS itself is a chunk of memory created by driver to share with GuC. This series creates the GuC ADS object and setup some basic settings for it. This version addresses some comments from Chris W. Tidy up some code; replace kmap